JZL
Forum Replies Created
-
Hey @corylamleorg
We just tried to deactivate all plugins and active again to no avail.
Have any other ideas of what could be the cause? – (The printer in itself is pointed to the new domain)
Forum: Themes and Templates
In reply to: [Customizr] White Space in Single Posts featured imageHi, yes everything worked fine until the updates.
There should be a fill width featured image before the title with 500px height but now that space is just white.
No one else had this issue??
Thanks that helped.
I had a strange bug where after clicking empty cache a white blank page would appear.
After almost 2 hours of struggle I figured out it was bc. of whitespace in php files -_-‘
Forum: Themes and Templates
In reply to: [Customizr] How To Remove Back To Top DIV ElementFound out how to do it by editing the main footer parts
Forum: Themes and Templates
In reply to: [Customizr] How To Make Featured Image Cover The HeaderHi Menaka
I want the featured image in a post be covering the whole top of the header, so that there’s more space for the image to stretch vertically.
If there’s a way to have the image blend into the header?
Right now you can see that the featured image full width looks stretched Here
I found out that it was some CSS of the navigation bar that caused the X to go higher than the screen showed.
Thanks for the tip though!
Forum: Themes and Templates
In reply to: [Customizr] New Update 3.4.30 BugOk I found the mistakes in the code – there’s missing } by the end of each code.
I’m just confused on how or why it happened after the update…
- This reply was modified 9 years, 7 months ago by JZL.
Forum: Themes and Templates
In reply to: [Customizr] New Update 3.4.30 BugHi RJD – Thanks for the update. It seems though that I’ve found what’s wrong – maybe something that might help you in your upcoming update:
I found the codes that’s making a syntax error:
add_action('__after_content_title','my_extra_line',100); function my_extra_line(){ if ( is_home()) { echo 'text'</span>'; } else { ‘’; }and,
add_action( '__after_logo' , 'display_my_site_title'); function display_my_site_title() { //first checks if there is a logo uploaded $logo_src = esc_url ( tc__f( '__get_option' , 'tc_logo_upload') ) ; if ( empty($logo_src) ) return; //then print the site title after printf('<h1><a class="site-title" href="%1$s" title="%2$s | %3$s">%4$s</a></h1>', esc_url( home_url( '/' ) ), esc_attr( get_bloginfo( 'name') ), esc_attr( get_bloginfo( 'description' ) ), esc_attr( get_bloginfo( 'name') ) );Those 2 codes gives me a syntax error – which I didn’t have before the update (and I still get syntax error after reverting back to 3.4.23 which is really strange)
Forum: Themes and Templates
In reply to: [Customizr] New Update 3.4.30 BugI saw many people reverted to 3.4.23 – I tried to do the same but I get the same fail message.
It only works if I delete most of my php codes?
How can that be? It worked perfectly before the update but now it doesn’t even work when I revert back?
Help appreciated!
Forum: Themes and Templates
In reply to: [Customizr] A bug with embedding video in a sliderBUMP
The site is:
the siteLook at the slider. The Preview / thumbnail is zoomed in a lot.
How can you make it so the thumbnail is full screen and not zoomed in?
Forum: Themes and Templates
In reply to: [Customizr] iPhone Site Title Too WideOk the site is: the site.
Everything seems fine here except on the mobile viewport where the site title goes out of the screen.
Any ideas to fix it?
Forum: Themes and Templates
In reply to: [Customizr] iPhone Site Title Too WideIt’s under construction and will open this Thursday (1. September) so you won’t be able to see it until then.
That’s why I’m a little stressed out on getting this small part handled!
Is there something specific you need to understand what’s causing the mobile view error?
Forum: Themes and Templates
In reply to: [Customizr] Site Title Bug with Whitespace NowrapThank you for your help.
For some strange reason the site title is fully clickable as I was doing some work on the site today.
Though now the menu on the right is 1 line under the site title. Really weird.
Going to tinker with that for a bit.
Anyway thanks for helping!
Forum: Themes and Templates
In reply to: [Customizr] Site Title Bug with Whitespace NowrapI found out by inspecting the site title that it’s CONTAINED in a small box
the css:
a.site-titleis a small box, the EXACT box that I can click on.
is there a way to expand the boxed width of a.site-title?
right now the size of it is 113.06 x 48
Forum: Themes and Templates
In reply to: [Customizr] Site Title Bug with Whitespace NowrapCheck the link out. It’s how the header logo + title looks like