HimSelf (Gregory)
Forum Replies Created
-
Hello,
have the same problem on two installs.
the bug comes just after updating to 4.9.6
https://preview.ibb.co/ms6qQo/Capture.png
- This reply was modified 6 years, 9 months ago by HimSelf (Gregory).
Hello sir !
it was exactly this ??
problem solved !thanks a lot for your fast reply ??
have a nice dayForum: Themes and Templates
In reply to: [MesoColumn] Archives posts CSS bugit works perfectly, thank you !
Forum: Themes and Templates
In reply to: [MesoColumn] Remove “Category:” from category page titledon’t you have a cache plugin activated ? clear the cache !
the code you show here over looks good. it works perfectly for me like this.
Forum: Themes and Templates
In reply to: [MesoColumn] Remove “Category:” from category page titlein your theme directory
lib/templates/headlines.php
replace
<?php _e('Archives for', 'mesocolumn'); ?> <?php single_cat_title(); ?>
with
<?php //_e('Archives for', 'mesocolumn'); ?> <?php single_cat_title(); ?>
but it would be better if you duplicate this file in a child theme and edit it in the child theme.
best regards
Forum: Themes and Templates
In reply to: [MesoColumn] Problem with the top ad header locationok now it works i see the top ads with your first reply !
but they are only show in 468, no 720 ??
Forum: Themes and Templates
In reply to: [MesoColumn] Problem with the top ad header locationnon usefull information
- This reply was modified 7 years, 7 months ago by HimSelf (Gregory).
Forum: Themes and Templates
In reply to: [MesoColumn] Problem with the top ad header locationa friend explain me its because “no size” is defined for this area, so adsense think its a 0*0 space and show no ads.
he says we need to define a “min height” has to be defined. and as fact if i add min-height 90 i have a 468*90 ads displayed” but no 720 or other format on mobile so its not a responsive ad
Forum: Themes and Templates
In reply to: [MesoColumn] Problem with the top ad header locationHello Richie,
wich css are you speaking about ?
the adsense CSS or the block where we display adsense ?
thanks a lot for your precious help
Forum: Themes and Templates
In reply to: [MesoColumn] how to remove shadow under top menuit works perfectly ! thanks a lot
Forum: Themes and Templates
In reply to: [MesoColumn] how to add a color to a non category menu link ?ok but how have you done for “custom link”
on demo ? https://demo.dezzain.com/?wptheme=mesocolumn ?
Forum: Themes and Templates
In reply to: [MesoColumn] featured category description dont appearPerfect, it works now !
thanks a lot
Forum: Themes and Templates
In reply to: [MesoColumn] widget problem with right sidebarok i find the widget “tabber” this include whats in tabbed sidebar in an other sidebar. thanks a lot !
Forum: Themes and Templates
In reply to: [MesoColumn] widget problem with right sidebarBut tabbed sidebar is a sidebar not an item,
so i can not drag a sidebar into another sidebar right ?Forum: Themes and Templates
In reply to: [MesoColumn] Problem with the top ad header locationThis create a big 300*250 area on top banner but ads still not show.
so i changed for 468/60 ( classic adsense banner ) but it doesn’t help.
actual code :
@media only screen and (min-width:468px) { #topbanner {width:468px;height:60px;} }
thanks for your ideas
if you want to see the site live :
its bricoleurm*lin.com (replace * with an A)