CJ
Forum Replies Created
-
Forum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] Still Problems with WP Super CaceSame issue here, but with WP Fastest Cache – this plugin does not seem to play well with cache plugins. Will need to find an alternative until this is resolved.
Forum: Plugins
In reply to: [WooCommerce - ActiveCampaign] Opt-in box is pre-checkedI added this to the scripts on the checkout page as a temporary solution:
jQuery('#es_wc_activecampaign_opt_in').prop('checked', false);
I use Scripts n Styles ( https://en-gb.www.ads-software.com/plugins/scripts-n-styles/ ) for this, but any script adder should work.
- This reply was modified 6 years, 10 months ago by CJ.
If you can provide a link in the future I’ll be happy to take a look, but I’ll close this thread for now.
Sorry Amal, unfortunately I cannot assess the site from viewing images of it. I would need to view the code to see what is happening and if any stylesheet changes are needed.
Hi Amal,
I would need to see the site and where the watermark is being placed to offer any advice.
Hi,
the z-index value depends on what theme you are using, and where you are placing the watermark. Unfortunately there isn’t one value that works for all themes.
Forum: Plugins
In reply to: [WP Watermark Site] username(user_login)Sorry, the only text you can show here is static information entered into the plugin settings, but not dynamic information like a username.
Forum: Plugins
In reply to: [WP Watermark Site] Not working with new wp versionHi Pandey,
see the FAQs at https://www.ads-software.com/plugins/wp-watermark-site/faq/ . The watermark plugin will need to be set at a z-index that suits your particular theme. Looking at your site I can’t see if this will be possible for you as the plugin is not currently activated.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] WP-Cron jobs not startingThanks @duongcuong96
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] WP-Cron jobs not startingHaving a similar problem with cron on a couple of sites, but https://www.cron-jobs.org doesn’t seem to exist?
Forum: Plugins
In reply to: [WP Watermark Site] How can i make text diagonal?Hi Pandey,
thanks, glad that you are finding it useful!
Do you know how to add custom css to your site? If so, the following code should rotate your text to any diagonal angle:
#wp-watermark {
-webkit-transform: rotate(33deg);
-moz-transform: rotate(33deg);
-o-transform: rotate(33deg);
writing-mode: lr-tb;
}Just replace 33deg above with any number you wish.
Forum: Fixing WordPress
In reply to: Media Upload Progress?Same in Firefox and Edge on Twenty Seventeen with no active plugins other than Health Check.
Forum: Fixing WordPress
In reply to: Media Upload Progress?Hi,
do you mean https://www.ads-software.com/plugins/health-check/ (the WP community plugin) rather than https://www.ads-software.com/plugins/my-wp-health-check/ by Frank Corso?
I’ve used the first plugin, entered troubleshooting mode and performed several drop and drags into the Media Library. Unfortunately there is still no progress indicator. This is with (for example) Twenty Seventeen and no active plugins except Health Check.
Forum: Fixing WordPress
In reply to: Media Upload Progress?Hi @clorith – yes, the same issue in in 4.9.1.
Forum: Fixing WordPress
In reply to: Media Upload Progress?Same problem here, across numerous themes and servers. ‘Drop files to upload’ does not show a progress bar anymore. It has only become an issue since 4.9 on all of these sites.