pb75
Forum Replies Created
-
Forum: Plugins
In reply to: [Random Content] Prevent Browser CachingI use autoptmize. But I found out it’s different behavior in different browsers. I also activated WP-Optimize with cache disabled but static header for 2 hours. My goal would be: caching the static content but not the randomcontent.
Hi Tobias,
Thanks for your reply. I tried with white background and think this is the best solution.
Thanks, and best regards
Patrick- This reply was modified 5 years, 6 months ago by pb75.
Forum: Plugins
In reply to: [Widget Logic] PHP Logic Script with check Browser LanguageI got it!! Yeah! Here’s the code:
$http_lang = substr($_SERVER[“HTTP_ACCEPT_LANGUAGE”],0,5);
switch ($http_lang) {
case ‘de-CH’:
return true;
break;
case ‘de-ch’:
return true;
break;
default:
return false;
}- This reply was modified 5 years, 7 months ago by pb75.
Forum: Themes and Templates
In reply to: [OceanWP] Font Size of Next Page/Previous Page Blog Post LinksGreat! Thank you very much!
Forum: Themes and Templates
In reply to: [OceanWP] Mobile Menu Font SizeAh this works great! Thank you very much to both of you!
Ahh! Great!! thank you very much! This is such a great Plugin!
- This reply was modified 6 years, 3 months ago by pb75.
Hi webtoffee
I’m trying to use the cookie bar as footer. But it hides the Footer Menu. So i would like to move the cookie bar some pixels up. I’dont like to show the bar in header or as popup. I tried following css code but it did not work:
.cookie-law-info-bar{
position: fixed;
bottom: 50px;
}Is this possible to move the bar up a little bit? Thanks!