- NewspaperCloudflare (CDN)
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewsmagUsing the theme translations together with WPML
- NewspaperUsing the Theme Translations with WPML
- NewsmagCustom Post Type Support
- NewsmagRequirements for Newsmag
- TutorialsWhat is Ajax preloading?
- NewspaperRequirements for Newspaper
- NewspaperHow to Make the Site Faster
Hi,
I have checked your site and noticed that you have some js errors in your console: http://screencast.com/t/RBVxMDSj
Please make sure that you disable all plugins leaving active just Visual Composer and also empty cache and/or purge files if you use any cache plugins or CDN host services and try again.
Please let me know if you still have this type of issues after doing this as I have also tested this and found no issues with it.
Thanks
-
This reply was modified 11 years by
Lucian.
hi everybody,
i’m trying to reduce image weight, mostly working on compressing quality of the default image i upload on the single article.
but i’ve noticed that when that article (and that image) appears on the slide as the opening image on homepage, or on blocks, that image is often heavier than the default one, also if it’s cropped.
example:
– article img 1074*483 73K
http://papille.papilleclandesti.netdna-cdn.com/wp-content/uploads/2014/12/Buratto_pizzeria_genova-1074×483.jpg
– same img cropped on the homepage opening slide 700*357 80K
http://papille.papilleclandesti.netdna-cdn.com/wp-content/uploads/2014/12/Buratto_pizzeria_genova-700×357.jpg
is there a way to reduce weight to reduced images used on blocks?
on the blog there is already a wp-smush plugin active, and the media compression quality is setted to 50%
thank you!
giulio – papilleclandestine.it
Hi,
@dexter Please make sure that you disable all plugins laving just Visual Composer and Social Counter and also empty cache and/or purge files if you use any cache plugins or CDN host services and try again.
Please let me know if you still have this type of issues after doing this.
Thanks
Hi,
You could check this by turning off your CDN host service and all plugins, purge files, empty cache then check again.
You could also try this latin or latin extended support from Google fonts settings from theme panel > custom typography > custom fonts, like this:
* http://screencast.com/t/oH9kdoAG0
* http://screencast.com/t/dpy9mrKD1yw
Please let me know if this works and also send your site’s URL.
Thanks
On our site when we were having issues with the icon fonts as well as Open Sans loaded locally, we added this to our htaccess for stupid web browsers
# Add correct content-type for fonts
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-ttf .ttf
AddType application/x-font-opentype .otf
AddType application/x-font-woff .woff
AddType image/svg+xml .svg
This is likely *not* needed, but somebody who can’t see the icons on their own site could try adding that for laughs and see what happens.
CDN SHENANIGANS:
For those on CDNs, this was the code we added to htaccess in addition to CORS rule at CDN to allow fonts to load at all off CDN vs local domain
<FilesMatch "\.(ttf|otf|eot|woff|svg)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
and of course this applies to Apache server; if running something else can’t help ya.
I know for running the Font Awesome font on our main business page I went through this in the springtime, where FA 3 would randomly not load in IE from Amazon’s CDN even with the CORS in place, all the additions for file types added to htaccess for fonts, etc. (actually I didn’t try adding the font type to htaccess… hm….), and finally gave up and loaded from our own domain.
In our case, we put the call to the FA icon font at bottom of our style.css but loaded before the external Google fonts.
I know some browsers do have issue loading too many fonts, and that can “time out” on the page rendering (or so I’ve been told).
I will need to look at the style sheet or the files to see WHERE exactly the icon font is being loaded, and possibly move to bottom of the style.css if not there already, as that *might* resolve the inconsistent issues as it did for me on our main website (not running WordPress btw).
It was super annoying and I wasted many an hour back in April or May suffering through that. FA4 didn’t matter … was “when” the icon font was loading in the “stream of things.”
LUCIAN … if you’re monitoring this at all,
can you tell me WHERE the icon font is being loaded… is it coming from style.css, or from a dependent file being loaded on the fly ?
Hi,
Could please provide more details about the error you have as I have also tested this and tried to recreate it and haven’t found any issues with this.
Please let me know and also make sure that this isn’t happening due to some other plugins you are using so make sure you disable all plugins laving just Visual Composer active and also empty cache and/or purge files if you use any cache plugins or CDN host services and try again.
Thanks
Hi,
i am using the default font.. did not change any font ..maybe it has something to do with the CDN..as strange signs.. however the issue was fixed.
Hi,
Thanks! Please use this custom css to change the list images: http://screencast.com/t/X1jCQBdL
.td-post-content ul {
list-style: url(https://fbcdn-dragon-a.akamaihd.net/hphotos-ak-xpa1/t39.2365-6/851584_550213765042223_593501542_n.png);
}
.td-post-content ul > li:before {
display: none;
}
Replace the list style url path with your own and add the other lists that you want to style like this to the css as this is just for posts lists.
For quotes it’s not that easy. You can chose pull quotes center style for example then replace the content the “before” element which contains the right quotes image with your own then style the quotes to look and fit well with your image.
Ex:
1. set pull quotes center: http://screencast.com/t/v1QPOfu1Asb
2. replace the background image of the first quotes with your own and hide the other from the right. You also need to change the height and width values.
Here is an example of how it could look: http://screencast.com/t/m5JuU7Ef
.post .td_pull_quote p:before, .page .td_pull_quote p:before {
background:url('http://islamicartdb.com/wp-content/uploads/cache/2014/12/quote-icon-def/780757907.png') no-repeat;
width: 50px;
height: 50px;
top: 10px;
}
.post .td_pull_quote p:after, .page .td_pull_quote p:after {
display: none;
}
You need some css/html knowledge to get this done so if you don’t know how to customize this we suggest you to get a freelancer from sites like: http://studio.envato.com/ as you need custom work for this and at the moment we cannot provide custom work as we work hard on the development, updates, fixes and support.
Hope this helps!
Thanks
Hi, it’s Arved007’s site http://www.anim-arte.com/, not mine. BTW, CDN could be a reason, but not in this case I think. I visited his site on the same computer via 4 different browsers( just tested on Opera and failed) plus phone/ipad, results:
IE 10: failed
Desktop Chrome: failed
Opera: failed
Firefox: OK
safari :OK (iPad only)
Mobile Chrome: OK
Please advice.
Hi,
I have problem with featured image on post style 3. Its showing only tittle with grey background. You can see here> http://delcevodenes.mk/%D0%B0%D0%BB%D0%BA%D0%BE%D1%85%D0%BE%D0%BB-%D0%BA%D0%B0%D0%BA%D0%BE-%D0%BF%D1%80%D0%B5%D1%82%D0%B5%D1%80%D0%B0%D0%BD%D0%BE%D1%82%D0%BE-%D0%BA%D0%BE%D0%BD%D0%B7%D1%83%D0%BC%D0%B8%D1%80%D0%B0/
A similar style 4 works fine.
I read this question and your answer and I did everything like you sad, but its the same.
I don’t use CDN, and is not selected minify and browser cache on W3 total cache.
If using a CDN, you may need to setup a CORS entry with your CDN to allow the icon font to load from your CDN. Or, create exception at CDN to not load fonts from your domain, and load the icon font(s) for theme locally on the domain itself.
No worries about this issue now. My CDN provider fixed the issue, as it was their problem.
Sorry! You can delete this support topic if you want 🙂
Hi,
First please make sure that this isn’t happening due to some other plugins you are using so make sure you disable all plugins laving just Visual Composer and Social Counter and also empty cache and/or purge files if you use any cache plugins or CDN host services and try again.
What theme version do you use as we have included the fixed version of the plugin into the latest theme update 4.6 so if you do not using it we suggest that you get the latest theme version from themeforest and you should find the fixed social counter plugin’s version within the theme’s files in the plugins folder.
Thanks
Hello,
My website CSS doesn’t load for some users and website speed sites.
Examples of a recent test:
1) http://www.webpagetest.org/result/141203_XT_MTH/1/screen_shot/cached/
2) http://gtmetrix.com/reports/www.twitcelebgossip.com/9Epz7efT
Tried all my plugins, nothing wrong there.
I have no speed improvement plugins activated including TagDiv’s.
The only one i have is,W3Cache page cache enabled with a CDN activated as well.
One visitor said it doesn’t work on their kindle HD Fire?
Not sure what the problem is?
Hi,
I’m not sure how behaves in your case, could you please make sure that this also happens when you deactivate all plugins. Please do so and also empty cache files and also purge files if you use any CDN host service.
If this still dose not solve your issue please make sure you have the latest theme version (1.1) installed and make sure you updated it like this: https://forum.tagdiv.com/how-to-update-theme/
If you do have the latest theme version please give us wp-access so we can check this and send your login details at contact@tagdiv.com including a link to this topic or specify your issue in details.
Hope this helps! Please let me know!
Thanks
Hi i have tried all recommended but it did not work for me.. i have logged ticket with Max cdn.. i ll let you know what they come up with.. as rewriting httaccess file, purge cash did not work..
In our case we had to put the CORS instruction into a panel for the entire folder or “bucket” at the CDN, from the CDN management panel. But they should be able to tell you “how do I load fonts on my site from CDN” as this is a widely known (meaning couple of years at least) issue – unrelated to the theme. (See the link to the first article I posted above for much better explanation.)
The optimum solution is to set the CDN to *not* load the font(s) from the theme folder.
Hi,
Please make sure that this isn’t happening due to some other plugins you are using so make sure you disable all plugins laving just Visual Composer and Social Counter and also empty cache and/or purge files if you use any cache plugins or CDN host services and try again.
If this issue is till present please send your site’s URL so I can inspect this.
Thanks
Hi,
Try to disable all plugins, enable only Visual Composer and check if the issue is still there.
If you use cdn or external cache clear/purge it.
Thank you, Emil G.
it seems like activating and deactivating CDN fix the issue..
ihave managed to migrate to nemag theme however i am facing same issue as i am using CDN too..
Hi,
1. Unfortunately the scheduling posts feature is not related to the theme, it’s an WordPress feature we suggest to try finding a solution for it on the web.
2. Please check this without any plugins active so make sure you disable all plugins then empty cache and also purge files if you sue any cache or CDN plugins the check again.
3. You deactivate caching and check again for this is is not happening while caching is off you should check your caching plugin settings and try different settings for caching.
4. Please provide more details about this and also when using W3 Total Cache use only Page Cache. ( no database cache, no object cache, no javascript minify)
Also please be sure that WordPress installation have enough resources to make the caches.
Thanks
Yeah.. it’s a stupid security thing to keep certain kinds of things loading into a browser from different domains; ran into that with revamp of our main business website last year.
Adding the CORS setting at the CDN is pretty easy if they have the help on how to do it; or have instruction on how to “load everything except fonts” to the CDN.
Hi,
thank you for this tip.
I deactivated the CDN and now the signs are correct 🙂