Hi,
You can change the footer style(or disable footer if you want) from Theme Panel > Footer – http://screencast.com/t/8g2nVGTFhU and add your own widgets from – http://screencast.com/t/lyuDHVRF
Thanks!
Hi,
Sorry for delay! We answer to the most oldest topics so if you add new reply we get later to your topic.
The theme doesn’t output automatic the og: meta data information. We recommend to use this plugin WordPress SEO by Yoast plugin because is the best for SEO. Just install it and activate the meta data: http://screencast.com/t/9CBtZm0bESiP I have also checked this, after you install it check your page source for your post to make sure the actual data is there – http://screencast.com/t/j0cUmGtLjK – http://screencast.com/t/gpELX5nd6
Thanks!
Hi,
I guess that you have this issue because of quote – http://screencast.com/t/JiISewptJ try to add them again
' . do_shortcode('[userpro template=login]') . '
Thanks!
Hi,
It should work also the articles ads please check this topic and add your link properly – https://forum.tagdiv.com/topic/create-custom-non-adsense-ads/
Thanks!
Hi,
I guess that you have changed the grid style to 4, so the gradient color is not applied anymore. If you use grid style 1 and remove background gradient color please check this – https://forum.tagdiv.com/topic/grid-style-1-to-dark/ also if you want to reduce the darkness – https://forum.tagdiv.com/topic/change-shadow-function-in-big-grid-3/
For zoom effect please try this custom css in Theme Panel > Custom Css:
.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none !important;
-webkit-transform: none !important;
-moz-transform: none !important;
}
Hope this helps!
Hi,
There a default css that add border for tables – http://screencast.com/t/eZA7Tyc3vXOv Do you want to remove it?
Just remove the border from style.css and it will look like this – http://screencast.com/t/qXYE5Isw8fpV
Thanks!
Hi,
1. I have checked your site and you have to many menu items, also containing long words that’s why you have this issue. You can change the font size for menu items – http://screencast.com/t/zr3Nq687OS and use this custom css to reduce the space between items:
.sf-menu a.sf-with-ul {
padding-right: 20px;
}
.sf-menu > li > a {
padding-left: 0px !important
}
.sf-menu .td-icon-menu-down {
padding-left: 3px;
}
You can add a background color for each menu items only via custom css, as the theme doesn’t have an option for this. You can check this topic as reference – https://forum.tagdiv.com/topic/how-to-change-one-category-colur-on-menu/
2. If you want to add a link to the post title you have to edit here – http://screencast.com/t/tihZqObCZ
3. The theme doesn’t have an option to have excerpt on specific width. The only option is to set the excerpt length for each module – http://screencast.com/t/fQatGaZlx
4. You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/YA4JhRGni
.home .wpb_revslider_element {
margin-bottom: 30px !important;
}
Thanks!
Hi,
Unfortunately lightbox feature was not designed to work also for images from page content. I have added this on our suggestions list and we will take a look and we will try to find a solution in one of future updates.
Thanks!
Hi,
You can use the excerpt field to manually add excerpt for those posts that have this issue – http://screencast.com/t/FIAmfZlSUtBQ
We also know about this issue, we have it on our todo list and we still try to find a better implementation for it in future versions.
Thanks!
Hi,
Yes, if you want to make some changes you will have to alter the code. Also if you want only to remove (top or/and bottom) there is an option in Theme Panel – http://screencast.com/t/psR4KfnCp
Thanks!
Hi,
Unfortunately the theme doesn’t have an option to disable category title, you can hide it via custom css – http://screencast.com/t/qb5o1koK1J
.td-category-header .td-pb-span12 {
display: none;
}
If you want this only on specific category you can use category id – http://screencast.com/t/pcR4VT8opRF
.category-xx .td-category-header .td-pb-span12 {
display: none;
}
Thanks!
Hi,
Yes, in version 6 of the theme you can find quotes in Formats – http://screencast.com/t/Hn00BAZkQ The shortcodes were removed, html is used now to allow a backend replica of the frontend.
Also you can change fonts for quotes from Theme Panel > Theme Fonts – http://screencast.com/t/XPDaKmEL94g
Thanks!
Hi,
Sorry for delay! Our support program is Monday – Friday: 8:00 AM – 17:00 PM and we answer to the most oldest topics so if you add new replies we get later to your topic.
The theme doesn’t output automatic the og: meta data information, but you can use a plugin for this. We recommend to use this plugin WordPress SEO by Yoast plugin because is the best for SEO. Just install it and activate the meta data: http://screencast.com/t/9CBtZm0bESiP We also use it on our demo. After you install it check your page source for your post to make sure the actual data is there – http://screencast.com/t/dqEmJtpPg Also if you use another open graph plugin please disable it.
Thanks!
Hi,
You can remove this code – http://screencast.com/t/YgZY1bQGv or you can hide it via custom css – http://screencast.com/t/uE9LXrEhE
#td-top-search {
display: none;
}
Thanks!
Hi,
If your category settings are not saved and it doesn’t been applied on frontend, please check and change this value in php configuration – http://screencast.com/t/bzZyGPBYU6k Let me know how it goes!
Unfortunately the category header templates were designed like you can see also in our demo, there is no option to display header image, just to set background image or color.
Thanks!
Hi,
Please provide a link as I need to inspect this.
Thanks!
Hi,
Please use the same code that Emil provided above, just add also php tags – http://screencast.com/t/ftC76A4PIOX – http://screencast.com/t/r6J2xOGA9
<?php echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'custom_ad_1'));?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
The order should be already descending by default like you can see in the screenshot – http://screencast.com/t/a5oREOZfBQS as the popular category block is also used in predefined footer style on our demo like you can see it is descending order – http://screencast.com/t/nxZalZ926ZB
Thanks!
Hi,
You can try this solution – https://forum.tagdiv.com/topic/replace-adsense-code-of-ads-fields-in-a-category/
Thanks!
Hi,
I have checked your site and I did not found module 1 or 11 on your site. Please note that if you refer to the block 1 and block 11(that you have on homepage) it is not the same:
*block1 use module 4 and module 6 – http://screencast.com/t/B6ieZPRe
*block 11 use module 10 – http://screencast.com/t/bxyuRWXx
You can copy the views function anywhere you want in td_module.php file, for example after comments function like in single – http://screencast.com/t/rAFdAPtc28Hr This should work also in your case, unfortunately we cannot provide custom work at this time as the time doesn’t allow us, we can make only some suggestions!
Thanks!
Hi,
Try to add some margin between paragraphs – http://screencast.com/t/Xa3l2vybjcRh
.comment .comment-content p {
margin-bottom: 10px;
}
Thanks!
Hi,
This happens because of your permalink structure, please check this topic it may help – https://forum.tagdiv.com/topic/error-using-smart-list-with-permalinks-end-with-html/
Thanks!
Hi,
1. Using Ad Box(block or/and widget) and set sidebar ad, it will display the same ad. If you want to display a different ad you can paste the code in a custom spot from Theme Panel > Ads and set it in Ad Box block.
2. Unfortunately the theme doesn’t have an option to remove ads on specific page/post. This can be done using custom css or alter the code, but the issue on your site is the classes from body are missing and I need it to use a specific class for your single product page(or all products page).
I think that it is a conflict and a plugin remove those classes from the body, please check – http://screencast.com/t/TvG4K9JVSy it should look something like this – http://screencast.com/t/nSWbEOYJP8 Please deactivate all plugins except of Visual Composer, clear cache and use browser inspector tool(F12 on Chrome) on any of your articles not only product page have this issue and see if they appear, then activate your plugins one by one and see which one cause this issue.
3. Please check also our demo and see if you see the same problem – http://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/
Thanks!
Hi,
Do you have this issue also when you save another settings from Theme Panel? Please check and change this value in php configuration – http://screencast.com/t/bzZyGPBYU6k
Thanks!