JTS_IL
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Can't get rid of page slider and featured pagesappearance > customize > content… > front page
there you have the settings for the featured pages and slider
After some digging, with WP_DEBUG, the problem seems to be here:
var prop = { h : { dim : { name : 'height', val : c_y }, dir : { name : 'left', val : ( c_x - up_i_x ) / 2 + ( this.options.leftAdjust || 0 ) }, class : 'h-centered' /* <==this is the line marked by the error message */ }, v : { dim : { name : 'width', val : c_x }, dir : { name : 'top', val : ( c_y - up_i_y ) / 2 + ( this.options.topAdjust || 0 ) }, class : 'v-centered' } };
Checked again – works fine on Chrome,Firefox,Safari. the problem only on IE8
any suggestions?UP!
anyone?
update :
installed 3.3.12, same result
??Forum: Themes and Templates
In reply to: [Customizr] Image thumbnail position on RTL BlogI surely will!!!
on a new “support post”
10XForum: Themes and Templates
In reply to: [Customizr] Image thumbnail position on RTL Blog??
It should!!!
I have some more issues that I fixed with rtl.css
Forum: Themes and Templates
In reply to: [Customizr] Image thumbnail position on RTL BlogHi,
10X
That is a better solution…
I suggest to add those lines to the rtl.css that comes with the theme, for all other LTR users
??
Forum: Themes and Templates
In reply to: [Customizr] Image thumbnail position on RTL BlogHi d4z_c0nf,
here is the link to the page: https://www.glezer.co.il/category/%D7%9E%D7%A2%D7%A8%D7%9B%D7%95%D7%AA-%D7%9E%D7%99%D7%93%D7%A2/
but now it’s with the fixed JS file.
the properties of the thumbnail are inline style :
<img width="1024" height="367" src="https://www.glezer.co.il/wp-content/uploads/2015/02/1024x367xPOLICE-1024x367.jpg.pagespeed.ic.-4TOJ8ruh9.jpg" class="attachment-large tc-thumb-type-thumb wp-post-image wp-post-image h-centered" alt="??? ????? ??? ?????" style="height: 250px; width: auto; right: -214.5px; top: -2px;">
the “right:-214.5px” was “left:-214.5px” before the change.
it’s not CSS, nor php, the “left” comes from the JS metioned on original post