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 don’t think that if you use block 8 will solve the load more button issue, it will solve only small thumbs appear(module 3) to appear.
You have limited the posts to 2 and set load more button to appear after 10 pages to appear. Please take a look how many pages you have there – http://screencast.com/t/5hCGB9TjMTkc so the articles are over after 6 pages and that’s why the load more button doesn’t appear(the infinite load doesn’t get to the 10 pages). Hope this make sense and help you to customize your block how you wish.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please replace the above code with this one where it is included color: http://screencast.com/t/OwgE0W6cGa

.td-big-grid-post .td-big-grid-meta .td-sbig-title-wrap a:hover span {
text-decoration: none !important;
color: #13687C !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Do you refer to change the module that is used to display articles on megamenu? – http://screencast.com/t/bEwqlSZYggp
This module is especially designed to display articles in megamenu, but you can change it from td_block_mega_menu.php file if you need this(but you may need additional customizations )- http://screencast.com/t/pk9xKCfY
Also if you refer to the category page, you can change the module from Theme Panel > Categories > each category – http://screencast.com/t/ZdjFV6JW

2. Also the subcategories appear under the parent category like you can see – http://screencast.com/t/aZc0ckonQ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

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

.similar-articles .block-title {
margin-bottom: 0px !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to upload Visual Composer plugin via FTP and see if it works.
Also you can check WP folder permissions. It is possible the “wp-content/uploads” directory has the wrong folder permission.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please add the same sort order in td_block.php file: http://screencast.com/t/frjYSW7ukS
Result: http://screencast.com/t/PboxRWszKf5

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This is not a Visual Composer issue as the latest version tested and included with the theme’s files is 4.4.4.
Please send an email at contact@tagdiv.com and provide wp-acces so we cant take a look and also paste a link to this conversation so we can know who you are.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Also for this article share is working fine – http://screencast.com/t/infS6CzVNR
Please note that facebook isn’t fetching you new meta info right away so you need to wait a while the new info are updated or you can use this fb debugger tool: https://developers.facebook.com/tools/debug/ to see exactly how fb pulls your posts info and manually fetch new scrap info – http://screencast.com/t/BGFJEzfUBb
Also you can verify your page source for your post to make sure that your the actual og data are there – http://screencast.com/t/2qtOUQe0ZZ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@Tommy

For Newspaper theme please edit td_authors.php and add this code: http://screencast.com/t/HKkmrz6F1r

$buffy .= '<div class="td-authors-description">';
       $buffy .= '<p>' . get_the_author_meta( "description", $td_author->ID ) . '</p>';
$buffy .= '</div>';

Also please add this custom css in Theme Panel > Custom Css: http://screencast.com/t/4nEPUjRNw6Bi

.td_top_authors .item-details {
height: auto;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Replace the above code with this one:

@media (max-width: 767px){
.td-main-sidebar, .home .wpb_widgetised_column aside{
display: none !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

When you enable thumbs on blocks – http://screencast.com/t/ZyXAXo8EhCoY please make sure that you regenerate thumbnails using – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Also if your featured images are smaller than thumb container on blocks/modules you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ as WordPress doesn’t enlarge images. For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try to place your code in “Article bottom ad” so I can inspect this and try to provide you a css solution for that space.
Also if you wnat to place your ad bellow share button like in your example you can try to paste your code in a custom ad and use do_shortcode function to display it after bottom social share – http://screencast.com/t/2EynJrxz

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>

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

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks Chris!


@Samm
You can try this custom css to reduce the size of articles box on mobile – http://screencast.com/t/o5ZALedkJIR

@media (max-width: 767px){
.td-more-articles-box-title {
min-width: 170px !important;
}
.td-more-articles-box {
width: 200px !important;
padding: 15px 5px 0px 5px !important;
}
.td-close-more-articles-box {
left: 0px !important;
}
}

Or you can hide it if you want to not be displayed on small screens – http://screencast.com/t/zUXUBfos

@media (max-width: 767px){
.td-more-articles-box {
display: none;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can change the excerpt font also – http://screencast.com/t/uMTSTYgti

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check Translations panel like Chris suggested – http://screencast.com/t/igVwH9CJc6

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

On your blog you display articles using module 12 so if you want to change the thumbnail size here you can find it – http://screencast.com/t/a7aNQlc0U and then you have to regenerate you thumbnails using this – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please note that changing that size will also affect thumbs from: 'Default post template', 'Post style 2', 'Module 12, 13, 15', 'Smart list style 1, 2' like you can see also in the screenshot.
If you want to change only the module to display articles on your Blog you can set it from Template Settings – http://screencast.com/t/BhIVl93VPbd

Please provide more details about what you are trying to do, if this is not what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option to disable sidebar on mobiles, but you can hide it via custom css:

@media (max-width: 767px){
.td-main-sidebar {
display: none !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you set featured image and choose post style 5 – http://screencast.com/t/wYs1wpxW6D and also take a look in Theme Panel if you have enabled featured image – http://screencast.com/t/8UyEgKB4VZ
Result it should be – http://screencast.com/t/UYAo6Uw0AnO

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You can add a tag for your posts that you want to appear on Big Grid and filter by tag in Big Grid settings and also set sort order to “Latest” – http://screencast.com/t/VOPhSFBYu so the latest article added and tagged will appear there.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You will need custom modifications to the code as the above css set a fixed width to the container so the background color will not be full width.
Please make a backup of your current file and try to replace the content of header-style-8.php file with this – http://pastebin.com/SjY7yrCn
Remove the first css code that I provided to you and use this custom css to add a full background and place the logo to the left: http://screencast.com/t/VtGllUzS

.full-bg {
background-color: red;
}
.td-header-style-8 .td-header-sp-logo img {
margin-left: 0;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, you can create and use a page template, just take a look how our templates are designed – http://screencast.com/t/aeCzsqKqtSJ and create your own template(and paste it in the root of the theme) or modify theme’s page templates how you need.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Once again when the smart snap mobile is active the main menu remain fixed on desktop screens(when you scroll up or down) and on mobile appears only when you scroll up. We check your site many times and it is working properly, please clear cache.

1. Please try this custom css to hide “to top” button: http://screencast.com/t/TIfAu6B4kt8

.td-scroll-up-visible {
display: none !important;
}

2. Also for h5 you can change the font size using media queries: http://screencast.com/t/Zzrwvc46gj

@media (max-width: 767px){
.td-post-text-content h5{
font-size: 20px;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this only with Visual Composer and Seo by Yoast active(disable all other plugins) also clear cache and check the screen options when you edit a page it should be displayed – http://screencast.com/t/kr9jcYTm
Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately theme doesn’t have an option to change the content background. You can do this via custom css in Theme Panel > Custom Css: http://screencast.com/t/QVZNKNstYy but have to do more customizations there for example in post page few elements have a different background and you need to change it also with css code- http://screencast.com/t/Z4r2sAQco6T
Also some widget text color(if you need another color) have to be changed as you can see – http://screencast.com/t/o4buIRkx7
You will need custom work for this and if you don’t have css/html experience I suggest to hire a professional to do this for you as we cannot offer custom work for the moment, sorry.

About you issue with logo issue please provide more details and your site url so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Newsticker block is included only in Newsmag theme, but we’re also working on a major update for Newspaper (v5.0) which will include most of the features from Newsmag like smart sidebar feature,smart lists or some of the post templates. You can take a look on our demo to make an idea about blocks that are included(and how they look on columns), post samples… – http://demo.tagdiv.com/newspaper/ and also our documentation may help – https://forum.tagdiv.com/newspaper-documentation/
Also the latest theme version is 4.6.3 which includes Visual Composer plugin(4.4.4) in /plugins folder. If you want to update please follow this guide and use FTP method – https://forum.tagdiv.com/how-to-update-the-theme/
If you cannot see all blocks available to be added using Visual Composer please make sure that all of them are selected from settings and save – http://screencast.com/t/9TCvIFaa

Thanks!

Viewing 25 posts - 5,201 through 5,225 (of 7,871 total)