lukodp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Event Star] Tab title of Schedule section widget not showingDid a workaround with different widget for each language separately.
Forum: Plugins
In reply to: [Business Hours Indicator] Translation of days name@yuraz
Thank you. I was assuming wrongly then ??Forum: Plugins
In reply to: [Business Hours Indicator] Translation of days nameThis is still not resolved. Currently I’m hiding day name with CSS but this is not the solution.
Tried to change theme and disable all plugins but it didn’t help. As far as I know, day name is pulling out of WordPress core so I’m really confused how it’s printed in English and in same time in Croatian through theme.web is: https://knjiznica-kutina.hr/
Forum: Plugins
In reply to: [Micro Archive Widget] Won’t workIn line 13 of micro-archive widget.php is enqueue functions for script.js file.
You are using js for on click behavior when user is clicking on archive year.
Overall, this is not the issue here.
Issue is in update for post counts. Without that it’s working fine.
Since I’m in no need for post counts it’s fine for me but it’s still broken for Avada users.Forum: Plugins
In reply to: [Micro Archive Widget] Won’t workAs far as I see it’s not working only with Avada theme. With every other theme it’s fine.
Although in description it says that it works without jquery, that’s not true.
My best guess was some conflict with Avada variable names but I tried to rename some variable names in plugin without any luck at all.BTW. You should consider implementing an option to inline the CSS and JavaScript.
Anyway, it’s not working with Avada theme.
Forum: Plugins
In reply to: [Micro Archive Widget] Won’t workWorking like it should with Twenty Fifteen Theme but not with Avada. Simply posts are showed in widget… only empty ul list.
- This reply was modified 6 years, 2 months ago by lukodp.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Players Gallery columnsOuf… find it. It’s in shortcode options…
Please disregard this silly question. Sorry …Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Box Score TotalPlease disregard last post. Summings are OK in player statistic, only averages are not calculated correct.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Box Score TotalI also notice a problem in summing totals on player profile statistic but only when scores are inserted manually (typing in).
For example:
https://skkciglenica.hr/player/dejan-dal-ponte/
For some seasons results are inserted in field manually. For seasons and competitions where results are pulled from events everything is OK.
Is there any chance to fix this?Luko
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Box Score TotalTried to switch to Rookie theme, but the issue remained. It’s not a huge deal but that thing worked before. If there is anything I can do let me know.
BTW. Greg’s issue is the same as mine. Maybe he describe it better ??Bw,
Luko
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Box Score TotalI tried disabling all plugins with no luck. Same thing with theme. Theme is custom made (by me) on scaffolding template. I forgot to mention that it’s possible to input total performance manually but it calculated it automatically before. I tried to find some settings in plugin options but didn’t find anything.
Link is: skkciglenica.hr
- This reply was modified 8 years ago by lukodp.
Forum: Themes and Templates
In reply to: [ResponsiveBoat] Problem with headerHello,
The problem is in theme js file: responsive_boat_script.js which is not compatible with jquery 1.12.3 (WordPress 4.5)
In line 141 where is:jQuery('#site-navigation a[href*=#]:not([href=#]), header.header a[href*=#]:not([href=#])').bind('click',function () {
should be:
jQuery('#site-navigation a[href*="#"]:not([href="#"]), header.header a[href*="#"]:not([href="#"])').bind('click',function () {
As referred to this:
read-this-first-wordpress-45-master-listForum: Plugins
In reply to: [Event Organiser] agenda widget date only in englishI have the same issue.
https://kssmz.hrOK. I found it.
It was in sp-template-hooks.phpDon’t wont to bumb topic but I’ll try to explain further.
I would like to change the order of templates displayed in single-event. Which file I have to reffer.Btw. I’m using rookie theme.