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,

Unfortunately the caption was hidden for this post template. In order to get it to display you will need to use css to do it.
.td-post-template-3 .td-post-header-holder .wp-caption-text{
display: table-cell!important;;
}
.td-post-template-3 .wp-caption-text{
color:white!important;
font-size: 14px!important;
position: absolute!important;
top:0;
left:10px;
}

It will create a black band below the image if it’s positioned below the title.

Thank you!

Bogdan B.
tagDiv Staff

Hi Daniela,
The social issue is caused by cache. You can remove the coming soon messages by clearing all caches whether it’s a plugin cache, hosting cache or a cdn server.
As for the sidebar, you can edit the sidebar from the wordpress widgets area: http://screencast.com/t/Rk1nRlQ3rGQ or create a new custom sidebar using this guide: https://forum.tagdiv.com/sidebars-tutorial/
For the social counter, please use this guide: https://forum.tagdiv.com/tagdiv-social-counter-tutorial/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I will add this suggestion to our list and pass this information on to our development team but I cannot promise anything. It is their call if it will get implemented or not.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
In order to create a playlist element, you have to select the youtube playlist item from visual composer: http://screencast.com/t/V61tZPM0VI and then add your video ID’s from youtube in the block settings like so: http://screencast.com/t/MexiI0jYSm result: http://screencast.com/t/FQSa56Q7x
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Already replied here: https://forum.tagdiv.com/topic/multiple-authors/
Our theme has no such option so plugins must be used.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Like I said in my above reply: http://screencast.com/t/EToNth0h5 You can ignore these messages as there is no license. If you want a license and access to the plugin support and updates directly from the plugin author, you will have to buy the plugin, but you do not need to buy it to use it with our theme nor do we recommend doiung so as we are the ones that provide the updates that work with our theme. If for example the plugin author releases an update that is not compatible with our theme, it will break your site. We have to adapt our theme for every update visual composer launches and bundle it in the theme package along with the theme updates. We only recommend using the version of visual composer we provide.
Please ignore any activation messages regarding visual composer and revolution slider.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately this is no easy task as there are mentions of the theme name in many parts of the code and some code strings actually depend on the theme name to detect the case in wich to apply certain parts of code.
You can try to do a search and replace with a text editor (example: notepad++ is a free and very capable one) and search for the word: newspaper. It will retreive 762 results in the theme files: http://screencast.com/t/5r2ReUguLlTO but you have to be careful where you change the name as our demos need to be pulled from the server and the name newspaper also appears in the code from where the demos need to be imported: http://screencast.com/t/VaAcA0zft
It can be done except for the url’s but it will take a bit of time.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

Maybe this will help:
https://developer.wordpress.org/reference/functions/get_the_id/
https://developer.wordpress.org/reference/functions/get_post/
Unfortunately modules were not created to get the post id. There is no post sorting on modules but rather on blocks: http://screencast.com/t/xC5bTVqw5d
If you require specific post id’s on your module this will have to be made custom and we have no recommendations in this regard. We suggest hiring a freelancer to help out as we cannot provide any custom work at the moment. Sorry.

Thanks.

Bogdan B.
tagDiv Staff

Hello,
I have checked your site and the images seem to display properly. Some thumbs need to be regenerated (https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/) but I could not find any images that are not displaying. Please provide more details if you still have this problem.
Disappearing images are mostly caused by plugin conflicts so please disable all your plugins except visual composer, clear cache and reset cdn files.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Our theme was built to work with the default wordpress settings and tested to work with these plugins: http://screencast.com/t/SRkrLHoqrgQV Any plugins beyond this list are not tested an could provide conflicts.
If you do not select any categories for your posts, they will be automatically set to the ‘uncategorised’ category. We have not tested nor created any implementation for no category posts. There is no setting that can remove the category entirely. This represents custom implementation and unfortunately it will have to be customized on your side as the theme has been tested to work properly with posts and categories. If the default taxonomy does not suit you, you will have to create custom post types and custom taxonomies for your posts which unfortunately fall beyond what support can offer you.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
The parameters that can be retrieved are displayed in the api documentation here: https://forum.tagdiv.com/td_api_blockupdate/ if you cannot do it yourself, we suggest hiring a freelancer as the theme api is not covered by support as it represents customization.
Thank you!

