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 :)
Simion C.
tagDiv Staff

Hi,

Your header menu has a visibility hidden style property – http://screencast.com/t/D0TlW4Ti7 Try adding the code provided above. It will make the menu visible at all times, just add it in Theme Panel->Custom Css. Please let me know if it works for you.

Thanks

Simion C.
tagDiv Staff

Hi,

You should select the recommended Post template style 5, as this post template will not display Featured Image on Single Post, like this – http://screencast.com/t/YMfWQ8Ece

Thanks

Simion C.
tagDiv Staff

Hi,

In order to display the modal image you must use the proper link, pointing to the image – http://screencast.com/t/KZh9nsHBY The modal feature does not work with external links.
If you want the image to take you to an external site when clicked, please disable the General modal image here – http://screencast.com/t/weepNCo2QdL and edit the image you want to use as a an external link – http://screencast.com/t/EkVmW8HKf

Thanks

Simion C.
tagDiv Staff

Hi,

To achieve a Smart list like that, you must choose Smart list style 7 – http://screencast.com/t/MCXcmLdD then insert your content like this – http://screencast.com/t/p6KRIdh2bYSi

The result – http://screencast.com/t/ZO23G30Uo2
More about Smart lists here – https://forum.tagdiv.com/smart-lists/

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately the Youtube playlist works only with video id’s, so each video id needs to be added manually in order to create a playlist. You cannot use a previously created playlist id in a youtube playlist element. More info here – https://forum.tagdiv.com/video-playlist-2/ You can however use a Video Player element – http://screencast.com/t/nbkpuV0eBoKc and paste a link to your youtube playlist like this – http://screencast.com/t/3Rulprqcdehc

The result is like this – http://screencast.com/t/AQ2a5hAphttp://screencast.com/t/E0jgIZoLMy

Thanks

Simion C.
tagDiv Staff

Hi,

You can try this code for Header style 10 (for Header style 11 change the first class number to 11 in each of the lines), just enter it in Theme panel->Custom Css

.td-header-style-10 .td-header-main-menu .sf-menu > li > a:after {
height: 0;
}
.td-header-style-10 .td-header-main-menu .sf-menu > li > a {
color: black;
}
.td-header-style-10 .td-header-main-menu .sf-menu > li > a:hover {
background-color: #4db2ec;
}
.td-header-style-10 .td-header-main-menu .menu-item-first a:first-child {
background-color: #4db2ec;
}

Please let me know if this works for you

Thanks

  • This reply was modified 9 years by Simion C..
Simion C.
tagDiv Staff

Hi,

To disable the sidebar in your post page, go to your individual post settings and choose no sidebar – http://screencast.com/t/CEzU5g8AFN Adittionaly you can disable the sidebar on all the categories or per category in Theme Panel here – http://screencast.com/t/sig2hSLCdfq

Thanks

Simion C.
tagDiv Staff

Hi,

1. You can add your own categories in the blocks by opening your page in Visual Composer – http://screencast.com/t/OkBlhYaAi then scroll down to Visual Composer and edit the block you want – http://screencast.com/t/zlmLP8BeL In block settings General tab you can set a new name for the block – http://screencast.com/t/kgaVmENdGv and in the Filter tab you can choose what category you want – http://screencast.com/t/ffWjAodpobS More about blocks here – https://forum.tagdiv.com/block-settings-tutorial/

2. Additionally you can remove the blocks from the page by deleting them or you can add others later on according to your needs – http://screencast.com/t/HVNuAMXtwZ

If this is not what you wanted to know please provide more details.

Thanks

Simion C.
tagDiv Staff

Hi,

That is the way it is supposed to look in Post template 8, it uses the image as background. You should change the Post template to similar ones that do not do this, like Post template 3 for example – http://screencast.com/t/nfb2MqaNDYPO

Thanks

Simion C.
tagDiv Staff

Hi,

The theme calculates excerpts by words or letters, go to your Theme Panel->Excerpts – http://screencast.com/t/GjH9xF9KJk7 and choose letters.
More about excerpts here – https://forum.tagdiv.com/excerpts-introduction/

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately there is no easy way of doing this, because it implies modifying the theme files. If you want to make changes here is the file – http://screencast.com/t/LDEesbcz Furthermore, you should consider hiring a freelancer/developer to help you achieve this, as it is not easy.

