anthemakos
Forum Replies Created
-
Forum: Plugins
In reply to: [Socials Ignited] No option to add iconWorked! Thanks for the quick replies!
Forum: Plugins
In reply to: [Socials Ignited] No option to add iconAlso after clicking several times the “Add field” button I get :
Uncaught TypeError: Cannot read property ‘hasClass’ of undefined wp-auth-check.min.js?ver=4.5.3:1
Forum: Plugins
In reply to: [Socials Ignited] No option to add iconWordPress version : 4.5.3
404 files:
– an image in an old post(irrelevant)
Active theme:
– Tabloid ( cssigniter theme ) version 1.2.1
Active plugins:
– CSSIgniter Shortcodes 2.3
– Socials Ignited 1.9.6No modifications have been done in the plugin files.
*** I just noticed that in the widget.php code there’s no ‘Add Icon’ button ***
Forum: Plugins
In reply to: [Socials Ignited] No option to add iconHi,
I’ve tried both solutions( disabling plugins, switching theme) but no luck.
I’ve installed it also in my localhost and get the same issue.I cannot see the “add icon”
Thanks,
NickForum: Plugins
In reply to: [Socials Ignited] No option to add iconScreenshot of the options I see
ScreenshotForum: Plugins
In reply to: [Products Per Page for WooCommerce] PPP not workingHi,
there are a bunch of nested IFs setting the $ppp based on category,id,options etc.
I’ve considered them irrelevant so I didn’t quote them.
In case you want to have a look here you go
gistThank you and have a good day!
NickForum: Plugins
In reply to: [Products Per Page for WooCommerce] PPP not workingFound a solution to my case ( not optimal I guess).
Just commented out a line in functions file:
if ($ppp > 0) $query->set('posts_per_page', $ppp );and now it works. It looks like it’s theme’s fault.