Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'cache'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Google Map / API Key Problem
In forum: Ascend ThemeIn reply to: Favicon on landing page
In forum: Ascend ThemeIn reply to: Favicon on landing page
In forum: Pinnacle ThemeIn reply to: Custom CSS not being applied
In forum: Pinnacle ThemeIn reply to: Custom CSS not being applied
In forum: Ascend ThemeIn reply to: Can change CSS
In forum: Membership ForumsIn reply to: How to hide API License Activation
Had to do the same thing, when you didn’t got it to work here is the code:
Load in Child Theme:
Crate a file in your Child Theme Folder named “admin.css” with the following text:
#wpadminbar { background: deeppink; } .kt_theme_license .kad-panel-right { display: none; }Then add following code to your “functions.php” in the child theme.
function admin_style() { wp_enqueue_style('admin-style', get_stylesheet_directory_uri().'/admin.css'); } add_action('admin_enqueue_scripts', 'admin_style');If everything worked your Admin-Bar got pink after Reload (remove Cache) and the Licence is hidden. You can now remove
#wpadminbar { background: deeppink; }from the admin.css (was in there just to realize it faster 😀 )
Load in wp-config.php
If you dont got an child Theme, you can also load it from the wp-config.php. You have to place the admin.css in the root directory then.
function admin_style() { wp_enqueue_style('admin-style', get_site_url().'/admin.css'); } add_action('admin_enqueue_scripts', 'admin_style');In forum: Virtue ThemeIn reply to: Update Crashed the site
Hi John,
Sorry to hear this. Your host should be able to back up for you. Once you have access again, make sure all your plugins are deactivated and clear your cache. Let us know if the update still does not appear. You may have to manually update. Also, let us know if your host us unable to help you.Hannah
In forum: Ascend ThemeI cleared cache many times, reloading page, but there are no changes there. The image still doesn’t appear.
Same here:
https://www.dropbox.com/s/omht5xuolj2vska/Screenshot%202018-12-14%2021.52.04.png?dl=0https://www.dropbox.com/s/eedjgye6dr2ddgg/Screenshot%202018-12-14%2021.54.35.png?dl=0
https://www.dropbox.com/s/np2zxni4yi06sxb/Screenshot%202018-12-14%2021.55.29.png?dl=0
In forum: Ascend ThemeI just didn’t touch anything since restored.
The issue is that some pictures aren’t being cached why I have:
https://www.dropbox.com/s/dxvyc8ch9nf71ni/Screenshot%202018-12-14%2020.20.46.png?dl=0In forum: Ascend ThemeHi Ben, I’m on VPS.
I managed to restore the website to the state of Dec. 6th and the low server capacity isn’t an issue anymore, even though I admit there are many unnecessary plugins which I forgot to deactivate then and now they are on just to prove the point – the issue wasn’t “2Gb isn’t enough”. Two days ago these plugins were already deleted but the site didn’t work.
I will appreciate if you check what happens with the initial caching issue which is still there- now I keep uncached product pictures on the store page https://www.weirdo.studio/store/ to see an effect.Thanks a lot! I really hate to bother you so many times.
In forum: Pinnacle ThemeIn forum: Pinnacle ThemeIn forum: Pinnacle ThemeIn reply to: Custom CSS not being applied
In forum: Ascend ThemeIn reply to: Pop up problem
December 10, 2018 at 10:21 pm #210432Morning all,
I have removed the subscribe form in the footer on the home page but the POP up subscribe is still not working?
I’ve cleared the cache and minified CSS (yesterday) and tried again this morning but no – still saying oops!Thanks in advance and have a good day.
In forum: Membership ForumsIn reply to: Problem editing Pinnacle pages with Thrive Architect
Thanks for coming back to me on this Ben & Hannah, however it looks like the issues may have been overcome with some assistance from the Thrive Themes team – I just did a quick test using one of their generic landing pages which seems to have maintained its format. Let’s see how it goes later in the day as I try to build some new pages.
I’ll put the fix in here in case anyone else has similar issues – as you can see it involved 3rd party plugins.
Firstly with autoptimize – went to settings and disabled both the Java script code & optimise CSS code {unticked the boxes)
secondly with WP Fastest cache ticked – ticked the box next to ‘logged in users’= don’t show the cached version for logged in usersIn forum: Membership ForumsIn reply to: Kadence Woocommerce Extras Plugin Error
In forum: Ascend ThemeIn forum: Ascend ThemeI don’t know how to find that.
Is any specific way aside of turning off plugins?
Isn’t it Jetpack? I mentioned before – the problem came back when I connected jetpack back to Woocommerce.Also the image here: https://www.weirdo.studio/product/white-night-pink-edge/
didn’t get back whatever I did and however I cleared cache.
https://www.dropbox.com/s/rhhtwxz3ptjp2yy/Screenshot%202018-12-07%2017.58.29.pngThank you!
In forum: Ascend Theme -
AuthorSearch Results


