Mian Shahzad Raza
Forum Replies Created
-
Forum: Plugins
In reply to: [License Manager for WooCommerce] Any updated library?Thank you @ibaad06
I would like to go along with the premium version, can I have some more information regarding that library? Do you provide support for the integration of the library?
Forum: Fixing WordPress
In reply to: how i add the html/css to the interface of my pluginThis is where you start reading: Custom Plugin Settings Page
Forum: Fixing WordPress
In reply to: Remove bootstrap CSS from widgetPut your widget CSS code into Appearance > Customize > Additional CSS
Forum: Fixing WordPress
In reply to: Strange description of the website in googleScan your website with VirusTotal
Forum: Fixing WordPress
In reply to: blog page not loading only on domainWell, I can browse the link just fine. Maybe it’s a cache issue with your device only? have you tried checking your website from a different device where it was not visited before?
Forum: Plugins
In reply to: [WPAC Social Tools - Like, React & Share] Remove Sharing barHi @arijitroy204,
I have updated the plugin and added an option to disable sharing. Please update the plugin and you can disable Social sharing
To Disable Sharing Goto WPAC Settings > Sharing
I have updated the plugin and added an option to disable sharing + option to select FontAwesome load from the plugin or not.
Update plugin > Goto WPAC Settings > Set “No” in Load Font Awesome dropdwon
To Disable Sharing Goto WPAC Settings > Sharing
Hi @tiotrom
I have updated the plugin, looks like those lines were there by mistake when testing some things out.
Please update the plugin and let me know if it resolved the issue?Well, thanks for notifying, I will add an option to remove FontAwesome and disable of sharing option in the next version.
Forum: Plugins
In reply to: [WPAC Social Tools - Like, React & Share] Force feedback when voting negativeYour suggestion is noted.
Thank you for your detailed explanation of the error, I will certainly look into this issue.
Forum: Plugins
In reply to: [WPAC Social Tools - Like, React & Share] Withdraw VoteSure, I have that consideration. And I will add such feature when I get more free time ??
Forum: Plugins
In reply to: [WPAC Social Tools - Like, React & Share] Remove Sharing barWe will add an option to disable the social sharing in the next update. Meanwhile, you can use the CSS code to hide.
.wpac-social-bar.desktop-left.mobile-left { display: none !important; }
Forum: Plugins
In reply to: [WPAC Social Tools - Like, React & Share] Enable non-loggedin users to voteRequested feature added.
I have checked it with SG Site Optimizer and W3 total cache, it works fine for me. In fact, the counter place holder does not use JavaScript when page is loaded. A PHP function is called to show value from the database.
JavaScript is only used when the button is clicked to refresh the placeholder. Perhaps you have minified the HTML as well that the generated HTML does not update upon reload?
However, I will still Digg into it.
You can also help us if you like, source code is available at GitHub https://github.com/wpacademy/wpac-like-system