Danny
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Latest version doesnβt workHey Takayuki-san, thanks for pointing this out. I’ve found the plugin messing up yours. It was the CF7 conditional fields plugin. Will do the necessary to alert the developer. π
Hey @craig-at-smash-balloon.. Some images are still blurry. From further observation (and weirdness), landscape images are the affected ones. Not so much the portrait and most definitely not square ones.
Yikes. Never received the notification from WordPress that there was a reply. (-_-|)
Craig, here’s the webpage with the gallery: http://www.suzuka.com.my/gallery
And thank you in advance for looking into this weird behaviour.
Forum: Plugins
In reply to: [WooDiscuz - WooCommerce Comments] Suggestion: Custom CSS class for RolesAwesome stuff. Looking forward to it.
Forum: Plugins
In reply to: [WooDiscuz - WooCommerce Comments] Redirect User to Frontend LoginRelated, but a little more specific: After logging in, redirect back to the original WC single product
With the help of this StackExchange I’ve edited the wp_login_url() mentioned to:
<?php echo wp_login_url( $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]); ?>I’ve tested this and it worked. π
P.S: Awesome plugin by the way and I stumbled on it just at the right moment too. Thank you!
Album shortcodes not loading for me. I’m using the Salient theme.
Forum: Plugins
In reply to: [Google Authenticator] Google AuthenticatorIf you aren’t able to login into your WordPress administration, you either:
a) Disable the plugin manually by renaming its folder via FTP.
b) Disable the plugins via phpmyadmin (https://www.webhostinghero.com/manually-disable-wordpress-plugins/)
Option B is much riskier if you’re not familiar handling phpmyadmin.
Option A uses FTP to browse wordpress-folder/wp-content/plugins/ and rename the google-authenticator folder
Forum: Plugins
In reply to: [Simple Instagram] Blue dots between photosLooking at the source, it looks like your theme is adding content right before the item. Knowing this, you could add something like this to your CSS.
#footer-widgets .footer-widget .si_feed_wdiget li:before { content: none; }You’ll have to target the plugin’s widget class directly, in order to only remove the blue dots for the SI widget.
Hope it works out.
Forum: Plugins
In reply to: [Recent FB Posts] not showing most recent posts?This is REALLY weird. On my test site, I’ve a widget with the shortcode working. Then, when I moved to a live site, shortcode doesn’t work.
The plugin’s widget works though. T_T
hey @wpmu dev, both worked fine for me. No problems loading the editor now. π Thanks.
Copying and pasting the code from Pastebin into the metabox.php helped.
When I opened the metabox.php, I noticed the code looked unfinished. π
But all is good now. Thanks for the great support.
Just updated to WP 4.0 and plugin to 2.0.9.7. Then found the editor is broken. Switched from my custom theme to Twentyfourteen, still broken. Disabled all plugins except this plugin, still broken.
Found the following error:
Parse error: syntax error, unexpected T_GLOBAL in /home/name/public_html/path/wp-content/plugins/custom-sidebars/views/metabox.php on line 5
What should I do now ?
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Accordion open 1stI was asking the same thing. And though I found a thread dating 1-2 years back saying to edit the init.js, but since then that information is no longer accurate for the current version of this plugin.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Gmap height ignoredThat fixed it. Thanks.
Hey Tom, thanks for the heads up about is_plugin_active. Didn’t realize this function was available.
This theme is for a small project I’m doing for a friend. π