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,
1.The travel demo uses the background image a bit different. It has it set on the row in visual composer. You need to edit your homepage and access row settings: http://screencast.com/t/Z2VHdgzUTuV3
2.You can set the posts you want in the 3 ‘boxes’ by editing the block below the first row and select the posts you want to display by post id: http://screencast.com/t/kL6xF23Ba
3. You can change the categories on the from the same block settings. Please follow this guide to see how to do it: https://forum.tagdiv.com/block-settings-tutorial/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please provide an example of these call to action elements as I cannot identify them in the link you provided.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I think you are referring to the more article box: http://screencast.com/t/w6jpfoAx6N
Thanks.

Bogdan B.
tagDiv Staff

Hello,
I tested this again on my end but it seems to display fine in custom ad 1 implemented exatly the same as yours: http://screencast.com/t/wogxkqiN
It seems the issue is not the theme. Please try to update your theme to the latest version, then try it without any plugins. Disable all of them except visual composer and clear cache (reset cdn if you use it).
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately that comes from the plugin. The theme does not control the forum login. You will need to see if your plugin supports visual composer elements or vice-versa and then you can add the login information element if this will be available. Alternatively, ypou can use the wp-meta element: http://screencast.com/t/GV1THCjPrH5http://screencast.com/t/HHwpiqlZ3tZN
Thank you!

Bogdan B.
tagDiv Staff

Hello,
1) The ad code is you choice, not the theme’s. There is no limitation for the ad code on where the image comes from. You can add a different image from a different url by simply editing the anchor tag in HTML:
<a href="the url you want it to go to"><img src="the image path on your server or an external site"/></a>
2) Unfortunately we cannot say for sure why google turns you down. You will have to contact them directly and ask few pointers as they are the ones making the rules.
Thank you!

  • This reply was modified 10 years by Bogdan B..
Bogdan B.
tagDiv Staff

Hello,
You can make a back-up of loop-single 7. Simply copy it on your desktop and after the update simply replace the one on your server with it.
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can either use the page menu or the mega-menu and set your categories as a sub-cat to the one on the main menu. I cannot say for sure if the problem you mentioned is a bug or not, but please provide a link to your website so we can take a look.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You nned to follow the instructions from the ad widget itself. If code needs to be placed in the ‘head’ of the document, then you need to place it here: http://screencast.com/t/NeWSxvUU
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
1) You can edit the code to your preference. Simply replace the margin-bottom:0!important with
margin-bottom:2px!important;
2) you can add this code unde the mergin-botom part of the code;
margin-top: 2px!important;

3) Please try it again and make sure you have an ad set to custom ad 1 in the theme panel. I tested it again and it works as expected.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please make sure your settings get saved in the theme panel. try other settings as well to see if they apply. If they do not, then you should follow this guide: https://forum.tagdiv.com/system-status-parameters-guide/
Regarding the cache, you simply need to clear the cache. If you use a cdn server then you need to reset the cdn files also.
If the problem is still there afterwards, please send an email at contact@tagdiv.com and provide wp-admin so we can take a look and see why the logo cannot change. Also include a link to this topic.
(We do not work on weekends so we will inspect your website on Monday)

Thank you!

Bogdan B.
tagDiv Staff

Hi JB,
I tested your this again on multiple devices including iphone 6 on chrome but could not recreate the issue. It displayed properly for us, at the top of the article. Please test this on another phone to see if there is not a local issue with the device.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please try to disable all plugins except visual composer, clear cache and reset cdn if you use it to rule out a plugin conflict.
If the problem is not solved afterwards, please try to download the theme again and install it via ftp. (You can delete the current theme as your settings will not get affected but just to be safe you can make a back-up beforehand) https://forum.tagdiv.com/install-via-ftp/
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can create a static page in visual composer for your blog and filter a single category for it. You can chose one of the content blocks for article display: http://demo.tagdiv.com/newspaper/block-1/
After you chose the block you want, you can then set it to a single category and add pagination to it from block settings: https://forum.tagdiv.com/block-settings-tutorial/
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
You will have to switch your grids to style 1 if the code is going to work. Please do so and let us know if it still will not do the trick.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

1) In order to get rid of the margin, you can use a bit of css:

