Home User profile
tagDiv Member
I love to drive fast cars and to play Need for Speed! I enjoy to help customers tweak their websites for high performance! I’m a proud member of the tagDiv support team!
Andrei L.
tagDiv Member

Hi

I am not sure what you mean, but if you’re referring at this text: http://screencast.com/t/jqGmIzxm6Y it can’t be removed easy because it’s part of an iframe from Twitter.
If this is not what you mean please provide more details and a link if possible, so I can inspect this closer.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and the thumbs are displayed fine now: http://screencast.com/t/2zkqDXruOFP0 Also the mega menu works fine: http://screencast.com/t/JuBB0n7bMi5T
If you still have this issue try to clear all caches and test again.

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

The file ads.php can be found here in Newspaper theme: http://screencast.com/t/Bz15Ilun65Z The code it’s a bit different then the one from Newsmag but the modifications can be done in the same way.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme code was tested and optimized for best performance, we have a lot of clients and the theme works well on a large variety of hosts.
First please make sure that you use the recommended server configuration for Newsmag theme, you can check our documentation for more details: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
There are lots of factors that influence the site’s page-sped. I suggest you first try this without any other plugins active, leave just VC plugin active the check again.
To improve your server response time you can try to reduce the number of queries (fewer plugins, fewer blocks on page, reduce the elements which use ajax requests/pagination like mega menus/load more/infinite load), also consider using a cache plugin, we recommend the WP super cache plugin with the following configuration: https://forum.tagdiv.com/cache-plugin-install-and-configure/ To improve the loading speed look the mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html we also use it on our demo.
Also you can use the speed booster to move the js and css at the bottom of the page, eliminate render-blocking, but not for all plugins. Check the System Status if the speed booster is active if you use other plugins than the tested ones. You can find some useful information regrading speed booster usage in this topic: https://forum.tagdiv.com/topic/speed-booster-questions/
Also you can read this guide, it may help – https://forum.tagdiv.com/how-to-make-the-site-faster/

Thanks!

Andrei L.
tagDiv Member

Hi

You can apply the above solution for Newspaper theme, it should work fine.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site with https://validator.w3.org/feed/check.cgi?url=http%3A//www.inputmag.dk/feed/ and didn’t found any issue: http://screencast.com/t/YFl3Lb0PhO5s If you still have this issue please provide ore details.

Thanks!

Andrei L.
tagDiv Member

Hi

1. We don’t have any shortcodes for related articles sections.
2. If your featured images are smaller that the thumb you can try to use Thumbnail Upscale to enlarge thumbnails and Force Regenerate, as the WordPress will not enlarge them.
Another way would be via css:

.page .entry-thumb {
width: 100%;
height: 100%;
}

Thanks!

Andrei L.
tagDiv Member

Hi

The only way to display the indicated link on mobile is to add it as an item in main menu. To avoid duplications on desktop you can add this css in theme panel > custom code > custom css:

@media(min-width: 768px){
.td-header-wrap .td-header-menu-wrap .sf-menu > li:last-child {
display: none! important;
}
}

This css will work only if you add the link as last item of the main menu. If you chose a different position for it the selectors will change to something like this:

@media(min-width: 768px){
.td-header-wrap .td-header-menu-wrap .sf-menu > li:nth-child(x) {
display: none! important;
}
}

where x is the position of the item in menu.

Hope this help.
Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

Thanks @doucare1971 for your suggestion.

@AWAY
FROM LIFE I’ve checked your site and the smart sidebar works fine now. If you will need other instructions please let us know.

Thanks!

Andrei L.
tagDiv Member

Hi

Try to deactivate all plugins except Visual Composer, clear all caches and test again. If the problem persist try this css in theme panel > custom css:

.wpb_single_image {
display: inline-block;
}

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve tested your Facebook id with social counter and works fine now: http://screencast.com/t/1Uoo2kv4AuJ Try to clear all caches and test again. If the problem persist try with a different id, then re-add your own.

Thanks!

Andrei L.
tagDiv Member

Hi

You need to edit td_module_9.php file and add this line of code like here: http://screencast.com/t/IVuJ4eblrYN
<div class="avatar-img"> <?php echo get_avatar( get_the_author_meta( 'ID' )); ?> </div>

Also you can add this css in theme panel > custom code > custom css if you want to center the image: http://screencast.com/t/JP4hD3vp

