s7ranger
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] The menu in the mobile version ceased to workForum: Themes and Templates
In reply to: [Hueman] The menu in the mobile version ceased to work@makway, i have changed header.php in hueman-child-master. If replace it with the original header.php, then when you click on the menu, a search appears.
Forum: Themes and Templates
In reply to: [Hueman] The menu in the mobile version ceased to workHi, @nikeo. I have everything set up. I thought this was a bug in version 3.3.9 and it was fixed in 3.3.10, but the menu still does not work. Can you help? My test site – demo.newapples.ru.
Forum: Themes and Templates
In reply to: [Hueman] The menu in the mobile version ceased to workI confirm, do not work menu on mobile since version 3.3.9.
Forum: Themes and Templates
In reply to: [Hueman] Russian translation for Hueman 3Hi @sergeybiryukov. I corrected the Russian translation in accordance with the style guide. I uploaded the file .po in Translation of Hueman: Russian – https://translate.ww.wp.xz.cn/projects/wp-themes/hueman/ru/default/ And you can download it here.
Forum: Themes and Templates
In reply to: [Hueman] Russian translation for Hueman 3Hi @sergeybiryukov. I will try in the coming days to correct the translation according to the style guide. Can you give me your email address, there are several issues?
Forum: Themes and Templates
In reply to: [Hueman] Russian translation for Hueman 3Hi, nikeo. I fully translated Hueman 3.3.4 into Russian (in the archive russian language translation for Hueman 3.3.4). You can add them in the next update.
Thank you for your work and have a nice day.
Forum: Themes and Templates
In reply to: [Hueman] Header Ads shifted to the left in FirefoxHi, zeshankhanbwp. I used font Ariston Wd.
Forum: Themes and Templates
In reply to: [Hueman] Header Ads shifted to the left in FirefoxThanks, bdbrown.
Forum: Themes and Templates
In reply to: [Hueman] Header Ads shifted to the left in FirefoxI looked at FF 37. Thank you, but I have found what the problem was – сurrent element id in the Hueman 3.1.6 #header-widgets img, but not #header-widgets.
#header .pad { padding-right: 0; padding-left: 0; } #header-widgets img { float: left; width: 100%; }Now everything is working)
Forum: Themes and Templates
In reply to: [Hueman] Header Ads shifted to the left in FirefoxLink in my first post. You can see the issue only in Firefox
PS. This my primary site with Hueman 3.1.3.
Forum: Themes and Templates
In reply to: [Hueman] Header Ads shifted to the left in FirefoxHeader Ads in Firefox looks like this, and in other browsers it’s ok
/* header ads adjustment for FF */ #header .pad { padding-right: 0; padding-left: 0; } #header-ads { float: none; } #header-ads .widget { float: left; width: 100%; }hasn’t been working
/* header ads adjustment for FF */ #header .pad { padding-right: 0; padding-left: 0; } #header-widgets { float: none; } #header-ads .widget { float: left; width: 100%; }not working
Forum: Themes and Templates
In reply to: [Hueman] Header Ads shifted to the left in FirefoxHi bdbrown
#header .pad { padding-right: 0; padding-left: 0; } #header-widgets { float: right; }does not work
Forum: Themes and Templates
In reply to: [Hueman] How to insert ads in the sidebarbdbrown, hi. After update to 3.1.6 this code hasn’t been working in Firefox
/* header ads adjustment for FF */ #header .pad { padding-right: 0; padding-left: 0; } #header-ads { float: none; } #header-ads .widget { float: left; width: 100%; }his my test site http://avto-patrol.ru/
Forum: Themes and Templates
In reply to: [Hueman] banner in postkeres1982, probably need to remove
// Add a banner at the end of every post page add_filter( 'the_content', 'my_the_content_filter', 20 ); function my_the_content_filter( $content ) { if ( is_single() ) { $my_content = $content . ' <div align=center><a href=http://bgtrekking.com><img src=http://planinar.org/store/banners/trekking.jpg alt=trekking/></a></div>'; } return $my_content; }