Home User profile
tagDiv Member
I love to drive fast cars and to play Need for Speed! I enjoy to help customers tweak their websites for high performance! I’m a proud member of the tagDiv support team!
Andrei L.
tagDiv Member

Hi

Please check our documentation regarding the sidebar set up: https://forum.tagdiv.com/sidebars-tutorial/ This is from Newspaper theme but it applies on Newsmag as well. Also try top deactivate all plugins except Visual Composer, clear all caches and test again. Id the problem persist please provide your site url so i can take a closer look at this issue.

Thanks!

Andrei L.
tagDiv Member

Buna

Dupa ultimele update-uri ale temei codul precedent nu mai functioneaza. Incearca sa maresti aceasta valoare http://screencast.com/t/wmoIZ2vzz din td_wp_booster_functions.php. Modificarea aceasta ar trebuii sa genereze urmatorul rezultat: http://screencast.com/t/NXj53Moo

Multumesc.

Andrei L.
tagDiv Member

Hi

Unfortunately the td-config.php file can’t be moved in child theme at the moment. You can check the file which can be moved in child theme in our documentation: https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks!

Andrei L.
tagDiv Member

Hi

You can change the background color from theme panel > theme colors: http://screencast.com/t/v3cQsvq7p

Thanks!

Andrei L.
tagDiv Member

Hi

Thanks @Chris for your help.

@grochu
you can also check our documentation here: https://forum.tagdiv.com/newsmag-newsmag-documentation/ for more details about theme functionality.

Thanks!

Andrei L.
tagDiv Member

Hi

1. Try this css in theme panel > custom code > custom css and modify the indicated value as you want: http://screencast.com/t/o7GpfeYHH0hd

.td-container {
background-color: rgba(255, 255, 255, 0.45)!important;
}

2. Try this css: http://screencast.com/t/8ZPc9PFL5h91

.td-header-top-menu{
background-color: transparent!important;
}

3. You can change the fount used in post from theme panel > theme fonts: http://screencast.com/t/y2zbYYW6ty

Let me know how it goes and if you still need further instructions please provide more details.
Thanks!

Andrei L.
tagDiv Member

Hi

This error appear because there is missing a bracket. Please follow this link to add the bracket then test again: http://screencast.com/t/oqjX4RuK

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and noticed that the z-index for the main menu it’s overwritten by some custom css which most likely comes from a plugin. To fix that try this css in theme panel > custom code > custom css: http://screencast.com/t/DnHrz4iwUK4

.td-header-main-menu{
z-index: 2!important;
}

Thanks!

Andrei L.
tagDiv Member

Hi

he theme doesn’t have an option to hide the category thag for a specific category but you can achieve that by adding a conditions in td_module.php file like here: http://screencast.com/t/cCEa9Vfnk

if (in_category('categury-tag/slug/id', $this->post->ID )){
return;
}

Just add the category tag/slg/id which you want to exclude in this functions, it should work fine: http://screencast.com/t/l37VRu5mU

Thanks!

Andrei L.
tagDiv Member

Hi

The theme have translate options and cn be found in theme panel here: http://screencast.com/t/51T481vSRxM2 You can check our documentation in this regard here: https://forum.tagdiv.com/newsmag-loading-translations/

Thanks!

Andrei L.
tagDiv Member

Hi

To change the background color for the title try this css: http://screencast.com/t/OY6pmQ1gvf

.wpb_gallery .wpb_wrapper .wpb_heading{
background-color: #AD4E4E;
}

The post slider itțs a Visual Composer built in element and excerpt for it aren’t controlled by the theme. You will have to edit the plugin’s files in order to change that. For the line-height try this css:

.flex-caption p{
font-weight: 400!important;
}

Thanks!

Andrei L.
tagDiv Member

Hi


@DaneOLeary
glad you solved it and good luck on your project!
Thanks for your message!

Andrei L.
tagDiv Member

Hi

Sorry for misunderstanding you.
The page structure changes a bit when the homepage post it’s used, that’s why the extra class added for the row isn’t targeted. To change the tile color for this post try this css: http://screencast.com/t/Q2oKTi7fjk

.page-id-14196 .template6-header .entry-title a {
color: red!important;
}

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

Alin replied you via email!
Thanks for the message!

Andrei L.
tagDiv Member

Hi

Please provide your site url so I can inspect this issue closer.
Thanks!

Andrei L.
tagDiv Member

Hi

This could be a cache issue or a conflict with a plugin. Try to deactivate all plugins except Visual Composer, clear all caches and test this again.

Let us know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

We didn’t tested any of the plugins with similar functionality as Enhanced Media Library with the theme so I can’t make any recommendations in this regard. You can try a few of them with the theme, to check theirs behavior and use the one which works best.

Thanks!

Andrei L.
tagDiv Member

Hi

I can’t make any suggestions in this regard as the actual theme’s implementation regarding the background ad doesn’t allow to output a shortcode, only an url. This is a complex tack which require many investigations and i can’t provide any solution now. You can always get a professional developer from sites like: http://studio.envato.com/ to do this for you if you don’t know how to do it yourself.

Thanks!

Andrei L.
tagDiv Member

Hi

When Yoast SEO plugin is installed the default og tags from the theme are replaced by with the ones from the plugin. You don’t need to delete or deactivate the theme’s tags as they are automatically deactivated if the Yoast plugin is installed.

If this is not what you mean please provide more details.
Thanks!

Andrei L.
tagDiv Member

Hi

In its latest versions Visual Composer changed the layout for backend but the main functionalities are the same. You can find the default templates here: http://screencast.com/t/1tIP4daaO also they can be seen on our demo: http://screencast.com/t/XvDRTp4P

Thanks!

Andrei L.
tagDiv Member

Hi

You can send us an email at contact@tagdiv.com and include your site url and also a link to this topic and we will get back to you as soon as possible.

Thanks!

Andrei L.
tagDiv Member

Hi

I mentioned above that the new thumb must be registered in td_config.php file here: http://screencast.com/t/CzrLP9jqhWS
Please consider that this is a complex task which require many customizations and for the moment we cannot offer any type of custom work. If you can’t do this by yourself my advice is to look for someone to help you or hire a freelancer from sites like http://studio.envato.com/ to do it for you.

Thanks!

Andrei L.
tagDiv Member

Hi

I am not sure why this happens but I suspect that is a cache issue. Try to clear all caches including browser cache and test again. Also try by deactivating all plugins except Visual Composer, just to make sure that there is no conflict then check if the issue is still there.

Let us know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

Sorry for the delay. We answer from the oldest topic to the newest and because you updated your topic it was always on top.
The theme was designed to display only an image + link as a background ad. To change this implementation you will need many customizations in theme’s core files. You can try to edit the function which render the background ad in td_background_render.php: http://screencast.com/t/EUbcEBFhiz
Please consider that this is a complex task which require many customizations and for the moment we cannot offer any type of custom work. If you can’t do this by yourself my advice is to hire a freelancer from sites like http://studio.envato.com/ to do it for you.

Thanks!

Andrei L.
tagDiv Member

Hi

Thanks for the suggestion. I’ve added it on our feature request list and we will consider it for future updates of the theme. Hoover we have to pick very carefully the new features that will be implemented as we have over 250 requests on our list and the user always must get what is best from us.

Thanks for the message!

Viewing 25 posts - 4,651 through 4,675 (of 6,511 total)