Ypanesa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] No scrollingThe problem persists with all plugins deactivated.
Scrolling works fine in Opera, Edge, Chrome and IE
It does not work in Firefox 0-/- This reply was modified 6 years ago by Ypanesa.
I do not have any ad blocker.
In block modus the plugin does not show up.
Any ideas?- This reply was modified 6 years ago by Ypanesa.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Unable to Search: getContent errorI just recognized the same problem and found this answer quite quickly. I even didn’t realised that I was working in text mode. ?? Now, that I know the solution, it’s not a big deal.
Forum: Themes and Templates
In reply to: [Customizr] Title and subtitle positionIt’s not working. I added this code to the functions.php
add_action('wp_head', 'move_tagline_below_logo'); function move_tagline_below_logo(){ if ( ! method_exists('CZR_header_main', 'czr_fn_tagline_display') ) return; remove_action('__navbar', array(CZR_header_main::$instance, 'czr_fn_tagline_display'), is_rtl() ? 10 : 20 ); add_action('__after_logo', array(CZR_header_main::$instance, 'czr_fn_tagline_display') ); add_filter('czr_fn_tagline_class', 'span7_to_12'); function span7_to_12( $_class){ return str_replace('span7', 'span12', $_class); } }
When I refresh the site, it shows for a very short moment the code above.
Just found out: This code is also shown in the backend. There seems to be some elements missing. Couldn’t find out so far.
- This reply was modified 8 years, 3 months ago by Ypanesa. Reason: A minute later
Forum: Themes and Templates
In reply to: [Customizr] Title and subtitle positionIt seem I’m doing something wrong, because it is not working. I added the following code to the functions.php of my child-theme:
add_action('wp_head', 'move_tagline_below_logo'); function move_tagline_below_logo(){ if ( ! method_exists('CZR_header_main', 'czr_fn_tagline_display') ) return; remove_action('__navbar', array(CZR_header_main::$instance, 'czr_fn_tagline_display'), is_rtl() ? 10 : 20 ); add_action('__after_logo', array(TC_header_main::$instance, 'czr_fn_tagline_display') ); add_filter('czr_fn_tagline_class', 'span7_to_12'); function span7_to_12( $_class){ return str_replace('span7', 'span12', $_class); } }
Then I added this code to the style.css of my child-theme:
/* Tagline below the logo */ .inside.site-description { margin-left: 0 } @media (max-width: 979px) { .inside.site-description { display: none; } }
Forum: Themes and Templates
In reply to: [Customizr] Title and subtitle positionCould you please help me with my other site? My question is just above your last answer. I try and try and try. No way to get the subtitle under the title.
https://android-hilfe.info/Forum: Themes and Templates
In reply to: [Customizr] Title and subtitle positionCould you please help me with https://android-hilfe.info as well. It’s the same problem. But the same code won’t work. I tried it first over the settings menue for the theme, then with the CSS
.navbar-wrapper .navbar .site-description { float: left; padding-right: 5px; text-align: left; }
but it’s not working.
I want to have the subtitle directly under the site title.
Forum: Themes and Templates
In reply to: [Customizr] Title and subtitle positionnavbar h2 did not work. I tried
.site-description { margin-top: 0px; }
That worked. But after closing the child-themes settings, I went back to the child-themes CSS settings and this code has gone. I cannot see it anymore. But it is still working. Strange. Because I would like to change it. I think, I should include the margin-top to h2.site-description. What do you think?
Forum: Themes and Templates
In reply to: [Customizr] Title and subtitle positionTry again, meanwhile I cleared the cache. It should look like this: https://imgur.com/a/f5gyS
Forum: Themes and Templates
In reply to: [Customizr] Title and subtitle positionYes, the subtitle appears under the title. But there is one line between the title and the subtitle. I would prefer to have them right one below the other. The horizontal menu could then be one line further down.
It’s quite difficult to explain. Do you understand, what I mean?
Forum: Themes and Templates
In reply to: [Customizr] Title and subtitle positionThanks Menaka. It works fine.
It seems that subtitle and navigation cannot be on the same line, which would be perfekt.
Is it possible, to have the subtitle directly under the title and the navigation one line below?
Have a look here: https://bikeaway.info/
Forum: Themes and Templates
In reply to: [Customizr] Header display not rightOh, what a silly mistake. Shame over me! Sorry and thanks for your help.
Forum: Themes and Templates
In reply to: [Customizr] Header display not rightI use a child theme. And I can see the CSS in the source code. Search for
“Header richtig darstellen”. Above your CSS you see my changes as well.Forum: Themes and Templates
In reply to: [Customizr] Header display not rightThe code doesn’t do any changes. I let it activ for investigation. The setting looks perfect in the live preview. The settings for the menu are:
Design and Layout
Title/logo: left
Subtitle: show
Social links: yes (3)Navigation Menu
2 Menus
Mainmenu: left
Submenu (horizontal): leftForum: Themes and Templates
In reply to: [Customizr] [Customizr] Grid on Homepage not alignedIt’s the Feedburner Follow Me plugin:
https://www.ads-software.com/plugins/feedburner-follow-me/I deactivated it and now the alignment is perfect.
Thanks.