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 :)
Catalin
tagDiv Staff

Hi playmyrequest,

If you want to display on your page an unique article, please set this feature within Wp panel, like this: http://screencast.com/t/hlUnh2QSNkM . Now, on your page, you will have only unique articles.

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi todaybase,

Please try the code below for social media sharing boxes above the content

.td-social-sharing-buttons {
height: 55px;
min-width: 70px;
padding-top:16px;
font-size: 15px;
}
.td-social-pinterest .td-icon-pinterest {
font-size: 24px;
}
.td-social-google .td-icon-googleplus {
font-size: 24px;
}

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

Also, please try the code below for social media sharing boxes below the content

.td-post-sharing-bottom .td-social-sharing-buttons {
height:60px;
min-width:60px;
padding-top:20px;
font-size:15px;
}
.td-social-google .td-icon-googleplus {
font-size: 20px;
}
.td-post-sharing-bottom .td-social-google i {
left: 4px;
}
.td-social-pinterest .td-icon-pinterest {
font-size: 20px;
left:2px;
}

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

Place the both code in Theme panel->Custom Css area!

I hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi strawberrybase,

Please try the code below and fix the problem. Place the code in Custom Css area, in Theme Panel.

.td_block_slide .block-title > a {
width: 100%
}

The result you should see here: http://screencast.com/t/tZWdtIvIn

Also, if you want to have this style for another block, please replace this class .td_block_slide with the class block used, for example: td_block_6, or td_block_5, … etc.

I hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi InfinitCode,

I’ve checked the Css Style on our theme and everything seems to works fine. I am not fully sure about what kind of Css Style you mean. Please provide more details about this problem so i can be able to provide a more accurate response. If you have a Custom Css style, there will not be applied on our version because they changed some classes. Here, you can see that contains our update: http://tagdiv.com/newspaper-6-6-update/ .

Thank you for your understanding!

Catalin
tagDiv Staff

Hi mailodiasc,

Unfortunately, our developers have decided to deactivate that option of Visual Composer because that thing caused more conflicts/error with theme.

Thank you for your understanding and sorry for the inconvenience!

Catalin
tagDiv Staff

Hi bluhub,

I’ve checked your site now and everything seems to works fine about your slider. Please provide more details about this because i do not saw the problem there and otherwise i can be able to provide a more accurate response.

For your second request, you can hide your pagination button of your News Sticker if you use the code below:

.td-trending-now-wrapper .td-next-prev-wrap {
display:none;
}

Place the code in Theme panel->Custom Css area, like this: http://screencast.com/t/HFtowNXBT and the result you should see here: http://screencast.com/t/uHlhxWdBfyW

If you want to display number of views on the block image, especially for block 8, it is necessary to make some modifications to show the views.

First of all, you need to know what kind of module is used in your block and this thing you can find here: http://screencast.com/t/urs7uFoNMC . After this, you have to add this code in get_views(); ?> td_module_7.php, like this: http://screencast.com/t/rGIUp8VWW .

On the second step, you have to copy the function get_views() from td_module_single_base.php in td_module.php like here: http://screencast.com/t/6pDj3N6S

Also, on the final step, you can use this CSS for a better alignment, add it in Theme Panel ->Custom CSS section, like this: http://screencast.com/t/agIXeDpeRn

.td_module_wrap .td-module-meta-info .td-post-views {
position: relative;
display: inline-block;
top: 2px;
margin-left: 14px;
color: #aaa;
}
.td_module_wrap .td-module-meta-info .td-post-views span {
margin-left: 5px;
}

Result: http://screencast.com/t/5mNoYgS9A7

I hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi JFoulger,

Thank you! Glad that i could helped!

Catalin
tagDiv Staff

Hi PatWire,

Yes, those are the steps.

Thank you!

Catalin
tagDiv Staff

Hi JFoulger,

Please try the code below and place it in Custom Css area: http://screencast.com/t/eWmnyaf1

.td-header-style-1 .td-header-sp-recs {
margin-top: 12px;
}
.td-header-style-1 .td-header-sp-logo {
margin-top:15px!important;
}

The result you should see here: http://screencast.com/t/pOREfvaUlGe

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi jcarr99,

Please try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/s0mTFxEVefe

@media(max-width: 768px) {
.td-social-facebook .td-icon-facebook, .td-social-twitter .td-icon-twitter{
float: left;
}
.td-social-but-text {
display: block!important;
}
}

