anton7249
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Remove defer attributer from a scriptThanks) That helped, appreciate it.
Kind regards
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Show “Add to wishilist” button@yithemes any responce?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Show “Add to wishilist” buttonBut I would like to not to remove Add to wishlist button. Can you fix that? The problem is it removes the button completely as a DOM element. Can you make just hide it via CSS so developers can have more control on this please?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Show “Add to wishilist” buttonHi @yithemes
Sorry for the delay.
Please see the test single product page http://demo.megathe.me/test2/testing/product/polo/
- This reply was modified 6 years, 4 months ago by anton7249.
Forum: Plugins
In reply to: [SVG Support] Not Working with WordPress ImporterHi,
looks I found the problem.
I export from multisite https://codex.wordpress.org/Create_A_Network installation and then import to single installation. SVG images failed to import.
When importing from single to single installation then it works fine.
Can you test if exporting from multisite and then importing to single installation works for you?
Can you please fix it?
Kind regards
Forum: Plugins
In reply to: [SVG Support] Not Working with WordPress ImporterErrors are
Failed to import Media “logo”
Failed to import Media “logo-05”
Failed to import Media “logo-06”
Failed to import Media “logo-01”
Failed to import Media “logo-04”
Failed to import Media “logo-07”
Failed to import Media “logo-02”
Failed to import Media “logo-08”There are 8 svg images.
1. Visit Tools -> Import in the WordPress dashboard.
2. Click on the WordPress link in the list of importers.
3. Click “Install Now”.
4. Click “Activate Plugin & Run Importer”.
5. Navigate to Tools -> Export.
6. Choose to export ‘All content’.
7. Click ‘Download Export File’ button.
8. Then on another WordPress test installation navigate to Tools -> Import and Run Importer.
9. Select the XML file you previously exported.
10. Select ‘Download and import file attachments’.
11. Click ‘Submit’ button.SVG Support plugin Version 2.3.10 | By Benbodhi during import is activated.
If it imports svg images for you?
Kind regards
Forum: Plugins
In reply to: [Safe SVG] Upload not working!Hi, any news? Did you managed to take a look?
Forum: Plugins
In reply to: [WC Variations Radio Buttons] print_attribute_radio functionLooks wrapping function in
if (!function_exists(‘print_attribute_radio’)) {
}fixes the issue.
Will you update the plugin?
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Template tag problemGuys, still need a good solution for this!
@thedigitalmonk your code works particularly unfortunately as it doesn’t grab Selected Buttons from Settings > AddThis Share!!!
Please see the screenshot http://i.snag.gy/QfG0W.jpg
In a single post without your code it’s look just fine:
http://i.snag.gy/eZO6A.jpgbut how it looks like within the WordPress posts loop with your code above:
http://i.snag.gy/T0L2C.jpgAs you can see custom template tag within the loop doesn’t grab my Selected Buttons which I have selected from the admin area.
Looks like it’s a bug guys?
The main reason why I don’t want to use an option show in excerpts is that my theme has posts shortcodes with excerpts where I don’t need to use AddThis Share plugin at all!
I’am reading from this post http://www.jacobtomlinson.co.uk/2013/03/17/using-the-addthis-share-buttons-wordpress-plugin-in-a-custom-theme/
below style SPECIAL loads your setting from the admin control panel for the bottom widget.
But as you can see from the screenshots I posted the custom code
do_action
DOES NOT!!! LOADS my setting from the admin control panel for the bottom widget!!!
Any help please?
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Template tag problem@srijith.v: Version 3.5.3 | By The AddThis Team
I did fix it by removing Template Tag and set up excerpt for the posts. Looks fine now.