.home .td-a-rec-id-custom_ad_1 > div, .home .td-a-rec-id-custom_ad_2 > div, .home .td-a-rec-id-custom_ad_3 > div, .home  .td-a-rec-id-custom_ad_4 > div, .home .td-a-rec-id-custom_ad_5 > div{
margin-bottom:0!important
}

2) In order to limit the width of the ad on the category pages and remove the spacing and title/breadcrumb you can use this code:

.category .g-single{
width: 1068px!important;
}
.category .td-a-rec-id-custom_ad_1 > div{
margin-bottom:0!important;
}
.category .td-crumb-container{
display:none!important;
}
.category .td-category-pulldown-filter{
display:none!important;
}
.category .td-category-header .td-page-title{
display:none;
}
.category .td-category-header{
padding-bottom:0!important;
}

3) In order to get the post ad above the content and the sidebar, you will need to edit the theme files and use a do_shortcode function inside the post template you want the ad to be displayed in. For example you can use a theme custom ad 1 spot and add this shortode in each of the loop files coresponding to the post styles you use:
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
Ad this code to the very top of the loop file like so:
http://screencast.com/t/76hTfIICn6kS
Make sure you have an ad placed in custom ad 1 .

I hope this helps.
Thank you for your message!

Bogdan B.
tagDiv Staff

Hello,
I have tested this on my end but could not recreate the issue. Please try to remove all your plugins except visual composer, clear your cache and purge cdn if you use it.
If the problem is still there please let us know and provide a link to your website pointing at the problem.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Our theme has 2 ways to insert ads. If the ad is adsense then you can insert the code directly into the ad section in the theme panel. For any other ads except for adsense, you need to use this method to implement the ad code: https://forum.tagdiv.com/using-other-ads/ Please use the div’s provided.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

I understand your request now, You can change the gradient colors using css and if you want a white gradient you can can use this code:

.td-big-grid-wrapper .td-module-thumb a:last-child:before{
background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.7) 100%);
}

This will be the initial result: http://screencast.com/t/TI94kQA0cwh
You can change the 2 colors in the code for different results. You can use the color selector here to pick the color and transparency: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Colors/Color_picker_tool

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
I have checked your website on multiple devices but could not find the problem. Please provide more details so we can better understand the issue. A screenshot of the problem will help as well.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
In order to provide the help you need, we will need a link to your website so we can inspect it and provide the css code necessary.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately the unique articles is not loaded for every block in particular. It is applied on the whole page and it affect modules not blocks. You can only exclude modules from it like the solution above but you cannot remove unique articles when the block is being created.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
I have checked your website and saw that you already figured out the solution for removing the gradient. Every big grid has 5 styles to it. You can chose a different style that does not have this gradient: http://screencast.com/t/mUt1KxVmEOzr
You can see these styles live on our demo here: http://demo.tagdiv.com/newspaper/big-grid-1/
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme does not support featured posts. You can however create a featured category and add your posts to it, then add a block in visual composer on the specific post you want it displayed. You can activate visual composer on posts from the plugin settings: http://screencast.com/t/V4d9MhrFxr
if you do not want to do this for every post in particular, you can edit the theme files and edit the specific post template you use and add a function to the file called do_shorctode. This will add a specific block you set to it on every post that uses that particular template you edit. They can be used in the child theme as well.
For example you can create your block in visual composer on a dummy page and get the shortcode for it: http://screencast.com/t/02ccgJ2Q8mN then get the shortcode for the block in classic mode/text mode
Then you can edit the post template from the files: http://screencast.com/t/FBgdVg39o
example: <?php echo do_shortcode('[vc_row][vc_column][td_block_3 category_id="2"][/vc_column][/vc_row]');?>

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I think you are aware that the theme has no borders by default and this is a customization. This however is no easy task. You will have to edit each block in order to get the borders set properly and it will require quite a bit of time. We recommend hiring a freelancer for this customization as it is a time-consuming job and we cannot offer any custom work at the moment (not substantial anyway). We try to help out where we can, but this involves quite a bit of tuning.
Thank you for your understanding.

Viewing 25 posts - 18,926 through 18,950 (of 22,378 total)