Our theme does not have any like option for pages. Only for posts. You will have to search for a plugin that can provide such an option.
Thank you!
Hello,
This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
“You just need to type true within the parenthesis here: http://screencast.com/t/iXIGXXJVHEU
so the code should look like this:
$next_post = get_next_post(true);
$prev_post = get_previous_post(true);
This will make the next and prev posts dependent on the post category”
You have to access your files via ftp and edit the theme php file called td-module-single-base.php. You can see it’s path in the screenshot above
Thanks.
Hi,
You can simply add color:white to this code from your custom css box:
.page-nav-post a:first-child, .page-nav-post a:last-child{
background-color:lightgrey!important;
color:white!important;
}</code
Thanks.
Hi,
You partner should write down his modifications :))
The latest articles section can be changed from the post loop settings you can find when editing a page using the page builder + latest articles template:
http://screencast.com/t/jil1DoRt I assume he switched the module for one that does not show post images such as module 8 or 9
I hope this helps.
Thank you!
Hello,
This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hello,
You can show multiple categories on the homepage but you will have to provide more details about your request. provide a link to your site, screenshots or explanations on what element you want to show multiple categories as I cannot provide an answer based on your topic.
Thank you!
Hi,
Well I think it’s common sense that you cannot place a small square image inside a large wide containaer such as the category header. Please edit your image and make it as wide as the container and narrow as well then it will show up properly.
Thank you!
Hello,
1. Please use this css code for the trendin now element:
.td-black .td-trending-now-wrapper .td-trending-now-title {
background-color:#af5d25!important;
color:white!important;
}
2. You probably did not remove it from the homepage. Each element is separate and has to be edited as such. There is no functionality to edit one element and affect all of them. Each particular widget is separate from the other. Please access your social counter element from your homepage like so: http://screencast.com/t/F6jBOdnu8c9 and remove the youtube id.
3. In order to center the menu, you can add this code:
@media (max-width: 767px){
.td-header-sp-top-menu{
text-align: center!important;
}}
As for the height, it can only be reduced by deleting the social icons at the top as they are already present in the mobile menu. You can remove them with this code:
@media (max-width: 767px){
.td-header-sp-top-widget{
display:none!important;
}}
4. I’m not sure what font color you are referring to. please provide a screenshot so I can provide the proper solution.
5. There is no quick view on products as this has to come from woocommerce. If the plugin does not provide the option, then the theme cannot render it.
Thank you!
Hello,
Please provide an example of what add you want to insert and where. our theme was built to work with adsense but if you want to add a custom non adsense ad we recommend using this method: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thank you!
Hello,
I am not sure about a plugin as we have not tested any, but you can delete multiple images from the media library using the WP settings like so: http://screencast.com/t/6T3JM3hGdl
Thank you!
It could take some time. New ads can take up to even a week + Depending on how fast google can crawl your site.
Thank you!
Hello,
Please do not post your login info here as it is a public forum, not a private message.
The header ad can be removed from a specific page by wrapping the ad code in a condition inside the theme code. There is no setting for this so we have to hard-code it.
Please access header-style-4.php and add this code:
<?php
if (!is_page( 24281 )){
locate_template('parts/header/ads.php', true); }
?>
instead of this one: http://screencast.com/t/7FgW2UJ5eWTt
Thank you!
Sorry, but our theme does not have any such option. You can search for a plugin that can provide such a feature but i cannot recommend any since we have not tested any co-authors plugin.
Thank you!
Hello,
Please provide a link to your site pointing at the space in question so I can inspect it and see where it comes from.
Thank you!
Hello,
You did not provide the link to your site, but no matter the element, the categories are set in the block settings. Please use this guide to set the proper categories to your slide element: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Salutare,
Unfortunately this is not possible with css. You will need good coding skills for something like that. This can only be done through customization and this falls beyond what the theme support can offer you. Sorry. You will have to hire a developer in order to implement such functionality.
Din pacate css nu poate realiza asa ceva si nu exista o metoda simpla de a implemnta un astfel de sistem. Vor trebui multe adaptari in cod si functionalitate adaugata pentru a putea controla template-ul separat pentru mobil si desktop. Din pacate nu avem nici o solutie in acest scop deoarece necesita implementare la nivel de development.
Multumesc.
Hello,
You do not have to make any change to the code. I just tested this again on my end. It works as expected. Please use the implementation you describe and place the code exactly as suggested in the topic you mention.
Thank you!
Hi,
– The white block is a news ticker element that can be found in visual composer. edit your page and check the trending now element.
– Edit your page and edit the social counter settings and simply remove the youtube ID from the widget settings:https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
– Try to use this code for the top menu on mobile:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
@media (max-width: 767px){
div.td-header-sp-top-menu {
display:block !important;
}}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
– Thumbnail sizes cannot be changed easily in our theme. You will require coding skills for it: https://forum.tagdiv.com/td_api_thumbupdate/
– Use this css code to remove pinterest:
.td-social-pinterest{
display:none!important;
}
Thank you!
Test this on a WP default theme or using an ad plugin such as adrotate to test if your ad is delivered by google
Thanks
Please use this list of possible hooks:
http://adambrown.info/p/wp_hooks/hook
There is no code I can provide for this as we have not tested any such hooks nor do I know what you want to achieve so you should check a few online solutions to tie into a wordpress theme’s header section:
http://wordpress.stackexchange.com/questions/167928/hook-into-wp-head-in-a-plugin
I hope this helps.
Thanks.
Hello,
I’m not sure where the redirect comes from as it does not come from the theme. Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then test again to see if the redirect happens again without plugins.
Thank you!
I will add your suggestion to our list for future updates and we will consider it. I cannot promise anything though.
Thank you!
Hello,
If your desktop version loads the mobile version, that is a caching issue. Please make sure you do not have any cache from the host and only use this plugin: https://forum.tagdiv.com/cache-plugin-install-and-configure/
If you use a cdn please use these settings: https://forum.tagdiv.com/cloudflare-cdn/
Let us know how it goes.
Thank you!
Hi,
Sorry but our theme has no such menu spot. It can only be done through customization. You can use a simple css to move the last menu item/s near the search using a float:right property: http://screencast.com/t/Lhh095nGM
Change the code to match your menu item number (use the browser inspector) and place the code in the theme panel-=>custom css box.
Thank you!