you might have changed one template and tested on another. If you edited the post templates like my example make sure the post you are testing has the default post style. You have to make this modification for each post style in particular.
Thanks.
unfortunately if a plugin is not tested to work with our theme that means that it can at some point become incompatible with the theme as the theme and the plugin get updated and code changed. FOr the compatible tested and recommended plugins, we always make the right adjustments on an update release to maintain compatibility. Unfortunately we cannot do this for every plugin out there. Sorry
You can try to test your plugin just with the theme and visual composer to make sure it does not conflit with another plugin as well.
Thanks.
You can try it like so:
http://screencast.com/t/oAYWu4O41t
#td-header-menu{
box-shadow: 10px 10px 5px #888888;
}
Thanks
Which one does not show the ad where you want it my code or the theme ad spot?
I provided a code to add the ad under the featured image as you mention in your first reply, but if you want to add the ad bnelow a post image (not featured) then you will have to place the ad code manually inside your post content.
Thanks
Hello,
Yes you can implement amp with our theme if youy simply download the free amp plugin from the wordpress repository: http://screencast.com/t/6OQUXAKgp
Please also read this topic: https://forum.tagdiv.com/topic/tutorial-getting-started-with-accelerated-mobile-pages-amp/
Thank you!
Hi,
a) The logo can be any size you want limited only by the screen size. It will resize along with the screen. Here is an example: http://demo.tagdiv.com/newspaper_cars/ The image here is 1920×580
b) The post images have a thumbanil that applies to each image within a post content with sidebar. That is 696 pixels wide. If no sidebar is used, the image can go up to 1068 px
c) The maximum image size inside a sidebar is 324pixels
d) 1920×1080
You do not have to keep track of all these images as our theme will create thumbnails and re-size the images properly for all situations.
Thank you!
Hello,
You can remove the gradient if you like using this code:
.page .td-post-template-8 .td-post-header{
background-color:transparent!important;
}
.page .td-image-gradient-style8:after{
display:none!important;
}
And maybe a bit of a shadow to the text:
.page .td-post-template-8 .td-post-title{
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
You can add the code in the theme panel ->custom css box.
I hope his helps
Thanks
Hi,
The new author box can be seen in the visual composer elements in the latest version of the theme like so:
http://screencast.com/t/MbKJ5FQy and can be set to show only 1 author http://screencast.com/t/3fd31CVRtBju
IT is only for pages at the moment, it can only be added on posts using the visual composer shortcode if you want to show the author box, but it will only show the author id you set it to show. Not automatically.
If you cannot see it in the visual composer list, check the role manager under the visual composer settings and make sure all elements are allowed to display.
Thanks.
Hello,
You can extend your support period from envato but there is no extra support like a hotline unfortunately. The support is provided via this forum, not via live chat or via phone.
https://forum.tagdiv.com/newspaper-theme-support/
Thank you!
If you want to position it with css ytou can use this code top do it:
.single .td-post-title .td-module-meta-info span{
position:relative;
top:2px;
}
Thanks.
Hello
Our theme uses the default database of wordpress. It does not change anything in the db structure. There are only 2 tables for posts. wp_posts and wp_postmeta
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! Bogdan B
Hi,
Unfortunately the iframe itself is getting the broken height. You can try to add this code in the theme panl->custom css box:
.evo_custom_content.evo_data_val iframe{
height:100%!important;
}
Thanks.
Hello,
It appears the error points to the wodrpress directory. Please try to switch to a wp default theme to see if the error is still there. You can try to disable all plugins except visual composer, clear cache and reset cdn files if you use it. Also if you use a child theme you can try to switch to the main theme.
Let us know how it goes.
Thank you!
Hello,
It is not a bug as if it was it would have been resolved by now. It is just the way wordpress handles links. Try to switch to a wp default theme like twenty sixteen and see if the open in anew tab remains saved. It is a wordpress setting not a theme setting.
Thank you!
Hello,
You seem to have a mixed content issue on your site. That comes from the https customization: http://screencast.com/t/6zjZr29J
Please read this topic:https://forum.tagdiv.com/topic/unable-to-access-admin-area-when-using-secure-https-connection/
Thank you!
Hello,
The mega-menu only works with cub-categories. There cannot be a list of all your categories listed in the same mega menu. It does not have that functionality implemented. We added the mega-menu to work sith one category and it;ls subcategories at a time. Not all at once. Sorry
Thanks.
OK, but even if you did not edit anything in the child theme. How old is it? When did you create it? Please always use the style.css and functions.php provided in the child theme in each version release. If you did not alter anything then there will be no consequence in deleting and using the child theme provided with the latest version of the theme: http://screencast.com/t/jZ8YLxL0
Thanks.
Hello,
Point 1 is already checked. There is a h1 tag on the homepage since quite a few versions back.
Point 2: we cannot do that for each block in particular because our function is used on all blocks at once so if you want to change the heading tag of a block title you will have to change it in the theme code here: http://screencast.com/t/1JthDyiA
Point 3 is already implemented: http://screencast.com/t/jOH0PAfAgMM
Thank you!
Hello,
We did run tests withe the official AMP plugin by automatic the wordpress developers and it runs properly with our theme. There is no need for us to create AMP implementation as there already is one created by the wordpress developers. Here is a topic on that which provides useful info: https://forum.tagdiv.com/topic/tutorial-getting-started-with-accelerated-mobile-pages-amp/
Thank you!
Yes the media library is the default wordpress media implementation. The add media will take you to the media library: https://codex.wordpress.org/Media_Library_Screen
Hello,
The theme panel has settings for these metas under post settings: http://screencast.com/t/PBcykys0y9M and for blocks: http://screencast.com/t/tQQtj4ggqcK
Thank you!
Hello,
The editor picks uses the featured posts sorting option. That requires you to add posts to the featured category: https://forum.tagdiv.com/featured-posts-2/
Thank you!
Hello,
You will have to make a few adjustments in the post templates if you want to move the comments section. There are 2 files that correspond to each post template you simply need to move the code of the comments to the file that contains the related articles code and move the comments above. for example on the default template
You can find the comments in the single.php file. You will have to move it to the loo-single.php file like so:
(there are 3 cases one for sidebar left, one for right and one for no sidebar) http://screencast.com/t/B99jUgB5gcf Move the code here: http://screencast.com/t/Ik7sQtkIoSvO
Thanks.
Hello,
That is because the image itself is bigger on our demo: http://screencast.com/t/BU8SVjNs
Yours is: http://screencast.com/t/YWuexEucXf
Please also check the size you select in the media library as well: http://screencast.com/t/of4GwmR5
Thank you!