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,

You can try this custom css in Theme Panel > Custom Css and you can change it how you wish – http://screencast.com/t/qwT0lyhkCx

@media (max-width: 767px){
#td-top-mobile-toggle {
float: right;
}
.mobile-logo-wrap img {
left: 0px !important;
right: auto !important;
}
#td-top-search {
position: absolute !important;
top: 0px !important;
right: 35px !important;
}
.header-search-wrap .dropdown-menu {
left: auto !important;
right: 0;
}
.header-search-wrap .dropdown-menu:before {
right: 15px !important;
left: auto !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have also checked this and I added it on our todo list and we will try to fix it as soon as possible.

Thanks for reporting!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to add that code in functions.php without unset code change the fields linkedin to name how you want to be displayed in contact details from user profile. Also try to add here field parameter – http://screencast.com/t/On9hxoQNs

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please clear your cache and purge your files if you use CDN. Also you can check this without any plugins active, leave just Visual Composer active. Let me know how it goes!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@Jeni
Please try to update your theme at the latest version 1.7.1 using this guide(FTP method) – https://forum.tagdiv.com/how-to-update-theme/ and also update the plugins that come with the theme’s files from the /plugins folder. And then check if you still have that error.


@lospicos
I have also checked your url on testing tool and did not found that issue, please provide a screenshot with the error and the url where this error appears.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can place a block instead of Related Articles using do_shortcode function:
* Take the shortcode of a block(use setting for sort order,title..): http://screencast.com/t/143oITwq9byAhttp://screencast.com/t/NlBT470SYPnP
* Replace the Related Articles code in post template that you use – http://screencast.com/t/hvyJrzYZfdjihttp://screencast.com/t/xj7M3jOJhttp://screencast.com/t/eapEU5vP6

<?php echo do_shortcode('your shortcode');?>

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for delay, we’ve answered to the most oldest topics and because you’ve added a new reply we missed your post!
I have also checked this, you can use plugin’s shortcode and replace the top menu social share like you wish – http://screencast.com/t/XclcTlcnpIj

<?php echo do_shortcode('[flagicons]'); ?>

And use this custom css in Theme Panel to customize flags – http://screencast.com/t/xRvWPGQqx

.td-header-sp-top-widget a {
float: left;
margin-right: 3px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can copy featured image code from post template 3 and paste it above the content div: http://screencast.com/t/syYCwVBDhttp://screencast.com/t/m10ysJeygcSt and then regenerate thumbnails – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make also this change in category.php file – http://screencast.com/t/xM499wjVWi
Result: http://screencast.com/t/6APLiGAw

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks Chris!


@awtown
The above css code will place the thumb above the title but you can change this if you like how it looks – http://screencast.com/t/9wy1BnfrpkKl Replace with this code in Theme Panel > Custom Css: http://screencast.com/t/9nlnbRRJ

@media (min-width: 768px){
.td-pb-row .td-pb-span4 .td_block_11 .entry-thumb {
width: 180px !important;
margin-left: auto;
margin-right: auto;
}
.td-pb-row .td-pb-span4 .td_block_11 .td-module-title {
padding-left: 185px !important;
}
}

Also if you like with thumb above title like I provided the code first time, please adjust that code like this as it affect also module 10. So this is the right code and I will also edit and change it in my previous post: http://screencast.com/t/qVrW4EhS7

@media (min-width: 768px){
.td-pb-row .td-pb-span4 .td_block_11 .entry-thumb {
width: 180px !important;
margin-left: auto;
margin-right: auto;
}
.td-pb-row .td-pb-span4 .td_block_11 .td_module_10 .td-module-thumb {
float: none!important;
}
.td-pb-row .td-pb-span4 .td_block_11 .td-module-title {
padding-left: 0px !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The footer size is the same on page and also on post, but on the page is this custom css on row(this is applied for Visual Composer rows – also in footer it is a row) that’s why it cuts the top border for your widgets titles – http://screencast.com/t/NiUi1zjjv
You can try this custom css to remove overflow for the row from the footer container – http://screencast.com/t/qiueilst

.td-footer-container .td-pb-row {
overflow: initial;
}

Or you can add some top margin for widgets from the footer – http://screencast.com/t/aKLwLHRg

.td-footer-container .widget_pages, .td-footer-container .widget_meta {
margin-top: 2px;
}

Page footer – http://screencast.com/t/Xs6EDCPW6pX
Post footer – http://screencast.com/t/EOC8sLe0akj

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

That depends on module that you are using to display articles on your category page – http://screencast.com/t/gRno14CC and set excerpt length for module that you use – http://screencast.com/t/UBacKdnmPmao
Please provide more details if this is not what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have an option, but you may try to do it with custom css. Please provide more details about what you are trying to do and your site url so we can take a look and try to find a solution.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to use !important for background color:

.td-drop-down-search input[type=submit]:hover {
background-color: red !important;
color: white;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I cannot replicate this, please make sure that you have added the code properly and clear cache. I have checked the code that I have provide to you and it works fine – http://screencast.com/t/Rp8J2p21zx

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want your thumbnails for module 12 to be cropped at that size you have to change it also in module 12 – http://screencast.com/t/LLOoHCSg5kbA

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and the ads are there – http://screencast.com/t/qfgUqXmqqrq please make sure that you have added your code properly and you don’t break google policies – https://support.google.com/adsense/answer/48182?hl=en
Also please note that it might take a while until your ads to appear(even a few days) and you can try this also without any plugins active, leave only Visual Composer active, clear cache and check it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Did you made any custom modification to the code for template 2? As your sidebar is not displayed in the row how it should be – http://screencast.com/t/ZMYiu3bPuershttp://screencast.com/t/MAQ0BiNDWsOnhttp://screencast.com/t/iKe5Uj9L

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You share plugin overwrite css for pinterest share button. Please remove pinterest code from here: http://screencast.com/t/bxdjn1jgnRQ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Did you set the featured image and it doesn’t show? – http://screencast.com/t/Djk4VUS6Tl
Also I see that you use post style 3 – http://screencast.com/t/SNbtxFSRunJZ please make sure that you have enabled featured image from Theme Panel – http://screencast.com/t/e4vNXnfs7

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have this option, but this will be available from version 5 of the Newspaper.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please contact your server administrator and explain the situation, as you also figured out it is server issue – http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_Server_Error

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

As you can see in the code the sort order for category slider is featured, so if you want to show random post there you can change it like this – http://screencast.com/t/3KrBRq56ATC

random_posts

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Theme doesn’t have an option to change the background for page content, but you can add your background color using custom css in Theme Panel > Custom Css: http://screencast.com/t/m9XhMMEyoh1

.td-page-wrap {
background-color: #1F1B1C !important;
color: white !important;
}

You also have to change the color for articles titles and excerpt from Theme Panel > Custom Typography: http://screencast.com/t/oVA6jyALl
Please note that maybe you will have to make more customizations for some widgets that will not change the color and you will have to target those classes and change the color via custom css.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please edit your page and from block settings you ca change those titles – http://screencast.com/t/rQjScE1Fdd
2. You can filter your articles using a different category for your blocks from block settings – http://screencast.com/t/3jZ7SkjLN5 Another solution will be to enable Unique articles feature for your page or use offset feature: https://forum.tagdiv.com/unique-articles-and-offset-newspaper/ If you have pagination unique articles doesn’t work.
Please also follow our documentation – https://forum.tagdiv.com/newspaper-documentation/
3. That is a custom menu created for our demo site so there is no option to activate it from Theme Panel or Menus section. But you can activate it from the code – http://screencast.com/t/vnjN5oVFw and you can change the links an text from here – http://screencast.com/t/RaZ1kmVtcA
4. Please set Autoplay from Big Slider/Slider settings – http://screencast.com/t/TX6JFsEH

Thanks!

Viewing 25 posts - 5,126 through 5,150 (of 7,871 total)