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

The plugin is included in theme’s path in plugins folder. You need to delete the old plugin’s version and upload the new one from Newspaper-tf\plugins folder: http://screencast.com/t/jQt3vGmoWEGw You also need to setup the plugin according with our documentation: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/

Thanks!

Andrei L.
tagDiv Member

HI

You don’t need any license key for Visual Composer, the plugin comes bundled with the theme and can be used under theme’s license.
For server configuration please check this link: https://forum.tagdiv.com/requirements-for-newspaper/
Thanks!

Andrei L.
tagDiv Member

HI

Please make sure that you installed the theme and Visual Composer plugin according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ also try to deactivate all other plugin, clear all caches, purge cdn files if you’re using then test 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

Try to remove the indicated code from td_module_single_base.php to remove the author meta from posts: http://screencast.com/t/mjC5UhccQj

Thanks!

Andrei L.
tagDiv Member

Hi

try to deactivate all plugins except Visual Composer, clear all caches, deactivate the child theme if you’re using 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

For the moment this is the only option available, the block’s must be added manually which takes some times if you have many categories. We may have some additional options fro blocks in future theme’s updates which may optimize this process but I can’t promise anything for sure.

Thanks!

Andrei L.
tagDiv Member

HI

Thanks for the recommendation. I will forward it to theme’s developers and they will consider it for future updates.
Have a nice day.

Andrei L.
tagDiv Member

HI


@nigelpradeep
please open a new thread and explain there your issue, it’s easier to understand. Meanwhile try to deactivate all plugin, clear all caches then test again.


@ardian
the reports related with ad’s activity are generated by google if yu;re using ad-sense ads. There you will find all information. If you don’t use ad’sense then you will need some taking code but the theme does not handle this part.

Thanks!

Andrei L.
tagDiv Member

Hi

I assume that you want to display author’s avatar image there. Unfortunately the theme has no option in this regard and to achieve this you will need some customization. The function which generate the author for posts is located in td_module_single_base.php: http://screencast.com/t/SwFsIPBN To get the author’s avatar image you can use a similar implementation as we did for autor box: http://screencast.com/t/Qd2kdvLb9eP For more details please check these links: https://codex.wordpress.org/Function_Reference/get_avatarhttps://developer.wordpress.org/reference/functions/get_the_author_meta/

Thanks!

Andrei L.
tagDiv Member

Hi

To remove these informations from module you need to edit td_module.php and comment this code: http://screencast.com/t/8lvuy4KuOYhttp://screencast.com/t/usIiP5fn

Thanks!

Andrei L.
tagDiv Member

Hi

Replied you here: https://forum.tagdiv.com/topic/ad-locations/#post-127402
Note that we don’t offer customization services at the moment so if ad-rotate plugin does not fits your need and you need a custom plugin my advice is to look for a developer who can help you with implementation.

Thanks for your understanding!

Andrei L.
tagDiv Member
Andrei L.
tagDiv Member

Hi

Please check this link, I’ve posted a solution here: https://forum.tagdiv.com/topic/strip-under-the-main-menu/
The theme have it’s own ad’s system and we don’t have any additional plugin which handle ad’s location. You can try ad-rotate plugin, from our reports it works fine with the theme: https://ajdg.solutions/manuals/adrotate-manuals/
Thanks!

Andrei L.
tagDiv Member

Hi

First we would like to thank you for your kind words, we really appreciate your feedback.

1. Mobile theme was intent to display a very simple version of each page, that’s why there is no support for shortcodes. Unfortunately there is no way to keep the mobile theme active only for posts, sorry. It is simpler to leave it inactive if you want a more complex homepage and hide the sidebars from posts using css. The code will be this one:

@media(max-width: 768px){
.td-main-sidebar {
display: none!important;
}
}

2. This happens because the code from theme panel applies after the one from style.css. When the page loads the browser call the style.css then the custom code generated by the theme. To avoid that delay you can insert any custom css directly in style.css file, like this will be applied faster: http://screencast.com/t/DGiO8j434 You can also remove the code which generate the unwanted icons from td_module_single.php: http://screencast.com/t/7WQFRQpQ0http://screencast.com/t/irISkSPT

3. Indeed is not recommended to add google ads in smart sidebar but unfortunately current implementation won’t allow content above smart sidebar, sorry.

Thanks!

Andrei L.
tagDiv Member

HI

You don’t need a license key for Visual Composer as the plugin comes bundles with the theme. Do you say that you can’t edit pages with Visual Composer? If that happens it’s most likely because of a conflict with some other plugin. Try to deactivate all plugins except VC, clear all caches then test again.
Let us now how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

Glad you have managed to found a solution.
Thanks for letting us know and for your suggestion, we will consider it for future updates!

Andrei L.
tagDiv Member

Hi

You don’t need a license key for none of the plugins included in theme’s path. They come bundled with the theme and are licensed under theme’s license. Also you don’t need to deactivate the license from your live site. The theme can be activated on many test domains and your local WordPress install can be considered a test domain.
This error seems to be related with one of your installed plugins: http://screencast.com/t/dA6AyWVLcxjN Try to login on the server via ftp, navigate in /home/jairoarosemena/public_html/wp-content/ and rename plugins folder then try to access the wp-admin again.

Let us know how it goes.
Thanks!

Andrei L.
tagDiv Member

HI

I’ve checked your site and noticed that you’re using child theme. Please check the customization from child theme and make sure that they don’t affect page’s layout. You can also try to deactivate the child theme then test the page again.

Thanks!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css:

.td-module-comments, .td-post-date, .td-post-author-name span {
display: none!important;
}

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

This cannot be done easily using wp-queries but instead you can use post limit filed from block’s settings and set it to 1: http://screencast.com/t/75BipsxW7
If this is not what you mean please provide more details about the desired result so I can get back to you with a more accurate answer, also provide your site url.
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and noticed that you’re using an older version of Visual Compressor plugin: http://screencast.com/t/WSjb6qD3em Try tu update the plugin at v 4.12 which is included in theme’s path: https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ clear all caches then test again.
Thanks!

Andrei L.
tagDiv Member

Hi

1. You will need an image with a portrait aspect ratio, something like 90x720px. Use a photo editor to make such an image.

2 Please check this link, here I’ve offered a solution: https://forum.tagdiv.com/topic/how-to-add-more-custom-ad-spots/
Thanks!

Andrei L.
tagDiv Member

Hi

This is possible only by editing theme’s core files. Basically you can use do_shortcode function in tag.php file to echo out the any shortcode. Here is an example: http://screencast.com/t/s57r7YsPsc7http://screencast.com/t/7XBJjINJwahttp://screencast.com/t/Mf12GLqR

    <?php
    if (is_tag('tag1')) {
        echo do_shortcode('[vc_row][vc_column][td_block_14 category_id="33" limit="3"][/vc_column][/vc_row]');
    }
    ?>

I’ve used is_tag() function to display this shortcode only on tag1 tag page. You can remove the condition if you want the same shortcode on all tag pages or you can extend it if you a specific shortcode for each tag page. Just pass tag’s name as a parameter for is_tag() function.

Hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

The code which makes the search is lactated in tagdiv_theme/is file: http://screencast.com/t/o4fGSPwWGRR You can try to remove it or change the current implementation. This is a very complex task which involve many customizations and tests in order to be achieved. We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks!

Andrei L.
tagDiv Member

Hi

Please provide your site url so I can inspect it closer and get back to you with a more accurate answer.
Thanks!

Viewing 25 posts - 1,301 through 1,325 (of 6,511 total)