Braad
Forum Replies Created
-
Forum: Plugins
In reply to: [Vertical Center] Is this still working?Well @cupandsorceror, since I haven’t heard from you I’m going to mark this thread as resolved.
Feel free to reopen it if you’re still having an issue with the plugin.
Forum: Plugins
In reply to: [Vertical Center] Is this still working?@cupandsorceror, I’d love to help you get the plugin working. Can you send me a link to the page so I can have a look?
Forum: Reviews
In reply to: [Plugin Cards] Great explanation on how to useThank you for the review!
Forum: Reviews
In reply to: [Plugin Cards] A Bad ReviewHello FMCalisto,
I am the plugin author, and on the description for this plugin there is a section “Usage” that explains that this plugin adds a shortcode [plugin_cards]. All you need to do to use the shortcode is paste it into a post or page.
So for example, if you want to display cards for the top most popular plugins in the repo, you would add this shortcode:
[plugin_cards browse="popular"]I’ve tried to spell out exactly how the use the plugin in the description, but if there are any parts that are unclear I’d be happy to further explain or add missing information to the plugin description.
Would you consider changing your review? I’m happy to work with you to get the plugin working for your needs, but the plugin itself works great and doesn’t deserve a 1 star review.
Forum: Plugins
In reply to: [Better Font Awesome] Disable loading of Font Awesome from jsdelivrHello Summatix,
When you say “hook”, are you referring to something other than an action or a filter?
By using the provided hook (in this case a filter) you don’t have to edit any of the plugin files, which makes the plugin safe to update.
It sounds like you’re saying you modified the plugin files to include an extra hook for the purposes of force loading the local Font Awesome library, which is probably not the best idea because your hook will get overwritten if you update the plugin, and the plugin already includes a hook for exactly your use case.
Forum: Plugins
In reply to: [jQuery Responsive Select Menu] Not workingThank you for the information. When I go to the site right now, I still don’t see the CSS or JS files for the plugin loading at all. You can see this for yourself if you open the Chrome dev tools and go to the Sources tab, where you’ll see a list of all the files loading on your site.
In fact, it appears that there aren’t any files loading from any plugin on your site. Not every plugin loads files on the front end of the site, but the jQuery Responsive Select Menu plugin does, and it requires them to load in order to work.
The selectors you mentioned look like they could work, so in order to keep investigating I need you to activate the plugin on your site and keep it activated while I look at the site. If we confirm that the plugin is active and the files still aren’t loading, then we likely have a problem further upstream, i.e. somewhere in your WordPress install, in which case there would probably be lines in your site’s PHP error log about the problem.
Forum: Plugins
In reply to: [Equal Height Columns] Doesn't work on SafariHello gtcrea,
Can you provide a link to the page on your site where this issue is occurring? We’ve been unable to replicate this issue in our testing, and we’re currently running the plugin on many live sites where it is working great in Safari for Mac.
If this issue is happening on a live site and you can share the link we should be able to track down the issue and provide a fix.
Forum: Plugins
In reply to: [jQuery Responsive Select Menu] Not workingHmm, can you confirm the selector you’ve entered as the “Menu Container Class/ID”?
Also, the site at the link you shared doesn’t appear to be currently loading the plugin at all. This plugin enqueues a JS and a CSS file on the front end of your site when it is activated, and I can see that your site isn’t currently loading either, which suggests that either the plugin isn’t activated or there is some problem on the PHP side that is preventing the required files from loading.
Forum: Plugins
In reply to: [Vertical Center] Is this still working?The plugin is definitely still working. #page-id-19 doesn’t seem like it would be the right selector to use though because the selector should match the element that you want to center relative to its parent, not the parent itself. You probably want a selector more like “#page-id-19 .some-item”.
Can you send me a link to the page and mention what you’re trying to center on it? With that information I can probably recommend what selector you should use.