Thanks

Simion C.
tagDiv Staff

Hi,

Glad to hear it, I wish you a Merry Christmas and a Happy New Year!

Thank you

Simion C.
tagDiv Staff

Hi,

You can change that image by opening your page in Visual Composer editor – http://screencast.com/t/9R23UFLdNQDZ then choose to edit the first row – http://screencast.com/t/fKOPZbsk now scroll down the General tab go to Parallax and select the image you want – http://screencast.com/t/9y6SbDPrI

Thanks

Simion C.
tagDiv Staff

Hi,

To change the font color and background color of the respective category tags, in Big Grid 3 and Block 19 please enter this code in Custom Css(Please change the fonts as you desire)

.td_block_big_grid_3 .td-post-category {
background-color: red!important;
color: blue;
}
.td_block_19 .td-editor-date .td-post-category {
background-color: red!important;
color: blue;
}

If you want to target all the category tags just use this

.td-post-category {
background-color: red!important;
color: blue;
}

Thank you, pleased to hear that you are having a great time using the theme.

Simion C.
tagDiv Staff

Hi,

In order to stop showing latest articles on your page you must select the default template in your Page attributes, like this – http://screencast.com/t/kiIdXwhO4P
You can find additional information about the page templates here – https://forum.tagdiv.com/page-templates-2/

Thanks

Simion C.
tagDiv Staff

Hi,

Add this code in Theme Panel->Custom Css

.td-header-gradient:before {
background: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Enter this code in addition to the one provided above, in the same Custom Css

@media (max-width: 767px) and (min-width: 500px) {
.td-pb-span4 .td_block_11 .td_module_10 .item-details {
padding-left: 0;
padding-right: 95px;
}
}
@media (max-width: 767px) { .td-pb-span4 .td_block_11 .td_module_10 .td-excerpt {
display: block;
margin-top: 20px;
}
}

Let me know if this works

Thanks

Simion C.
tagDiv Staff

Hi,

Those share buttons that appear in your menu are not from the theme, you have installed a plugin probably that is adding them there. Please disable all your plugins except Visual Composer and try again then.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately after further investigations it seems that when you add a Videoplayer element in a Tab in Visual Composer, it doesn’t display the iframe properly. You should think of another way of implementation. You can try this code that offers a quick fix, until you manage to make some changes in your design.Enter the code in Theme Panel->Custom Css and please let me know if this works for you

@media (min-width: 1140px) {
.wpb_wrapper iframe {
height: 360px!important;
}
}

Thanks

Simion C.
tagDiv Staff

Hi,

You can enable or disable comment number on the blocks and modules in Theme Panel->Block Settings like this – http://screencast.com/t/a3GOcdFf1hdQ

Thanks

Simion C.
tagDiv Staff

Hi,

This is happening because you have a height set in the iframe, overwriting the default height – http://screencast.com/t/ZXyNUMrz9XtN
You must remove it to allow the videos to be displayed normally – http://screencast.com/t/wb1WoSWub12

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected your site and it seems that is not happening anymore. From what i can see in the screenshot provided it was the result of a plugin that you were using. Some plugins are not tested with the theme and may cause unexpected results.

Thanks

Simion C.
tagDiv Staff

Hi,

Please make sure to update the required plugins bundled with the theme, not just the theme. Remove the old plugins (Visual Composer, Social Counter) and install the latest ones.

More about the update process here – https://forum.tagdiv.com/how-to-update-the-theme-2/

Simion C.
tagDiv Staff

Hi,

You can change that text to whatever you like in Theme Panel->Translations – http://screencast.com/t/U7XwNCDuBoF

Thanks

Simion C.
tagDiv Staff

Hi,

It should work, just create a new category named “Featured”, with the “featured” slug, exactly like here – http://screencast.com/t/BXJjtr86
You can hide the author name on blocks and modules here – http://screencast.com/t/4VGXiMgot

Thanks

Viewing 25 posts - 20,626 through 20,650 (of 20,678 total)