Search Results for 'cdn'

    No search results were found in Documentation!

Results from the Forum
hoops
tagDiv Member

hi! you can check it at my site here –> http://hoops.ph

although it doesn’t open everytime. it only has error when the ads have videos.

this is the ad code located in the <body>

<!-- Zone Tag : Hoops Pilipinas Universal Tag -->
<script type="text/javascript">
innity_pub = "211a7a84d3d5ce4d80347da11e0c85ed";
innity_zone = "48268";
</script>
<script type="text/javascript" src="https://ssl-cdn.media.innity.net/lib/network.js"></script>

thanks!

Emil G
tagDiv Staff

Hi,

I suspect the server interprets it as a link and that’s why you get the 404 error. You have to check the server configuration. It may also come from CDN, check the following discussion – http://stackoverflow.com/questions/17279643/why-would-css-data-uris-be-logged-as-404-requests

Thank you!

gomerblog
tagDiv Member

We use MaxCDN, but we have had them for over a year now. Do you think we should try purging the CDN, or is this likely a problem from somewhere else? Thanks

TheMediumUTM
tagDiv Member

These icons (you can see that the dropdown on your menu items is also missing) are supplied in a font that is apparently not being found. If you didn’t delete it, one way this happens is that fonts are not picked up by default by external delivery solutions. Guess from a fellow theme user: Did you recently acquire a CDN service?

centennia
tagDiv Member

I also have the same problem with videos. I use WP Rocket but I don’t use CDN or js/css minification. In a tablet the size is fine, just in the smart phone. This is one example: http://churchandstate.org.uk/2015/08/read-here-three-powerful-stories-which-again-confirm-the-urgent-need-for-real-immigration-reform/

Thanks.

redwolfgirl66
tagDiv Member

Thanks for the replies. Which template is the Standard blog post and video blog posts?

Here are the instructions I was given from the client. Maybe this will help you direct me better.

Search your theme directory for a single‐post.php template file. This file is used to render a single post. Open the code file and place the nmWidgetContainerArticle class on the root div element of your article content, above the_content() method. This will wrap your article and tell the widget to start searching for ad placements; it serves as an anchor.
Example:
<div class=”post-entry nmWidgetContainerArticle”>
<?php the_content(); ?>
</div>

Can’t find the_content() method in your code file?
This is more than likely because you are loading an external template. You can verify that you are loading
an external template file if there is a line of code similar to the following:
<?php get_template_part( ‘content-single’, get_post_format() ); ?>
Look for a file called content‐single‐{post‐format}.php where {post‐format} is the format you are using on
your posts. In most instances, the file should be called content‐single‐standard.php , meaning standard
post. Next, follow Step 1 to insert the class.

Step 2 – Insert Code
Place the code supplied to you at the bottom of the nmWidgetContainerArticle div element.
Example:
<div class=”post-entry nmWidgetContainerArticle”>
<?php the_content(); ?>
</div>
<div id=”NmWg3276″ ></div>
<script type=”text/javascript” src
=’https://cdn.nmcdn.us/js/connectiaV1.js’></script&gt;
<script type=”text/javascript”> NM.init({WidgetID:
3276,ArticleSelector: ‘.nmWidgetContainerArticle’})</script>

I am not sure where

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t add og:video to your site, it must come from a plugin that you use. Also the cache doesn’t ad og: meta, but if you disable all your plugins and you don’t empty cache, the page will still be delivered by cache, the settings will not be applied. So please check this without any plugins active, leave just Visual Composer and Seo by Yoast active, clear cache and remove all css/js minifications and then check again if you still have this issue. Also disable CDN.
If this doesn’t help please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this conversation so we can know who you are and what your issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this without any plugins active, leave only Visual Composer active, also empty cache and purge your files if you use CDN. Check if the issue is still there and if is not please activate your plugins one by one and check which one cause the issue.
Also please note that if you use jetpack photon, it could cause issues like this, we haven’t tested it with the theme so it would be best to disable it.

Thanks!

Lucian
tagDiv Staff

Hi,

Please also try this without any plugins active which might interfere with theme lazy loading animation and also make sure you turn off any js/html/css compression, empty all caches and purge files if you use cdn host.

Let us know how it goes and provide wp access at contact@tagdiv.com if nothing works so we can also have a closer look at this. Please also include a link to this topic if you send us an email.

Thanks

schindyguy
tagDiv Member

I also use wpengine and have found their cacheing to be problematic sometimes, assuming you clicked the purge caches button right in the wpe tools section? Did you turn off the CDN temporarily? Did you also try disabling Object/Transient Cache from wpengine tools?

If none of that works, I’d use the staging area, install the newsest newspaper and demo data and see if its happening on staging as well.

Alin [tagDiv]
tagDiv Staff

Hi,

Sometimes it is not enough just to turn off the cache plugin, the page may not be refreshed, it remain cached. So please disable all your plugins except of Visual Composer, clear cache and purge your files if you use CDN. Also re-set top and main menu in Theme Panel – http://screencast.com/t/kpQKhhk51a and save. Check if you still have this issue.
If this doesn’t fix it please send an email at contact@tagdiv.com and provide wp-access so we can take a look. Also paste a link to this conversation so we can know who you are and what your issue is. We will answer as soon as possible.

