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

Hello,

I’m not sure where the issue comes from as we cannot recreate it on our end. There is a left margin added to the images that you can remove with this code:
.td-post-content .alignnone{
margin:0!important;
}

Add the code in the theme panel->custom css box

Thank you!

Bogdan B.
tagDiv Staff

Hi,

We only recommend updating both as we have not tested newer versions of visual composer with older versions of the theme. If you do have issues with high cpu usage, then you should give it a shot and download the theme but i cannot assure it will work properly with older versions. You can create a testing site (a sub-domain copy of your main site) and test out the newer version of VC or the tagdiv composer on a sub domain so you will not affect the main site.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This seems to be possible through a tab element from visual composer. A tab element lets you create a menu-like element but you will not be able to add images on the top as you describe. You can add text and then open images in a tab sort of like the tab element here: http://demo.tagdiv.com/newspaper_magazine/#1443167629827-7d05eee4-619dhttp://screencast.com/t/esmenAvLIah

Thank you!

Bogdan B.
tagDiv Staff

Hi,

The sidebar ad is there but it’s not at the top of the sidebar. It’s a bit further down: http://screencast.com/t/uMmBOR3K1 Please check your sidebar again and see where the ad element is placed. The ad works. You only have to change it’s position if you want it at the top of the sidebar.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
The sorting options are created in td-data-source.php here: http://screencast.com/t/GJbeasmChdUi If you want a different sorting option , use the code I provided above and simply change the case with one from the data-source file
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please follow this topic as there is a conflict between wp super cache and the latest version of WP and your problem sounds exactly like this one: https://forum.tagdiv.com/topic/mobile-theme-problems-3/

Thank you!

Bogdan B.
tagDiv Staff

Hello,
This type of errors is usually caused by a javascript error. This in most cases is a plugin conflict. Please disable all plugins except visual composer, clear cache and reset cdn files. Then test again.
If this does not fix it, then please also check for any js optimization or custom code added in the child theme that can cause problems with our theme. Try to get the theme as close to the original as possible regarding customization (through code. theme panel settings do not count except for the custom code boxes)
Thank you!

Bogdan B.
tagDiv Staff

Hi,
That looks spot on like a js error that causes the theme lazyload animation to break and cause all images to get an opacity of 0 thus making them transparent.
Please check your ads again as the js code is in conflict with our theme js.
Thank you!

Bogdan B.
tagDiv Staff
Bogdan B.
tagDiv Staff

Hello,

Our theme does not change the default comment system of wordpress. Please use this setting to add pagination to your comments: http://screencast.com/t/PC96xwxq6

Thank you!

Bogdan B.
tagDiv Staff

Unfortunately I have not tried this but js can be rewritten like css. You should only change it in the file I specified as our theme has no setting for this.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The method specified in this thread requires font awesome 4 menus for the linked in icon to be present.
Install the plugin and check again.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

You should remove your current css and use this for the active color:
.sf-menu > .current-menu-item > a
and this for the non active menu color:
.menu-item-50074 .td-header-style-5 .sf-menu > li > a
Try not to use important where you can as it afects the active color as well.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

unfortunately our theme does not work like that. Each post template has it;s own file you have to edit. Simply add the code on each post template that you use. There is a high chance you will not use all of them so you only have to make the modification in 3 or 4 files.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can change the header color for the mobile version of the theme from the theme color settings here:
http://screencast.com/t/WvYuB0wwG

Thank you!

Bogdan B.
tagDiv Staff

Hi,
If you want to add font awesome icons you should follow the official implementation guide found here: http://fontawesome.io/
Thank you!

Bogdan B.
tagDiv Staff

Hello,

This is a theme feature that can be disabled from here: http://screencast.com/t/jav7YiQu

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Yes you can.
The demos are included free of charge so all the demos you can see here http://demo.tagdiv.com/newspaper/ are already available for you to use. Please read this guide: https://forum.tagdiv.com/search/demo/
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Speedbooster will move the style to the footer so it will load after everything else. That means that if you change a css color, the default one will show until the footer is loaded and only then will it change to your selected color. If you want a solution there are 2 of them. One is not to use speedbooster to move the css to the footer, or the alternative provided above by adding the css directly in style.css so your css settings become default and not have to re-write the original css and wait for the footer to load.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The featured category is a category that is added automatically by our theme. you populate posts on the mobile theme grid by adding the posts in the “featured” category: http://screencast.com/t/XEpsK8Vd5FqR

https://forum.tagdiv.com/featured-posts-2/

Thank you!

Bogdan B.
tagDiv Staff

Hi,

If you want to hide the post views from the front-end but show them in the back you will have to hide them with css on the front-end. Please use this code:
.td-post-views{
display:none;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The space is not present because you are not implementing non adsense ads correctly. Please use this method to place non adsense ads: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The sticky sidebar does work on infinite scroll if you implement it correctly. Here is an example: http://demo.tagdiv.com/newspaper/homepage-infinite-scroll/ Even without the load more button, the sticky sidebar will work as expected. Please use this guide to implement it on pages: https://forum.tagdiv.com/smart-sidebar-2/
The smart sidebar will also not work if you have a plugin conflict affecting the theme js. Please also try to disable all plugins except visual composer, clear cache and reset cdn files.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
The limit is set by default to 30 subcategories in the mega menu. There is no setting to increase this but you can change the number here http://screencast.com/t/dO2h0s4J and add the one you want.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately there is no non-technical way opf customizing the theme. Our theme does not provide any setting to add google search instead of our theme search. Where there is no setting, things get really technical if you truly need the option. You need to know what you are doing before altering the theme code.

Thank you!

Viewing 25 posts - 12,376 through 12,400 (of 22,378 total)