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,

Please take a look on post template files(also single_template) must be commented author code there: http://screencast.com/t/CaSwSlJPx

Comments were hidden under 500px screen width. This is the code that it was overwritten by code from above and now it will be displayed on all screens:

@media (max-width: 500px)
.post .entry-comments-views {
display: none;
}

I see that works fine on your site: http://screencast.com/t/aJHMvzCl

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I’ve also tested this, trying to recreate it but haven’t managed so please make sure that test this without any plugins active, leave just the Visual Composer active then empty caches and check again.
Also if you still have the issue please use paste.bin and paste the post content so we can take a look and try to recreate this: http://screencast.com/t/6dFSDBW81Ud

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want you can hide it with css: http://screencast.com/t/qs8AEROrJ

.comments .needsclick #url {
display: none;
}

Or remove this code: http://screencast.com/t/j8pU5HuvAqK
Result: http://screencast.com/t/zQ4JihwS

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this css to color border(removing border may brake the grid), but it will change the color of border between sidebar and latest articles: http://screencast.com/t/7KRNXDbwCQPzhttp://screencast.com/t/9XNOe4KpqZ

.td-pb-border-top{
border-color: white;
}
.td-pb-row [class*="td-pb-span"]{
border-color: white;
}

Also if you use page template with Latest Articles, maybe you want to color container border: http://screencast.com/t/DCquwnMP6

.td-container{
border-color: white;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Blocks was designed to work properly with posts, but there is an option in block settings to add page: http://screencast.com/t/JSI6frAwYmP
Result: http://screencast.com/t/XxTwZQ6mP
It works but I suggest to use this only if is necessarily, because you won’t have many options in block settings to work with pages, for example sort order will be “Latest”.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately theme doesn’t have an option to have different header on category page, you will need custom work for that. We would have gladly made it for you but we work very hard on the updates and features for all the users, sorry for this.
Here you can find an example one header on homepage and different header on all other: https://forum.tagdiv.com/topic/one-header-on-homepage-different-on-all-other/
It is not an easy task to do that for each category and if you don’t have basic php/html/css experience I suggest that you hire a professional developer to make this custom modification for you.

After you install the Demo Data you can import 6 different styles (Stacks).

Thanks!

Alin [tagDiv]
tagDiv Staff

Tocmai asta spuneam daca afisati custom ad1 atat la mijloc cat si jos normal ca va fi acelasi banner. In schimb puteti sa afisati de exemplu Custom ad 1 la mijloc si Custom ad2 in partea de jos.

Tocmai de aceea v-am dat solutia cu mai multe custom ad-uri, ca sa afisati diferite bannere unde doriti.

Mersi!

Alin [tagDiv]
tagDiv Staff

Hi,

I have already replied to the other topic( Real Estate Plugin), as the theme was not tested with a plugin like that so we will take a look if we can find a solution. Sorry about the inconvenience!
Also regarding this issue we tested woocommerce plugin but didn’t found any issues like this. Please provide a link to the plugin that you use(if is free) so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to add !important like this:

.td-sbig-title-wrap .td-sbig-title{
float: right !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is no option to add php code with Visual Composer plugin, you could try to edit page template that you use and add php code directly there.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use Chrome and inspect blocks/modules that you want to change: http://screencast.com/t/Kqn6OMhPM

For example like above block 14: http://screencast.com/t/Vc2v5mcs

.td_module_mx1 .td-module-thumb a:last-child:before{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 90%);
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you have enabled all elements from Settings -> Visual Composer and save settings: http://screencast.com/t/NFnptkKg

Thanks!

Alin [tagDiv]
tagDiv Staff

Buna,

Oriunde folosesti custom ad 1 va afisa acelasi banner, tema nu are o optiune sa roteasca bannerele. Pentru asta puteti cauta si folosi un plugin.
Aici gasiti o solutie ca sa adaugati mai multe custom ad-uri: https://forum.tagdiv.com/topic/sidebar-ads/#post-21850

Mersi!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately theme doesn’t have an option for this. You will need custom modifications for that, unfortunately we cannot offer custom work because we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use forum for issues that no need wp-acces and you think can be solved here.

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

Please edit this file and change the background: http://screencast.com/t/aFkm9dQRTh
Result: http://screencast.com/t/m14qj9SJSF

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this without any plugins active, leave just Visual Composer and SEO by Yoast active, also clear cache and purge your files if you use CDN.
Also please provide more details about the pagination issue as I checked your site and found any issues with that:
-block pagination: http://screencast.com/t/fF37Lpzxr6yYhttp://screencast.com/t/8iE9JweX2W
-latest articles: http://screencast.com/t/MzMh6riOtNYt

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I guess that you want background color when you hover it: http://screencast.com/t/DJNBQDqDTR2

.category .td-subcategory-header .td-category a:hover{
background-color: pink;
}

If you refereed to the categories background when you don’t hover please use this css in Theme Panel > Custom Css: http://screencast.com/t/6voWJhAR

.category .td-subcategory-header .td-category a{
background-color: pink;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use a plugin for that like WordPress SEO by Yoast plugin. You can find here more info abut it – https://yoast.com/articles/wordpress-seo/#permalinks

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately using the Speed Booster plugin could cause issues of this type, because the plugin moves resources to the footer. We will investigate this and make some tests and we will fix it in next updates.
You can try to change fonts for elements that you need directly in style.css file. Also please empty cache and purge your files if you use CDN.

Sorry for inconvenience and thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the infinite scroll pagination cannot be set for category as this pages cannot be build using the page builder and the infinite pagination only works and can be added on blocks.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you enabled all elements from Settings -> Visual Composer and save settings: http://screencast.com/t/oY4yVWZW

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can install our demo and import predefined styles, please follow this guide: https://forum.tagdiv.com/installing-the-demo-data/

For each category you can set a module to display articles list, also you can set background: http://screencast.com/t/AETetusiSWNj
Result: http://screencast.com/t/FkSDB43p

Please follow our documentation: https://forum.tagdiv.com/newsmag-documentation/
Let me know if you have any issues related to the theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and I didn’t found that issues for all browsers is the same page:

Chrome – appear Trending Now block, no breadcrumbs: http://screencast.com/t/DUiqaPf1o
Mozzila: http://screencast.com/t/a4Sl7BqBiAP

If you use a cache, please clear it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Like Frydenborg said here you can enable thumbs: http://screencast.com/t/gsFUQgxJJW

Thanks

Viewing 25 posts - 7,101 through 7,125 (of 7,871 total)