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 use page builder+latest articles as page template and set the post limits to a higher value then your posts number, here is an example: http://screencast.com/t/AiwIJp2BL If you want to display all post content on homepage choose module 15 for page’s layout.

Hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

Do you have this toolbar active: http://screencast.com/t/wj8qJs5pnk The settings for drop-caps are present there and they should work fine.
If you still ave this issue please provide more detail about how can we duplicate it on our side, also a screen from your post editor would hep, so we can get back to you with a more accurate answer.

Thanks!

Andrei L.
tagDiv Member

HI

Please make sure that all elements are enabled in Visual Composer settings: http://screencast.com/t/13nsvcQ9XXAM then test the site 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

Visual Composer won’t allow more than 6 elements on a row because does not have implementation for them. However you can try to add images on page like this: http://screencast.com/t/w5WIbox1613http://screencast.com/t/LIclfzamu Just set the left alignment for each image and they will be displayed one next to each other. In above example I’ve picked the smaller thumb generated by wordpress for the purpose of this example. However if your images are smaller then 150x150px you can chose full width size.

Hope this helps.
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/
Do the indicated modifications to keep Speed Booster always active then test the site again with your pup up plugin and check how it goes.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

I am not sure why this warning appear because we didn’t got a similar report before and I can’t say for sure what could be the issue. Try to deactivate all plugins except Visual Composer, clear all caches, purge cdn file if you’re using also make sure that you update the theme according with our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/ then test the site again.

Let us know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

I am not sure I understand you question so please provide more specific details about what you’re trying to do so I can inspect it closer an maybe I can help.

Thanks!

Andrei L.
tagDiv Member

Hi

You can create a new menu in wordpress and name it for example my-footer-menu, add in it the desired pages then set it to be displayed in sub-footer from theme panel > sub-footer settings: http://screencast.com/t/fgBNZrg0E

Hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css:

.home .td_block_big_grid_5 .entry-title {
display: none;
}

Let me know how it goes and if you need further assistance on this please provide your site url so I can inspect this loser.

Thanks!

Andrei L.
tagDiv Member

HI

Thanks @Ing Geek for your help.

@dennisjpitocco
Are you referring at author description text? If so try this css: http://screencast.com/t/9nGKzZWAQeV

.td-author-description{
text-align: justify;
}

Thanks!

Andrei L.
tagDiv Member

Hi

he class name for category page is category-[category_name], for example culture category will have the class name: category-culture
However the css method won’t work properly if you set a background ad in theme panel, you will have to modify theme’s code and change the implementation for background click ad.
This is a complex task which involve lots of customizations in order to be achieved. We can’t offer customization services at the moment so if you really 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.

Thanks!

Andrei L.
tagDiv Member

Hi

Theme’s ads system was intent top work with google ad-sense codes or banner ads. We didn’t tested taboola ads with our theme and we can’t provide an accurate answer in this regard. However if the ad appear at least once the theme render its code fine and there shouldn’t be a problem with theme. It may happen that sometimes your ad provider to deliver blank ads to your site or there might be other restrictions. The theme does not control if that ad-code display or not some content, it only render the code and displays its output.

Thanks!

Andrei L.
tagDiv Member

Hi

You can ignore the activation messages as Visual Composer plugin comes bundled with the theme and you don’t need a license key for it.

Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that you’re using V 7.2 of Newspaper theme which is available on themeforest and also check if Visual Composer is update at V 4.12. For more details about the update process please check our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Try also to deactivate all plugins except Visual Composer, clear all caches then test the site 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 am not sure why this happens but I assume that there is a conflict between new version of Visual Composer and other installed plugin.
Try to deactivate all plugins except Visual Composer, clear all caches then test the page again.
Let us know how it goes and if the problem persist please adress 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 you as soon as possible.

Thanks!

Andrei L.
tagDiv Member

Hi

This is a very complex task which require lots of customizations and tests in order to be achieved. Unfortunately we cannot offer custom work at the moment. We would have gladly made it for you but we are a small team and we are working very hard on the development, updates, fixes and support. If you really need this and you’re not aware of the steps that must be taken in this regard my advice is to look for a developer who can help you with implementation.

Thanks for your understanding!

Andrei L.
tagDiv Member

Hi

We will change that implementation in next theme’s updates but in the meantime try to edit td_smart_list.php file and add this code here- http://screencast.com/t/4xDhK3kPhttp://pastebin.com/cNwLuzgM

It should work properly.
Hope this helps!
Thanks!

Andrei L.
tagDiv Member

HI

The css for each demo can be found in theme’s core files. For example of you’re using Say What demo its custom css is located here: http://screencast.com/t/rXtlIeMmYH Just copy/paste that code in style.css or in theme panel > custom code > custom css filed.
Next you have to remove the request to demo_style.css file and to achieve that edit td_wp_booster_functions.php file and comment or delete indicated code: http://screencast.com/t/hnJZZl2hr

Hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

Sorry for misunderstanding, initially I assumed that you want to remove the white space around post content. on your site Images are not displayed full width because of theirs aspect ratio, however you can use this css in theme panel > custom code > cstom css to correct that: http://screencast.com/t/OGZAtpqD

.td-post-content img{
width: 100%;
}

Hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

Currently the theme does not have such a filter and unfortunately I can’t provide a solution for the moment. However I’ve added this on our todo list and if more people will make similar requests we will consider it for implementation in future updates.

Thanks!

Andrei L.
tagDiv Member

Hi

1. Trending now block does not display anything because you don’t have any posts published on your site: http://screencast.com/t/Jlww78orWFq You have to publish some posts in order to have something displayed in trending now: http://screencast.com/t/rSdMwqbXgS
You can also display pages in trending now block, just add the post type in block’s settings: http://screencast.com/t/0RHexujY1DO

2. Above explanation also applies for big grid block.

3. Popular posts displays most viewed posts from entire site and Popular categories displays the categories which contain most posts.

WordPress have two types of homepage:
– blog which always displays latest articles: http://screencast.com/t/qJHnQYjA
– static page which always displays a static content. If you use Newspaper theme the static page can be set using Visual Composer plugin.

Hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

If you use banner ads then it is possible by adding target="_blank" attribute in url, here is an example:

<div class="td-all-devices"><a href="https://www.google.ro/" target="_blank" ><img src="img-url"/></a></div>

For ad-sense ads the theme can’t set this property because does not control theirs links.
Thanks!

Andrei L.
tagDiv Member

Hi

If you change only the css then is not necessary to use the child theme because your custom css can be added in theme panel > custom code > custom css.
Child theme become useful if you want to change some of theme’s files, for example if you want to change a post template or change some functionality of a specific feature. Note that you will need some codding skills and experience with wordpress in order to setup a child theme and make some customizatins there.

Thanks!

Andrei L.
tagDiv Member

Hi

Thanks for letting us know about this. This task is on our attention but it may take some time until we can make the theme fully compatible with php 7. We have to run some tests and ensure that the theme will work as expected with new version of php and we hope to have it ready as soon as possible.

Thanks!

Andrei L.
tagDiv Member

Hi

That link is generated by article top ad-spot so please check the code added there or remove it if you don’t want to use it anymore.

Hope this helps.
Thanks!

Viewing 25 posts - 1,676 through 1,700 (of 6,511 total)