Sinisa Nikolic
Forum Replies Created
-
Forum: Plugins
In reply to: [Interactive US Map] Plugin JS errorThank you very much for the detailed answer!
Best regards,
SinisaForum: Plugins
In reply to: [Interactive US Map] Plugin JS errorHi,
yes, plugin conflicts with Divi Builder, not sure why though. I searched for the variable usr_config and us_config in the Divi builder – didn’t find it.
Just to be clear, I’m using Version 2.2.3 and plugin name is US MAP in production, not US REGIONAL MAP. This is a client’s site, and I’m not sure if there are multiple versions of the plugin. Can you explain this?However, this error happens only in the back end, in both plugin versions (US MAP and US REGIONAL MAP). It happens because map-interact.js is loaded in the back end, and I don’t see the reason why?
As soon as I delete shortcode [usr_map] Divi builder starts working.
Forum: Plugins
In reply to: [Social Count Plus] !important in style attributeThanks for making changes! Yes, filter is not actually necessary, but if plugin by default set’s own color (can’t test now if it does), than it’s useful to prevent that.
Anyway, it will work like this.
Cheers!
Forum: Plugins
In reply to: [Social Count Plus] !important in style attributePull request sent.
Forum: Themes and Templates
In reply to: [Mosalon] Adding Social Sharing Buttons to HeaderAlso, I am integrated with Mailchimp. Is it possible to also have the social sharing buttons pop up automatically after someone fills in the form and hits Sign Up Now
No, you’ll have to hire someone for that.
Forum: Themes and Templates
In reply to: [Mosalon] Adding Social Sharing Buttons to HeaderHi,
first you need to download child theme here: https://themesbros.com/mosalon-child.zip. Install & activate.
Install & configure this plugin: https://www.ads-software.com/plugins/add-to-any/.Now copy primary.php from mosalon/menu directory, to mosalon-child/menu folder and paste this:
<?php echo do_shortcode( '[addtoany]'); ?>
right before:
</nav>
Hope this helps.
Regards,
SinisaForum: Plugins
In reply to: [FG Joomla to WordPress] Virtuemart plugin compatibility?Just tested on localhost joomla version 2.5.17, Virtuemart 2.6.6, WP 4.0.1 and WooCommerce 2.2.8 (latest). Not importing categories nor products.
Forum: Fixing WordPress
In reply to: How to remove hierarchy in widgetsTnx man, you lead me to the right direction! Problem was, I always styled .widget ul li, but the right solution was to style #sidebar ul li! Parent of parent! Never thought on that until now.
Thanks again!
Forum: Fixing WordPress
In reply to: How to remove hierarchy in widgetsAnyone?
Forum: Plugins
In reply to: Remebering widgets on different themesOk, thats it then, no other choice. Thank you for your respond!
Forum: Plugins
In reply to: Thumbnail on front, full image on single pageTnx esmi, I’ll try this!
Forum: Fixing WordPress
In reply to: How to get list of all themes?Tnx MichaelH, that was it!