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,
You can modify the theme files for this as the re is no setting that can provide this kind of feature. You ned to edit the post template files and make the modification for each post template you use. Then you can use this function https://developer.wordpress.org/reference/functions/in_category/ and add a condition to the comments template in the loop-single files here: http://screencast.com/t/79gc8poMEo
I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
This will be no easy task to do as links are not a general thing you can target with css and all of them will become styled as you want. There are links on images, on modules and blocks post titles, or block titles, inside the post content, inside the menu, in the sidebar, and all of them under different containers and different css. You will have to inspect the links that you want to change and use css to style the ones you want. There is no general code that will apply correctly for all links. We had this request a few times before and we did try to help out but this is a complex task and we cannot offer any customization services at the moment.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately we did not test the google maps plugin so we are not sure if it will work or not with our theme. Maybe one of our users can help if they use such a plugin. You can try another version of it as I see there are a few of them available. Test them out with a bit of trial and error.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can increase the font size for these elements to make them more visible with a bit of css:
.td-post-next-prev-content span{
font-size:25px!important;
}

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Well there is something that is creating the image size for the logo. Wp smush only compresses images as far as we are aware of. Please send us an email at contact@tagdiv.com and provide wp-admin so we can login and inspect the logo. Please also include a link to this topic so we can identify you.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately our theme has no such option. You can only add a color or image as a background from the theme settings. Revolution slider can be added inside the content, not behind it.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The theme ad spots do not offer a category ad unfortunately. It can be done by altering the theme files though. You can place an ad the the bottom of categories by adding this code:
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
in this file like so: http://screencast.com/t/abKwebu1Rn3q
Make sure you have an ad in custom ad 1 or change the ad spot to another custom ad in the code

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The shortcodes you see are there because you do not have the visual composer plugin activated at the moment. Please activate the plugin so the shortcodes can get rendered. Also you need version 4.11.2 of visual composwer if you use version 4.5 of wordpress. There was a conflict between wordpress and visual composer under version 4.9
You can use this guide to update the theme: https://forum.tagdiv.com/how-to-update-the-theme-2/ and then this one to update visual composer: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/. Please also update your social counter plugin as the old one will not work in newspaper 7.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

It seems your element is an empty social counter element. Please edit the sidebar you use on your posts from the sidebars area and remove the social counter element from the sidebar. look for the social counter element in these dropdowns on your end: http://screencast.com/t/XNWyVC6x98D8
If you still have trouble with this, please contact us via email and provide wp-admin so we can login and check for errors. if you email us please provide a link to this topic so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please provide a link to your site pointing at this block you cannot change the title to so i can inspect it.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please make sure you do not use visual composer on posts as the mobile theme will not work if visual composer is detected on posts.
If you do not use VC on posts, please deactivate ll plugins except visual composer, clear cache and reset cdn files if you use it.
If you still have problems with this, please provide a link to your site so we can inspect it.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
If you removed the content from the sidebar, you can add it in again in visual composer. Just click the + button in that column, or if the row itself was split differently you need to split it again from here: http://screencast.com/t/Loygpkgx
Please use this guide: https://forum.tagdiv.com/how-to-use-visual-composer/
Thanks.

Bogdan B.
tagDiv Staff

Hello,
Unfortunately our theme has no such option and I doubt plugins can tie into our code as our modules and blocks are custom made and plugins are created on the standard WP code. If you truly need this customization, then it has to be made custom. You will have to hire a developer/freelancer to do it for you as we cannot provide any custom work at the moment.
You can hire a freelancer from sites like studio.envato.com
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Well it’s best to keep the aspect ratio/proportions of the container if the image is destined just for that container in particular. The container itself is 1164×400
Also be mindful of responsiveness as the image could need adjustments on tablet or mobile phones. Make sure to test your image on those devices as well (or on the chrome emulator if you do not have all devices available)
Thank you!

Bogdan B.
tagDiv Staff

Hi,
There is no VC 5. The latest version of visual composer is this one: http://screencast.com/t/aIHFStU2sunu and it will be available in the next theme update (we have no eta on it yet).
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The mobile theme elements can be translated from the translation section of the theme panel: http://screencast.com/t/im5fjtFj
As for the second question, you cannot add visual composer blocks to the mkobile theme. The mobile theme does not use Visual composer. Please read this topic: https://forum.tagdiv.com/the-mobile-theme/

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Unfortunately we cannot recommend any such plugin as we have not tested any. You can either try a few free ones and see how they work or maybe one of our users can help in this matter if they use such a plugin.

Thank you!

Bogdan B.
tagDiv Staff

Sorry,

Missed the second issue,
Your version of visual composer is too old to work properly with version 4.5 of wordpress. Please update your visual composer plugin by disabling and deleting the current installed plugin files and install the new version from the theme panel here: http://screencast.com/t/YXbwFSVR

Thanks.

Bogdan B.
tagDiv Staff

Hi,

The video does not work like that as you do not have to use the embed code for a featured video. Simply add the video url like so: https://www.youtube.com/watch?v=LjlmWDkl3FM

Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Facebook will grab any image it can so that is why you need to have the proper OG image selected by following this guide: https://forum.tagdiv.com/facebook-share/ Even so, if you try to share something that has no image associated with it, facebook will grab the first image it can. I can’t say for sure how it works as we do not work for facebook 🙂 You will have to do a bit of research on this as we have not tested sharing categories on fb as our theme does not provide this option. The only sharing we provide is post sharing.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

I have tested your facebook id on my end but it works as expected: http://screencast.com/t/ZRtWxhrQ
I also checked your g+ account: http://screencast.com/t/HGWjm9cz02
Please follow this guide and make sure you set everything up properly: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Also make sure you clear all caches afterwards as the counter is affected by cache.
if you still have trouble with the counter afterwards, please try to disable all plugins except visual composer, clear cache and reset cdn files. This should rule out any plugin conflicts that might affect the counter.
If all else fails, please email us at contact@tagdiv.com and provide wp-admin so we can login and inspect the issue. Please also include a link to this topic so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Our theme does not provide a featured image for categories. you can only have a featured image for posts or pages, but not categories. We did not test a featured image on a category but you can maybe find a plugin that allows this.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Our theme already provides a solution for this problem called the ajax post views. Please activate this option: http://screencast.com/t/zp6U1aqQ
Also for the 7 days post sorting make sure you have the option enabled from the theme panel shown here:
https://forum.tagdiv.com/7-days-post-sorting/

I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hi,

Unfortunately not all CPT-s seem to work with the mobile theme. Especially the ones that change the theme elements such as your featured video one. Our theme does not use an internal featured video, but just videos from youtube or vimeo. Your CPT has a different featured video implementation. The mobile theme was designed to work with the theme’s default implementation. It only seems to affect the video though as the rest of the elements seem to display ok. Unfortunately in this case there are 2 options. Either you disable the mobile theme and use the standard responsive version or you adapt the mobile theme code for your ctp, although this will not be an easy task and substantial coding skills are required. If you need thius modification, you can hire a freelancer from sites like studio.envato.com.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This is actually a wordpress trick. You can add the time in the custom date setting like so: F j, Y, g:i A : http://screencast.com/t/vkDY3VK2o and now you will have something like this: http://screencast.com/t/xbt8qgRy7k6s

Hope this helps.
Thank you!

Viewing 25 posts - 14,801 through 14,825 (of 22,378 total)