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 :)
Catalin
tagDiv Staff

Hi marketingthechange,

If you wish to control your footer code, you have to access the footer template style used, like this: http://screencast.com/t/bQxn0efhoM .

For more information about footer template, please consult our documentation here: https://forum.tagdiv.com/footer-templates/ .

For your second request, please consult this topic to solve the problem: https://forum.tagdiv.com/topic/add-a-link-to-the-sub-footer/

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi Edward,

Please try the code below in Theme panel->Custom Css area.

.td-footer-wrapper .td-animation-stack:hover a{
color:#a8a8a8!important;
}
.td-footer-wrapper .td_block_popular_categories a:hover{
color:#a8a8a8!important;
}

Thank you!

Catalin
tagDiv Staff

Hi globalmediacompl,

You can try the Css below in Theme panel. With this code you can improve the main menu display but, unfortunately, there is not complete justified as you wish.

This is a complex task which requires lots of customization and if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.

.td-header-style-10 .td-header-main-menu {
padding-left: 0!important;
padding-right: 0!important;
}
.td-header-style-10 .sf-menu > li > a {
padding:0px 25px!important;
}

Hope this helps!

Thank you for your understanding!

Catalin
tagDiv Staff

Hi viktoriakim,

Unfortunately, our theme has not designed for this. To display more levels you need custom modifications and I suggest to hire a freelancer to do this for you as we cannot provide custom work at this time, sorry!

Thank you for your understanding!

Catalin
tagDiv Staff

Hi Edward,

You can change the hover color of links in footer menu if you try the code below in Theme panel->Custom Css area, like this: http://screencast.com/t/OdqAt5qkpj and if you want to change the sub-footer menu text color, you can do this within Theme panel like this: http://screencast.com/t/UWpKDtFal

.td-sub-footer-menu li a:hover {
color: red;
}

The result should see here: http://screencast.com/t/HFXrDqasn

Hope this helps and let us know how it goes!

Thanks!

Catalin
tagDiv Staff

Hi shadyns,

You can edit your homepage latest articles from WordPress panel when you edit your page, like this: http://screencast.com/t/8lEL2aGQdxL .
If you want to change the number of articles per page, please check the Limit post number field and if you want to change the picture size you have to change the module layout.

Hope this helps and let us know how it goes!
Thanks!

Catalin
tagDiv Staff
Menu - reply

Hi,


@Healthills
, please follow the same steps with single post and for category you have to use function below:

if ( ! in_category (array('cat-id','cat-id'))) { ?>
menu container

Here, http://screencast.com/t/dut2LkmLOy you can see how to find the category ID.

Please note that if you use this method and you have the sticky menu enabled: http://screencast.com/t/WwiZxvu5cfv the images won’t be displayed on that post because a js error.


@Hamzah
, if you want to hide your main menu from particular page you have to use the page id that you want to hide.
Please try the code below in Theme panel->Custom Css area, like this: http://screencast.com/t/8hF2EXqv

.page-id-X .td-header-menu-wrap {
display:none;
}

Where X is your page ID. Here, http://screencast.com/t/S1qVQRbgFT you can see how to find the page ID.

For your second request, you can show different header ads in different page if you add some function in your ads.php file, like this: http://screencast.com/t/f7EsUBQq

if(is_page('page-id')){
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
}
else {
echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'header'));
}
?>

If you want to show header ads only to front page, you have to use is_front_page() function. The custom ad you can find it in Theme panel-Ads -> http://screencast.com/t/NujAwoIjF

Hope this helps and let us know how it goes!

Thanks!

Catalin
tagDiv Staff

Hi derinuzay,

Yes, it is possible to make your YouTube video to start automatically if you use and embed code with this argument ?autoplay=1 . Place this in your embed code, after the video ID, like this: http://screencast.com/t/QAnVljlL . This embed code you can take from You Tube, like this: http://screencast.com/t/wuelYzG8

I hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi globalmediacompl,

You can try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/wMFAyaqUrVE

.td-header-style-10 .header-search-wrap .td-icon-search {
display: none;
}

The result should see here: http://screencast.com/t/TET8m8vhq5 .

Also, for you second request, about the menu, i do not understand very good what you mean…the menu bar is
centered . Please provide more details if you want something else.

Thank you!

Catalin
tagDiv Staff

Hi larceny,

I understand what you want to do. First of all, i need to know what kind of smartlist you use. Below, you can find the steps you should follow to achieve as you wish, for smartlist style 7. If you are using other style, please let me know.

It is necessary to make some modification in core file, like that: http://screencast.com/t/ManwVqxXquChttp://screencast.com/t/4glTOReApKM .
The result should see here: http://screencast.com/t/2eTG7ORW2MB

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi shadyns,

For solve your problem, you should use as template Pagebuilder+latest articles+pagination when you edit your homepage, like this: http://screencast.com/t/dnSmseHGB7Un .

Hope this helps and let us know how it goes!

Thanks!

Catalin
tagDiv Staff

Hi zumaxb,

For this category style, header container are transparent and practically in this container you can see the background image. This can be set within Theme panel. There is not an easy option for it in panel to change this, sorry.
Also, another possibility for you, would be to use a bit of Css to make some customization. Please try the code below in your Theme panel->Custom Css area to fix the problem, like this: http://screencast.com/t/gtGlwFvufE

.td-category-header.td-image-gradient-style8 {
background-image: url('enter your URL image');
background-repeat: no-repeat;
}

Note: If you want to follow the above variant, please use a background color/image (white color for example)

Hope this help and let us how it goes!

Thank you!

Catalin
tagDiv Staff

Hi lfsantana,

