Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

Hi,
I have inspected your site, but I could not find any pagination on the homepage. Please point out which pagination is not working.
Thanks.

Bogdan B.
tagDiv Staff

OK.
I have found the page with the issue. Are you sure you have a featured image set to those posts? as the placeholder seems to display instead. If you do have featured images set, please try to disable all your plugins except visual composer, clear cache and reset cdn files. If the problem is still there afterwards, please send us an email at contact@tagdiv.com and provide wp-admin so we can take a look. Also include a link to this topic so we can identify you.
thanks.

Bogdan B.
tagDiv Staff

Please try to check the difference between the 4 ipads. If the screen is smaller or bigger for the ones that do not seem to display the images properly. If it works on desktop, or on a mobile phone, then it should work on all tablets properly as well.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately there is no way to disable it from the theme panel. You can however hide it with css:
@media (max-width:767px){
.td-header-menu-wrap-full{
display:none!important
}}

Hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Our theme was not tested with the ‘stretch content’ feature. you can stretch a row but not the content as it may create issues.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The sidebars sometimes display “broken” if certain html is used on a post or if a smart list is not created properly in such a way that html tags remain open. Please check the text mode of your posts and see if there are any html tags open.
It can also be caused by plugin. Not all plugins are compatible with the theme so please try to disable all your plugins except visual composer, clear cache and reset cdn files if you use it. This way a plugin conflict can be excluded.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please provide more details to your request as we can’t say for sure what marker you are talking about.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
Normally we do not recommend using plugins at all for the child theme. We have our own guide to create the child theme as it takes only a few steps to create it: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Every post template has 2 files associated. A loop file and a single file. If the code you are looking for is not in the loop file, then it must be in the single files: http://screencast.com/t/wsjn3npHIG
Thank you!

Bogdan B.
tagDiv Staff

You can try this code to hide the like/tweet counters:
.td-classic-sharing{
display:none!important;
}

Thanks.

Bogdan B.
tagDiv Staff

Hi,
I’m not sure if this is theme related or WP related. I assume you got the code from here:
http://stackoverflow.com/questions/33474523/add-rewrite-rule-ignored-even-with-regex-set-to
Try to add the code in functions.php and then re-save permalinks as the topic suggests.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please provide a link to your site so we can inspect this pagination issue.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I can confirm the source and via URL’s already have the ‘nofollow’ value in the code: http://screencast.com/t/KeRLTMv10e
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I’m not sure how your changes do not apply to the theme. Test this out with a simple trick. Delete all of the code from the file. Something should return an error. If the theme works fine withouth the whole code, it means you are not editing the correct file. Also keep in mind that if you use caching, the page could be loaded from the cache plugin and clear that as well. Everything you add or remove from the theme files will affect the front-end.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately I cannot provide a precise answer as Visual Composer add-ons are not among our tested items and their not on our to do list. Maybe our users can help you out if they used such add-ons.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
It seems there is a custom class on that particular ro that contains the word “ad”. Everywhere adblock detects the word ‘ad’ in a css class, it will remove it. This being a class on a row, it removes the entire row. Please edit your block element in visual composer and remove this class: ‘import_video_ad_bg’
You can then add the design options added by this class from the visual composer settings.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I have checked your website and saw the “blank” section. This is a feature of visual composer so please check the block settings, row settings or column settings for those particular blocks and revert them to their defaults. You can alternatively remove them and add them again. This way the settings will be restored to default instantly.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

a)Unfortunately the theme has no option to auto-publish a post to facebook or any other sharing network. Maybe you can find a plugin that has such a feature.We have not tested any such plugin so we cannot make any recommendations. Sorry.

b) The social sharing networks are being added to the top menu and the footer social networks icons:
http://screencast.com/t/djh6uQSSgYyhttp://screencast.com/t/1r2N6eQlc

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Css can help in this matter. You can assign an extra class to the specific section like so: http://screencast.com/t/lQaF3icRhal
And then simply hide the content using the class you added. In my example I would use this code:
.customtab1{
display:none!important
}

However this will not hiode the tab itself. Only the tab content. If you want to hide the tab as well, then you need to use more advanced css selectors:
It will not require a custom class for this one.
.vc_tta-tabs-list :nth-child(2){
display:none!important
}

This part: ‘nth-child(2)’ represents the number of the tab you want removed.

Thank you!

Bogdan B.
tagDiv Staff

Hi John,
Thank you for your suggestion and ideas. I will add them to our list and pass this information to the development team.
Have a nice day!

Bogdan B.
tagDiv Staff

Hi,
we have no reports of this yet, but your error seems to point to visual composer clearly. Sometimes plugin updates get released like this (SEO yoast is the best example of this. They release several dot revisions until an update is stable) We will update visual composer again in the next theme version though.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can use css to achieve this result, but you need to leave the color settings to default (grey) otherwise visual composer will make the tabs lose their style and apply the plugin style to them.
You can use this code:
.vc_tta-tabs-list :nth-child(2) a {
background-color:red!important;
}
.vc_tta-tabs-list :nth-child(3) a {
background-color:green!important;
}
.vc_tta-tabs-list :nth-child(4) a {
background-color:blue!important;
}

This was created for an element that has 4 tabs. if you have more or less, then either add another line of code and change the num,ber 4 with 5 from the child selector or simply remove the last part if you have 3 tabs.
result:
http://screencast.com/t/lh0OGwei9K

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately our theme does not support sticky posts as they interfere with our block elements especially the big grids. You can use the post ID filter if you want to have specific posts in your grid.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
This was a design choice that was made as facebook and twitter were the most popular sharing networks at the time so we put emphasis on them. The other 2 like/tweet buttons (the small ones) were meant for counters. Twitter had a counter as well but since then twitter removed all counters from their social network and left the widget with a simple button and nothing more.
Thank you!

Bogdan B.
tagDiv Staff

Hi Eddie,
Please follow this topic to see how you can change the default fonts:
https://forum.tagdiv.com/topic/do-i-really-need-to-change-all-the-text-fields-for-fonts/
Hope this helps.
Thank you!

Viewing 25 posts - 17,301 through 17,325 (of 22,378 total)