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

1. I’ve checked the background click ad functionality on my side and works fine. Please make sure that you set your background ad according with our documentation: https://forum.tagdiv.com/newsmag-background-ads/ deactivate all plugins except Visual Composer, clear all caches and test again.
2. When a background-image it’s used the theme switch in boxed layout all content, including the header. This was the original implementation and to change it are required many customizations in theme’s files. This is a complex task and unfortunately I can’t provide a solution now. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

The photon feature of jetpack’s plugin generates and serves a new, re-sized image based on img element’s width and height attributes” besides the one theme smart list adds to the page.
The jetpack photon feature can cause issues and while the theme works based on the same system (creates and serves/uses thumbnails for each uploaded image). Also I’ve checked the smart list functionality on my side with the latest theme version available on themeforest, V 6.6.4, and works fine: http://screencast.com/t/8b7DhIFIKC5LTry deactivate all plugins except Visual Composer, make sure you deactivate the Jetpck and Photon module too, clear all caches and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

This is a complex task and unfortunately I can’t provide a solution now. However if for some posts you don’t want to use a featured image you could add them in a specific category, then use one of our block which don’t display the featured image, to display them.
Here is an example:
-post named Post 1, Post 2, Post 3 don’t have feature image.
-add this posts in a specific category like No Image category
-use one of block 9 or block 10 to display this posts and select from block settings the “No Image” category.

If you need a different implementation for this my advice is to hire a freelancer to do this for you as we can’t offer custom modifications services at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked the link provided as example and noticed that this is a custom post type which most likely it’s generated by one of your installed plugins Our theme have implementation for custom post types and the sidebar should be displayed fine. This issue could be caused by the widgets tile. You need to use just standard letters on the titles. Any other symbol such as !, @, #, $, or – , _ or language specific characters, will cause the sidebar and the widget area to remove widgets and sidebars.
Also try to deactivate all plugins except Visual Composer and the one which generate the current post type, clear all caches and test again.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

To have the sort working you need to keep the view count active. If you don’t want the views appear on the post you can hide it using this css in theme panel > custom code custom css: http://screencast.com/t/BpSqEK1d0

.td-post-views {
display: none;
}

Thanks!

Andrei L.
tagDiv Member

Hi

Try to deactivate all plugins except Visual Composer, clear all caches including the mobile device cache memory then test again. If the problem persist please provide your site url so I can inspect it closer.

Thanks!

Andrei L.
tagDiv Member

Hi

You need to use different ad-spots in order to have different ads:
For example

if cond1{
echo adspot 1
}
elseif cond 2{
echo adspot 2
}

Please note that any changes in theme files involve basic php knowledge. Unfortunately we cannot offer any type of custom work at the moment so if you can’t do this by yourself my advice is to look for someone which may help you or hire a developer to do this for you.

Thanks!

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

Hi

The top menu wasn’t designed to display ads but you can use do_shortcode function in top-menu.php file like this: http://screencast.com/t/ZvPGFp8dbS

echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');

Also you will need this css in theme panel > custom code > custom css: http://screencast.com/t/K6DdjFDOd0zK

.td-header-sp-top-menu{
padding-bottom: 10px!important;
}

Thanks!

Andrei L.
tagDiv Member

Hi

Please check this topic for more details about this issue: https://wordpress.org/support/topic/uploaded-file-exceeds-the-upload_max_filesize-directive-in-phpini
https://wordpress.org/support/topic/error-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-phpini
https://premium.wpmudev.org/blog/increase-memory-limit/
Basically you need to increase the memory allocated to php. Please contact your hosting provider and let them know about this issue and increase the memory limit.

Hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/yKZBdPt2o

.widget_rss {
display: inline-block;
}

Thanks!

Andrei L.
tagDiv Member

Hi

To remove article inline ads from articles which are in a specific category you need to add a condition like here: http://screencast.com/t/JS2Gloru

and !in_coategory('category name/slug/id')

Just add your category name or tag or id inside the indicated function. Note that if a post belongs to more categories you need to add all those category inside the function. In thet case the code will look like this:

and !in_coategory(array('cat1', 'cat2'))

Let me know how it goes!
Thanks!

Andrei L.
tagDiv Member

Hi

Indeed the above code display the date when the actual page was last modified. To display the last modified date of the whole site you will need a different implementation and also many customizations in theme’s files. This is a complex task and unfortunately I can’t provide a solution now. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

Unfortunately we have no tested solution to minify the css without problems. There are multiple plugins that have this option but they do not seem to work 100% for everybody. Try a few of them out with a bit of trial and error and see which one does not create any issues on your website.

Thanks!

Andrei L.
tagDiv Member

