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

I’ve test this on my side with the current theme’s version available on themeforest, which is V2.2 and the theme get the right thumbnail for every post shared: http://screencast.com/t/yMnWrnQ6oKk Please make sure that you’re using the updated version of the theme, also try to deactivate all plugins except Visual Composer, clear all caches and test again.

Let me know how it goes and if the problem persist please provide your site url so I can inspect this closer.

Thanks!

Andrei L.
tagDiv Member

Hi

This usually happens when loading the font file (which contains those icons) from another host/url. I have checked your browser’s console and you have an error – http://screencast.com/t/MHUb0hghheW
The solution would be to load them from the same url as the site or try this solution – http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

Thanks @Chris S and @doucare1971 for your answers!


@james82104
the theme use the WordPress registration system, so I don’t think this issue is related with the theme. Try to deactivate all plugins except Visual Composer, clear all caches and test again.

Let us know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi later6868

Not quite sure why this happens so please provide your site url so I can inspect this closer.

Thanks!

Andrei L.
tagDiv Member

Hi

Please provide a link or more details about the theme version that your using. Also provide more details about what type of value is stored in your custom field, for example, a link, an image id etc, and we will try to find a solution at your request.

Thanks!

Andrei L.
tagDiv Member

Hi

By default the theme doesn’t display the top bar on mobile devices but you can use this custom css in theme panel > custom css to display it: http://screencast.com/t/edqs9T92

