wsommers
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to migrate from http to https on WP Multisite?Might want to check into using a search & replace plugin to change all of the URLs in your database to https. I’ve used Better Search Replace in the past with success.
Of course it’s a good idea to make a backup of the database before you do that.
I tried with other tab plugins too and they didn’t work either.
I even tried it with just using jQuery tabs (https://jqueryui.com/tabs/), and it still didn’t work.
The galleries show up in the tabs, but, the thumbnails don’t show up the correct size.
I’m actually getting support from you Web-Dorado as well. I created a ticket with them and they are helping me out as well.
Thanks.
Forum: Fixing WordPress
In reply to: image by categoryNot sure if this plugin would help or not? I haven’t used it at all. So, I really don’t know for sure.
Here’s a WP Tavern article talking about it.
New Plugin Adds The Ability to Categorize and Tag Attachments in The WordPress Media Library
Forum: Fixing WordPress
In reply to: Center Pages / Posts TitlesThis might work instead:
#content #main article header h1 { text-align: center; }Try it.
Forum: Fixing WordPress
In reply to: How to disable background in a single pageTry:
.bg, .page-id-3456 .bg__blur { background:none !important; background-image: none !important; }Forum: Localhost Installs
In reply to: Email function on localhostGood deal!
Forum: Localhost Installs
In reply to: Email function on localhostI would try using a plugin like WP Mail SMTP to send your emails. Here’s a good article with instructions on how to use it on localhost.
How to Receive WordPress Emails from Localhost
I would try it. Hopefully it’ll work.
Forum: Fixing WordPress
In reply to: Link to files on Wikimedia WP tried to load an image.What’s your link? It should be:
<a href="https://commons.wikimedia.org/wiki/File:Ca_Phe_Sua_Nong.JPG">Ca Phe Sua Nong</a>Forum: Plugins
In reply to: [WooCommerce] Disable hover cartGreat! Your welcome.
Forum: Fixing WordPress
In reply to: How to remove or disable update button in publish sectionTry:
function hide_publish_button_editor() { if( current_user_can('editor') ) { ?> <style> #publishing-action { display: none; } </style> <?php } } add_action( 'admin_head', 'hide_publish_button_editor' );Forum: Plugins
In reply to: [WooCommerce] Disable hover cartTry:
.site-header-cart:hover .widget_shopping_cart {display: none;}Forum: Plugins
In reply to: [WC Variations Radio Buttons] No longer works with SubscriptionsIt probably doesn’t work any more because they added a variable-subscriptions.php file.
On their changelog they said:
* Notice: if you have customisations to the /add-to-cart/variable.php template you wish to apply to variable subscription products, you will need to create a new /add-to-cart/variable-subscription.php template in your theme as this version introduces a new template specifically for variable subscription products
I understand completely about not being able to support compatability with Subscriptions. Thanks for your response anyway.
Forum: Plugins
In reply to: [WC Variations Radio Buttons] No longer works with SubscriptionsIt worked with Subscriptions Version 2.0.8.
How to get the zip file to you?