Raimund Hagemann
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] Language switcher works fine, but menu wont switch as wellok. I did it but it didnt have any effect on my issue.
the page URL is unique-tours.at if you want to take a lookForum: Plugins
In reply to: [qTranslate X] Language switcher works fine, but menu wont switch as wellIs this safe or are my translations gone then?
I’ll get killed if I lose them… 😉
Thanks!
Forum: Plugins
In reply to: [qTranslate X] Language switcher works fine, but menu wont switch as well3.4.4
Forum: Plugins
In reply to: [File Away] fileup directories not in dropdownHi, thanks for help.
Ya, I think that’s compromise. Thanks a lotHage
Forum: Plugins
In reply to: [WP Idea Stream] Hide Ideastream from logged out users and redirectI definitely have to dig into this slug-issues, I know.
Thanks a lot for your reply – it worked perfectly!Forum: Themes and Templates
In reply to: [Customizr] Full content on Home, Excerpts on all otherForum: Themes and Templates
In reply to: [Customizr] Full content on Home, Excerpts on all otherworks like a charm! Thanks a lot !
Forum: Themes and Templates
In reply to: [Customizr] Show the Slider on ?tag and ?s pagewell, that’s weird – I thought I have the latest version of customizr running. I’ll check this later.
Yeah, I changed the php file on the right place in my child theme’s directory – that was the first thing I learned, because nikeo INSISTS to create a child theme a thousand times in his documentation. 😉
I’m sure there are more than one way to archieve a special effect in coding – I’m glad it works now, it’s not important how…
thanks, hage
Forum: Themes and Templates
In reply to: [Customizr] Show the Slider on ?tag and ?s pagehello acub, thanks for help.
Your suggestion doesn’t work for me
BUT you gave me the crucial hint where to search:In class-content-slider.php I changed
if ( ! apply_filters( 'tc_show_slider' , !is_404() && !is_archive() && !is_search() || ( tc__f('__is_home') && $tc_front_slider ) ) ) return;to
if ( ! apply_filters( 'tc_show_slider' , !is_404() || ( tc__f('__is_home') && $tc_front_slider ) ) ) return;Now the slider only disappears on 404
Thanks a lot !!!
To show the post metas on the main page copy this snippet to the bottom of your functions.php file.
To only show the release date of your post on the main page copy class-content-post_metas.php file to the parts folder of your child-theme and edit utility text from line 85 like this (german!)
if ( $tag_list ) { $utility_text = __( 'Veröffentlicht am %3$s' , 'customizr' ); } elseif ( $categories_list ) { $utility_text = __( 'Veröffentlicht am %3$s' , 'customizr' ); } else { $utility_text = __( 'Veröffentlicht am %3$s' , 'customizr' ); }Ok thank you !
Ha !! Great !!
> instead of !
I would have NEVER found out this alone – Thanks so much !Now I just have to find out how to show the date as well and I’m done…
I will try this, but I’m afraid it will show all the metas..But thanks very much again !!
Forum: Themes and Templates
In reply to: [Customizr] comment form AND answer form shows up after postI managed to resolve Q1 and Q4 it by changing some lines in my comments.php and comment-template-php.
I’m sure I can resolve the rest as well – if I found the time.Thank you very much anyway…