Please try to disable all the plugins and reinstall that comes with the theme and not other ones. After this, check if your problem is still there….it can be a plugin conflict. If the problem is still there, please let me know and also provide a URL site so can inspect it closer.

Here is the guide on how to update the plugin – https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/

Hope this helps!

Thanks!

Catalin
tagDiv Staff

Hello ihora,

The archives are controlled by Yoast Seo. If you want to change this, first of all, you have to install the Yoast Seo plugin and make some modification like this: http://screencast.com/t/GIwQ7KLzpQhttp://screencast.com/t/qLi9HA2UxUx

Hope this helps and let us know how it goes!

Thanks!

Catalin
tagDiv Staff

Hi nordicmayhem,

I’ve checked your website and I saw what you mean with your playlist. Please make sure you have some video/music added in your playlist, otherwise will allow this error. For more information about how to make a playlist, please consult our documentation, here: https://forum.tagdiv.com/video-playlist-2/ . If the problem is still there, please provide more details about this.

Hope this helps and let us know how it goes!

Thanks!

Catalin
tagDiv Staff

Hi Arafat,

Thanks! Glad that i could helped!

Catalin
tagDiv Staff

Hi Arafat,

If you want to disable the News Ticker on mobile, please try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/ymKyDmyO

@media (max-width:767px){
.td-trending-now-wrapper {
display:none;
}
}

The result should see here: http://screencast.com/t/E4rpKKkrN

Hope this helps and let us know how it goes!

Thanks!

Catalin
tagDiv Staff

Hi gowthamsm,

There is an option for it in Theme panel->Theme fonts like this: http://screencast.com/t/zh29FwQyA . First of all, you have to download on the website an custom fonts as you like, of course. You can search a lot of this in this link: http://www.1001freefonts.com/ . After you have downloaded the font file, please use this online tool to create your own font: http://www.fontsquirrel.com/tools/webfont-generator .

After these steps http://screencast.com/t/p5vrpGyLrD4 you have to find the .woff file and insert it in Theme panel->Theme fonts->Custom fonts file like this: http://screencast.com/t/5AFW5qRKB . Now, your fonts are ready to use. You can find it in Theme panel-Theme fonts, like this: http://screencast.com/t/CFnRX3Fhhttp://screencast.com/t/Zkm4J24zwjE

If you want to change the fonts in all the theme, unfortunately, our theme does not an simply option to set it for all this…it is necessary to change it manually in theme panel, wherever you want to defend this font, like this: http://screencast.com/t/HkVYzvlff2 .

For more information about font customization, please consult our documentation here: https://forum.tagdiv.com/using-custom-fonts/

I hope this helps and let us know how it goes!

Thanks!

Catalin
tagDiv Staff

Hi posonty,

For solve your problem, please activate the Full Height Row in Visual Composer, like this: http://screencast.com/t/6w1W2NwNN and do not use the background image because when you use this, the layout of the site will become box.

I hope this helps and let us know how it goes!

Thanks!

Catalin
tagDiv Staff

Hi xmirz0,

I have tested this plugin on our theme and seems to works fine. Below you can find the steps that you need to follow to work this plugin.
After install, in your widgets area you can see it: http://screencast.com/t/1awc8Nj6rk . For instance, i used a cocacola Instagram id and the plugin gives you a shortcode, like this: http://screencast.com/t/ZdmVHJFdwHH . This shortcode you have to put as you wish in posts, pages, in article editor like this: http://screencast.com/t/SkbvnGMGhttp://screencast.com/t/3Z1rTGy26g . Also, if you want to use it on side bar, please follow this: http://screencast.com/t/3RvUnkZKlX0http://screencast.com/t/6MaIg6EUzsp and the result should see here: http://screencast.com/t/4NTKUU7H0 .

Before use this plugin, i suggest to clear all active plugin except visual composer because maybe cause an conflict.

I hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi zumaxb,

You can try to use the code below to change your max-height. Also you can adjust the max-height values as you wish. The min-height is 300px, the value standard set by theme.

Place the code below in Theme panel->Custom Css area, like this: http://screencast.com/t/K1VzkPISlE

.td-post-template-3 .td-post-featured-image {
max-height: 400px;
}

The result should see here: http://screencast.com/t/gKvoYbq7

Please make sure that your max-height is not less then your image height because in this case the image will be cropped.

I hope this helps and let us know how it goes!

Thanks!

Catalin
tagDiv Staff

Hi larceny,

To solve your problem, please use post template style 5 because this kind of template are recommended for smart list. This post template will not display Featured Image on Single Post. http://screencast.com/t/EG0wZveXhxP

Thanks!

Catalin
tagDiv Staff

Hi bestofbristol,

I’ve tested your website and everything seems to works fine. Please be more specific about your issue because i do not find this. Also, a screenshot should be useful.

Thanks!

Catalin
tagDiv Staff

Hi iscomp,

Please send us an email at contact@tagdiv.com and provide more details about this warning. Please be more specific about this and please explain exactly what kind of notification appears (screenshot should be useful). Please also provide a link to this topic so we know who you are.

Thank you!

Catalin
tagDiv Staff

Hi jstepastor,

Unfortunately we have not tested this plugin and cannot say for sure if it will work with Newspaper theme. We have no idea of the plugin functionality so we cannot make a suggestion on how to use it best with our theme. You could try to contact the plugin’s author and ask him for advice, maybe he can point you to the right direction. Also, if it necessary custom work, please consider to hire a freelancer to do this for you as we cannot provide custom work at this time, sorry!

Hope this helps!

Thank you for your understanding!

Viewing 25 posts - 23,051 through 23,075 (of 23,298 total)