Hello,
Please remove the previous code and use this one instead:
.td_block_11 .td-module-title{
border-bottom: 1px solid black;
}
Thank you!
Hi,
The code that you added will only affect the externally added images, but not the ones added by uploading them. This is the case because their source code is different.
For the external ones, the caption has this code: http://screencast.com/t/YxyHnqjgNmiK while the ones uploaded in the media library get the caption like so: http://screencast.com/t/ddUiBkiuA7YU
They have a different html code and different classes. So there cannot be one css to affect them both. You need to create the code for the uploaded ones as well. Try something like:
.td-sml-caption div{
position:relative;
top:-25px!important;
left:10px
}
And if you add an a tag in the description then you should target it like so:
.td-sml-caption div a{} or simply .td-sml-caption a{}
I hope this helps.
Thank you!
Hi,
Please use this code:
.sf-menu ul .td-menu-item > a:hover, .sf-menu ul .sfHover > a, .sf-menu ul .current-menu-ancestor > a, .sf-menu ul .current-category-ancestor > a, .sf-menu ul .current-menu-item > a, .sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after, .td_block_mega_menu .td-next-prev-wrap a:hover, .td-mega-span .td-post-category:hover, .td-header-wrap .black-menu .sf-menu > li > a:hover, .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-wrap .black-menu .sf-menu > .sfHover > a, .header-search-wrap .td-drop-down-search:after, .header-search-wrap .td-drop-down-search .btn:hover, .td-header-wrap .black-menu .sf-menu > .current-menu-item > a, .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a{
color:white!important;
}
Thank you!
Hi,
It seems the update was not done properly from what you describe.
Please check the following:
Theme version must be 7.3: http://screencast.com/t/bvfMzybg
Visual Composer must be version 4.12: http://screencast.com/t/ASd38KcfN
Social counter must be version 4.1: http://screencast.com/t/qCmxevmVms
Please make sure that you have the proper versions installed and active.
Thank you!
Hi Matt,
You can find the code for these elements here: http://screencast.com/t/P8gXg2l6r
The function is then called on each post template file separately but if you change it from here, it will affect all posts.
Thank you!
Bogdan B
Hello,
I have checked your ad code again and saw the issue. You are adding classes to the image and one of these classes is wp-image which our modal lightbox looks for in images. Please remove the classes on the image and simply add it like so:
<div class="td-all-devices">
<a href="http://brandinginasia.com/advertise/"><img src="http://brandinginasia.com/wp-content/uploads/2016/09/Advertise-with-Branding-in-Asia.png" alt="Advertise with Branding in Asia" width="685" height="115" /></a>
</div>
Do not add classes to any images in the ads as the td-all-devices class is enough for the ad to position properly.
Thank you!
Hello,
It seems this header style has it;s own css so you can change it with this custom code:
.td-what .td-header-style-6 .black-menu .sf-menu > li > a:hover, .td-what .td-header-style-6 .black-menu .sf-menu > .sfHover > a, .td-what .td-header-style-6 .black-menu .sf-menu > .current-menu-item > a, .td-what .td-header-style-6 .black-menu .sf-menu > .current-menu-ancestor > a, .td-what .td-header-style-6 .black-menu .sf-menu > .current-category-ancestor > a{
background-color: transparent;
color: #ff530d!important;
}
You can add the code in the theme panel->custom css box
Alternatiovely you can change the code directly in the demo style.css file like so: http://screencast.com/t/2tHrN70RP
Thank you!
Ultimately it’s up to google what it shows in it;s search. We use the specific mark-up in our code so google can grab it but we cannot force it to show anything.
You may have to wait a bit of time for google to properly scan your post and display the ratings on searches.
Please use google’s structure data testing tools to see if the markup is properly set on your site.
Thank you!
If woprdpress is not working then we cannot help you in this matter. We are the theme support, not WordPress support. You need to have a working wordpress install to run the theme. We cannot offer supoport for wordpress as we have not created it. We only created a theme for it and can only provide support for the theme.
Thank you!
If woprdpress is not working then we cannot help you in this matter. We are the theme support, not WordPress support. You need to have a working wordpress install to run the theme. We cannot offer supoport for wordpress as we have not created it. We only created a theme for it and can only provide support for the theme.
Thank you!
Hello,
I have checked your site and did not see the bottom ad open in a modal image but rather lead to the specified link you added in the code.
If you still have issues with this please contact us via email at contact @tagdiv.com and provide wp-admin so we can investigate the issue.
Thank you!
Hi,
Unfortunately we have no solution to provide for multiple backgrounds. Sorry. You will need to hire a developer for this as it falls beyond what the theme support can provide. It will have to be coded in as css cannot change the background which is added through html. Css can only style html, not change it.
Thank you!
@Rudy Rodriguez
You are better of implementing the fix for wp super cache and use the guide to set it up as w3 total cache causes more issues. https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thanks.
Hello Sanny,
When updating from newspaper 4, you have to follow this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/ (bottom section) and also: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
The social counter plugin also needs updating.
The child theme needs to be removed altogether as all of the code was changed since newspaper 4. The customization needs to be re-created on the new code.
I hope this helps.
Thank you!
Hi,
For the caption, you can use this code to center it:
.td-post-featured-image .wp-caption-text{
text-align: center;
}
Thank you!
Hello,
Sorry for the late answer but we do not work on weekends: support hours are in the top right of this page.
Unfortunately we have no solution to provide as we have not tested changing from blogger to WordPress. Our theme will work only once you have your wordpress set up properly. Please switch to a wp default theme like twentysixteen and then import your content from blogger by following a few online guides: http://www.wpbeginner.com/wp-tutorials/how-to-switch-from-blogger-to-wordpress-without-losing-google-rankings/
After you have everything ready from the WordPress side, then install the theme and everything should run properly.
Thank you!
Hi,
I’m not sure where Blogwire saw Chinese docs. Our are written in plain English: https://forum.tagdiv.com/newspaper-theme-documentation/
If you want to integrate events into our theme blocks you simply have to add the custom post type ID in the block settings like so: http://screencast.com/t/BLWCyp0d
If you find our theme to be too difficult or our documentation not good enough, or our theme support not good enough, you can request a refund so you can then choose another theme better suited for your project.
Thank you!
Hello,
We do have a custom ads implementation method: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ or you can simply use ‘adrotate’ as it seems to work properly with our theme.
Thank you!
Hi,
Well the mobile theme was built for people who require speed above all else so if you want to have all of the desktop features on mobile, simply disable the mobile theme and you can use the standard responsive version of the theme
Thank you!
Hi,
You can place the ad code directly in the post ifg you like or use a simple visual composer ad box. Here is how:
1) create a deummy page
2) place an ad box element on it
3) set a specific ad spot from the ad box setings
4) enter classic mode and text mode from the mce editor
5)copy that shortcode in the post content
I hope this helps.
Thank you!
Hi,
I have checked multiple posts but saw no error regarding the author name and date: http://screencast.com/t/IyBUeayNx5Q
Thank you!
Hi,
It is the standard gotham font. No variation for it. I don’t know of the exact font size or font-weight. That is where the variations come from, but these can be edited in the photo editor after loading he font. Use a standard one and start going from there.
Thank you!
Hello,
You will have to search for a few only solutions for hardening wordpress against attacks. We do not know of any security flaws with our latest version of the theme so we cannot recommend anything from the theme side. For the WP side on the other hand there are quite a few things that can be done: https://codex.wordpress.org/Hardening_WordPress
I hope this helps.
Thank you!
Hello,
It’s not the animal news theme that has problems. Those are visual composer shortcodes you are seeing. Please make sure visual composer is installed and active on your site.
Thank you!
Hi,
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
Thank you!