Hello,
Please disable all plugins except visual composer, clear cache and reset cdn files. Then test your panel again
Let us know if you still have trouble with this.
Thanks.
Hello Dennis,
Thank you for your appreciation.
If you want to change an ad with your own, you have to edit the demo ads that are place in the theme ad spots: http://screencast.com/t/1zP0kk9KONc9
It;s basic html. You simply need to change the path to make it lead to your iage and then change the link in the code like so:
<div class="td-all-devices"><a href="url where you want the ad to link to"><img src="the complete path of the image you want it to show"/></a></div>
I hope this helps.
Thank you!
Hello,
As Andrei suggested above, we cannot provide the exact code you need. This involves a bit of coding skills and we cannot do it for you. We can only guide you in the right direction. You will either have to give it a try yourself or hire a developer to help out as we cannot offer any customization services.
Thank you!
Hi,
You can exclude a category using the following method:
Our theme uses a default wp function for the next and prev buttons:
https://codex.wordpress.org/Function_Reference/get_next_post and https://codex.wordpress.org/Function_Reference/get_previous_post
Both of these functions can have an exclude paramter as the codex suggest so you can simply add the category ID you want to exclude like so: http://screencast.com/t/re2JlNCmSo
I hope this helps.
Thanks
Hello,
If you want to add the read more button to another block you simply have to add this code in the module file you want the read more to display on:
<div class="td-read-more">
<a href="<?php echo $this->href;?>"><?php echo __td('Read more', TD_THEME_NAME);?></a>
</div>
Block 4 uses module 2 so you can add the code here: http://screencast.com/t/WFUTpe1w
It will need a bit of css customization:
.td_block_4 .td-read-more, .td_block_4 .more-link-wrap{
margin-bottom: -10px;
margin-top: 10px;
}
This should do it.
Thanks.
Hi,
Well you do not have to use custom css in the child theme. You can simply use the theme panel’s custom css box: http://screencast.com/t/zlKtgTNdj
The code from the custom css box will not get rewritten on any update.
Thank you!
Hello,
It seems to run fine at the moment. There is no black header and FB leads to your FB page. Please check the counter again. It could have been a caching issue.
Thank you!
Hello,
You can remove the footer predefined content by selecting another footer template. If you want to add your own custom elements, please choose an empty footer template and then use the 3 footer widgets fro the wordpress widgets area. you can read more about it here: https://forum.tagdiv.com/footer-templates/
Thank you!
Hello,
The mobile theme has it;s own files you can find here: http://screencast.com/t/w4yzRiRApxhs
Header.php is the one you need to edit to add code to the head tag
The post file on the mobile theme is just 1 found here: http://screencast.com/t/h7dYoblidjz
Thank you!
Hi,
You can prevent the css code from applying to any other parts of the site by adding the smart list class so the code will only affect the smart list of your choice. It is recommended to use it that way so the other parts do not get affected. Here is an example of how the code should look:
.td_smart_list_1 .td-sml-caption div{
position:relative;
top:-25px!important;
left:10px
}
You should add the .td_smart_list_1 class at the beginning of any code you want to use only on the smart list or another smartlist type you want to use. You can simply change the smarltist number and add the code so it will only affect the smartlist.
Unfortunately I cannot find a viable solution for the caption to be positioned on the left of the image. You can move the image but the caption stays in place. If you do not align it center, it will not stay on the image.
The only simple viable solution is to have it align center.
Ad for the images being clickable, it is the same on my end. This is not a default implementation of the theme as smartlists were designed to ignore caption links. Sometimes forcing things to display causes other issues. I will add this to our list for future updates and pass this information on to our development team so we can maybe add support for link captions in future versions of the theme. Sorry for the inconvenience.
You could try one more css trick though to remove the link from the images and only have the caption clickable:
.td_smart_list_2 img{
pointer-events:none;
}
As for the transparent grey backgorund you can use this code
.td_smart_list_2 .td-sml-caption div a{
background-color:rgba(0, 0, 0, 0.4)!important;
}
Thank you!
Hello,
There are actually 2 weather widgets. The first one is in the top bar. That one does not use the user location. it only shows the location you add in the back-end.
If you add the weather widget in the sidebar or on a page in visual composer there will be an option to detect the location or type it in on chrome (chrome does not allow the location service to run for the moment so we added a filed to type the location on the front-end): http://screencast.com/t/q0FHKFuvXkI
Thank you!
Hi,
Are you sure speedbooster is not active as your page source says otherwise: http://screencast.com/t/dX0KjZhDp62O
That only appears if speedbooster is active.
We also recommend using a cache plugin (wp super cache) and optimize your website to reduce this delay time you see. https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Ftomatoheart.com%2F&tab=desktop
Aslso use gtmetrix as it’s a good alternative to google. Having multiple testing tools always helps.
This delay is present ion any site as css works by rewriting its rules over the previous and it will re-write every time the css gets changed. if your internet connection is slow or the page speed is not optimized fully, you can sometimes see this rewriting happen.
The only way to remove the delay altogether is to change the font directly in style.css by editing the code for the post title font: http://screencast.com/t/fgEWZiXyZB9
I hope this helps
Thank you!
Hello,
Unfortunately our theme does not have any options to see the person who shared the article. We have not added such implementation. You can try to use plugins that offer such options.
Thank you!
Bogdan B
Hello Yucca,
You can edit the theme template files that correspond to each post style you use on your site and use a do_shortcode function like so:
<?php echo do_shortcode('[vc_row][vc_column][td_block_5 custom_title="Block title2" limit="3"][/vc_column][/vc_row]');?>
http://screencast.com/t/2QKMvATQ2jY
You can get the shortcodes for any block from visual composer if you access the classic mode and text mode in the mce editor: http://screencast.com/t/c8HfwvZt
Thank you!
Hello,
The icons in our theme are font icons so maybe there is something wrong with the font. Maybe you changed it with css and it affects the icons as well. (icons need the newspaper font to display properly)
Another possible issue is a cdn server which will cause the fonts to be loaded from a different source. In this case you can follow this topic: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
I hope this helps
Thank you!
Hello,
Unfortunately we cannot do it for you as we have no customization department. We can point you in the right direction though: https://forum.tagdiv.com/how-to-make-the-site-faster/
As a note on the speedbooster plugin: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!
Hello,
Unfortunately this will be more complicated as it needs to be created responsive. You are better off creating a logo instead of using the text logo and simply add your image in the logo you create using your photo editor. There is no simple way of adding an image between the text logo and have it display properly in a responsive layout.
Thank you!
Hello,
By headline text are you referring to the post title? If this is the case you can use this css to affect just template style 5:
.single_template_5 .td-post-title .entry-title{
color:black!important;
}
You can add the code in the theme panel -> custom css box
Thank you!
Hello,
Pleas provide more details to how you want to change the hover. You can change the hover colors from the theme panel here: http://screencast.com/t/VQinnTNvZV7 but you cannot change the hover style. The hover depends on the header style that you use: https://forum.tagdiv.com/header-styles/
Thank you!
Hello,
This is mainly due to speedbooster and moving the render blocking css to footer. Css works in cascades. If you move the css to the footer, the theme will load the default style until it gets to the footer so it can apply the other styles as well. Please try to make speedbooster not move style.css to footer and check again.
Thank you!
Hello,
Please check your screen options at the top of the screen and make sure everything is enabled from there: http://screencast.com/t/c8GFZmNZSVL
Thank you!
Hello,
For a caching plugin please use this guide: https://forum.tagdiv.com/cache-plugin-install-and-configure/ as for the minify, we only recommend cludflare: https://forum.tagdiv.com/cloudflare-cdn/
Thank you!
Hello,
You can simply create a custom link menu item and add any url to it. Simply create a new menu item, set it as a custom link and add the homepage url to it like so: http://screencast.com/t/Uj9NbLohxpZ1 but this does not mean the page will be your homepage though. If you want to set the page as home you have to select it from here: http://screencast.com/t/HYhG07HpQnGE
Please read this guide: https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
Thank you!
Hello,
We do not know the person who made this video and the shortcodes presented there are custom added. Our theme only has these shortcodes on posts: http://screencast.com/t/Hqz4qu6j and the formats: http://screencast.com/t/Yjquw4aHpww4 That could be a plugin in the video or customization. I cannot say for sure as we are not affiliated with theis video. Please only use official videos and docs, not user submited one.
https://www.youtube.com/user/tagdiv
https://forum.tagdiv.com/newspaper-theme-documentation/
Thank you!
Hi,
Yes, Smartlist 7 reloads the page when changing slides. There is no simple solution to move the smartlist 1 pagination.
Thank you!