Hi
Try to deactivate all plugins except Visual Composer, clear all caches and also make sure that you added the full width image in post content: http://screencast.com/t/QMWodnXnmcCf
Let us know how it goes.
Thanks!
Hi
You need to edit td_module_mx4.php file and replace the original code with this one: http://pastebin.com/SxeKXfE4 -http://screencast.com/t/uetEFOzMJYeL Ands also add this css in theme panel > custom code > custom css: http://screencast.com/t/Kc0PB6ffJpv
.td_module_mx4 .td-post-author-name{
display: inline-block!important;
position: relative;
top: -30px;
background-color: red;
}
.td-author-date{
position: absolute;
}
Thanks!
Hi
The opacity can be changed from theme panel > mobile theme > theme colors: http://screencast.com/t/xiPbIHqsGXAY – http://screencast.com/t/2UI65QJytm5
Hope this helps!
Thanks!
Hi
Try this css in theme panel > custom code > custom css:
.page-id-abc .td-header-menu-wrap-full{
display: none;
}
Replace abc with the numerical id of the page where you want to hide the menu. To get the id please follow this link: http://screencast.com/t/5xrTUBAMgm
Thanks!
Hi
If you’re using mobile theme plugin you need to edit td_module_single_mob.php file and modify the code for sharing buttons: http://screencast.com/t/OQG7Y0Ilf
Thanks!
Hi
Unfortunately there in much we can do in this regard as the theme have a fixed width by 1164px if the screen have a width higher then 1021px which is the breakpoints for tablets.
Thanks!
Hi
Try this css in theme panel custom code > custom css:
@media(max-width: 768px){
.wp-caption-text {
font-size: 15px!important;
}
.entry-title{
font-size: 30px!important;
}
}
Thanks!
Hi
To achieve that you will need some customization in theme’s core files. If the plugin generate shortcodes then you can use do_shortcode() function to achieve that: http://screencast.com/t/lJ4w3ayLi and for mobile here: http://screencast.com/t/NiQwXWenYrO
' . do_shortcode('shortcode-goes-here') . '
Note that the plugin is not tested and we can’t guarantee that it will work fine with Newspaper theme.
Thanks!
HI
Those blocks are predefined in theme’s core and can’t be changed from theme panel or wordpress admin. You will need to edit the footer files and change the implementation or use a footer template which allows you to choose what blocks to display in it. You can use style 5 or style 9 to achieve a similar layout: http://screencast.com/t/WTMAv6shGIP Pease check our documentation for more details in this regard: https://forum.tagdiv.com/footer-templates/
Thanks!
Hi
I’ve tested the exclude filter on my side and works fine. If you still have this issue try to clear all caches then test the site again.
Let us know ho it goes and if the problem persist please provide your site url so we can have a closer look.
Thanks!
Hi
I am not sure why this happens but there could be a cache issue. Try to deactivate all plugins except Visual Composer, clear all caches then test the site again.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hi
Replace the previous css with the one below, however the border can be added only as I’ve indicated in the screen as there is a margin on a main span and if I remove it the layout of that block will break: http://screencast.com/t/JeOMFjET
.td-post-next-prev{
border: 1px solid red;
}
Thanks!
Hi
The code won’t work just by pasting that function in custom js filed from theme panel. You need top update the value directly in js file as that is a method used for tdTrendingNow object and can be changed only inside the object.
Thanks!
Hi
The background image have a fixed position and the image is stretched according to screen’s width. The main container which holds the page have 1164px and if the screen have a width by 1366px there are only 202px left for background image. Is no much we can do in this situation as the container have a fixed value for its width and can’t be changed easily. A possible solution would be to use a smaller value for browse’s zoom, like 90% but this is not a very convenient solution.
Thanks!
HI
Try this css in theme panel > custom code > custom css: http://screencast.com/t/GFmyWlTyq6
.td-header-style-5 .td-main-menu-logo img{
margin-right: 0px;
}
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/VotQm8QHysom
.td-header-sp-recs img{
left: auto;
}
Thanks!
Hi
When mobile theme is used the shortcodes added in page content are not rendered as on desktop as there is no support for them. You will need to main theme to render the shortcodes.
Thanks!
Hi
The current version of Newspaper theme available on themeforest is V 7.4 , this version also include V 4.12.1 of Visual Composer. Please follow our documentation as Alin indicated in its message.
Thanks!
Hi
I’ve checked your site and now the theme works fine on mobile devices: http://screencast.com/t/m2QJsrGkaA If you still have this issue try to deactivate all plugins except Visual Composer, clear all caches then test the site again.
Let us know ho it goes and if the problem persist please provide more details about how can we duplicated on our side, also a screen pointing the issue would be helpful.
Thanks!
Hi
Thanks for your feed back, I’ve forward your suggestion to our developers and they will review it as soon as possible.
Thanks!
HI
The image is added in style.css and you can change it here: http://screencast.com/t/JgGrbJ23hBV
Thanks!
Hi
The name of custom post type is td_book and you use in block settings td_books that’s why there is no post displayed there. Try to use td_book, clear all caches then test the site again.
Let us know how it goes.
Thanks!
HI
The zoom effect is removed from IE but you can enable it by deleting this css from style.css file: http://screencast.com/t/QVvZzGMqOw
Hope this helps!
Thanks!
Hi
Please provide a link where we can have a closer look at this issue. Meanwhile try to deactivate all plugins except Visual Composer, clear all caches then test the site again.
Thanks!