Carlton
Forum Replies Created
-
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Feature request: post types@gabelivan Very awesome to hear Gabe! You are an awesome WP developer!
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Feature request: post typesI have a similar request that I’m going to tag onto to yours.
Global Unload with post type exceptions.
For example: If Global Unload is selected then an additional option would be added that you could check to say Add Exception for this post type.
Then another plugin could be used to create custom post types for whatever the page or post that is using those assets and boom good to go. This would atleast work for me.
Reasoning?
I create posts that use a table plugin for product comparisons. It loads 5 scripts for that one plugin. I only need those scripts for those post types not any of my regular blog posts that do not contain those comparison tables.Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Unload everywhere not workingHi Gabe,
Awesome man it is working now!
Tested, home page, page types and post types.
Thanks!
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Unload everywhere not workingOk I keep trying to use the contact form at your website but it never finishes submitting. Whats your email address?
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Unload everywhere not workingHi Gabe,
All of those are unloaded as well with the same rules prior to the opening post.
screenshot: https://snag.gy/lJ4djK.jpgForum: Plugins
In reply to: Product Recommendation QuizHi Jenile,
Did you ever find a solution? I’m looking for one myself and have tried a few but no luck.
Forum: Plugins
In reply to: [Add Widget After Content] shortcodes no longer workingit is working again thank you
Forum: Plugins
In reply to: [jQuery Updater] bug: last update all images disappearednevermind this is a theme issue using old jquery not this plugin
Forum: Plugins
In reply to: Why is the plugin BackWPUp deleted in the Plugin Directory?any time frame on when it will be back? If it is possible to estimate that is fine, thanks!
Forum: Plugins
In reply to: [MaxButtons - Create buttons] 4.5 update broke something that was workingHi Bas,
The Maxbuttons shortcode: [maxbutton id=”13″] does work outside of the other shortcodes, but prior to the update it worked inside the shortcodes allowing the maxbutton to be displayed as a link to work with icegram to show a popup when clicked.
Yes, I am sure that the update caused this. Either the new Maxbuttons plugin update or the WordPress 4.5 update caused it to no longer work, as it was.
Visual editor is not the case, this code is being used inside of a text widget.
The plugin is definitely active because I have Maxbuttons on other parts of the site and they are displaying and functioning correctly.
Forum: Plugins
In reply to: [Add Widget After Content] shortcodes no longer workingok I will check into the other plugins support
Forum: Plugins
In reply to: [Add Widget After Content] shortcodes no longer workingHi Arelthia,
Not resolved yet.
The plugin that I’m using for the shortcodes is MaxButtons. It’s shortcodes are still working in other places just not inside this widget anymore.
Please see: http://www.pideals.com/bigcommerce-vs-shopify/
Look at bottom where the widget would appear and look for the “Like What You’ve Read” heading.Instead of the shortcode working correctly it is just displaying as text of that shortcode whereas before the 4.5 update it worked properly.
resolved with: https://ww.wp.xz.cn/plugins/wp-asset-clean-up/
email sent!
So you could not implement something like this in the plugin in the future?:
Opening an Accordion Via ID
You can optionally add a unique ID to each of your accordion items and then use that ID in the URL to open that item by default. For example, say you have the following accordions:[accordion]
[accordion-item id=”item-1″ title=”Title of accordion item”]Drop-down content goes here.[/accordion-item]
[accordion-item id=”item-2″ title=”Second accordion item”]Drop-down content goes here.[/accordion-item]
[accordion-item id=”item-3″ title=”A Third accordion”]Drop-down content goes here.[/accordion-item]
[/accordion]
You could use this URL to open the third item by default:http://yourdomain.com/your/path/#item-3
All you need to do is ensure that the part after the # in the URL matches the ID set on the accordion item.