Home User profile
tagDiv Member
I love to drive fast cars and to play Need for Speed! I enjoy to help customers tweak their websites for high performance! I’m a proud member of the tagDiv support team!
Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

Hi

The opacity can be changed from theme panel > mobile theme > theme colors: http://screencast.com/t/xiPbIHqsGXAYhttp://screencast.com/t/2UI65QJytm5
Hope this helps!
Thanks!

Andrei L.
tagDiv Member

HI

Thanks @Chris for your help!

@JimReser
the wp-config.php is a core file from WordPress and the theme don’t make any changes in it. Try to deactivate all plugins except Visual Composer, clear all caches, purge the cdn files if you’re suing then test the site again.

Thanks!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/VotQm8QHysom

.td-header-sp-recs img{
left: auto;
}

Thanks!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

Hi

Thanks for your feed back, I’ve forward your suggestion to our developers and they will review it as soon as possible.
Thanks!

Andrei L.
tagDiv Member

HI

The image is added in style.css and you can change it here: http://screencast.com/t/JgGrbJ23hBV
Thanks!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Andrei L.
tagDiv Member

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!

Viewing 25 posts - 101 through 125 (of 6,511 total)