@media (max-width: 767px) {
.td-header-top-menu {
display: block!important;
padding: 7px;
}

Note that you may need some additional css customization to the layout, as the top bar wasn’t designed to be displayed on mobile devices.

Thanks!

Andrei L.
tagDiv Member

Hi

We didn’t test the plugin you indicted with the theme, so I am not aware of its functionality. Try to add the shortcode generated by the plugin in one of the theme ads spots: http://screencast.com/t/Xv9CVXIit0L then add an ad box block with the corresponding ad spot on the page: http://screencast.com/t/Qi5niDEeo in VC page builder. You can find more details about how shortcodes are rendered in our documentation: https://forum.tagdiv.com/ads-system-full-guide/
If that fails you can try by inserting the shortcode into a text block from VC and see how it works: http://screencast.com/t/LGVa3YRtOW

Thanks!

  • This reply was modified 10 years by Andrei L..
  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

Please send an email at contact@tagdiv.com and provide wp-admin and ftp access and we will inspect this issue as soon as possible, also paste a link to this topic.

Thanks!

Andrei L.
tagDiv Member

Hi

Thanks for reporting this, I’ve added it on our issue tracker and and we will fix it in the next theme updates.

Thanks for the message!

Andrei L.
tagDiv Member

Hi

You could add a specific tag for that post: http://screencast.com/t/NNQ6kZKib then use it in Visual Composer to target the post, in block settings, for every page: http://screencast.com/t/vU3GXc3g9Ghttp://screencast.com/t/iMj3e0yfr1fn The result would be like here: http://screencast.com/t/i6m8gtbo8
Also you can try this with a specific category.

Let me know how it goes.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve inspected your site and believe this is caused by theme’s lazy loading animation which’s script could be in conflict with one of your plugin’s js causing this. First please try to deactivate all plugins except Visual Composer, clear all caches and test this again. If you still got this issue try to turn off the lazy load animation from theme panel > template settings: http://screencast.com/t/YW1yiBDsk5Dm and test the site again.

Let me know how it goes!

Thanks!

Andrei L.
tagDiv Member

Hi

You need to edit the files td_smart_list_7.php and td_smart_list_8.php add this line of code like here: http://screencast.com/t/gXAIgFblg

$buffy .= do_shortcode('[td_block_ad_box spot_id="content_bottom"]');

The result should be like here: http://screencast.com/t/Et2xbyVMKfp8
If you want to display a different ad then article bottom ad, replace in do_shortcode function the shortcode with the one for your ad: http://screencast.com/t/IYPLoXEG9http://screencast.com/t/pFkibIBQ

Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

Please make sure that you install the theme according with our guide: https://forum.tagdiv.com/installation-newsmag/ Note that you need to unzip the folder downloaded from themeforest and upload the Newsmag.zip file from: Newsmag-tf.zip\Newsmag-tf Also you need to update the plugins from /plugins path. Before the update process make sure you deactivate all plugins and clear all caches.

This could also happen due to your server configuration, so if the process fails again you should also contact your host provider and let him know about this.

Let me know how it goes!
Thanks!

Andrei L.
tagDiv Member

Hi

Try this custom css:

@media (min-width: 1021px){
.td_block_12 .td_module_11 a img{
height: 235px!important;
}
}
.td-page-content{
padding-bottom: 0;
}
.td-footer-wrapper{
padding-top: 0;
}

The result should be like here: http://screencast.com/t/I1ZjZy3PYVihttp://screencast.com/t/yCuOCt2Uk

Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

Try this custom css in theme panel > custom css:

@media (max-width: 767px){
.wpb_widgetised_column{
display: none!important;
}
}

Thanks!

Andrei L.
tagDiv Member

Hi

Try this custom css in Theme Panel > Custom Css: http://screencast.com/t/9psGeAjn

@media (max-width: 767px){
.author-box-wrap img{
display: block!important;
}
}

Thanks!

Andrei L.
tagDiv Member

Hi

By default the avatar image is centered on mobile devices, you can check that on our demo: http://screencast.com/t/X07ZAq8nUHI Try to clear all caches, deactivate the plugins, except Visual Composer and test this again, also make sure that you’re using the current theme’s version available on themeforest which is V2.2.
Let me now how it goes and if the problem persist please provide your site url so I can inspect it closer.

Thanks!

Andrei L.
tagDiv Member

Hi

Glad you could manage to solve this issue.
Thanks for letting me know and for your message!

Andrei L.
tagDiv Member

Hi

The theme was designed to display ad-sense code, and inserting different types of ads may create conflicts between their’s scripts and the theme’s js. I am not aware how this types of ads works so I can’t said why the site’s responsiveness is affected, so try to contact the code provider and ask him about this, he should be able to offer more details in this regard.

Thanks for the message!

Andrei L.
tagDiv Member

Hi Gwen

I am not sure what you mean as in your site’s menu is no item named Home: http://screencast.com/t/cYCgWrh4L So please provide more details about the changes you want to make in menu, also a screenshot would be helpful.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t have an option to show multiple banners in a single location, you will need a plugin like AdRotate to achieve that.

Thanks!

Andrei L.
tagDiv Member

Hi

First the css you provided won’t work because the syntax is not correct, the correct code should be written like this, with . before every class:

@media (max-width: 768px){ .td-pb-span4 .wpb_column .vc_column_container { display: none; } }

Second, I don’t know what widget do you want to hide, so for example if you want to hide this widgetised sidebar: http://screencast.com/t/eXMQ079q the css will look like this:

@media (max-width: 767px){
.wpb_widgetised_column{
display: none;
}
}

I’ve targeted the element’s css class and applied a css property on it. Note that you may need a more specific target, depending by your widget position, like here for example: http://screencast.com/t/kWGoS3gdoVPW

@media (max-width: 767px){
.wpb_widgetised_column .td_block_social_counter{
display: none;
}
}

For more details about css coding you can check this link: http://www.w3schools.com/css/default.asp you will find very useful information there.

Hope this help.

Thanks!

Andrei L.
tagDiv Member

Hi

We didn’t test the plugin with the theme so I cannot said for sure what the problem could be. Try to contact the plugin’s author and ask him for advice, maybe he will be able to provide a solution. Also we didn’t test any of the plugins with a similar functionality so I cannot make any recommendation in this regard.

Thanks!

Andrei L.
tagDiv Member

Hi

First you will need a function in td_block.php file http://screencast.com/t/W6v8IQZdCXCC which redirect the user to the category page when the button is clicked, then you need to call that function in every block used, instead of ajax pagination: http://screencast.com/t/PpVkPZCpVI4 Also you may need some css code for the button’s layout.
This changes requires lots of customization and unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can look for a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.

Thanks for the message!

Andrei L.
tagDiv Member

Hi

To add elements from Visual Composer after pagination you need to edit page-pagebuilder-latest.php file and use do_shortcode function like here: http://screencast.com/t/CrUCFPyG1v3http://screencast.com/t/UIx2rR45k1Mm

<div class="td-container">
    <?php echo do_shortcode('[vc_row][vc_column][td_block_3 limit="6"][/vc_column][/vc_row]'); ?>
</div>

First you have to create your layout in VC then switch in Backend editor, copy the code and paste it inside the function like in the above example.

Let me know how it goes.
Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 25 posts - 5,551 through 5,575 (of 6,511 total)