JTS_IL
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Update Crashed Site??
Checked on a site I’m working on – Updated OKForum: Themes and Templates
In reply to: [Customizr] Update Crashed SiteI don’t think it related to any plugin, my dev site was “plugless”, and it happened there.
Forum: Themes and Templates
In reply to: [Customizr] Update Crashed SiteUpdate:
Installing manually solved the problem.Forum: Themes and Templates
In reply to: [Customizr] Update Crashed Siteafter copying the file “https://themes.trac.www.ads-software.com/browser/customizr/3.3.28/inc/class-fire-widgets.php”
got this message: Warning: array_merge(): Argument #1 is not an array in /home/yaagle/jts.glezer.co.il/wp-content/themes/customizr/inc/class-fire-utils_settings_map.php on line 256
the only solution is to delete the theme and install manually?
Forum: Themes and Templates
In reply to: [Customizr] Update Crashed SiteI don’t have the mentioned file either.
If it happened to me and to TKList, and I saw someone else with same problem – I think there’s a problem and not something local
Forum: Themes and Templates
In reply to: [Customizr] Update Crashed SiteI think I have the same problem on jts.glezer.co.il (it’s my dev site):
Warning: require_once(/home/yaagle/jts.glezer.co.il/wp-content/themes/customizr/inc/class-fire-widgets.php): failed to open stream: No such file or directory in /home/yaagle/jts.glezer.co.il/wp-content/themes/customizr/inc/init.php on line 175
Fatal error: require_once(): Failed opening required ‘/home/yaagle/jts.glezer.co.il/wp-content/themes/customizr/inc/class-fire-widgets.php’ (include_path=’.:/usr/local/lib/php:/usr/local/php5/lib/pear’) in /home/yaagle/jts.glezer.co.il/wp-content/themes/customizr/inc/init.php on line 175
Forum: Themes and Templates
In reply to: [Customizr] error 500 with last updateI think I have the same problem on jts.glezer.co.il (it’s my dev site):
Warning: require_once(/home/yaagle/jts.glezer.co.il/wp-content/themes/customizr/inc/class-fire-widgets.php): failed to open stream: No such file or directory in /home/yaagle/jts.glezer.co.il/wp-content/themes/customizr/inc/init.php on line 175
Fatal error: require_once(): Failed opening required ‘/home/yaagle/jts.glezer.co.il/wp-content/themes/customizr/inc/class-fire-widgets.php’ (include_path=’.:/usr/local/lib/php:/usr/local/php5/lib/pear’) in /home/yaagle/jts.glezer.co.il/wp-content/themes/customizr/inc/init.php on line 175
Forum: Themes and Templates
In reply to: [Customizr] RTL : where is ".tabs-left" used?(y)
Got it!
My hope was to finish on time for 3.3.27, now I’ll have to wait for the next one ??Forum: Themes and Templates
In reply to: [Customizr] setting/removing featured image on specific postsFollowing @rdellcunsulting advice, I did this :
} .postid-1654 .tc-thumbnail { display: none !important; }
The result is exactly as I wanted, now I’m looking for a really general solution, so I will not have to add CSS rules for each post that I need to “hide” the main image.
https://www.glezer.co.il/2015/05/%D7%90%D7%AA%D7%A8-%D7%94%D7%95%D7%95%D7%A8%D7%93%D7%A4%D7%A8%D7%A1-%D7%A9%D7%9C%D7%99-%D7%91%D7%9F-%D7%A9%D7%A0%D7%AA%D7%99%D7%99%D7%9D/Any ideas?
Forum: Themes and Templates
In reply to: [Customizr] setting/removing featured image on specific posts10X rdellconsulting,
That is the one solution I was afraid someone will suggest because it is absolutely tailor made for each post.
If there is no other solution – I’ll do it.I’m still trying to figure out a more generic solution, maybe with custom fields?
Forum: Themes and Templates
In reply to: [Customizr] setting/removing featured image on specific postsIf the above cannot be done, how can I set the width of post main image for each post individually?
Forum: Themes and Templates
In reply to: [Customizr] Slider Problem after last update… and this one
.navbar div > ul.nav > .menu-item:last-child > a { padding-left: 0px; }
instead of
.navbar div > ul.nav > .menu-item:last-child > a { padding-right: 0px; }
Forum: Themes and Templates
In reply to: [Customizr] Slider Problem after last updateYou have very sharp distinction
change
.navbar div > ul.nav > .menu-item:first-child > a {
padding-left: 5px;
}to
.navbar div > ul.nav > .menu-item:first-child > a {
padding-right: 5px;
}probably missed this one ??
Forum: Themes and Templates
In reply to: [Customizr] Slider Problem after last updateSalam Aleikum SaudiVR,
The slide rotation was switched on RTL based sites so it will fit the reading direction
The arrows are in the wrong direction, missed it ??
I’m reviewing the fix that nikeo added.
Shalom ??
Forum: Themes and Templates
In reply to: [Customizr] my site is not working on IE7 and IE 8Both IE7 and IE8 are old and “obsolete”, unless you really need to support those version – it’s better to ignore and move on.
If you want to play around – try to use the original css file and check if it works, then add all your customizations one by one