Hi

try to deactivate all plugins except Visual Composer, clear all caches and test again. If you want to remove the WhatsApp button just edit the td_module_single.php and delete this line: http://screencast.com/t/VO09Bwfwldj

Thanks!

Andrei L.
tagDiv Member

Hi

Sorry for the delay. Please consider the time zone as we are in GMT+2 here and support hours are (GMT+2)
Monday – Friday:
8:00 AM – 17:00 PM

I am not sure I understand your request as I can’t find any image on your topics. Please provide more specific details about what you’re trying to do and also a screen pointing the desired result so we can get back to you with a more accurate answer. Meanwhile you can check our documentation regarding the homepage setup: https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ and Visual Composer usage: https://forum.tagdiv.com/how-to-use-visual-composer/

Thanks!

Andrei L.
tagDiv Member

Hi

Please check this topic, I’ve posted a solution there: https://forum.tagdiv.com/topic/category-page-dont-show-post-filter/

Thanks!

Andrei L.
tagDiv Member

Hi

You can use theme api to add a new block. For more details in this regard please check our documentation: https://forum.tagdiv.com/td_api_blockadd/ Please note that this is a complex task and some coding knowledge are involved. If you can’t do it yourself my advice is to look for someone which may help you with this because unfortunately we cannot offer customization services at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

Note that the Speed Booster plugin disable itself when an incompatible plugin it’s installed. We added this measure to avoid conflicts with the plugins that won’t allow to move their CSS/js resources at page bottom. To keep it always activated comment or delete the indicated lines from td-speed-booster.php: http://screencast.com/t/RZLIOPUNdqh You can check this topic for more information about speed booster usage: https://forum.tagdiv.com/topic/speed-booster-questions/

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel custom code > custom css: http://screencast.com/t/Y5episLGj

.td-more-articles-box{
    opacity: 0.5;
}

Thanks!

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

Hi

Visual Composer plugin it’s tested with our theme and works fine. Please make sure that you updated the theme and the Visual Composer plugin according with our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ deactivate all others plugins, just to make sure that there i no conflict between Visual Composer and some plugin, clear all caches and test again.
For more details about Visaual Composer usage with our theme please check this link: https://forum.tagdiv.com/how-to-use-visual-composer/

Thanks!

Andrei L.
tagDiv Member

Hi

I’m not aware to which files you made customizations using the child theme but you also have to make sure your changes can still be applied to files now present on latest theme version that’s why you have to check each theme update change log and make sure that among the modified files there aren’t any of the files you have customized and if there are make sure your customizations can still be done to those files and update those files code and add it customizations.

Thanks!

Andrei L.
tagDiv Member

Hi

You need to edit the loop-single file corresponding with the post template used and move this lines of code like here: http://screencast.com/t/8eEhftfFxs Also you will need this css in theme panel > custom code > custom css: http://screencast.com/t/84s8hH3qhXOu

.td-post-template-1 .post h1 {
margin-top: 0;
}
.td-post-template-1 .td-post-content .entry-category{
margin: 0;
}

Note that I’ve test this only with pot temple 1. For others post templates you will need different customizations. You can use this example to customize and others post template. In case you can’t do it yourself my advice is to find someone who can help you with this as we cannot offer any type of custom work at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi @oliverberger

Unfortunately the plugin is not tested to work with the theme and we cannot guarantee it will work 100%. We have not tested this plugin and we have no idea of the plugin functionality in order to provide an answer. Unfortunately time does not allow us to provide plugin implementation support. However I’ve done a quick test and the plugins seams to work fine with the current version of Newsmag theme, V 2.3.5: http://screencast.com/t/wsnryYxI Try to update the theme at the latest version available on themeforest, here is our documentation in this regard: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ clear all caches then test again, it may help.
If you still can’t manage to solve this my advice is to find someone to help you with plugin’s implementation or also you can look for another plugin with a similar functionality.

Thanks!

Andrei L.
tagDiv Member

Hi @Nick

Please make sure that you set up the cache plugin according with our documentation: https://forum.tagdiv.com/cache-plugin-install-and-configure/ also make sure that the ajax view counter is enabled; http://screencast.com/t/jUR9ovODS You can also try to deactivate all plugins except Visual Composer, clear all caches and test again.

Let us know how it goes.
Thanks!

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

Hi

I’ve checked your site and noticed that the theme don’t use thumbs for this block: http://screencast.com/t/akux07VHT Try to regenerate your thumbnails: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ deactivate all plugins except Visual Composer, clear all caches and test again.

Let me know how it goes.
Thanks!

Viewing 25 posts - 4,401 through 4,425 (of 6,511 total)