Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

Hi,
Thank you for posting the solution.
I’m sure it will help others who want to use SEO Yoast video.

Bogdan B.
tagDiv Staff

Hi,
If you use wordfence, it’s the firewall of the plugin blocking the theme settings. The firewall must be set to learning mode and you can use wordfence again.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

In order to improve your page ;loading speed please use this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/

As a note on speedbooster: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/

Thank you!

Bogdan B.
tagDiv Staff

Hi,

It’s easy to tell which one corresponds to which template as they share the same name. loop-single.php is the default template, loop-single-1 is post template 1, loop_single-2 is post template to…etc.
In some cases the code is fount in the single_template.php files. A post template is composed of 2 files. A loop_single and a single_template. If you cannot find the code in one, look for it in the other corresponding file (loop_single-1 + single_template_1, loop_single-2 + single_template_2)

Thanks.

Bogdan B.
tagDiv Staff

Hi,
Yes it seems now you have WordPress and Facebook comments. in order to remove the wp comments, you can delete this part from the single.php files like so: http://screencast.com/t/XRC67VndpX
The comment count was only implemented for the default comments so it will not work with facebook comments unfortunately. You can disable the comment count from the theme panel.
Thanks.

Bogdan B.
tagDiv Staff

Hello,

You will need to edit the page itself and edit the element from visual composer: http://screencast.com/t/Mq9SOjyynXo
Here is a guid on how to set up the social networks properly: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you want to filter the content on pages you need to play around in visual composer a bit and get a feel for it and what it can do. This guide should provide a quick insight: https://www.youtube.com/watch?v=guxT8HgCBFo&list=PL6CsDkMaejhqHDywTTazZ-qpBzB8kFSfT&index=2 and https://www.youtube.com/watch?v=LC7iz-v-zIY&list=PL6CsDkMaejhqHDywTTazZ-qpBzB8kFSfT&index=6
https://forum.tagdiv.com/how-to-use-visual-composer/
The filtering of the posts that will show on the theme blocks and grids is done through the block settings.
Here is a tutorial on how to use the block settings to filter the content: https://forum.tagdiv.com/block-settings-guide/

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

Quite a few things have changed since newspaper 4. If you want to reduce the height of the image you can use a bit of css like so:

@media(min-width:1018px){
.single_template_3 .td-post-featured-image{
transform: translateY(-70px);
height:483px
}}

You can add the code in the theme panel->custom css box
Thank you!

Bogdan B.
tagDiv Staff

Hi,

Sorry but i don’t seem to follow along. If I click on the lsider yopu mention, it leads to the post that is displayed: http://screencast.com/t/2DAoJ9Qiy – it opens up the post. it does not slide to anything: http://gameranx.com/updates/id/71746/article/see-20-minutes-of-watch-dogs-2-gameplay/
This is the same implementation of our slider. Click on a post it leads you to the post page.
Please provide more details if I am missing something so I can better understand how to help

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Both plugins are bundled free with our theme and you have access to all of their features and functionality. You can simply install them as a normal plugin from the plugins folder that comes bundled in the theme package or from the theme plugins screen: http://screencast.com/t/rF1mG50s

Thank you!

Bogdan B.
tagDiv Staff

Hi,

There are no versions to the speed booster compatibility :). There is a function inside of the speedbooster code. This function contains a list of compatible plugins: http://screencast.com/t/hcjLnOqh4i2
The install order does not matter. When speedbooster detects any plugin that is not on the list, it will disable itself if the plugin is already active or when you activate it.
There is however a workaround if you truly wish to use speedbooster with your current plugins, you can make it work by removing or commenting out this code here: http://screencast.com/t/RZLIOPUNdqh
This method is not an official position and it could create problems with certain plugins.
You can see if speedbooster is active in the system status screen here: http://screencast.com/t/hc6bYTijII

Make sure the plugin is active and then check for render blocking js and css.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

There are no plans to have.
If you make your seo properly using seo yoast this will be the result:
post with review: http://demo.tagdiv.com/newspaper/td-post-why-tech-accelerators-may-soon-be-as-irrelevant-as-an-mba/
Google search: http://screencast.com/t/vxd7B1YO
and another post with review: http://screencast.com/t/bN7oVnQu
https://yoast.com/snippet-preview/

Thanks.

Bogdan B.
tagDiv Staff

Hi,

