dev_apocalypseboy
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] What triggers automatic cache purge?Hi,
Does the automatic cache refresh, purge the entire cache?
Forum: Fixing WordPress
In reply to: Emoji and smiley js and css added to headAlso you can put this code on your functions.php
remove_action( ‘wp_head’, ‘print_emoji_detection_script’, 7 );
remove_action( ‘wp_print_styles’, ‘print_emoji_styles’ );Forum: Plugins
In reply to: [Simple Widgets] confusedHi Toni,
Show in Template – what does that mean?
– If I choose “Pages (page.php)” shouldn’t the widget show up in all pages?
– “Front Page (front-page.php)” shouldn’t the widget be on the front only?Yes, it should show up on pages that uses the page.php template. Same with front-page.php.
Thanks
Forum: Plugins
In reply to: [Simple Widgets] 3.8 brokenSupport for this plugin is now back. You may contact the author directly for support. ??
Forum: Plugins
In reply to: [Simple Widgets] Couldn't input a widget classSupport for this plugin is now back. You may contact the author directly for support. ??
Forum: Everything else WordPress
In reply to: Did my plugin submission work?ok thanks for the info. ??
Forum: Everything else WordPress
In reply to: Did my plugin submission work?thanks for the quick reply mate.
So how do i know my plugin has been rejected?
Forum: Everything else WordPress
In reply to: Did my plugin submission work?hi,
is there anyway you can view the status of you plugin submission?
thanks!
Forum: Plugins
In reply to: [Simple Slideshow] Image Alignment ProblemsHi,
1. There’s no support for that yet. The current version is optimized to work on same sized images only.
2. You’ll have to size your photos before you upload it. The width and height options only apply to the slideshow itself not the images.
Plugin Documentation
https://apocalypseboy.com/simple-slidesWe’re currently in the process of upgrading the plugin. Version 2.0 will be out soon.
Cheers!
Forum: Plugins
In reply to: [Simple Slides] [Plugin: Simple Slides] Start with a specific slide ?Hi!
You can now set the starting slide using the start_slide shortcode attribute. (latest version)
Thanks…
Forum: Plugins
In reply to: [Simple Slides] [Plugin: Simple Slides] Just does not workHi,
Thanks for using our software.
To implement what you want, you’ll need to use the set attribute.
[simple_slides set=”slide_show_one”]
This was somehow left out of the documentation.
We apologize for the inconvenience.Forum: Plugins
In reply to: [Simple Slides] [Plugin: Simple Slides] Just does not worknoted ??
Forum: Plugins
In reply to: [Simple Slides] [Plugin: Simple Slides] Just does not workPlease make sure you are using the latest version (1.4.0)
Forum: Plugins
In reply to: [Simple Slides] [Plugin: Simple Slides] Just does not workHi Again,
On the Add Slide or Edit Slide page. Expand the screen options and check ‘Slide Options’. It should enable a meta box with some available options including a slide link.
This will also be included in the future documentation.
Thanks.
Forum: Plugins
In reply to: [Simple Slides] [Plugin: Simple Slides] Just does not workHi,
Documentation:
https://apocalypseboy.com/simple-slidesDemos:
https://apocalypseboy.com/plugins/simple-slides/demosExamples and some notes are covered there ??
Also those documents are in constant improvement/change.About the id,
Automatically the sliders are IDed in order of. #ss_1, #ss_2, #ss_3 … so on.To customize this you need to use the ‘name’ attribute.
This attribute is still experimental and not included in the documents.e.g.
[simple_slides name=”foo”] would result to #ss_fooRest assured, we will be including these to the documentation updates.
Thanks!