I'm having a hard time with Visual Composer on Wordpress. As you can see here - http://www.crlazio.info/wp/?page_id=22747 - the page is super slow to load. The reason might be that it loads the content of every single tab once the website is launched. Instead, I want it to load just the content of the tab of the current week, whereas the other tabs' content is loaded only once the user clicks on it.
How can I fix it?
Related
We have 2sxc installed on DNN Evoq Content 9.3.0. The every time I view a page in edit mode the "Auto-Configure Designed Content" page pops up. I have installed the recommended content package but the pop up will not go away. In addition, as you mouse over the page the add content and add app icons pop-up and prevent me from navigating to the page I want. How can I get this module to stop taking over the pages I am just trying to view and edit?
I have installed the recommended content package
welcome to Stack Overflow :)
If the auto-configure pops up, you have added a content-module on the page and haven't installed the content-package (at least not on this portal). So either do install it, or remove the empty module.
If quickE (quick edit) is causing trouble, you can disable it both at the theme, pane or module level. You can find out more about this here:
using quickE
quickE concept
configuring quickE
I am developing a website and I faced an issue today on my site, I will try to briefly explain the scenario hoping anyone could give a proper explanation for it.
My website is a WordPress website and I have the coming soon page activated so users will be redirected to it.
Two days ago I turned that plugin off by mistake and users were able to see my page. Today I turned it back on, and that's where the issue arises.
In full web (desktop) the coming soon page is visible and working fine, but when I hit the responsive view on my chrome browser the page is still available and the welcome page is not. In the sources tab, I can see the hosted directory being loaded so I went to the hosted directory (public_html) and I hid the folder that contains all the assets (renamed it to .foldername).
I hit refresh still loads the old page when I hit ctrl+shift+r I get the new version. On Firefox the scenario isn't reproducible it just happens on responsive view on Google Chrome browser.
Can anybody explain to me what's happening I assume it has something to do with Google caching my webpage and never updating it. But if like to hear a more professional explanation Thanks.
Have you tried clearing your Cache in Google Chrome? Also, Have you enqueued any Scripts or Styles in your functions.php file? If so, increase their version number. This will force the browser to download the Scripts and/or Styles again rather than loading any Cached copies.
Hope this helps to resolve your problem(s).
My site is running with the last version of Wordpress and 15zine as a theme.
Sometimes when I surf through the pages Wordpress doesn't load the CSS correctly so I can see only the simple HTML page without the right formatting.
I've found out that these kinds of problems are usually caused by bad use of minimization and merging of cache plugins.
I would suggest to first disable both and start enabling only the minification. If it correctly works, I would go ahead with merging. With HTTP/2 merging is less needed
I have checked your website multiple times and while some of the css (file: 822cc.css) does take a while to load, it does in fact load every time.
The issue may be on your side. Maybe open developers tools go to settings, under network click "Disable cache" and then reload the site a couple of times and see if the problem still exists.
Remember to keep developer tools open when doing this. You can even click the Network tab and then select the CSS button, hit f5 and see the files loading.
I recently updated my WordPress site http://www.yourwhiteknight.com/ to 4.1.5 and found that I can't move or open any widgets on the widgets page. If I try to add one, I don't get the menu to add it to a widget and I can't drag and drop on into a sidebar. I can't click the down arrow on any widgets or on any sidebars that are not open in order to edit their contents.
I believe the version I was working with before was 3.5.2. I even tried to go to the customizer but it just gets stuck constantly trying to reload the page, some sort of redirect loop.
Has anyone had this problem before and can point me in the direction of a solution?
I am at a complete loss, other than uploading the older version of wordpress. If I do that, I don't know if the database will still work due to any changes in the DB from the upgrade. I can't revert to the old database because the client has already made a lot of changes.
What you need to do is look for Javascript errors in the WordPress admin area using Dev Tools. The inability to move widgets or use other javascript functions in admin is common and a characteristic of Javascript conflicts with plugins or low-quality themes and the Javascript libraries that WordPress loads be default.
Use the developer tools in Firefox (or Firebug) or Chrome or Safari or IE to see what scripts are loading on your site - I can see from my end that there are a lot of them - and look in the console to see if there are errors. See Using Your Browser to Diagnose JavaScript Errors.
If there are errors, deactivate plugins one by one and look for a theme update. It can take some time to find the cause of Javascript errors, and in some cases, you may need to debug yourself.
I'm setting up a personal dashboard using Wordpress featuring information such as Time Zones, RSS News Ticker, Stocks Charts, Server Status...
However a large number of Wordpress Plugins available have been designed to be only refreshed when the page is loaded, which is not optimal for my dashboard.
Is there a way to force all plugins to reload every x seconds without having to refresh the page manually?
Unless the plugins were designed to make asynchronous updates, I'm inclined to say no. Now, you could get creative and try to load each area into its own iframe, and then refresh each iframe periodically, but I think that's a poor solution.