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

Hello,

Our theme does not allow you to replicate a demo’s design on another demo. If you want to have a style like the cars blog demo then you need to install the cars blog demo as you cannot copy the style. Each demo has it’s unique style. if you installed the default demo you will have this design: http://demo.tagdiv.com/newspaper/ not this one: http://demo.tagdiv.com/newspaper_blog_cars/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry for the misunderstanding. The image caption is shown or not depending on the post template you use. Some post templates show the caption and some do not. Please try to change the post template to a different one that will show the caption.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can use a visual composer element called a “separator” like so: http://screencast.com/t/xgOVTEDCun1s You can add it after your content blocks.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you want to show comments in block 14, you need to ad them in the theme code as this block was designed without the comment count. Please add this line of code:
<?php echo $this->get_comments();?> in td_module_mx1.php as block 14 uses module mx1 to show content
like so: http://screencast.com/t/V3YHhLbgDfSU

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the user roles cannot be translated as they come from the wordpress code and that is part of the wordpress core, not a setting you can translate.
As for the author box you will have to use css to customize it with css and you have to change the thumbnail size from the theme code. http://screencast.com/t/fridP1nTsu3i
Unfortunately we cannot do it for you as we do not have a customizxatiopn department. We try to help out where we can but we cannot fulfill every customization request. Sorry

Thanks.

Bogdan B.
tagDiv Staff

Hello,

I;m not sure what you are referring to when you say your footer does not show page content. The footer will not show page content. It shows the footer content. If you refer to pages not displaying content on the mobile theme, then please read this guide: https://forum.tagdiv.com/the-mobile-theme/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The specific animal icons are not part of font awesome, yes. Sorry for the confusion. They were added in our theme font specifically for the animals demo. These icons must be added through coding if you want to use theme elsewhere. You must use pseudo-element and use these codes:

house: \e902
cat: \e903
claws: \e904
dog: \e901
circus tent: \e900

They are added like so: http://screencast.com/t/bz3umquwhd
In the menus section you can see the html for the icons:
http://screencast.com/t/ILZ4V2F2gs

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You need to add the full URL of your account to the social media boxes. That means including the https:// part. Here is an example: https://www.facebook.com/TheWalkingDeadAMC/
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Post template 11 will not show embeded content on the top of the post, but rather the featured image. The featured image must be added through a youtube, daily motion, vimeo, twitter or facebook. The theme’s featured videos were not planed to be embedeed videos. For self-hosted ovideos we do not recommend the video templates as they require featured videos which you cannot place if you plan on embedding the video from your media library or another source. The best approach will be to use post style 5 that will not show the featured image and simply embed a video and place a featured image so modules and blocks will have an image to show.

Thank you!

Bogdan B.
tagDiv Staff

Hello,


@autobox
You will have to be more specific to what h4 you are referring to. There are multiple places where a h4 is present and there is no universal code to change it to a h3 for all the site.

Thank you!

Bogdan B.
tagDiv Staff

Actually we use both and more techniques to hide content on other devices. This is not a simple task as I replied above. There is no solution I can provide as this will take quite a bit of time to do and time does not allow us to provide any customization services. We do not have a customization department. You will have to search through the css of the theme and find the values you want to change and the values you want to leave as they are.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Maybe your ads fed by google are not responsive and they will not show up if the screen size is smaller than your ad size. You should really ask google about it as if other ads work and google ads don;t, that means the theme does it;s job rendering the ads. It;s google;s job to actually provide them so the theme has ads to show. You can try to use the adrotate plugin and place the adrotate shortcode in the theme panel .That way you bypass the theme ad system so you will know for sure if it’s the theme’s fault or not.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you define a category and the slider disappears, it probably means you have no posts to show in that category. The slider has to show posts. If there are no posts, nothing will be displayed. As for the height we do not recommend setting a fixed height to any element as it will break responsiveness. The height needs to be dynamic in a responsive environment.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you want to buy the plugin to get access to plugin support from the developers, you can but we do not recommend using any other version that the tested and approved one with our theme. Right now the latest version tested is 4.12.1 which is the latest version the plugin author has released: http://screencast.com/t/EznDBR02H6DX We update visual composer along with the theme updates so if you do not have this version, please use the guide you posted and update your plugin from the main theme package.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please provide a link to your forum so i can provide the proper css code for it as our theme does not have color options for bbpress, but it can be changed through custom css.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Our theme only provides 2 sliders. One is this one: http://demo.tagdiv.com/newspaper/ios-slider/ and the other is this one: http://demo.tagdiv.com/newspaper/big-grid-slide/ There is no slider elements that can show a big thumb and 4 smaller thumbs. The grid you show does not have any sliding options.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you cannot use the default width in our theme you are better off testing the other column layouts as changing the theme width is not recommended and not an easy task to do. Our theme elements were only tested with the default blue column layout. Some elements will work in another column layout but you will have to test this out.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You will not have to activate the theme again. You will just have to mention the old domain where it was first activated on and specify the envato purchase code if we ask for it. You can go ahead and change domains.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please provide more details to this issue. When did it appear? what did you change or install before this issue appeared. Provide a link to your site so we can see the issue and inspect it.
Thank you!

Bogdan B.
tagDiv Staff

Nice one!
Good job!

Bogdan B.
tagDiv Staff

You can get fancy with the code if you know your way around php and creating a few conditions ad you can target specific pages whare you want the code to apply. WordPress has a few nifty functions like
https://developer.wordpress.org/reference/functions/is_single/
https://developer.wordpress.org/reference/functions/is_category/
https://developer.wordpress.org/reference/functions/is_page/
Hope this helps.

Bogdan B.
tagDiv Staff

Hello,

Certainly!
The more stories element can be activated or removed from here: http://screencast.com/t/KLB0KPPoPtzO

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Well since you are trying to alter our theme blocks which are custom made, it;s safe to say that it is far from the default wordpress functionality. Our module, blocks and theme elements are custom made and will not work with standard wp functions. They are used to some extent, but new custom made functions are also used. You will not be able to edit ad add functionality to our blocks based only on the default wordpress implementation.
You will require substantial coding skills for it. Our blocks were not designed to work with custom taxonomies.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The mobile theme plugin indeed is a different theme. Please read this guide to learn about the mobile theme functionality: https://forum.tagdiv.com/the-mobile-theme/

Thank you!

Bogdan B.
tagDiv Staff

Yes, but there is no such reference in our theme. I searched through all the theme files and there is no such code. I cannot provide any solution as i do not know where yoast adds the implementation. The mobile theme was not tested with any of the tested plugins of the main theme.

Thank you!

Viewing 25 posts - 12,201 through 12,225 (of 22,378 total)