chsweb
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Force Default Child Attribute SelectionsYes Saif, however I need to set a default for each parent/child. On initial load, the default is chosen, but when the next parent is chosen, there is no child default selected.
The video lined above shows the problem.
Forum: Plugins
In reply to: [Popups for Divi] Pop Up not WorkingI think it is best to choose a different plugin solution since this one has poor support.
I’ve had this problem too. Popup works the first time, but not after that. Sometimes after refresh it works, but not always.
There are about a dozen threads here with this problem, and no response from the developers. Time to find a better company and solution.
Forum: Plugins
In reply to: [Temporary Login Without Password] Additional Expiry Options@malayladu which file do I add the code above to?
I was checking it to see if Woo or CampaignMonitor fixed this problem:
But this will automatically subscribe past customers and logged in users at checkout. This is intrusive and not what I want.
It is a huge problem that it imports legacy WooCommerce email into CampaignMonitor if you check the box – that is not what the checkbox should do.
Forum: Plugins
In reply to: [Ultimate Posts Widget] Please add – if post dont have thumbsMake sure you set a featured image for each post, the Ultimate Post Widget will use the featured image in the feed.
Adjust the image’s width this the following CSS:
.upw-posts.hfeed .entry-image img.attachment-thumbnail.size-thumbnail.wp-post-image {
width:100%;
height:auto;
}Forum: Plugins
In reply to: [Ultimate Posts Widget] Won't update changes in widget control panel.I had to fix the image problem with some custom CSS. You have to target the images in the Ultimate Post Widget’s feed, and set them to have a width that is 100% and a height that is auto.
Here is what my CSS looks like, yours may be a bit different:
.upw-posts.hfeed .entry-image img.attachment-thumbnail.size-thumbnail.wp-post-image {
width:100%;
height:auto;
}Forum: Plugins
In reply to: [Ultimate Posts Widget] Doesn’t work on Page Builder layout+1, I am using Page Builder for a customer, and this plugin. I can get the Blog Feed to show up using Page Builder, but I cannot configure the Display, Filter or Order tabs. Clicking on the Tabs does not switch to them.
Forum: Plugins
In reply to: [Tesla Login Customizer] Register & Lost Password MissingHello, I’ve set the font size in the general tab, but the “Register” link is still missing. “Forgot Password” was always there.
How can I get the ‘Register’ link to appear?
Forum: Localhost Installs
In reply to: worpress insists to install after reinstallation of MySQLI am getting that same message, however the database is gone from phpMyAdmin. The database files are on my harddrive, but I cannot get phpMyAdmin to see them.
Forum: Fixing WordPress
In reply to: User(s) already exists. Please provide a valid username.mahsandeep, I am having the SAME EXACT problem. See video here
I have 8 WordPress sites running locally via MAMP. All of the sudden, 5 of them stopped working and all revert to the ” famous five minute WordPress installation” screen. Upon which, I get the same error that you did.
I am using MAMP for Mac, but the problem is identical. Can you please elaborate on what you did to fix this?