Sorry but our theme has no implementation for amp and FBIA for the moment. It will have to be done through plugins and customization if you want to get it going. We will look into it and make our theme amp friendly in the future but for the moment I cannot promise anything.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Unfortunately we have not tested our theme with polylang so I cannot say for sure if it works properly. You can load a translation from our theme’s translation system but it will not work as a multi language translation: http://screencast.com/t/FoZpuXkxqqm We have no idea of the plugin implementation so I cannot provide any solutions for it. Sorry. You can maybe try another translate plugin such as qtranslate x (free)

Thanks.

Bogdan B.
tagDiv Staff

Hello,

If you want to import a slide in revolution slider you must first download it to your pc and then import it into revolution slider like this guide suggests: https://forum.tagdiv.com/import-revolution-sliders-on-demos/

Thank you!

Bogdan B.
tagDiv Staff

Hi,
This seems to be a known wordpress issue. Please follow this topic for a fix: https://wordpress.org/support/topic/error-on-line-3-at-column-6-xml-declaration-allowed-only-at-the-start-of-the-do-2
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme has no such option and css cannot do that so the only solution will have to be hard-coding it. You can use this code:

if ($current_item_number !=1 ) {
           $buffy .= '<div class="td-number-and-title"><h2><span class="td-sml-current-item-nr">' . $current_item_number . '</span><span class="td-sml-current-item-title">' . $item_array['title'] . '</span></h2></div>';
       }

to replace this code: http://screencast.com/t/IxWHwwXwaGKw

But there is one catch: You have to set the smartlist in ascending order for it to work. If you have it in descending order it will remove the last title instead. http://screencast.com/t/zRVBZSdea

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This issue is generally caused by the max_execution_time being too low. Please check your system status parameters here: http://screencast.com/t/N7GdWyGcKR and make sure you increase them based on this guide: https://forum.tagdiv.com/system-status-parameters-guide/

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Sorry it will not work like that. You cannot add a category for a page. They are different post types. Only posts can have categories. I’m not sure how you want to use revolution slider together with the homepage post. They are 2 different elements. The homepage post will display one post of your choice. It will not show a revolution slider element

Thank you!

Bogdan B.
tagDiv Staff

Hi,
1) If the adsense code does not show up even in adrotate, then you will have to contact google as adrotate uses it;s own ad system that is different from our theme’s. Use an adsense ad on a wordpress default theme and see if it will show up at all.

3) For categories you cannot use blocks. Only modules: http://screencast.com/t/IivsA9OCGDGr Block 15 is the only one that displays 3 articles with a sidebar and it cannot be used on categories, only on pages.

4) Please add this code also:

.td-header-wrap .black-menu .sf-menu > .sfHover > a{
Color:white!important;
}

Thanks

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme does not provide such an option. You can use a plugin such as “adrotate” to implement ads. You can add the adrotate shortcode in the theme panel ad spots and then place ad codes in the plugin settings,.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

You will need to use a plugin for your avatar like WP User Avatar and add an image to your profile.
And in your post template add this code(here you can find more info – https://codex.wordpress.org/Function_Reference/get_avatar) to display avatar next to Author: http://screencast.com/t/CUTd6WAMgET4

get_avatar(get_the_author_meta( 'ID' ), 32 ) .

And use this custom css in Theme Panel to add radius and a bit of padding.

.avatar-32{
float:left!important;
padding-right:5px;
border-radius:20px;
}

Now depending on the post template it could need a bit of more css adjustments as not all post templates display the meta info the same way.

Thanks!

Bogdan B.
tagDiv Staff

Hi,

You saw mentioning the single.php files because the comments are added in single.php not in the loop files. Most users do not want 2 comments sections so they was to remove the comments from single.php and then add them either replacing the code directly in single.php or in a custom location in the loop files. If you want to have both comments and place the fb ones after the related articles section, you can add the code here:
http://screencast.com/t/8YOaTt473

Thank you!

Bogdan B.
tagDiv Staff

Hi,

In our theme the date can be removed from 2 separate spots. It can be either removed from all blog posts at once like so: http://screencast.com/t/ZJbCyI3Bu or removed from blocks on pages and category tags: http://screencast.com/t/8J9lvn75UG but there is no option to remove the date for specific posts or pages. it can be done with a bit of css though. You can target the date for a specific block on specific pages but this is done through the page id. Each page has a unique page id. you can use it in this code:

.page-id-90 .td_block_5 .td-post-author-name span, .page-id-90 .td_block_5 .td-post-date{
display:none!important;
}

Change the page id with the one from your page so the code can apply to your specific page
You cann add the code in the theme panel->custom css box

Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can remove the date either from posts or from the blocks on pages separately. The option to remove it from posts is found here: http://screencast.com/t/qrXxs57iju
Thank you!

Viewing 25 posts - 13,301 through 13,325 (of 22,378 total)