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 for desktop screens – http://screencast.com/t/HC2lznAZX8 You will need custom work if you want this also on other devices, so if you don’t know how to do it I suggest to get someone to help you as we cannot provide any type of custom work at this time, sorry!

@media (min-width: 1141px) {
.td_video_playlist_column_2 .td_wrapper_player {
width: 50%;
float: left;
}
.td_video_playlist_column_2 .td_container_video_playlist {
width: 50%;
float: left;
height: 391px !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can remove meta info for IOS Slider using custom css in Theme Panel – http://screencast.com/t/ZiUSazc1C

.td-module-meta-info {
display: none;
}

Also there is a specific width and height on different devices, you can change this if you want using media queries to overwrite the default css – http://screencast.com/t/K0MbWAetehC1http://screencast.com/t/5IeN5ZkFpglu
You will need custom work for this, if you don’t have css/html experience I suggest to hire a professional to do it for you as we cannot provide any type of custom work at this time, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Replied via dashboard!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, just enable this from Settings – http://screencast.com/t/7xPgNEp1Y

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@youngren
Please follow this tutorial how to upgrade from version 4 – https://forum.tagdiv.com/how-to-update-the-theme-2/ Newspaper 6 is practically a new theme so please do a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one and deactivate and delete plugins that come with the theme files(you can upload them again after the upgrade) Also make a full backup of your current installation – https://codex.wordpress.org/WordPress_Backups

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css to center the smart list images – http://screencast.com/t/rkbTJaPYWZv

.td_smart_list_1 .td-slide-smart-list-figure img {
margin: 0 auto;
display: block;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that you have managed to solve this! Visual Composer can be used also on articles, but we recommend to be used on pages as some issues may appear if it is used on posts. Like you already know it can be used for post content(use columns) not for bottom areas like author box, related articles.. The best way is to create your articles without using pagebuilder(use default Visual Editor) so you can manage sidebar like you wish – https://forum.tagdiv.com/post-formats-for-tinymce/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m still here apart of tagdiv team, but I was on vacation past week and today I have answered more on Newspaper section. Lucian and Andrei will help you today and they will try to find solutions for your issues.

Thanks for your message!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure what is the issue in subcategory page. You can change the category template for each category(even it is a subcategory), so if you don’t want to use style 8 in your subcategories you can change it – http://screencast.com/t/Kca9D6xXA Please provide more details what are you trying to do.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option to place ads on category page, you will need to edit loop.php file and add it manually using do_shortcode() function, like this – http://screencast.com/t/o4OtAI3IJ

$adcounter = 0;

$adcounter++;
        if (is_category()) {
            if ($adcounter == 2 or $adcounter == 4) {
                echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
            }
        }

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

If you want additional customizations and you don’t know how to do it, I suggest to get someone to help you as we cannot provide any type of custom work at this time, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Can you provide a link so we can take a look and make an idea how it should look these columns? Also do you use version 6 of the theme? We have fixed the issue with left sidebar it appears now after the content, if this is what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so we can check this on safari. Do you have this issue also with our demo?

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your post and the title is white – http://screencast.com/t/ezh5zlz8Umv2
I’m not sure where you want to change it on white color, please provide a link so I can inspect this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This is on our list and the post views will be removed also for IOS Slider as soon as possible.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can exclude some specific categories using category ID here – http://screencast.com/t/uNeViurjJ this is used on our demo to exclude some categories, but you can remove that condition and add your own categories ids.
Also the the order can be changed from that file – http://screencast.com/t/a5oREOZfBQS

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I did not found any issues using the latest version of the theme, so please make sure that you test this like Emil suggested without any plugins active, leave just Visual Composer active, clear cache and purge your files if you use CDN, also resave your permalinks.
Also if you still have this issue 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,

I have also checked this using search widget and also the on search template and it works fine, also the woocommerce products are displayed – http://screencast.com/t/BR2zSt4M Please provide more details.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can change the background color on mobile devices via custom css in Theme Panel > Custom Css, please check this topic – https://forum.tagdiv.com/topic/mobile-logo-2/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you have this issue only with sidebar ad, it seems to be an issue and it will be fixed in the next update, sorry for inconvenience! Until then please try this quick fix, edit td_config.php and add this code – http://screencast.com/t/bdSIXWJrU

'-- Select an ad spot --' => '',

Please also re-add the Ad Box block to your page and select again sidebar ad to display, update the page and it should work.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can hide them using custom css in Theme Panel > Custom Css – http://screencast.com/t/SA84pQxJ

.comments #email, .comments #url {
display: none;
}

If you do this please make sure that you also disable this option so the users don’t need to add name and email – http://screencast.com/t/7vmNQ9qkmG

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure what you are trying to do, please provide more details.
If you want to do some custom modifications to search template, here you can do this – http://screencast.com/t/pIwcTcCD255X the search form code can be found here – http://screencast.com/t/nZuewudqEF

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to provide a link using our demo url as I’m not sure at which block do you refer – http://demo.tagdiv.com/newspaper/ Do you refer to the IOS slider – http://demo.tagdiv.com/newspaper/ios-slider/
Or do you refer to the smart sidebar(sticky) – https://forum.tagdiv.com/smart-sidebar-2/
Please provide more details.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use tagdiv gallery, please check this video tutorial – https://www.youtube.com/watch?v=IRH-MSOi_ow and also documentation – https://forum.tagdiv.com/gallery-2/ Unfortunately there is no option to place an ad in the gallery and you will need custom work to achieve that. Also I cannot do any recommendation for gallery plugin as we did not tested it with the theme, but you can try it and see if it works.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have added this on our list and if it can be fixed from the theme’s files we will fix it, if not we will open a ticket at Visual Composer plugin support for it.

Thanks for reporting!

Alin [tagDiv]
tagDiv Staff

Hi,

You can disable the Big Grid on that specific category and use module 15 to display your articles – http://screencast.com/t/wHNLQRH1Pc6 also if you don’t want featured image on your category page you can add a condition to not display it on category page(or a specific category page) using is_category() function – https://codex.wordpress.org/Function_Reference/is_categoryhttp://screencast.com/t/V2tzSq74wc or use category id to apply this only on that specific category – http://screencast.com/t/T9hgfGh1EH7http://screencast.com/t/Oxc41vzTQob

if (!is_category())

If you don’t want to display entire post content you can use Read more tag – http://screencast.com/t/00796rylm5EO so it will be added Continue button – http://screencast.com/t/0opSRPDcaXz

Thanks!

Viewing 25 posts - 3,276 through 3,300 (of 7,871 total)