petesky
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Crazy Moz Script Repeating All Over My WooCommerce Product PagesIt comes from Firefox … i have this issue too and i think its from any extension like “make yt louder” or nimbus or or or . Let me know when you find it or use chrome π
Forum: Themes and Templates
In reply to: [Olsen Light] Full Page Width for posts ?Figured it out. In custom-css i added:
footer {
width: 100%;
text-align: center;
}Forum: Themes and Templates
In reply to: [Olsen Light] Full Page Width for posts ?It seems the problem comes from prev/next link on bottom as it works on other pages. How can i disable the prev/next and random posts on bottom ? Sorry i know this is maybe not fully olsen related, but i like the design so help would be highly appreciated. Thank you again.
Forum: Themes and Templates
In reply to: [Olsen Light] Full Page Width for posts ?Hi & thank you ! I dont have widgets, your additional CSS works but footer in post is not centered. Is there another CSS hack needed ?
Forum: Themes and Templates
In reply to: [Explore] Full width scaled imageHi ! I finally solved the problem as the image is the header image which has to be set. Is there a solution to shrink the header image when scrolling down ?
Forum: Themes and Templates
In reply to: [Explore] Full width scaled imageSite isnt online at the moment (only internal server). Is there a simple how to ?
Forum: Plugins
In reply to: [Gwolle Guestbook] Spam im GΓ€stebuchI dont have an ASKIMET account so this option is not available in guestbook. I only got a hint to aksimet website.
Forum: Plugins
In reply to: [Easy Updates Manager] Strange hellip; characters in mail …I have UTF-8 standard charset ?
Same problem – any fix ?
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] PHP 7 Support ?I get a blank page (admin / front) after installing the plugin. Maybe its a problem with another plugin like supercache, pagespeed etc ?
Forum: Plugins
In reply to: [antibot] php errorI assume that if you add custom bot sigs ending with a trailing slash it gives the above error. This should be fixed by the author.
Exampl: crawler1,crawler2,google/,…
Thank you π
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] No results are comingPerfect – fix works like a charm π
Thanks a lot !Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] No results are comingForum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] No results are comingBtw. in my case assets should not have that trailing slash for which i get 404 not found errors.
…plugin_dir_url(__FILE__) . ‘/assets/tabs.css’)…
i changed ALL /assets to
…plugin_dir_url(__FILE__) . ‘assets/tabs.css’)…
which worked for me getting well formatted backend.