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,

I have checked your site again and did not found any issues – http://screencast.com/t/yjEAIJEI You can also control this a little bit using excerpts – http://screencast.com/t/ITJ5QWIes9 especially to not have titles on 4 lines.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you test this also without any plugin active except of Visual Composer, clear cache and see if you still have this issue as it may be caused by a plugin.
Also you can use this custom css in Theme Panel > Custom Css – http://screencast.com/t/iDRlblCnDJx0

.post header h1 {
color: #cc3d00 !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

It is different in this version bu t I have found a workaround http://screencast.com/t/gScAWE5u3tphttp://screencast.com/t/Z5dVpBXdgA Please make sure that you add the code properly and just change the category name and post template:

$current_categories = get_the_category($post->ID);
foreach ($current_categories as $category){
if ($category->cat_name == 'Vogue'){
$td_default_site_post_template = 'single_template_6';
}
}

$current_categories = get_the_category($post->ID);
foreach ($current_categories as $category){
if ($category->cat_name == 'Vogue'){
$td_post_theme_settings['td_post_template'] = 'single_template_6';
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use this custom css – http://screencast.com/t/ISsO24sPjd1v

@media (max-width: 767px) {
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
.td-header-sp-top-widget {
display: none !important;
}
}

I will also add your suggestion for mobile menu on our list.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We are open to suggestions, I will add your topic on our suggestions list. The developers will look to your suggestions and they will decide what can be implement to our themes.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and did not found any issues with the thumbnails they properly cropped – http://screencast.com/t/jIDXmPgNbN There’s no ideal image size, the modules have thumbs with different aspect ratio and a part of the image may get lost on the cropping process. You could read more about the featured image size here (it’s from Newsmag documentation but the principles are the same) – https://forum.tagdiv.com/image-size/ You have to do some tests and see what aspect ratio to use, depending what blocks/modules you use most.

Also if you want to change the crop mode(center-top) or add a different thumb size, you need to alter the code – http://screencast.com/t/7nlYBLgcfb also the thumb is used in the modules – http://screencast.com/t/U34sGuJ2gfX If you make any changes you will have to regenerate thumbs.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the category tag on modules/blocks will not have the color that you set from panel and you will need custom modification to achieve this. We would have gladly made it for you but for the moment we cannot offer custom work, sorry! If you want to modify the code here you can find it – http://screencast.com/t/P4Vv1Z5W

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide the screenshots with the settings you have made in the block settings area.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email 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 and what your issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Did you updated to the 4.3 version of WordPress? Please also update that theme to the latest version 6.3.3 – http://screencast.com/t/NdrAqu989
Also if you don’t want to update here you can find the fix – http://cdn.tagdiv.com/wp-content/uploads/2015/08/td_widget_builder.zip just replace the old file td_widget_builder.phphttp://screencast.com/t/xrAr1JLL2EF

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi The Learned Lizard,

I did not see your reply, so I post again. Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/rUyErvjkoi0

.td_module_5 .entry-title {
min-height: 80px;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi sirajcmr,

Yes, unfortunately it is not so easy to find proper solution for this issue. Can you provide also a link? Do you have this issue on blocks or only when you use module on loop page?

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, you can activate the theme on your test site and when you change to your main website you can use the same code. Envato specifies that each theme can be used for one product (site): http://themeforest.net/licenses/standard but you can use it on multiple test sites. If you want to use it on multiple sites/domains you’d have to buy a license for each project.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/W2p7qxLIJCB

.product-category .count {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email 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 and what your issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The related videos(posts) must be add inside the template code. You can take a look at how the default post templates are build and could copy the related articles function and modify it to display custom post types http://screencast.com/t/2UtaBJkrM5w3http://screencast.com/t/VoXFEPIoQ3
For quotes on blocks is more complicated, you have to add quote on both backend and frontend to display it for CPT’s. Unfortunately I cannot provide a quick solution for your request, my advice is to look to a professional developer to do this modifications for you. We would have gladly made it for you but for the moment we cannot offer custom work, sorry for this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide more details about how it should look like when it works and a link so I can take a look, maybe I can provide a solution. If possible leave only Visual Composer and CanvaKala plugins enabled.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you have custom css please remove it, also disable any css/js minifications and check it without any plugins active, leave just Visual Composer active, clear cache and see if you still have this issue. Let me know how it goes!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this guide and set Leverage Browser Caching – https://forum.tagdiv.com/how-to-make-the-site-faster/
Also try to use only plugins that you need. The speed booster move the js and css at the bottom of the page to Eliminate render-blocking, but not for all plugins. It is tested only with some plugins – http://screencast.com/t/e84eU4HmJ and it will be disable if you use other plugins, please check System Status – http://screencast.com/t/r9yEtFSpSxuc

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately theme doesn’t have an option to set the post template from a specific category, this can be done only manually for each article from that category. We have a similar suggestion on our list to set a general post template from category settings and the developers will consider this. I cannot promise you anything they will decide if this can be implemented in a future update. I’m not sure what you mean about the sidebars, if you set a custom sidebar for a category, all the posts from that category inherit the sidebar.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@Mr_S
As the top bar was not designed to work on mobiles some of containers are also hidden, like in your case a css is to display the top bar(.td-header-top-menu-full) and the other one to show the menu(.td-header-top-menu-full .td-header-sp-top-menu). In case that you had also the social icons widget active(Thomas case) this container also will be visible(it doesn’t have css to hide it).


@Thomas
Please try this custom css, this should display sign in and social icons widgets – http://screencast.com/t/jxljko5scU8T

@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
}

We will consider another implementation, at least for sign in widget.

Thanks!

Alin [tagDiv]
tagDiv Staff

http://0div.com:30/paper1/wp-content/uploads/2015/07/logo-header.png

Hi,

Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/GByc71a3EF

.logo-text-container .td-logo-text {
font-family: Tahoma;
}
.logo-text-container .td-tagline-text {
font-family: Tahoma;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css – http://screencast.com/t/iQ3vrHns

.author-box-wrap .avatar {
border-radius: 100%;
-webkit-box-shadow: -1px 2px 7px 4px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 2px 7px 4px rgba(0,0,0,0.75);
box-shadow: -1px 2px 7px 4px rgba(0,0,0,0.75);
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi Branstone,

I have checked your site and the post title has black color – http://screencast.com/t/mvVF6ooIPP Please check Custom Typography from panel and see what color is set there – http://screencast.com/t/H2zjgRjvflg

Also we did some tests using version 4(we created new database) of the theme and only the theme’s plugins active and worked with WordPress 4.3. If you want to update the wordpress version I suggest to make a full backup of your current installation(also wordpress), leave only theme’s plugins active and also wp-debug set on false – https://codex.wordpress.org/WP_DEBUG

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately even if you reduce the title length will not solve this issue, please provide a link and I will try to provide a css fix.

Thanks!

Viewing 25 posts - 2,826 through 2,850 (of 7,871 total)