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,

Try disabling all your plugins except Visual composer, clear any caching installed and then try again. If this does not fix the issue try deactivating and deleting the editor then reinstall it from the theme package.
After trying these suggestions with no favorable result, please send us an email at contact@tagdiv.com and provide admin login information, so we can take a look. Maybe we can spot why this happens, preventing you from using the Visual composer editor.
Also provide specific details about this problem and a link to this topic, so we can identify you.

Thanks

Simion C.
tagDiv Staff

Hi,

I could modify the margin on the titles to make them appear more centered, but they are already centered
https://www.screencast.com/t/dqI0EzKA4Q
With a increased margin it would look like this – https://www.screencast.com/t/ws44oS0Rtz
You could experiment with different margin values until you achieve the desired look

.global-block-template-17 .td-related-title a {
margin-left: 25px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

You can disable the comment count on block/modules in the theme panel
https://www.screencast.com/t/92Py0TOJUn

Thanks

Simion C.
tagDiv Staff

Hi,

If you would like to implement something like this and do not have the skills necessary, we recommend hiring a freelancer to help out as we do not have a customization department and we cannot offer any customization services. Like I mentioned before this may not be an easy task. You can hire a freelancer/developer from websites like studio.envato.com

Thank you for your understanding!

Simion C.
tagDiv Staff

Hi,

Social Network accounts can be added in the theme panel using the available options
https://www.screencast.com/t/hfhZHDnDy
For the post sharing there is not option to add a social at the moment. You could try to use a plugin that could add that button on your website. If you have a shortcode that you must enter, here you can find the post templates in the theme – https://www.screencast.com/t/TTlWf8zxDV7u
Each post template has a corresponding loop single file, by opening one of these files you can see the post structure – https://www.screencast.com/t/KdrDShyLe7w
The default sharing for the posts can be found here
https://www.screencast.com/t/0S9jdqtH

Thanks

Simion C.
tagDiv Staff

Hi,

That is a weird problem. I have not seen it before. Please provide a link to your website so we can inspect it and see this issue happening.

Thanks

Simion C.
tagDiv Staff

Hi,

I thought you wanted to change the hover color on the Latest articles section. Try the code like this to change the hover color for the title, on the modules you mention in the block Random content
https://www.screencast.com/t/BuzqdqV5x

.td_module_6:hover
.td-module-title a {
color: red!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

You could achieve that like this. I added these blocks to the page
https://www.screencast.com/t/36ywCEy2u6
The first block (block 23) is set to display one post, and has the title Latest posts
https://www.screencast.com/t/EZ8lo90R
The second block (block 12) has no title and you can set the limit of posts and pagination you want for it.
The result is like this
https://www.screencast.com/t/59xVfwwejftA
https://www.screencast.com/t/o4wtqyP1
https://www.screencast.com/t/snEfyVPdiPs
Then you can disable the default Latest articles section, by selecting a different page template. Of course the blocks have the same options to filter and sort the content
https://forum.tagdiv.com/block-settings-guide/
Hopefully this suggestion will be helpful to you.

Thanks

Simion C.
tagDiv Staff

Hi,

It can be possible, with a shortcode. You need to edit the post template files that you want. Each post template has a corresponding single.php file and a loop-single.php file.
https://www.screencast.com/t/oMIWFDRu
By editing these templates you can insert the shortcode in the post structure, for the post templates you want.
Like in this example for post template 2, where the code is inserted above the top social sharing
https://www.screencast.com/t/RGtLW6IbQWI
https://www.screencast.com/t/4xrvqho6WA4
You could experiment with other positions in the post structure.
This is the code used in the example

<?php echo do_shortcode ('[td_block_trending_now tdc_css=""]'); ?>

Thanks

Simion C.
tagDiv Staff

Hi,

That is not supposed to happen. This could be the result of some problematic plugins, you could try to disable all of them, except Visual composer and the mobile theme plugin if you are using it, clear any caching installed then test again. Also check any custom code that you might have entered in theme panel, added directly to the theme files or modifications through a child theme.
These kind of issues are usually caused by plugins or modifications to the theme. If you already tried the suggestions mentioned above, please provide a link to your website so we can take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

For the post page you can disable the comment count in the theme panel also
https://www.screencast.com/t/O8pGAmCqc1DV
But for the author box there is no option to disable the comment count. However if you want to achieve it, you could do it in two ways. The easiest method would be to use this code
https://www.screencast.com/t/Cwvg0WZib
The code will hide the count in the author box, you just need to enter it in Theme panel->Custom Css

.td-author-counters
.td-author-comments-count {
display: none;
}

The other method is to edit this file in the theme
https://www.screencast.com/t/7mI9KMqEeoHW
There you will have to comment the lines of code mentioned, and the count will be removed.

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe that happens because the language you are trying to translate in, is not yet stable and fully developed. That is why some words are translated and others not. Trying to translate in a different language (with 100% development) seems to work properly
https://www.screencast.com/t/84N26pr65IX4
https://www.screencast.com/t/DtmVH2TnyL

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide more details about the problems that are preventing you from installing a demo. Installing a demo is not a complicated process – https://forum.tagdiv.com/installing-demos/ and it can be achieved with a few clicks.
Please check the theme system status and make modifications to the parameters mentioned in this guide, if necessary, then try to install a demo again
https://forum.tagdiv.com/system-status-parameters-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

The Latest articles sections is located in the page edit screen here
https://www.screencast.com/t/8nDC1Jv6yAas
If the section is missing please verify if it is checked in the screen options
https://www.screencast.com/t/uxr9QLnwODfZ

Thanks

Simion C.
tagDiv Staff

Hi,

Please try the code provided below, it should fix this issue
https://www.screencast.com/t/b9UOiRMMJw
The code must be entered in Theme panel->Custom Css section

.td-magazine .td_block_template_1
.td-related-title .td-cur-simple-item {
color: #b14671;
}

Thanks

Simion C.
tagDiv Staff

Hi,


@nothereatm
Replied via email.

Thanks

Simion C.
tagDiv Staff

Hi,

If you want to change the color of the module title when hovered, similar to the one of the widget, you could try this code – https://www.screencast.com/t/FOJ5G6xnul

.td_module_1 .td-module-title a:hover {
color: #141d26;
}

Thanks

Simion C.
tagDiv Staff

Salut,

Actualizarea temei presupune inlocuirea pur si simplu a versiunii existente cu cea noua. Acest lucru inseamna ca orice modificare facuta direct fisierelor temei se vor pierde. Exista totusi posibilitatea utilizarii unei child theme – https://forum.tagdiv.com/the-child-theme-support-tutorial/
Unele fisiere din tema suporta modificari prin child theme, acestea sunt mentionate in tutorial.
Mai multe despre theme update aici
https://forum.tagdiv.com/how-to-update-the-theme-2/

Multumesc!

Simion C.
tagDiv Staff

Hi,

I can give you a Css fix, but from what I am seeing there is something wrong with the block in the sidebar. Here you can see how the block is supposed to look on one column
https://demo.tagdiv.com/newspaper/block-1/
Maybe you are not inserting the block properly, the layout of the page should look like this for the sidebar
https://www.screencast.com/t/57ZDbmmMY
Or maybe you have some custom code entered in theme panel, or through a child theme. The block should not display like that when used in the sidebar for example.

Thanks

Simion C.
tagDiv Staff

Hi,

That is to be expected, since the theme has different styles for these headings. There could be other sections and elements affected by that modification. Please try the code provided below and see if it fixes the menu, it must be entered in Theme panel->Custom Css

.td_block_mega_menu h2 {
font-size: 13px;
line-height: 18px;
}

If the solution does not work properly, please provide a link to your website so I can give you a more accurate answer.

Thanks

Simion C.
tagDiv Staff

Hi,


@nothereatm
Please send us an email at contact@tagdiv.com and provide admin login information, so we can take a look. If possible provide your Facebook configuration data. Also paste a link to this topic, to identify you.

Thanks

Simion C.
tagDiv Staff

Hi,

You could set a bottom border on each of the blocks you want to separate for example, and maybe add some padding as well if you want
https://www.screencast.com/t/bfZkv0gEuLvl
https://www.screencast.com/t/V3TFzanJeg
Or use a Separator element between the blocks
https://www.screencast.com/t/YiSuEvcCaPIX
https://www.screencast.com/t/kPJgwadqx
https://www.screencast.com/t/tCqg3ZQqsW
This separator element also has multiple styling options as well. Hopefully this will provide you with some ideas how to achieve something like that.

Thanks

Simion C.
tagDiv Staff

Hi,

It seems that maybe you are not setting your background image properly. Please make sure you use a big enough image for the background. The image you are currently using is present on the website
https://www.screencast.com/t/Y3xOqWRRH
But it is behind the page because it is too small. Try using a larger image and check the results. Also make sure you select the full size for the image used – https://www.screencast.com/t/PlZScIj1
I do not know what you mean by the right position for the ads. The theme options for displaying ads are working properly.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe it would be best if you would search for plugins that you can use for these complex ad requirements for your website. It would be much easier to implement, I am sure there are multiple plugins that can insert ads, and have settings regarding where to display them specifically. Or maybe need just a minimum of theme modification.
The plugin method is also recommended because if at a later time you choose to update the theme, you will loose these changes to the files. I cannot make plugin recommendations, you will have to try some and see which are suited for this purpose.

Thanks

Simion C.
tagDiv Staff

Hi,

The td_module file is located in the theme folder – Newspaper\includes\wp_booster\td_module.php
You will have to open this file with a text editor and make the modifications you want there
https://www.screencast.com/t/sV5yJkdO

Thanks

Viewing 25 posts - 18,626 through 18,650 (of 20,681 total)