JTS_IL
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] date archive redirects to home page2 hours of digging into Yoast SEO revealed an option of not displaying date based archive for preventing double content.
Issue solved!!!
thanks to d4z_c0nf and my persistance ??
Forum: Themes and Templates
In reply to: [Customizr] Archive label not translatedSince last time I was trying to reproduce the problem, and it fixed it – but is still exist on tag archive:
https://www.glezer.co.il/tag/%D7%97%D7%95%D7%A4%D7%A9%D7%94/I think it has to do with “first time” translation or something around?
Forum: Themes and Templates
In reply to: [Customizr] collapse menu rtl messes up the menu??? ????
Hi Shirytry this :
/* Switch main menu direction ** GY**/ @media (max-width:1200px) { .navbar .nav>li { float: right; } } @media (max-width:979px) { .navbar .nav>li { float: right; } } @media (max-width:767px) { .navbar .nav>li { float: none; } } .navbar .navbar-inner .nav li{ text-align: right; }
BTW – you have one “squeezed” image on your slider
??
Forum: Themes and Templates
In reply to: [Customizr] date archive redirects to home pageGood tip about the plugins!
after running my site “unplugged” ?? I discovered that it was Yoast SEO that made the difference.Any idea how to resolve it?
Where should I start looking?10X
Forum: Themes and Templates
In reply to: [Customizr] Archive label not translatedCan’t agree with you this time.
The phrases are translated, and the translated text appears in the text box (admin panel) and the po file.Forum: Themes and Templates
In reply to: [Customizr] date archive redirects to home pageUpdate:
To make sure it’s not WP or DB error, I installed the default theme – the link was pointing to the post itself.
On customizr the link is to DOMAIN/year/month/dateForum: Themes and Templates
In reply to: [Customizr] Archive label not translatedUpdate:
I think it has something to do with the option to define those label on the admin panel.
after editing to of the category labels (added a letter, saved, removed and saved again) it took the label from the admin panel and not from the .mo lang file.Hope it helps ??
Forum: Themes and Templates
In reply to: [Customizr] Admin RTL cssI added .rtl to the relevant identifiers in “theme-customizer-control.css”.
a suggestion will be submitted soon on github.
??
Forum: Themes and Templates
In reply to: [Customizr] Multiple instance of iPhoneCheck??
The OOPS was because I was a bit confused between the structure of PHP and VBForum: Themes and Templates
In reply to: [Customizr] Multiple instance of iPhoneCheckOOPS!!!
Maybe I was jumping too early ??
The multiple instances occur after switching On/Off several times.
it looks like this:
#slider_sectionid > div.inside > div.meta-box-item-content > div > div.iPhoneCheckContainer > div.iPhoneCheckContainer > div.iPhoneCheckContainer > div.iPhoneCheckContainer > div.iPhoneCheckContainer > div.iPhoneCheckContainer > div.iPhoneCheckContainer > div.iPhoneCheckContainer > div.iPhoneCheckContainer
Please ignore this one.
I’ll digg into it today / tomorrow and post a new support questionForum: Themes and Templates
In reply to: [Customizr] Hide or remove 'author' field from postsOOPS… TYPOS…
??
appearanace > customize > global setting >content > post metas > select metas to diaplay : uncheck authorForum: Themes and Templates
In reply to: [Customizr] Hide or remove 'author' field from postsappeaenavce > customize > global setting >content > post metas > select metas to diaplay : uncheck author
Forum: Themes and Templates
In reply to: [Customizr] Error with the talian date format in the meta tagsIt’s even worse in Hebrew…
Is the date format “customizable”?
It looks like it ignores the date format setings in the admin panel
??
Old is not necessarily “bad”after writing “like a mess” I fixed one more issue (from smtp plugin) and quickly retyped the comment…
It’s not a mess, but the title doesn’t look like it look on any other browser (no border, the logo set to maximum right, the menu to maximum left.
I think it’s the best that I can do in reasonable time
Thanks for the help!
10x d4z_c0nf
YEP!!
That solved the ‘class’ problem
the next issue was stray commas on lines 3166 and 3174but the site still looks not as well as on any other browser
I was advised to give up support for IE8 ??BTW – how do I implement the changes on the minfied JS?