https://www.idevice.ro/ installed the latest version, images are not shown, although they are clickable. Deactivating jetpack solves nothing.
BTW, wpbakery generates huge load on servers, and when I say huge, i mean up to 10x.
LE: As I have found out, the modifications you’ve done to your theme make it incompatible with cloudflare’s rocketloader and mirage 2 systems : https://www.cloudflare.com/overview
I’ve been wanting to ask you how I can make rocketloader work seamlessly with your theme, but now I have to know how to make both systems work with the theme, as they make the website really fast, and I need them.
As I am guessing, the new lazyload system is the one to blame for the missing images, so I need to at least disable that in order to make things work, if there can’t be any compatibility between them.
-
This reply was modified 11 years by
lecker.
Hi,
If you want to remove the lazy loading effect of images you can follow the steps provided by Emil in this tread: https://forum.tagdiv.com/topic/how-to-disabled-lazy-load/#post-42445
We know that the VC plugin uses lots of resources, unfortunately that happens since plugin’s version 4.4.2 which has doubled in size and also has several new features therefore uses more resources.
You could try to revert back to the previous version of the VC plugin if you don’t use the latest features. If you don’t have make a request at our email address(contact@tagdiv.com) for it and we will send it to you.
I suggest you search for a tutorial online to find out how to use cloudflare.
Please also note that we’re currently working to fix all issues reported in 1.7 theme version. We’ll also add an option for the lazy load feature so it can be disabled from theme panel. As soon as we have it ready and we test it rigorously we’ll have it released.
We’re sorry for all the trouble and the inconvenience caused, we will do our best to make sure that this will not happen again!
Thanks for understanding!
I know how to use cloudflare, the problem is that it can’t be used with your theme while lazyload is active. Besides that, it breaks most functionality with ajax load more, search box, etc. That’s what I’d like to know how to get working.
Separatly, I’d like to know how I can add a subtle line between articles on the front page. I have a dashed one for mobile, but i’d like a fine grey one for desktop so articles don’t look like they’re muddled toghether.
On the mobile front page I’d like to know how I can make imagex smaller and show them on the right side of every article entry, something similar to how wp touch does it. It’s really cumbersome to scroll through large images on mobile, a lot of users complained about this. Because I use cache with cloudflare, I can’t use mobile plugins as the pages aren’t loaded correcly.
Thank you!
Hi,
@zaone
We know about this and we have it on our todo list and we will try to make it work in a future update. Unfortunately is not an easy task and because of this I can’t offer you a quick solution, we have to analyze all js to see where the problem comes from.
The theme doesn’t have an option to add line separators as you would want it but this could be done via custom css and add a border to the top or bottom of the containers, should be something like this: http://screencast.com/t/i7vMq6gUd
Adjust the css from below how you like it:
.home .td_module_10 {
border-top: 2px solid #000;
padding-top: 20px;
}
Use the css snippets to detect just the tables and desktop screens to apply your css:
@media (min-width: 768px) { add your css code here }
Like you’ve detected the tablet and desktop screens you can also use css just for mobile screens and style the images as you would want them, use the css snippet from below:
@media (max-width: 768px)
{
add your css code here
}
If you don’t have css knowledge I suggest you get a freelancer and let him now how you would want those changes as unfortunately we cannot provide custom work at this time.
Sorry for the inconvenience!
Thanks for the message!
Hi,
We know about this issue and we are currently trying to find the cause of it. We will provide a solution for this as soon as we have one. We’re very sorry for the inconvenience!
Thanks!
email contact@tagdiv.com and include your purchase code
good idea to make safe backups of your entire site, settings, dbase, images, themes, plugins, etc.
