Hi,
All google fonts are loaded from Google server. http://screencast.com/t/P4tQcezn7
DO you use custom fonts? If you want google font you only need to select the font from Theme panel -> Custom typography they are already listed there: http://screencast.com/t/Cm3FajFKhKTi
Thanks
Hi,
The issue is because you don’t use a logo at 300x100px size. If you can’t make your logo at that sizes use this CSS to align the banner, add it in Theme Panel > Custom CSS:
.td-a-rec-id-header {
top: 25px !important;
}
Thanks
Hi,
Please follow this steps:
For posts you have to create a template – http://screencast.com/t/1qZgUO7vh
Edit the template slides (hit the Edit Slides button) and select New Transparent Slide – http://screencast.com/t/GsjkT3ggzpf
Edit the slide – http://screencast.com/t/KatzKNZl6j7
Add a layer – http://screencast.com/t/8WK5gdTaaa
Replace the caption text with the post title or other option and set the postion on the silder – http://screencast.com/t/htnbp0bIDWz – http://screencast.com/t/O3IRKYoYr
Check the layer animation and other settings – http://screencast.com/t/vn7QpTznmbp
Save and create a new slider – http://screencast.com/t/FM4ObPrO
Use the shortcodes to add the newly created slides into the page – http://screencast.com/t/sXWHS3vgdO
Hope this helps!
Thanks
Hi,
Please add this code <?php echo do_shortcode('[td_ad_box spot_id="custom_ad_3"]'); ?> in the loop-single.php file like this: http://screencast.com/t/g9yorI3X
Also add this custom CSS in Theme Panel > Custom CSS:
.post .td-a-rec-id-custom_ad_3 {
margin-top: 30px;
}
If you want to be full width you can do it like this https://forum.tagdiv.com/topic/adsense-below-header-on-homepage/#post-15013 for each template you want the ad to be displayed.
Thanks
Hi,
You can do it like this: http://screencast.com/t/GdkBqi8yzH2 using Homepage – Blank template or if you want to have a list with latest article + sidebar and pagination at the bottom use Homepage – with article list template.
Thanks
Hi,
Unfortunately this is not possible, we have tried this but without success, sorry for the inconvenience.
Thanks for understanding
Hi,
I have checked your site and saw that you don’t have any menu, this is the reason way you don’t have any logo on your mobile. On mobile the logo drops down in the menu bar, so if you don’t have a menu bar you don’t have a logo.
To fix this add this custom CSS in Theme Panel > Custom CSS:
@media (max-width: 767px) {
.header-logo-wrap img {
display: block !important;
}
}
Thanks
Hi,
Please go to the “Band” category in Theme Panel > Categories and check the Sidebar Position.
The theme default dose not request any Facebook URL configuration, that error could be from a plugin, please disable all plugins one by one and check to see if this issue is still there.
Let me know if this works
Thanks
Hi,
@Christopher Simmons Thanks for your post.
@lee freeman
You need to update the theme to the latest version (3.9.2 replace all files via FTP)
Then make sure you follow this steps to update the Visual Composer plugin:
https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/#vanish
If this dose not solve the issue please let me know.
Thanks
-
This reply was modified 12 years by
Lucian.
Hi,
Just follow this steps https://forum.tagdiv.com/how-to-update-the-theme/
Make sure you make a backup of your current theme installation and follow the steps in the documentation.
Thanks
Hi,
Sorry for the delay. I saw you have managed to activate the plugins and the theme installation seems to be done write.
About the vps server configuration, unfortunately we do not offer support for this, you can try to find a tutorial online and try to do it yourself.
Let me know if you have any other theme related issues.
Thanks
Hi,
1. Please switch words to letters count for excerpt from Theme Panel > Excerpts, like this: http://screencast.com/t/THf0VAhb
2. To hide the content of your post simply go to Visibility > Edit and select Password protected, add a password and click “ok”, like this: http://screencast.com/t/VoSaI5HOr
Now on your front-end the post will look like this: http://screencast.com/t/plwpkU2IiFu
Hope this helps
Thanks
Hi,
Unfortunately the theme settings for excerpt doesn’t apply to the feed expert as well I recommend trying to use a plugin to do that.
Thaks
Glad you have resolved it.
Thanks for your message
Hi,
You have to remove this code from td_templates_settings.php file, like this: http://screencast.com/t/hnOF1X9iZAJC
Thanks
Hi,
Please send an e-mail at contact@tagdiv.com with your wp-admin username and password, so we can take a look, specify the issue or send an URL to this topic and also send a link to your site.
Thanks
Hi,
Please disable all plugins all by one and check to see if the issue is still there, also make sure you have the latest theme version (3.9.2).
Thanks
Hi,
You need to check if you have any JavaScript conflicts in console, please disable all the plugins one by one, and check to see if this issue is still present.
Also please provide a link to see the issue.
Thanks
Hi,
You need to add a shortcode in the widget, a shortcode can be generated via page builder, you can add a block then switch to classic mode to get the shortcode, like this: http://screencast.com/t/uQov7yx3
Thanks
Hi,
You can go to Appearance -> Menu and in your Home Page menu item -> Navigation Label section and add your image source like this: http://screencast.com/t/NpbSx2vXF
Image Source should look like this:
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/logo-top2.png" />
Thanks
Hi,
Please try to remove only this part and see if it works http://screencast.com/t/TsRtFpgA3dZ
Thanks
Hi,
Please remove this code from page-category-slider.php file, like this: http://screencast.com/t/NfqOYm4MZ
Thanks
Hi,
Please add this custom CSS in Theme Panel > Custom CSS:
.header-style-3 div.td-grid-wrap {
padding-top: 0px !important;
}
Thanks
@Yiannis Girod Thanks