Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the developers decided to have only standard and video post formats as there is a post template (post style 5) that can be used to not display featured image in the post content. We are sorry for inconvenience!
A solution to fix this is to add gallery format again to post formats – http://screencast.com/t/XqX1Wkf5hjy and create a condition in the articles module – http://screencast.com/t/lIHWpS0V

if (get_post_format($this->post->ID) == 'gallery') {
            return '';
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for the delay, we are working with limited staff and we answer to the most oldest topics and because you’ve added a new reply we missed your post!

Please check this css solution for block titles ans search button in Theme Panel > Custom Css – http://screencast.com/t/t6w0hkOI

.block-title a, .block-title span, .block-title label {
background-color: red !important;
}
.block-title {
border-bottom: 2px solid red !important;
}
.widget_search input[type=submit] {
background-color: red;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Did you updated to the version 6 of the theme? Unfortunately the Social Icons block is not used anymore in this version of the theme, sorry! There is an option to display social icons on top menu bar – http://screencast.com/t/OdN4qdz9obdW and you have to add your links here – http://screencast.com/t/XwefiKcWLvs6

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@dazburn
Please try this custom css as the above code is for Big Grid Slide and you use Big Grid 2 – http://screencast.com/t/lstMuEXTHly

.td_block_big_grid_2 .td-big-grid-post-0 .entry-thumb {
width: 100%;
height: 100%;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can change the text color for text block content – http://screencast.com/t/5406npNB and you will have to use custom css to change font-size and line height: http://screencast.com/t/ls5Q3bmCr or if you want use html and add inline css – http://screencast.com/t/xos8wa1J2Iw9

.td_block_text_with_title {
font-size: 12px !important;
line-height: 20px !important;
}


@szysz
Please provide more details what you are try to do. You have many options in Theme Fonts – https://forum.tagdiv.com/font-customization/ If you refer also at Text with title block you can try the above solution for text content.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what you mean, you can change to a different color. Please provide more details what did you change and also you site url so we can take a look. You can also Theme Panel > Custom Css and add this code instead of changing it in the stylesheet file:

@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: red !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/flvOALr3m

.td-related-title .td-cur-simple-item {
background-color: red;
}
.td-related-title {
border-bottom: 2px solid red;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please add category slug name there – http://screencast.com/t/Rh3kTxST as I have checked again this and it is working fine, you have to add this code for each article ad (top, inline, bottom) – http://screencast.com/t/fODHijmyWxjhttp://screencast.com/t/Vheples1T2t

and !in_category('new-look-2015')

I suggest to get someone to help you if you don’t have basic php experience as we cannot provide any type of custom work at this time as we work hard on development, updates and support.

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Before update please backup the site (database and files) – https://codex.wordpress.org/WordPress_Backups

There is a guide how to update the theme – https://forum.tagdiv.com/how-to-update-the-theme-2/ I suggest to delete the old theme, then upload version 6. Also disable all your plugins when you update and then update the theme’s plugins, you can find them in the /plugins folder. After the update run the script included in the Welcome panel – http://screencast.com/t/eZxxuqvsTir running the script it will import old settings from database and it will change the shortcodes like you can see in the documentation. Also you have to regenerate the thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/ You may have to re-add widgets on the sidebars, some of them may not be imported or don’t exist anymore.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please make sure that you use the latest version of Visual Composer activate it from here – http://screencast.com/t/sICGwGTQXQTh and check the version – http://screencast.com/t/f1AAZ0ayq

2. We removed the quotes shortcodes, we use html with classes now. The quotes are not updated by the script, sorry. We tried to add them but on some cases there was a chance for errors to appear an we decided not to include them in the script.

Try to add the following code at the end of the functions.php file – http://screencast.com/t/OWxqEsYVKhttp://pastebin.com/NZEJsWQZ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately you will need custom work to create a custom page template and display the featured image like you want, not so simple. Theme page template were designed to work with Visual Composer and to display Visual Composer elements.
I suggest to get someone to help you as we cannot provide any type of custom work for the moment, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Replied here to show sign in widget in the top menu – https://forum.tagdiv.com/topic/v6-template-widget-missing/
Unfortunately login widget doesn’t exist anymore, you can find the login/register code in top-menu.php if you want to show it also in another section of the site – http://screencast.com/t/h7pB3ao2L

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,


@Carel
and @neakriti I have added this on our list and we will try to find a solution for login widget to appear on mobile. We will see if it will be added somewhere else…
You can try this custom css to display only sign in widget in top menu – http://screencast.com/t/brzKHghs3

@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
.td-header-sp-top-widget {
display: none !important;
}
}

2. If you use SEO by Yoast and bbpress activate you can handle it – http://screencast.com/t/9u6h6LGbwrzI Also you have in Theme Panel bbpress template to add a custom sidebar and set position for it – http://screencast.com/t/lEsL9kkVK I was referred to the page template of bbpress – http://screencast.com/t/HJPkL1ztavSa we use now full plugin without any customizations.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@jasongavin
Please provide more details about your issue. You need to edit your homepage and add/remove blocks using Visual Composer – http://screencast.com/t/UZgWbs6oDo9 you will have to create your page how you wish I’m not sure how can I help. Please also check documentation – https://forum.tagdiv.com/block-settings-tutorial/https://forum.tagdiv.com/how-to-use-visual-composer/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1.Please try this solution – https://forum.tagdiv.com/topic/the-problem-after-the-upgrade/#post-53951

2. I added this on our list and we will add an option in Theme Panel in a future update. Until then you can use this custom css in Theme Panel > Custom Css: http://screencast.com/t/ZNVuG2habq

@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: red !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this solution – https://forum.tagdiv.com/topic/reviews-of-posts-get-lost/ make a full backup before.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use this css only for mobile screens – http://screencast.com/t/rMDSomt6J

@media (max-width: 767px){
.single .td-page-wrap .td-grid-wrap{
padding-top: 10px !important;
}
}

About placing the code in the body you will have to to this for each template where you want to appear – page template that you use, post template, category… I think that what you done is the best solution.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@skykid
Your subscribers number must be visible – http://screencast.com/t/l4jEi89l Try to activate it from youtube settings – http://www.reelseo.com/hide-youtube-subscriber-count/


@sportujeme
Please make sure that you have subscribers visible like I suggested above and provide a link if you have added your youtube ID properly.


@Tommy
We will take a look and we will provide an answer as soon as possible.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can show the review box also on top of your article, but you have to edit post template that you use and copy the code like this – http://screencast.com/t/tvKrttt4g6http://screencast.com/t/aGhfTPfh06C
If you want to remove the bottom reviews, just delete the review code from bottom.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can create a custom sidebar – http://screencast.com/t/ncZ1OaxNLyHR set it for your posts and add widgets to it from Widgets section – http://screencast.com/t/Rgd7GeC3Cd
If you want to use a custom sidebar on your page using Widgetised Sidebar you can set it – http://screencast.com/t/EFIkHdk3XT

Do you refer to the News Ticker? You have to edit your homepage and filter posts that will appear there – http://screencast.com/t/iTVXJEDcvhM

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked this and I guess that you refer that it doesn’t adjust to the entire width when you turn to landscape. I have added this on issue list for further testing and see if we can find the reason for this.

Thanks for reporting!

Alin [tagDiv]
tagDiv Staff

Hi,


@shogunteam
I’m not sure for what slider you want to do this. For Big Grid Slider you can choose Style 4 – http://screencast.com/t/WHqbfgNQqsA
For IOS slider please try to use also !important tag:

.td_block_slide .td-image-gradient:before {
display: none !important;
}

Please provide a link if it doesn’t work.


@hhealth
If you want to remove gradient for all modules you can try this custom css: http://screencast.com/t/wU2cz2A4R

.td_module_wrap .td-module-thumb a:last-child:before {
display: none !important;
}

If you want this for each block you can try something like this: http://screencast.com/t/mU0X9p64fw you can use it also for block 14 just change 19 with 14:

.td_block_19 .td-module-thumb a:last-child:before {
display: none !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The Homepage BG template was removed, so now the Big Slide will not be added automatically to your page. You will have to add it manually using Visual Composer elements and add a background to the row – http://screencast.com/t/b1NHmJssAhttp://screencast.com/t/G40JxDjwWG Like you can see in the screenshot you have to adjust margins and padding.

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure why you have this issue, I have checked this and did not found any issues with filter by category on blocks – http://screencast.com/t/jtJnqFRb even if your article has more categories will appear on that block – http://screencast.com/t/y5zHiakDDLzshttp://screencast.com/t/yepuluj9 Please provide more details about your block settings and a link to take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@Novaque
Please try the above solution it should work, as many users had this issue and it worked. If you cannot manage to fix it please send an email at contact@tagdiv.com and provide ftp and wp-access so we can take a look, also paste a link to this topic so we can know who you are. We will answer as soon as possible.

Thanks!

Viewing 25 posts - 4,401 through 4,425 (of 7,871 total)