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

You can find all modified files from V 2.3.2 to 2.3.3 in patch_2.3_2.3.3 folder: http://screencast.com/t/rNZTlntDt

Thanks!

Andrei L.
tagDiv Member

Hi @gregy1403

The point of a child theme is to keep the customization even if the main theme it’s updated. But this is not always valid, because once in a while the child theme it’s also updated, or if the main theme pass through a major update it’s possible that some customizations not work well anymore. If you use child theme for files customizations it’s a good practice to check update_log.txt file for each update and see what files had been modified so if those specific files are used in the child theme you will have to check your customizations to not break the functionality of the theme.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

You can achieve that by adding this line of code in category.php file like here: http://screencast.com/t/7MwqCqq8r7http://screencast.com/t/wkXZkqakqWqO

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

The feed system is managed by WordPress not by the theme so it may be a problem related with WordPress functionality in this regard. You can try this with a default theme and check if this errors are still there.

Thanks!

Andrei L.
tagDiv Member

Hi

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

.td-post-content ul{
list-style-position: outside;
}

2. You can change the background color for the header from theme panel > theme colors: http://screencast.com/t/Dp3b7MS00tI5

The logo size depends by the header style used. With some header styles the logo it’s full width and with others have a limited size because it’s placed near the header ad. You can find more details about this in our documentation: https://forum.tagdiv.com/newsmag-logo-favicon/

If this is not what you mean please provide more details about this.
Thanks!

Andrei L.
tagDiv Member

Hi

You could try this css in theme panel > custom code > custom css: http://screencast.com/t/MK9OPhow Like this the quotes will have a full width on mobile devices:

@media (max-width: 767px){
.td-post-content .td_box_right{
width: 100%!important;
}
}

Let us know how it goes and if this is not what you mean please provide more details.
Thanks!

Andrei L.
tagDiv Member

Hi

As Chris pointed above the best way to not have breadcrumbs in google SERP it’s to remove them from your site. It could take a while until google will check your site again and will update it in its SERP such that the breadcrumbs to be removed.

Thanks!

Andrei L.
tagDiv Member

Hi

The avatar image works fine on post’s author box: http://screencast.com/t/z3SBxTwwC or in authors block: http://screencast.com/t/NuqpJJkr If does it should work and on module 9 because the implementation it’s similar.
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

You could try to modify in td_background_render.php file this method and add a set of if/else conditions to display different background ads depending by page: http://screencast.com/t/hToNgtKVW

if (is_page(id1)){
$this->background_parameters['td_ad_background_click_link'] = 'url1';
}
elseif (is_page(id2)){
$this->background_parameters['td_ad_background_click_link'] = 'url2';
}

To get the post/page id follow this link: http://screencast.com/t/KvBwwo4K

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

You can set the post which will be displayed in trending now block from block settings in Visual Composer page-builder: http://screencast.com/t/29s2L63koP

Thanks!

Andrei L.
tagDiv Member

Hi

You could try this css in theme panel > custom code > custom css to enlarge the imagee id it’s smaller then the thumb, but this could affect the image quality:

.td-module-thumb img{
width: 100%;
}

You can add js code in theme panel > custom code > custom javascript: http://screencast.com/t/ZXA54DgMK8Q
We have in our documentation a tutorial regarding banner ads if you intent to use them: https://forum.tagdiv.com/newsmag-using-other-ads/ If you simply want to add a link to an image that can be done by linking to an external url in media library: http://screencast.com/t/vabsgBAqTF

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

I am not aware of the changes you’he made in td_congig.php file but in V 6.6 that file was modified and you have to make sure that you customizations are compatible with the new implementation. You can check the list of modified file in changed_files_6.5_6.6.html file. or in update_log.txt

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve test this on my side with the latest theme version available on themeforest an works fine: http://screencast.com/t/HFz9RiliMMhttp://screencast.com/t/VyQgQTr6Ugsy I am not sure why this is not working on your side but you can try to deactivate all plugins, except Visual Composer, clear all caches and test again. If the problem persist please provide a link where we can inspect this issue closer.

Thanks!

Andrei L.
tagDiv Member

Hi

You can use a module which have the read more button included and also have excerpts, for example module 11, 12, 14, 16, and set the excerpt length at 50 words from theme panel > excerpts: http://screencast.com/t/ARwncweJa1SZ The result would be like here: http://screencast.com/t/PxciWDu8
Let us know how it goes and if this is not what you mean please provide more details about this.

