- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsWhat is Ajax preloading?
Hi,
Not sure how this could happen. I’ve also tested this using the latest theme version (4.6.2) but found no issues similar to what you’ve described.
my post configuration: http://screencast.com/t/KVa3sHGkxvB
result: http://screencast.com/t/fBGudxDd
My guess is that this happens because of a plugin you use, it could be due to the
Taxonomy order plugin: http://screencast.com/t/rVadNbIGRsRL
I suggest you try this without any plugins active, lave just the Visual Composer plugin active then make sure you empty caches, purge files if you use cdn host then test this again.
Let me know how it goes and if this still happens after all this consider updating your theme to the latest version if you are not using it already.
Thanks
Hi,
Use it like this: http://screencast.com/t/1PRBL6MY
.alignnone img, .aligncenter img {
width: initial !important;
}
For post editor panel please try to remove this css: http://screencast.com/t/khU6Wn5hC ..and see how it goes. Please also remember to empty caches and purge files if you sue cdn host.
Thanks
Hi,
The theme doesn’t have any “Automatic Post Delete, Changes Reverts” options. Not sure how this could and if it is possible.
Try to disable all plugins leave just the Visual Composer active then make sure you empty all caches you use and also purge files if you use cdn host.
After doing all this make some changes like you did in the first place and if this happens again.
I also suggest you go trough this WordPress’s guide on hardening your WordPress: http://codex.wordpress.org/Hardening_WordPress and also contact all your users whit administrative roles (if you have other users) and also take into considerations changing your admin panel password then give it a while and try to see if this happens again.
Hope this helps!
Thanks
Hi,
Have you tried this without any plugins active? Please do so and also make sure you empty all caches and/or purge files if you use cdn then check again and let me know how it goes.
Thanks
Hi,
I checked this again and it’s works fine: http://screencast.com/t/rw1WS54Fsy4f
Result: http://screencast.com/t/8BDhllKTtW
It should work also in your case just make sure you empty caches and purge files if you use cdn host.
Thanks!
-
This reply was modified 11 years by
Lucian.
Hi,
Thanks Chris!
@pietro89 Please let us know if you still have this issue and also provide more details about this, also make sure you empty cache and/or purge files if you use CDN host.
This might help: http://www.wpbeginner.com/wp-tutorials/how-to-fix-image-upload-issue-in-wordpress/
Thanks
Hi,
Please try this without any plugins active, leave just Visual Composer active, clear cache and purge your files if you use CDN.
Also please provide a link to the issue.
Thanks!
Hi,
1. Please also makes sure you try this without any plugins active, leave just Visual Composer plugin active and makes sure you empty all caches and urge files if you use cdn host then try again.
2. You can use this css for that: http://screencast.com/t/a1TR3Jdwqo2G
.block-title {
line-height: 30px;
}
3. For retina logo you have to upload a larger logo which will be used on devices that use retina: http://screencast.com/t/vgkN0H5H
Thanks
Hi,
1. Please make sure that you also enable greek support from here: http://screencast.com/t/YQNZEjsjZO then empty caches/purge files if you sue cdn host and try again.
Please let me know if you refer to this photo as I haven’t noticed anything wrong with it: http://screencast.com/t/wPVEqied
2. If your refer to the space under the image, you can sue this css to remove it or reduce it: http://screencast.com/t/N1sKfjWzqEZ
.td-grid-wrap {
padding: 10px 13px 0px 13px !important;
}
If this is not what you’ve meant please let me know and provide more details.
3. You can use the 3rd header style: http://screencast.com/t/mI8UiD6PBA ..and have it like this: http://screencast.com/t/DerGQXpn0
4. We have this on our todo list and we are working on it unfortunately we still have incompatibility issues regarding VC style.
You can try the solution from in this topic: https://forum.tagdiv.com/topic/buttons/#post-21804 and import the VC css: https://forum.tagdiv.com/topic/buttons/#post-21825
We plan to restyle all VC elements in theme version 5. Sorry about this and for the inconvenience.
Thanks
Hi,
I’ve tested this and tried to recreate it but could managed to do it. This could be due to a plugin so I suggest you also try without any plugins active, leave just Visual Composer active then try again.
Also make sure you empty caches and purge files if you use CDN host.
Let me know how it goes and also provide your site’s URL.
Thanks
You can set an expiration time in your Amazon CDN; I used to use that. It’s in their help docs, but I abandoned that about this time last year since I found in our case with our own dedicated server and running mod_pagspeed, etc., it didn’t appreciably help us.
There is a setting in the master account, where you can set the TTL (time to live) for the “bucket” — I was setting mine to one year. It’s bee nawhile, unfortunately.
This may help
http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html#ExpirationAddingHeadersInS3
I think at the time they didn’t have a setting for that; you could set how long the files live before the “expire” them– which I set to one year. I don’t remember how I set the expirations “per file.”
#EDIT#
oh stupid me (looking at my windows desktop this morning) … there is no easy way to do that. I bought software to actually do that properly (FYI: we got a brand spanking new web server Jan 2015, and I spent month of January testing every possibly way to boost pagespeed score, with the Newspaper theme and also our bootstrap based static HTML stuff used for our main business site — this included testing Amazon CDN for assets).
Go out right now and buy a copy of “Cloudberry S3 Explorer” software — this allows you to manage your buckets, set expiration headers, etc. — it’s like a shell application for your S3 account. It’s freeware, but if you are going to actually use S3 it’s the only way to fly — seriously.
The $39 pro version is totally worth it. I highly recommend it. Saved me hours of hair pulling (not my hair, just random passerby…. 😉
http://www.cloudberrylab.com/free-amazon-s3-explorer-cloudfront-IAM.aspx
HOW TO
http://www.cloudberrylab.com/blog/how-to-set-custom-http-headers-for-amazon-s3-objects-with-cloudberry-explorer/
Thanks for chipping in Chris , I’ve “borrowed” your hta access code and it made a real difference.
There’s a small issue I am having with images though, I upload all my images to Amazon’s S3 and am using Amazon’s Cloudftont CDN as well , these images don’t have any expiry headers when I test , Do you think we could do anything about that ?
I could PM you more details if you’d be interested ..
Cheers,
Wissam
Hi,
Please try this without any plugins active, leave only Visual Composer active, empty cache and purge your files if you use CDN. Also update your theme if you don’t use the latest version 1.6 Use this guide if you need to update(FTP method): https://forum.tagdiv.com/how-to-update-theme/
Do you have this issue since you use the theme or this issue appeared from now?
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please deactivate all plugins, leave only Visual Composer active, also clear cache and purge your files if you use CDN and check if you still have this issues. Please also make sure that you use the latest theme version(1.6) and you update the plugins that come with the theme files from ../plugins folder.
Let me know how it goes.
7. Please remove logo image for mobile, as you use Blog Style and you have text logo.
Thanks!
Hi,
You can try to disable all plugins, leave just Visual Composer an Revolution Slider active, also clear cache and purge your files if you use CDN and check if the issue is still there. If you say that it worked maybe was a plugin conflict there.
Thanks!
Hi,
Please try this without any plugins active, leave only Visual Composer active, also clear cache and purge your files if you use CDN and see if you still have these issues.
Also if this doesn’t solve the issue please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-access so we will take a look.
Thanks!
Hi,
Please try to deactivate all plugins, leave only Visual Composer plugin active, also clear cache an purge your files if you use CDN and see if you still have this issue. I did not found any issues with megamenu.
Also please use this guide to create a megamenu: https://forum.tagdiv.com/how-to-use-the-megamenu/
Thanks!
Hi,
Please deactivate all plugins, leave only Visual Composer active, also empty cache and purge your files if you use CDN. Maybe there is a conflict and a plugin cause this issue.
If you still have this issue please provide your site URL so we can take a look.
Thanks!
Buna,
Am verificat site’ul si am observat aceste errori in consola browser’ului: http://screencast.com/t/aGodYAQjboH
Te rog incearca si fara plugin-uri active, dezactiveaza’le pe toate, lasa doar Visual Composer’ul si incearca din nou.
Asigura-te ca stergi cache-ul si dai purge la fisiere daca folosesti host CDN.
Anunta-ma daca inca mai ai errori de acest gen dupa accea.
Mersi!
Hi,
Please update your theme if you don’t use the latest version(4.6.1) using this guide(use FTP method): https://forum.tagdiv.com/how-to-update-the-theme/ also update the plugins that come with the theme files. You can find them in /plugins folder: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Also check this without any plugin active, leave only Visual Composer(4.3.5) active, empty cache and purge your files if you use CDN and see if the issue is still there.
Thanks!
Hi Again,
So after just playing around and remembered that Jetpack has Photon CDN, I disabled this setting and there are no more double images.
How does this work and is there a fix for this?
Basically Photon just caches the images on the page, serves in and then the smart list also serves the images making it double.
Thanks
With some CDN setups you will need to add a CORS file entry for the fonts folder if that folder lives on the CDN; this is a well known issue separate from the font files themselves, to stop binary files loading across domains; particularly Firefox is notably sensitive to this.
There can also be setting on CDN to “keep” just that one folder loading from the original domain vs loading off CDN.
Basically the CORS entry allows the fonts to be loaded “across domains” — if you Google this issue you’ll learn more about it than you ever wanted to know !
Hi,
We have some reports regarding this issue, it is happens because the CDN could provide wrong files. Please empty cache and purge your files.
Thanks!
Hi
Take a look this.
Image error after install MAXCDN
How to fix this?


Hi,
Please try this without any plugins active, leave just Visual Composer and SEO by Yoast active, also clear cache and purge your files if you use CDN.
Also please provide more details about the pagination issue as I checked your site and found any issues with that:
-block pagination: http://screencast.com/t/fF37Lpzxr6yY – http://screencast.com/t/8iE9JweX2W
-latest articles: http://screencast.com/t/MzMh6riOtNYt
Thanks!