The result you should see here: http://screencast.com/t/cIxwMDHaai5

Hope this helps!

Thank you!

Catalin
tagDiv Staff
Catalin
tagDiv Staff
Catalin
tagDiv Staff
Catalin
tagDiv Staff
Catalin
tagDiv Staff

Hi steedhar,

We know about this issues and we have it on our list for the future updates. Our developers try to find a solution for it, as soon as possible and hopefully in a future update we will be able to implement this.

Thank you for your understanding!

Catalin
tagDiv Staff

Hi todaybase,

I suppose that you mean the top bar social icons and the footer too. You can change the size of this if you use the code below. Place this code in your Theme panel->Custom Css. With first code you can change the social icons in Top bar menu and with the second code you can change the footer social icons.

.td-social-icon-wrap .td-icon-font {
font-size: 24px;
width: 40px;
}

The result: http://screencast.com/t/9cPtMKjO

.td-social-style-X .td-icon-font {
font-size: 25px;
width: 50px;
height: 50px;
line-height: 50px;
}

Note Where X is the number of footer style used!

The result: http://screencast.com/t/YcNcyO40

If is not what you mean, please provide more details abour your problem so i can be able to provide a more accurate response.

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi marcelo,

If you want to opening your banner ad in a new page, you have to add this code target="_blank" in your Ads area, like this: http://screencast.com/t/Hn5EkQUP9w .

Hope this helps and let us know how it goes!

Thanks!

Catalin
tagDiv Staff

Hello ultraluxury,

The mega-menu is an complex feature on our theme that displays a category and subcategory, as you can see in our demo, like this: http://screencast.com/t/myjyjwRdDHj . If you want to add “Cars” as child of “Lifestyle” you should make the “Cars” as subcategory, like this example: http://screencast.com/t/F9tZs1a0j .

The result you should see here:http://screencast.com/t/Of4EYgXt

For more information about mega-menu, you can consult our documentation, here: https://forum.tagdiv.com/mega-menu/

If is not what you mean, please provide more details about this so i can be able to provide a more accurate response.

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hello mauricem,

Unfortunately, we do not have a fixed date, but hopefully in near future we will succeed to solve this problem in our new updates.

Thank you for your understanding!

Catalin
tagDiv Staff

Hi FrozenGod,

Please try this to use next/prev pagination on posts by adding this parameter:'next_or_number' => 'next', here: http://screencast.com/t/hkqJljKyxr3 and remove this code: http://screencast.com/t/87kGUcin5YQN – result: http://screencast.com/t/8THEIGR5 Also you can style this buttons as you like using this classes: .page-nav .page-nav-post

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi Andy,

Please follow the topic below and you can see how to change the delay time of the News Sticker.
https://forum.tagdiv.com/topic/increasing-timer-for-trending-now-post-rotation/

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi zdepth,

Yes, it is correct. I have checked your site now and the custom ads works fine. You can look here: http://screencast.com/t/b4R4D502asO . Also you can clear all your caches and try it again.

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi strawberrybase,

You can achieve this if you increase the height of the td-header-sp-logo. Also you have to adjust and the padding-top of the image ad to look better.
Please try the code below and place it in Theme panel->Custom Css area.

.td-header-sp-logo {
height: 130px!important;
}
.td-header-style-1 .td-header-sp-logo img {
max-height: 130px!important;
}
.td-a-rec-id-header a img {
padding-top:30px!important;
}

The result you should see here: http://screencast.com/t/t6wuwGIC0g8Y

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi 84KcZ,

Unfortunately, our theme does not have a control on the title of a YouTube video. All of settings is in iframe that is generated by YouTube, like this: http://screencast.com/t/lIhZfCubQpZ . I suggest you to looking for another plugins that you can have greater control over player.

I hope this helps!

Thank you for your understanding!

Catalin
tagDiv Staff

Hi SamuelWright,

Please try the code below and place it in Theme-panel, Custom Css area.

.td_block_id_2613887240 .block-title {
font-weight:bold;
}
.td_block_text_with_title {
padding-bottom: 0px;
}

The result you should see here: http://screencast.com/t/jTqNtzyNlaP

If is not what you want, please provide more details about this, so i can be able to provide a more accurate response.

I hope this helps and let us know how it goes!

Thank you!

Viewing 25 posts - 23,001 through 23,025 (of 23,298 total)