Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Simion C.
tagDiv Staff

Hi,

I don’t think I understand what you mean. When I click on the Noticias tag on the block header, it is shown as active (changes color)
https://www.screencast.com/t/2FTtZvwq4
Maybe I am misunderstand what you are asking, please correct me.

Thanks

Simion C.
tagDiv Staff

Hi,

Some space remains on the right side, it will not stretch edge to edge. You can try something else to achieve something similar to that. For example split the row in three columns, limit the block 1 (in first column) to 1 post and in the other two columns set a couple of block 7, with this result
https://www.screencast.com/t/ooruziiW
https://www.screencast.com/t/P4VCgZan
Maybe this would be the result you are after.

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry, I did not take that into account. Then that may not be the best solution. Maybe something like this would be more suited instead
https://www.screencast.com/t/fK2qIOVTwap

.menu-item-47852 > .sub-menu {
height: auto;
width: 280px!important;
}
.menu-item-47852 > .sub-menu > li {
width:50%!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I have tested this post sorting on the same big grid, and it is working properly. It must display random posts from the category you choose
https://www.screencast.com/t/ryT1mxur5aid
If the category you choose has posts in it, then they should display randomly as it is meant to.
This could be also a caching issue. Maybe you have caching installed or the server has a cache. That can produce the same page content, and not refresh the data.

Thanks

Simion C.
tagDiv Staff

Hi,

You could try a code like this one
https://www.screencast.com/t/RiAV4ZyKYB
It must be entered in Theme panel->Custom CSS section, and it will apply to all your posts

.single header .td-post-views{
float: left;
margin-left: 5px;
color: #ef5742;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Please go to your plugins section and deactivate the tagDiv composer. Having both Visual composer and tagDiv composer active can create problems in some cases.
Then your Visual composer pages should display properly.
The new front-end page editor is activated by default when the theme is installed or updated to the latest version.

Thanks

Simion C.
tagDiv Staff

Hi,

There is no option at the moment in the theme panel, to modify the font on that element.
Simple modifications can be made using some custom code.
You can follow this tutorial and use the browser inspector to identify the elements on the page and their classes, in order to create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Or you can specify what exactly you want to do, and I will help you.

Thanks

Simion C.
tagDiv Staff

Hi,

The post has a sidebar, but you might not have any widgets inside it
https://www.screencast.com/t/jdz8s8iG
The post would occupy the full width of the post content if there is no sidebar at all
https://demo.tagdiv.com/newspaper/td-post-five-things-you-may-have-missed-over-the-weekend-from-the-world-of-business/
I could give you a code to make the post centered if that is what you want
https://www.screencast.com/t/9DQUMls7pQG
It will apply on all the posts. If you want it to apply more specifically, you will have to modify the code

.single .td-main-content {
float:none!important;
margin:auto;
}

You could remove the read more from block 12, with a code like this

.td_block_12 .td-read-more {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Thank you for your appreciation. The theme panel seems to be in order from what I can see. What you can try is to go to the plugins section and deactivate all other plugins, except tagDiv composer and other theme plugins. Then test to see if everything is working properly.
If it does not, please send us an email at contact@tagdiv.com and provide admin login information so we can take a look. Also paste a link to this topic in your email.

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean the width of the thumbnail displayed in the blocks on modules, there is no option to change the size. Each module has a predefined required width
https://forum.tagdiv.com/theme-thumbs/
The thumbnails are created automatically from your featured images. You can choose from the available blocks and big grids the ones you like.
Here you can see how the blocks look in different layouts
https://demo.tagdiv.com/newspaper/block-1/
And the Big grids and Full Big grids
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/
In the posts you can choose form the available post templates, each one has a different style
https://forum.tagdiv.com/post-templates-2/

Thanks

Simion C.
tagDiv Staff

Hi,

Please check the theme system status and make modifications to the parameters mentioned in this guide, if necessary
https://forum.tagdiv.com/system-status-parameters-guide/
If these WordPress and server parameters are set according to the recommended values, this will ensure the best functionality of the theme and plugins.
You can ask your host to make the changes for you, as they may have a preferred method in this matter.

Thanks

Simion C.
tagDiv Staff

Hi,

Please note that each header style requires a specific logo size to be used
https://forum.tagdiv.com/logo-favicon/
This size is calculated to accommodate the logo and the header ad with the best result. If you modify the header logo properties and make it larger like you did, there is no more space for the header ad you are using. It will be displayed on a second row, below the logo.
You can try to stretch the header logo and ad space with this option
https://www.screencast.com/t/yPTAipVzWy4
If you want to display a bigger logo, you can choose from the header styles that do not require a specific logo size (header styles 9, 10 and 11)
https://forum.tagdiv.com/header-styles/

Thanks

Simion C.
tagDiv Staff

Hi,

This might be caused by a plugin, try to deactivate all your plugins except the ones provided with the theme and clear any caching installed. Then check to see if the menu is working properly.
Or check any customization you might have made to the theme files directly, or through a child theme.

Thanks

Simion C.
tagDiv Staff

Hi,

The social sharing you mention is only available for posts
https://forum.tagdiv.com/sharing/
You can only share posts, not pages. On pages you could use the Social counter element
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
https://forum.tagdiv.com/social-counter-styles-on-newspaper/

Thanks

Simion C.
tagDiv Staff

Hi,

There is no limitation for the Adsense ad from the theme. It will display as it is, or you can control the size from the theme panel manually.
If you are absolutely sure that your ad is not displaying properly, please provide a link to your website so we can inspect the issue.

Thanks

Simion C.
tagDiv Staff

Hi,

The row can be split in a maximum of three columns using the tagDiv composer, so you could only get three maps on a row. Maybe you can consider placing them vertically, like in a sidebar if you need to display four.

Thanks

Simion C.
tagDiv Staff

Hi,

When Visual composer receives an update, we will first test it and then include it in the theme package. Then it will be officially supported and you can update it
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Please do no not update it from the plugin author if this option is available (purchased Visual composer) and disable the auto-update for this plugin.

Thanks

Simion C.
tagDiv Staff

Hi,

When using the mobile theme there is the top grid which displays featured posts. The next predefined section is the latest articles. If you want to make modifications to this section you can find it here
https://www.screencast.com/t/QuLl5EmIgc3

Thanks

Simion C.
tagDiv Staff

Hi,

If you followed the plugin instructions and it is not working, that probably means that is is simply not compatible with the theme. The theme modules to be more exact. Or maybe you are not implementing it properly, or there are settings in the plugin that are causing this.
We have not tested this plugin with the theme, so I cannot say why it is not working. Not all plugins are compatible with themes. Maybe you can find a different plugin or way to achieve what you want.

Thanks

Simion C.
tagDiv Staff

Hi,

You could try and install these plugins and see which one is best suited for your needs. We have not tested them with the theme, but if you follow the plugin instructions you might achieve the desired results. The theme does not have any newsletter popups by default, that can only be achieved by a plugin that has the option.
You can also search the forum for plugin suggestions in this matter, and see what other users have installed and used with success.

Thanks

Simion C.
tagDiv Staff

Hi,

Please check the theme system status and make modifications to the parameters mentioned in this guide, if necessary
https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to make the changes for you, as they might have a recommended method in this regard.
If this still does not resolve the issue, please send us an email at contact@tagdiv.com and provide admin login information, so we can take a look.
Also paste a link to this topic in your email.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe you might have updated the Visual composer editor. There are many similar topics on the forum. The currently included in the theme package and compatible plugin version is version 5.1.1. It is strongly not recommend to update the editor before it is officially supported. When Visual composer receives an update it will first be tested with the theme and then included in the package
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
https://forum.tagdiv.com/topic/visual-composer-update-21/
What you can try is to deactivate and delete the updated Visual composer plugin, and install the one provided with the theme.

Thanks

Simion C.
tagDiv Staff

Hi,

I have tried the code that you mention on a h2 heading within the post content, and it is working for me
https://www.screencast.com/t/BLuNQZkOEEGN
It could be a caching problem, try clearing any installed cache. Then check if the code applies.

Thanks

Simion C.
tagDiv Staff

Hi,

Please check in the Theme panel->Background sections here
https://www.screencast.com/t/weTpyCbONFAm
Remove or replace the background image set there.

Thanks

Simion C.
tagDiv Staff

Hi,

If you have sent us an email, we will reply by email as soon as possible.

Thanks

Viewing 25 posts - 17,026 through 17,050 (of 20,681 total)