Thanks!

Andrei L.
tagDiv Member

Hi


@Mauricio
Tab please consider that this is a public forum and any registered user can see the info posted here, so I’ve removed you license codes.
There is no limit time regarding the access to the new updates. As long as you have a valid license for the theme you will be able to download the new updates. Also you can access the forum for help as long as you have a valid license key. Here on the forum we will try to answer at all your questions and you don’t have to worry about a and date for support. We try to offer best quality support for all our clients. More details about this can be found in this topic: https://forum.tagdiv.com/topic/support-6-months/

Thanks!

Andrei L.
tagDiv Member

Hi

The theme was designed to have a single background ad for the entire site. To change this functionality are required lots of customizations in theme core files and unfortunately we can’t offer custom services at the moment. You can look for a plugin with a similar functionality but I can’t make any recommendation as we didn’t test any of these plugins and I am not aware of theirs functionality. If this doesn’t help and you relay need this feature my advice is to look for a professional developer from sites like http://studio.envato.com/ to do it for you.

Thanks for the message!

Andrei L.
tagDiv Member

Hi

Please make sure that you added the source url properly, clear all caches and test again. Also make sure that all div tags are open and closed like here: http://screencast.com/t/1QSDMuyc

<div class="td-visible-desktop">
<a href="#"><img src="img-url"/></a>
</div>

<div class="td-visible-tablet-landscape">
<a href="#"><img src="img-url"/></a>
</div>

<div class="td-visible-tablet-portrait">
<a href="#"><img src="img-url"/></a>
</div>

<div class="td-visible-phone">
<a href="#"><img src="img-url"/></a>
</div> 

If the problem persist please provide your site url so we can inspect it closer.
Thanks!

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

Hi

You don’t have to put any value for the $parameter That it’s an empty variable with a conditional role, meaning that if the module it’s used within a block the code between if statement won’t be executed: http://screencast.com/t/nQeTY7eNdaJ
On line 21 you have to replace 'my custom code' with your custom code. This code won’t be displayed, on blocks, only on modules because of the $parameter variable: http://screencast.com/t/nQeTY7eNdaJ
Please consider that this is a complex task which require good coding skills and if 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 any type of custom work at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

I am not sure what post template you’re using and also what customizations you did. Usually the post content and the featured image sizes are fixed and can’t be modified without altering other elements from the page. Please provide more details in this regard and a link where we can inspect this and maybe we can help you.

Thanks!

Andrei L.
tagDiv Member

Hi

I am not sure what you mean but if you’re referring at the grey space near this image: http://screencast.com/t/MTDjx3dLB that appears because the image it’s smaller then the thumb where it’s used. WordPress won’t enlarge the images, it only crops them if they are bigger then the thumb.
If this is not what you mean please provide more details.

Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure you do not use any other alphabet letters/symbols when you name your sidebar. When other characters than Latin are used, it is known to crash. Also try to clear all caches, deactivate all plugins except Visual Composer and test again.
Let us know how it goes and if the problem persist 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

I’ve checked your site and the sidebar ad it’s displayed fine on mobile devices: http://screencast.com/t/Y77dMzu1Ya Try to clear the phone’s cache memory and also make sure that you’re not using any adbloker software on your phone then test the site again.

Let us know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi @teodormiu

Unfortunately the theme doesn’t have such an option and to achieve that you will need custom modifications in theme core files. A solution would be to add a condition in get_image() which check if the current post have a featured image set or it have the generic image as featured image. Then depending by result will be generated two cases: one for the usually featured image which will be displayed in post content and in thumbs. Also you will have a second case for the generic image which will be displayed only in thumbs. This is a complex task which require good coding skills 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.

As a cache plugin we recommend WP Super Cache which it’s tested with the theme and works fine, you can find more details about plugin’s set up in our documentation: https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thanks!

Andrei L.
tagDiv Member

Hi

Thanks for reporting this. Indeed that sections should’t appear if the comments are disabled for a specific post. Now the theme doesn’t check if that option it’s enabled or not, that’s why that sections appear even if the comments are disabled.
I have added this on our feature request list and we will try to implement it in the next theme updates.

Sorry for any inconvenience!
Thanks!

Andrei L.
tagDiv Member

Hi

Glad I could help.
Have a nice day.

Viewing 25 posts - 4,826 through 4,850 (of 6,511 total)