Hi,
Please follow this steps:
https://forum.tagdiv.com/how-to-update-the-theme/
https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Thanks
Hi,
Somethings cropping you URL there, default the theme is with http://fonts.googleapis.com/css?.. can you disable all plugins or one by one and see if works? could be a conflict with one of them.
Also can you give us your site URL to see the issue?
Thanks!
Hi,
We don’t have a reliable solution for that, we recommend this job to be inspected by a developer because is not an easy task.
Thanks for understanding!
Hi,
The inline ad display after a number of paragraphs, if you want an additional ad you need to customize the code here: http://screencast.com/t/QABtahi1jkr4 but is not easy.
A simple solution if you want another ad in post is to add it manually directly in post using the ad shortcode like: [td_ad_box spot_id="custom_ad_1"]
Also you have in Theme panel settings for top or bottom article ads.
Hope this helps!
Thanks!
Hi,
That error comes from Advanced Browser Check plugin, you can find a fix for this issue here: https://wordpress.org/plugins/advanced-browser-check/faq/
More exactly: http://screencast.com/t/KJdqoRZtdrOF
Thanks
Hi,
Please add this custom CSS in Theme Panel > Custom CSS:
@media (max-width: 767px){
.header-logo-wrap {
display: block !important;
}
}
Thanks
Hi,
I have checked and seems to work fine in 3.9.2 also, please make sure you have pasted the code corectly and check again.
Thanks
Hi,
Replied via e-mail.
Thanks for your message
Hi,
Please can you make the update again and make sure you replace all files via FTP. Follow this guides:
https://forum.tagdiv.com/how-to-update-the-theme/
https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Also try this, add define('WP_MEMORY_LIMIT', '128M'); in wp-config.php file
If nothing works can you give us access to your WP?, send us via email at contact@tagdiv.com and also if you can give us FTP access so we can take a look, specify the issue or send an URL to this topic.
Thanks
Hi,
Yes, we have this on our todo list but because we have over 140 feature requests we have to pick very carefully what we implement. If more people request this feature we will move it on top of the list.
Thanks for your message
Hi,
The ideal way to do this whold be to move the “Magic Action Box” action box, as this action box is placed at the end of post content.
I have made some tests with the free version of the plugin and seems that you can add the action box using shortcode, unfortunately you can’t set the action
box not be displayed on the post using this free version, but i have figured out that you can leave the action box to default from post and the action box will not be shown on post http://screencast.com/t/JVKcc0MHNSmk this way you can add it with short code like this: http://screencast.com/t/mvLPxMQB and you will get this result: http://screencast.com/t/dV8w5R39Rujr
<?php echo mab_get_actionbox(3862);?> 3862 is the Id of your action box
Hope this works
Hi,
You have an translation field for “Archives” in Theme Panel > Translations, have you tried from there?
Thanks
Hi,
Glad you found it, thanks for sharing.
Have a nice day!
Hi,
Replied via e-mail.
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,
We have this issue on our todo list and we will fix it in the next theme update.
Thanks for understanding
Hi,
You can find and make changes to the code for more article box from td_more_article_box.php file http://screencast.com/t/wTrOmGVv5nBg
Unfortunately this file can’t be modifyed via child-theme.
Thanks
Hi,
Please add this custom CSS in Theme Panel > Custom CSS:
.td_ul_login,
.td_ul_logout {
margin-right: 12px !important;
}
.td_ul_logout li {
display: inline;
}
.td_ul_logout li a:before {
top: 6px;
}
We will fix this in the next theme update.
Thanks
Hi,
Make sure you paste 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/doKMzVqf
Also remove the ad code from Your Article Top Ad in Theme Panel > Ads http://screencast.com/t/8bOrnSrSSk and put it in the Custom Ad 3 http://screencast.com/t/CPxv1iSrw
After you have done that add this custom CSS in Theme Panel > Custom CSS:
.post .td-a-rec-id-custom_ad_3 {
margin-top: 30px;
}
You will get this result: http://screencast.com/t/vBxKTZRqZq
Thanks
Hi,
Glad you solved it.
Thanks for your message!
Hi,
We will investigate this issue and we will fix it in the next update.
Thanks for the message
Hi,
You can change the link’s color from Theme Panel > Theme Colors link this: http://screencast.com/t/UUM0J7gPbQW or do you need something else?
Thanks