shooter56
Forum Replies Created
-
Forum: Plugins
In reply to: [Popups - WordPress Popup] Formidable Submit button problemOn further exploration, it appears that what *may* actually be happening is not that you need to hit the Submit button more than once, but rather, it just takes a very long time for the popup to close after you hit Submit. I have the same form in my sidebar and there isn’t this kind of delay.
Forum: Plugins
In reply to: [Clone] Warning MysqlReally appreciate your attention to this WP Academy. This plugin is a Godsend!
Forum: Plugins
In reply to: [Clone] Warning MysqlHi TexWiller. To get the older version, you can go to this page and look under Other Versions toward the bottom of the page. There you can download the zip file for v. 2.1.8.
https://www.ads-software.com/plugins/wp-clone-by-wp-academy/developers/
Downgrading *shouldn’t* delete your previous backup, though it *will* disappear from your WP dashboard. It should still exist in your wp-content/uploads/wp-clone folder on your server.
But before you downgrade, you can go into WP Clone in your dashboard and click on your latest backup file. That will allow you to download it to your local computer, just to be sure you have a copy in case anything goes wrong.
Once you do that, if you’ve downloaded v. 2.1.8, you can first deactivate and delete v. 2.1.9 in WordPress, then use the Add New option under Plugins to upload the 2.1.8 version zip file that you downloaded from the link above.
Hope this helps.
Forum: Plugins
In reply to: [Clone] Warning MysqlDid you downgrade to version 2.1.8 of the plugin, promitech? I was getting the same error that you are and that solved it for me.
Forum: Plugins
In reply to: [Clone] Warning MysqlThe downgrade to 2.1.8 also worked for me. Thanks for the tip.
Forum: Plugins
In reply to: [Clone] Warning Mysql1.2.8? That far back? The current version is 2.1.9.
Do you mean 2.1.8?
Forum: Plugins
In reply to: [Clone] Warning MysqlI’m getting the same thing today. WP-Clone worked fine on my site a week ago. Have gotten this message 3 times today.
Below where the error messages appear, it says “Backup Successful”. But when you go to your backup files, there is no backup file there for today.
Anyone have any idea?
Forum: Plugins
In reply to: [eShop] How do I set eShop product to Draft ( or unpublish)Please disregard. While I could not set the product to Draft on the actual product page, I was able to do it using Quick Edit on my posts list.
That did the trick! Thank you VERY much for your help with this!
For some reason, adding the code below directly into my theme did NOT solve the issue:
.metaslider .caption-wrap {
position: absolute;
bottom: 0;
left: 0;
background: black;
color: white;
opacity: 1;
margin: 0;
display: block;
width: 100%;
line-height: 1.4em;
}However, when I edited public.css directly with the code above (changing only opacity), that DID solve the problem. But am I going to lose this when the slider is next updated, because I edited public.css directly?
Hi Dave,
My theme allows me to customize the CSS right in the WP Dashboard and I have added the following code for the metaslider, to change the background color of the wrap (which worked) and now, to change opacity. But it’s still not opaque:
.metaslider .caption,
.metaslider .cs-title,
.metaslider .nivo-caption {
background: #0491d6; /* adjust as necessary */
opacity: 1;
}
.metaslider .caption-wrap {
opacity: 1;
}But if you visit the site here you can see that the wrap is still not opaque/solid. I’m not super experienced with CSS, but if the code above needs to be modified to get the solid caption background, if you’d be kind enough to let me know how I need to modify it, I’d really appreciate it.
Thank you so much.
Thanks for your reply. The “Customize HTML” option did exactly what I needed. I appreciate your help.
Forum: Plugins
In reply to: [Clone] WP Clone – Error message: Not FoundRESOLVED. Apparently there wasn’t enough storage space on the first site to fit the backup file. After increasing storage space on the first site, the Restore on the second site went fine.