.avatar-img img{
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

Note that WordPress doesn’t have an option to add an avatar image, you will need a plugin like https://wordpress.org/plugins/wp-user-avatar/ or to use gravatar: https://codex.wordpress.org/How_to_Use_Gravatars_in_WordPress

Let me know how it goes.
Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi


@Sibienii
replied via email.

@Enginklf
check the page settings, may be a country restrictions or age restrictions http://screencast.com/t/ivCXHPJsqxC


@mauricem
I’ve checked your Facebook id again and now works fine: http://screencast.com/t/kbpcDB9Gd2z It seams to be a problem with receiving informations from Facebook some times. Our developers works on solving this issue and we hope to find a solution as soon as possible.

Sorry for the inconvenience!
Thanks for your message!

  • This reply was modified 10 years by Andrei L..
  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

Please try the solution indicated here: https://ardamis.com/2011/06/02/fix-for-php-fatal-error-get_header-in-wordpress/ Basically you need to edit every file which contains get_header function.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve test the article inline ad functionality on my side and works fine, the link it’s applied only for the ad, not for the text below. I am not sure why this issue occur but you can try to deactivate all plugins except Visual Composer, clear all caches and test again. Also please make sure that you didn’t added that link manually on that paragraph: http://screencast.com/t/d1ggiFj5p

Let us know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

Also try this css, the mobile menu should be displayed fine as can be seen here: http://screencast.com/t/jp1tum8q

@media (max-width: 767px) {
.td-header-border:before {
display: none!important;
}
}

Try to clear all caches, deactivate all plugins except Visual Composer and test again.
If this is not what you mean or you still have this issue please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.

Thanks!

Andrei L.
tagDiv Member

Hi

Unfortunately we don’t plan to add such an option, sorry. We may change our mind in the future if more people will make similar requests, but I cannot promise anything.

Thanks for the message!

Andrei L.
tagDiv Member

Hi

The file that must be edited isn’t available in word-press editor so the best way would be to use a text editor like Notepad++ and look for the line 60.
Hope this help!

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and noticed that you’re using the latest theme’s version but an outdated version of Visual Composer plugin. The current version of the plugin available with the theme is V4.8.1 Try to update the VC plugin from /plugins folder included in theme’s path downloaded from themeforest: https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ clear all caches and test again.

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

The theme have different containers which contains different parts of the content. I am not sure what container do you need but here are few of the main containers:
td-outer-wrap it’s the container which contains all page/post content, header, content and footer: http://screencast.com/t/eCVzziwisN This is an id container: #td-outer-wrap
td-container it’s the container which contains only the page content built in Visual composer page builder, and all post content without header and footer: http://screencast.com/t/kJa6Ykj75 This is a class container .td-container
td-container td-pb-article-list This container contains the latest article part, when the page builder + latest it’s used as a page template for the page: http://screencast.com/t/enC6VWlNBz
For a better understanding please check this link: http://screencast.com/t/pnymQnLjUk7

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

Try to deactivate all plugins, leave just Visual Composer and SEO By Yoast active, clear all caches and test again. Also by removing any other networks information from social sections of Yoast settings, leave just the ones required for Facebook: http://screencast.com/t/HGpyWRBXQBt
If you still can’t manage to solve this issue please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.

Thanks!

Andrei L.
tagDiv Member

Hi

This errors happens when you try to access the theme’s index.php file directly, usually it displays a Fatal error: Call to undefined function get_header() and it shouldn’t be picked up by google’s crawler.
You can find more info about this in this tread: https://forum.tagdiv.com/topic/fatal-error-3/ and add a redirect rule for it.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi @Revista Cosmos

Please send us an email at contact@tagdiv.com include a link at this conversation and we will send you the files.

Thanks!

Andrei L.
tagDiv Member

Hi

1. I’ve checked your site and noticed that you’ve managed to add the ad spot on category page: http://screencast.com/t/j3GkHZen1a If you stilo need help with this please let us know.

2. You can change the fonts for post content from theme panel > theme fonts: http://screencast.com/t/fEjEaFUhiC7j

3. Try this css in theme panel > custom css: http://screencast.com/t/gx0i0AtH59yl

.menu-item-363112, .menu-item-363119, .menu-item-363120 {
display: none!important
}

Thanks!

Andrei L.
tagDiv Member

Hi

You just need to connect to your account go to your downloads section: http://themeforest.net/downloads and download the theme, that latest version is available there.

Hope this help.
Thanks!

Viewing 25 posts - 4,926 through 4,950 (of 6,511 total)