Bogdan B.
tagDiv Staff

Hello Antonis,

If you want to show the post author only on specific categories, you will have to alter the theme code as there is no such option in our theme.
You can use this function: https://developer.wordpress.org/reference/functions/in_category/ and create a condition for every post template that you use.
You can use this code:
get_author();
}?>

to replace this code for every post template you want to modify (every post style has it;s own file): http://screencast.com/t/MSRadHHhaHsE

Thank you!

Bogdan B.
tagDiv Staff

Hi,
That element is created custom using html and css.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

You cannot find the widget because there is no weather widget in newspaper 6. This feature was added in newspaper 7. Please update your theme by following this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/ and then update your plugins: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ (the social counter needs to be updated as well. All plugins are bundled with the main theme archive)

Thank you!

Bogdan B.
tagDiv Staff

Hi,
If you want to create a new grid we recommend the theme api system: https://forum.tagdiv.com/td_api_blockadd/
Unfortunately this represents custom work and is not covered by the theme support. If you do not have the proper coding skills to do it, we suggest hiring a freelancer from sites like studio.envato.com.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The button you mentioned is created with a plugin and the download icon comes from font awesome: http://fontawesome.io/icon/download/
You can create any button with visual composer or the tiny mce edtitor directly and place a font awesome icon using font awesome 4 menus plugin: https://forum.tagdiv.com/increase-users-engagement-add-custom-buttons-posts/
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I will add this suggestion for future updates and if the development team decide on it, then it will get implemented. Until such time you can use css to float ads left or right.
You can use css like so:
non-adsense:
.td-a-rec-id-content_top, .td-a-rec-id-content_bottom{
float:left!important
}

for adsense:
.td-g-rec-id-content_top, .td-g-rec-id-content_bottom{
float:left!important
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,

The mobile ad code is located in header.php from the mobile file. Please edit this code and add the condition to it like so:
http://screencast.com/t/WPjEQjbIzZCC

use this code for mobile:

<?php
            // ad under header
        if(!is_404()){
            echo td_global_blocks::get_instance('td_block_ad_box_mob')->render(array('spot_id' => 'header_mob'));
        }
        ?>

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately our theme does not have such an option but this can be done with plugins. I cannot recommend any as we have not tested this type of plugins with our theme but we have seen users that have this kind of ad. There are a number of plugins out there that provide such an option. Try a few of them out and see how they work.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

1) Your first issue is gone. it is a known caching issue and once the cache gets cleared, the problem goes away.

2) I can see no text behind the logo. It could have been the same cause.

3) Same as 1. The problem is that if you use a strong caching tool or cdn server, after you update the cache will still serve the old style.css of newspaper 6 and you will see all kinds of issues untill the cache is reset. it appears fine now.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can copy a page layout using the tiny mce editor. Please use the classic editing mode and copy all of the text in text mode: http://screencast.com/t/VUfIqnE8j
Thank you!

Bogdan B.
tagDiv Staff

Hi,
This could be a plugin conflict so please disable all plugins except visual composer, clear cache and purge cdn files if you use it. Then test your links again.
Let us know if you still have trouble with links.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
That is the default description added for the demo categories. It can easily be edited from the categories edit screen here: http://screencast.com/t/ISc4k8VsoKg
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Every demo has it;s own style for heading tags so there is no easy way of changing this without customization. The style you want is the default demo style but you have a different demo active. If you want to header style from the default demo you will have to replicate it’s css if you have the proper skills as there is no easy way of selecting which style you want for each demo.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately smart list 5 has no inline ads and they cannot be added without using code. The only smart lists that allow inline ads are smartlist 6, 7 and 8 which have designated spots in the theme panel ads section.
Thank you!

Viewing 25 posts - 14,351 through 14,375 (of 22,378 total)