Thanks!

Andrei L.
tagDiv Member

Hi

1. I’ve checked your site and and found some errors in console: http://screencast.com/t/DttVdbJv They could be caused by some plugins that conflict with the theme’s js, so you can try deactivate the plugins again, leave just Visual Composer active, clear all caches, browser cache also, purge the cdn file if yo’re using and test again.
2. Try do disable lazy load and test again for the opacity problem: http://screencast.com/t/G9ndeOXVvBd

Let me know how it goes and if the problems persist please send an email at contact@tagdiv.com with your site login details so we can inspect this issue, also include a link to this topic.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please disable all plugins except of Visual Composer, clear cache and purge your files if you use CDN as I have checked your site and you have some js in the console – http://screencast.com/t/Af7FfMVJAxxr that may cause this. Let me know how it goes!

Thanks!

simchris
tagDiv Member

You may need to go in and resave your menu and possibly tweak it, as V6 is NEW theme from v4, and not an update.

Be sure to clear your caching first and any CDN reset — I had the broken search box thing where it either drops on to new line or doesn’t work, due to browser cache. Cleared both server cache and browser cache, then it worked. So be sure to do that FIRST.

  • This reply was modified 11 years by simchris.
Alin [tagDiv]
tagDiv Staff

Hi,

Please check this without CDN(disable if you use it), also disable all your plugins except of Visual Composer and clear cache. Then regenerate your thumbnails again and see if you still have this issue.

If this doesn’t fix your issue, please send an email at contact@tagdiv.com and provide wp-access so we can take a closer look. Also paste a link to this topic so we can know who you are and what your issue is.

Thanks!

Emil G
tagDiv Staff

Hi,

Yes it does:
– speedbooster moves the css and js at the end of the page, this removes render blocking and improves the score on pagespeed;
– the cache plugin creates a copy of each post/page and delivers it from the memory;
– the cdn makes a copy for each image, css and other heavy resources and delivers them from high speed servers which are geographically closer to the site visitor area. The servers are spread around the world, this improves the page load speed.

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi k24,

I have checked your site and the issue with social icons is happening also on desktop. Please check this without any plugins active except of Visual Composer, clear cache and purge your files as I see that you use CDN, then see if you still have this issue with social counter icons.
If this doesn’t fix the issue, please try to replace elements.png and elements@2x.png files with those provided with the theme version that you use – http://screencast.com/t/NYJ6voKq
Regarding mobile menu you can use custom css the change it color: http://screencast.com/t/eu3aUxL2pm

@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}

Yes, you can use this guide to update the theme to the latest version(A-also video tutorial,B,C) – https://forum.tagdiv.com/how-to-update-the-theme-2/ and you can do this without plugins active and then update the Visual Composer and other plugins that come with the theme(if you use).

Thanks!

mrzellars
Participant
#0

Im kind of new to cache and CDN tools. Does it make sense to run Cloudflare, WP Super Cache, & Speed Booster plugin on your website at the same time? What would you suggest I use to improve page speed times? I feel like I can use all three within their strengths. Cloudflare for CDN, WP Super Cache for caching, and Speed Booster to cleanup. Any opinions, best practices that have worked best?

Andrei L.
tagDiv Member

Hi

The theme use logo for mobile so you have to remove that too: http://screencast.com/t/NrWoc69tMr also make sure you clear all caches and purge cdn files (if you use a cdn host) then test again.
Let us know how it goes and provide your site if the problem persist.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve tested your site and i didn’t found duplicate article in Koncerti category, please try to clear the cache, the browser cache also, purge cdn file if you’re using and test again.

Let me know how it goes.

Thanks!

Lucian
tagDiv Staff

Hi,

This css prevents the site’s responsiveness: http://screencast.com/t/7gcfrJPtd4p9
Make sure that you also disable any html/css/js compression tools and test again then also make sure you empty all cache and purge cdn files.
Let us know how it goes and provide your admin user and pass via email if you can’t managed to fix it so we can have a look at this.

Thanks

Emil G
tagDiv Staff

Hi,

I’ve checked again and it seems that photon doesn’t fully compress them – http://screencast.com/t/Yhppnc6yp
Even if they come from cdn this may still delay the page load speed. My point is that the images can be compressed even more.

The page is loading properly now, there’s less delay and the css loads on time, i don’t see any broken layout anymore. – http://screencast.com/t/CiZ6WGgUh

Thank you!

Andrei L.
tagDiv Member

Hi


@iomichele
try to deactivate all plugins, except Visual Composer, like @stuartmasson suggested above clear all caches, purge cdn files if you’re using and test again. Let me know how it goes and if the problem persist please provide a link and i will inspect it closer.

Thanks!

Andrei L.
tagDiv Member

Hi

Usually the changes should be visible immediately, so make sure you clear the cache, purge cdn files if you’re using and test again.

Let me know how it goes if you need additional guidance on this.

Thanks!

Lucian
tagDiv Staff

Hi,

Please also test this without plugins, leave just theme’s VC plugin active, empty all caches and purge files if you sue cdn host then test this again and let us know if it still happens.

Thanks

Viewing 25 results - 5,701 through 5,725 (of 6,440 total)