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 infinite load or load more pagination cannot be used on category page, it can be used only on blocks, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately for the moment Speed Booster is not compatible with all plugins, but we work and we will provide a documentation how to make it compatible with other plugins.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link and more details about mobile device that you have used. If you tested on desktop and only resized the browser’s window it will look like on your images, but on mobile it should not look like that. Please check also our demo to make an idea.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link as I need to inspect this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can add your background in Theme Panel > Background section – http://screencast.com/t/4YgVLW2udf2y and try this custom css to remove white background for page content:

.td-page-wrap{
background: transparent !important;
}

But you may need additional cutomizations as some post elements may have also background – http://screencast.com/t/9UfyMCYmwfS

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

There are only few colors that are apply directly on shortcode button as black(default), green, blue.. what I tested and the #hex codes don’t work there. I don’t have a list of colors supported, sorry. A solution is to create your button in a page and take the shortcode and paste it in post content – http://screencast.com/t/SPcFoSldgodhttp://screencast.com/t/7pAPG5YN9Rhttp://screencast.com/t/9ypgY52djbAd
Result: http://screencast.com/t/bGfiE3RzTwP5

Or you can use the shortcode and add the color something like this: http://screencast.com/t/mF1AGJIWOh8a
And use this like an extra class, so you can change background only for that button or if you have more buttons that you want to have the same color with this custom css: http://screencast.com/t/Wt37aY48J In this way you can add an #hex color.

.vc_btn-test {
background-color: #3C89AB!important;
color: #ffffff;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, newsticker’s articles should not be considered unique posts, when unique articles feature is enabled.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to add your own widgets instead of using predefined footer, you will have to change footer style – http://screencast.com/t/vQFw3veaXXU and add your widgets from Widgets section – http://screencast.com/t/1vz68FskzPL
So if you use footer style 3 style, Popular Categories should not appear.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you add the code properly as it should work the same in functions.php file. Try to add it add the bottom of the content.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that you solved this issue and thanks for the suggestion!

Alin [tagDiv]
tagDiv Staff

Hi,

We will release an update today to fix some issues with unique articles, speed booster, child theme..

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@shogunteam
Please try this custom css to remove gradient from IOS slider thumbnails – http://screencast.com/t/ZneaSsxS

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

For Big Grids and Big Grid Slider you can use Style 4 – http://screencast.com/t/WHqbfgNQqsA


@skykid
Please use Style 4 for Big Grid, and also use this custom css in Theme Panel > Custom Css to remove zoom effect:

.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none !important;
-webkit-transform: none !important;
-moz-transform: none !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please provide a link so we can take a look if you still have this issue with thumbnails. Try also to regenerate only that image maybe it was not regenerated.
2. Try to change the module to display your articles on category page and save your settings as were added more features for category template – http://screencast.com/t/a2bJ1wNTh37U Also change the module for each template you may have issues also on search page for example – http://screencast.com/t/VoiG4Xjta7
3. Do you use speed booster? This usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into the css style-sheet, which will make your colors to load first and stay that way.
4. You can change the date format form WordPress settings – http://screencast.com/t/tHRb1anDA6R

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please take a look at our page template – http://screencast.com/t/ENINuT7K2XE and try to create your own template without header and footer(add it in the root of the theme like the other templates) and set it when you create a page where you don’t want header and footer – https://developer.wordpress.org/themes/template-files-section/page-template-files/page-templates/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link and also more details about the mobile device that you have used so we will look at this issue

Thanks!.

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that it worked!
Seems that I have misunderstood you at my second part of my answer!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

When you scroll down and you reach to the last widget from the sidebar, it becomes sticky and depends also by the monitor resolution how many widgets are visible – http://screencast.com/t/MvemfgyaLo3
Please provide more details if this is not what you mean.

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

2. I have added this on our list and it will be fixed as soon as possible, please try this custom css till then – http://screencast.com/t/358CUhe3c7nA

.td-footer-wrapper .widget_text img {
width: auto;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, it will be an option to change the background color for blocks titles in the next update. You can try this custom css till then – http://screencast.com/t/C4kQAuYFAQ8

.block-title a, .block-title span, .block-title label {
background-color: red !important;
}
.block-title {
border-bottom: 2px solid red !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can send us a mail at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this topic so we can know who you are. Please make a full backup of your current installation.
We will answer as soon as possible, but it may take a while.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so I can inspect this and try also to use !important tag:

.td_block_slide .td-post-views {
display: none !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you install and activate the plugin, then take the icon code and paste it in Navigation Label – http://screencast.com/t/TKqYz6oH5http://screencast.com/t/oR2LdrWz

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can increase the font size for article title for each module – http://screencast.com/t/pbg68h6JiFYhttp://screencast.com/t/8c0mJz0m5

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This issue will be fixed in the next update, please try this custom css till then:

.td-g-rec-id-content_top .adsbygoogle, .td-g-rec-id-content_bottom .adsbygoogle {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

It usually happens when loading the font file (which contains those icons) from another host/url. Please check your browser’s console, you have this error – http://screencast.com/t/vM7necli1PjO
The solution would be to load them from the same url as the site or try this solution – http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co

Thanks!

Viewing 25 posts - 4,476 through 4,500 (of 7,871 total)