Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi,

Noticed that now, thanks for reporting this, we will take a look.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Thanks for sharing!
Have a nice day!

Lucian
tagDiv Staff

Hi,

Replied via e-mail.

Thanks

Lucian
tagDiv Staff

Hi,

There is a template file for each post style http://screencast.com/t/MSuFE1X7jL
You can set the post style template from Theme Panel > Post Settings http://screencast.com/t/3S32Qs3XuA or from Post Settings in “Edit post” panel http://screencast.com/t/UAlkqq4b3Go
Make sure you have set the default post template, like in the screenshots, then edit the loop-single.php file and make this changes: http://screencast.com/t/sNkgpRg2f

Result: http://screencast.com/t/zBnPQwQeswu

Use this css in Theme Panel > Custom CSS to lower the image:

.td-post-featured-image {
margin-top: 20px;
}

Do the same for other templates.

Thanks

  • This reply was modified 12 years by Lucian.
Lucian
tagDiv Staff

Hi,

There is no block which displays posts without a thumb image.
You can hide the images though via css if you like or you can add posts without featured image if you don’t want to have images on block.
Here is an example, just the title and meta info http://screencast.com/t/o9xYzX3dbf

Thanks

Lucian
tagDiv Staff

Hi,

You have to add it in the main theme also if you want to use the main theme the changes are just for the child theme.
You can use the child theme and this way you can change the child theme files if you want to modify something without changing the main themes files.

Thanks

Lucian
tagDiv Staff

Hi,

I have tested vertical alignment to your logo on your site and semms that it’s not working. You can use each one of this two methods to move the logo down:

.header-logo-wrap img {
position: relative;
top: 25px;
}

or

.header-logo-wrap {
margin-top: 44px;
}

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the inconvenience, we will consider this for future updates.

Thanks for the message

Lucian
tagDiv Staff

Hi,

I have tested this and seems to work just fine for me. Can you please send me an URL to a post that doesn’t work so I can see this issue?..

Regarding the image size for a basic post we use this dimensions: 1074 × 483, but there isn’t an ideal image size so it can look good on all thumbs.

Thanks

Lucian
tagDiv Staff

Hi,

You can use a plugin like Advanced Custom Fields. You can make it in a similar way like shown here:
https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/#post-8993

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

You can change the theme’s accent color if you like, it will change that blue used on blocks/widgets/slides/pagination… it will change the social counters buttons color as well.
I have pointed some in this screenshot: http://screencast.com/t/rfsasBf9GHJs
Changing the theme’s accent color won’t affect the category tags.
Have a look in Theme Panel you also have there the custom typography where you can change the font color as you like http://screencast.com/t/TP6sojnzWB2y

Thanks

Lucian
tagDiv Staff

Hi,

The disabling the top menu will not disable the mobile menu also, in your case this may be due to some plugins, please check this again.

1. Unfortunately that can’t be done easily, you can try to do it yourself if you like or you can hire a developer to do it for you.

2. Add this css in Theme Panel > Custom CSS to remove the menu items sub indicator:

.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
border-bottom: none !important;
}

.td-full-layout .td-menu-background:after, .td-boxed-layout .td-menu-wrap:after {
display: none !important;
}

.td-full-layout .td-menu-background, .td-boxed-layout .td-menu-wrap {
border-bottom: none !important;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
top: 48px !important;
}

Add this custom css if you want to style the menu for tablets:

@media (min-width: 768px) and (max-width: 1018px) {

.sf-menu li {
background: black;
}

.sf-menu > li > a {
z-index: 1 !important;
border-bottom: none !important;
}

.sf-menu ul .td-not-mega > a {
background: white;
z-index: 99999 !important;
}  
}

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

If you want to use the JavaScript on post page you have to add the script on all posts templates or on the one you decide to use: http://screencast.com/t/hmiNw0Ua64z
If you want to use it on pages you have to add the script on the template you want to show up on http://screencast.com/t/32PeYXxB4mx

Thanks

Lucian
tagDiv Staff

Hi,

Please send us an URL to your site so we can check this issue. You can also use the Facebook Debugger toll to check a share link, if you like: https://developers.facebook.com/tools/debug/

Thanks

Lucian
tagDiv Staff

Hi,

Please disable all plugins one by one and check to see if this issue is still there. If you can’t find a fix for this please send an e-mail at contact@tagdiv.com with your wp-admin user and pass so we can check this, also add a link to this topic or specify the details of this problem.

Thanks

Lucian
tagDiv Staff

Hi,

Please add this custom css in Theme Panel >custom CSS:

.td_block_wrap .block-title a, .block-title span, .block-title label {
position: relative;
top: 1px;
}

Thanks

Lucian
tagDiv Staff

Hi,

In td_module_6.php file move the <?php echo $this->get_category(); ?> line and add this class ' . 'class="custom_category" like here: http://screencast.com/t/xxqdUyITv

After doing that please add this custom CSS in Theme Panel > Custom CSS:

.custom_category{
line-height: 15px;
display: inline-block;
padding: 2px 8px 3px 8px;
margin-bottom: 4px;
color: white;
background-color: #c85bcd;
font-size: 12px;
}

Change the font/background/color.. as you like.

Regarding the category it’s not an easy task to do, you can hire an freelancer if you want to have something like that as we can’t offer custom work.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Please add the !important like this:

.td-header-bg {
height: 113px !important;
} 

It should work, I have tested it on your site.

Thanks

Lucian
tagDiv Staff

Hi,

Please try to deactivate all plugins one by one except those that theme requires and check to see if the issues is still there.

Thnaks

Lucian
tagDiv Staff

Hi,

Yes, you can use this css:

.td_social_type .td_social_button a {
background-color: #fff;
color: #000;
}

Thanks

Lucian
tagDiv Staff

Hi,

Please try to create a new menu and add all menu items into the new one as you like and see if it starts working.
If not try updating the theme to latest version 4.1.


@NadiaP7406

Are you referring to the normal menu or at the mega menu? The mega menu dose not have a limited number of items.
Please let me know.

Thanks

Lucian
tagDiv Staff

Hi,

You have to add the video as featured video if you want to have a thumbnail http://screencast.com/t/o293Ulou
This way the video will be added by default at the top of your post. You can use Post template style 5 if you don’t want the featured video to be displayed at the top and add it as you like by pasting the video URL in the post content.

Thanks

Lucian
tagDiv Staff

Hi,

Yes, you can add the ARTICLE LIKE/TWEET/G+ buttons/counters from theme panel http://screencast.com/t/xoae1qYIJEji and style them as you like, you can inspect and follow the style from the sharing buttons: http://screencast.com/t/jrAQvEP5o
You can also try to find and use a plugin to achieve this.

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

Please send an URL to your site so we can check this issue. Also make sure you disable all plugins and see if this issue is still present.
If you still don’t manage to resolve this please give us wp-access so we can check, send your user and pass at contact@tagdiv.com

Thanks

Lucian
tagDiv Staff

Hi,

Add this custom CSS in Theme Panel > Custom CSS:

header time {
margin-right: 0px !important;
}

Thanks

Viewing 25 posts - 5,876 through 5,900 (of 6,600 total)