seothemes
Forum Replies Created
-
Forum: Plugins
In reply to: [Icon Widget] Adding new iconsThanks for the suggestion.
I will add FontAwesome 5 in the next update.
Forum: Plugins
In reply to: [SEO Slider] Disable scripts and css on other pages@darrencss there might have been an error in your code somewhere.
I can’t see how removing the plugins assets could possibly affect other plugins?
Forum: Plugins
In reply to: [SEO Slider] Error on slider widget@sooskriszta did this solve the issue for you?
Forum: Plugins
In reply to: [SEO Slider] Image Quality@mafreprezent no problem at all. Thanks for the review!
Forum: Plugins
In reply to: [SEO Slider] Invalid Argument@btwebmedia Great, thanks for letting us know!
Forum: Plugins
In reply to: [SEO Slider] Slider for different pagesMarked as resolved since this is a theme question and not plugin related.
Forum: Plugins
In reply to: [SEO Slider] Slider for different pagesUsing a slider inside the hero section of other pages would require some custom development. If you’d like us to get it coded for you please visit https://seothemes.com/customization and select the 1 hour option.
Thanks!
Forum: Plugins
In reply to: [SEO Slider] Doesn’t work in GutenbergHey @despachotres
This has been fixed in the latest version. Let me know if you find any other issues!
Thanks for reporting.
Forum: Plugins
In reply to: [Simple Social Icons] Target _Blank for Simple Social IconsSimple Social Icons already supports this. Check the “Open links in new window?” option in the widget.
Forum: Plugins
In reply to: [SEO Slider] Image Quality@mafreprezent @hifidesign There is actually a filter already available in the plugin –
seo_slider_image_size
. You can change with the following code:add_filter('seo_slider_image_size', function() { return 'full'; });
Forum: Plugins
In reply to: [SEO Slider] Sliders Inaccessible With Classic Editor Enabled@hifidesign Thanks for letting me know. I haven’t had a chance to test with WP 5+ yet but it will be done soon in the next update.
Forum: Plugins
In reply to: [SEO Slider] Disable scripts and css on other pages@darrencss It’s not possible to tell which pages have a slider and which ones don’t. It is possible to check which pages have a slider in the content but that doesn’t include widget areas.
Your solution will work, you could also do the following:
if ( ! is_front_page() ) { remove_action( 'wp_enqueue_scripts', 'seo_slider_scripts_styles' ); }
Forum: Plugins
In reply to: [SEO Slider] Image Quality@mafreprezent The plugin adds a new image size called ‘slider’. It’s set to 1280 x 720 and is only used as the slider background image, the plugin was intended for creating full-width hero sliders as seen in the Corporate Pro demo.
@hifidesign Great suggestion. I’ll add that in the next update.
Forum: Plugins
In reply to: [SEO Slider] Invalid Argument@anony999 If you are using the Slider widget, try deleting the widget and adding a new one. Resaving the widgets usually fixes the issue.
Forum: Plugins
In reply to: [SEO Slider] Error on slider widget@sooskriszta If you are using the Slider widget, try deleting the widget and adding a new one. Resaving the widgets usually fixes the issue.