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,

Unfortunately theme doesn’t have an option to add a background for a specific page/post, you can use site background – http://screencast.com/t/EweajhXj3HA

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can filter articles by a specific category from block settings – http://screencast.com/t/wuwowBNLl also please check block settings from documentation – https://forum.tagdiv.com/block-settings-tutorial/
Please provide more details if this is not what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

First your css is not applied – http://screencast.com/t/tDRqI2IIh749 also I guess that you have some custom modifications there as the sticky menu is always enabled even at the top of the page – http://screencast.com/t/RVH6lmfQ
Header style 7 should look like this by default – http://screencast.com/t/LaG3m5D0Tax so please remove your custom modifications or if you don’t have please disable all your plugins, leave just Visual Composer active, clear cache and see if it works. I could not recreate this and it should not work like that, the sticky menu should be enabled only when you scroll.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have also checked this and did not found any issues – http://screencast.com/t/vGcd2yChttT6 if you filter by tags please leave other filter option on default and see if it works. Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use various widgets in your sidebar to display your article from Widgets section – http://screencast.com/t/pun8xxnql Or do you refer to the woocommerce product widgets?
Please provide more details about what you are trying to do.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure what you mean. You can use Widgetised Sidebar block to display your sidebar – http://screencast.com/t/7e7tp1WDg
Please provide more details if this is not what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Like I said above the theme ad system was designed for adsesnse code and also hide/size option will work on it, unfortunately for non-adsense you will have to use those divs like we specified in the documentation and/or custom css, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check Translations section from Theme Panle like @menneskedyr suggested – http://screencast.com/t/hulIheYJ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. You can remove gradient using this custom css in Theme Panel > Custom Css – http://screencast.com/t/9wxFOCUU

.td-grid-style-1 .td-module-thumb a:last-child:before {
display: none !important;
}

Or you can reduce the darkness for grid style 1 using this solution – https://forum.tagdiv.com/topic/change-shadow-function-in-big-grid-3/

2. That’s depends which category template you use for each of your category – http://screencast.com/t/GaYDBGCuJ4Rv
Also if you use template 8 please note that for categories that don’t have subcategories like Musea it will show all you parent categories there, but for parent category(has subcategories) like Bezienswaardigheden it will show all subcategories. So you can change the style for each of your category or subcategories.

3. Try to change article permalink and see if it works – http://screencast.com/t/A3goxNO1

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try to make this change directly in style.css file and see if still the default color is being applied. Also this delay usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster and because of the cascading property of css the default color appears first. So if you use it(speed booster), changing it directly in the stylesheet file you should not have this delay.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this topic for some differences – https://forum.tagdiv.com/topic/difference-newspaper-4-and-6/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I noticed that you use an old version of Newspaper 3.3 so you may have issues like that. I suggest to update to the latest version 6.2.1 and also the plugins that come with the theme files as we cannot help you with that old version of theme and also the theme plugins. For example if the facebook change the api we also will do the necessarily modifications for Social Counter in the new plugin version so it will work fine. I have also checked your facebook ID and it displays fine your fans – http://screencast.com/t/lu524NAE6Q
Please note that if you want to update to the version 6 this must be regarded as a major update, practically a new theme with many features as you can see in our demo – http://demo.tagdiv.com/newspaper/ but unfortunately all your custom modifications(files or css) will not work anymore and you will need to re-add them. You can follow this guide to update – https://forum.tagdiv.com/how-to-update-the-theme-2/ and make a full backup of you current installation – https://codex.wordpress.org/WordPress_Backups

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This dropdown menu appears on categories pages, it is not from your sidebar. Please use this custom css in Theme Panel > Custom Css to hide it – http://screencast.com/t/tSqJ85h6G

.td-category-header .td-category-pulldown-filter {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I used chrome when I have checked your site in the above screenshot. I have checked again your site using Chrome, Firefox, IE11 and did not found any issue with social counter icons – http://screencast.com/t/oTYzwXgnJakjhttp://screencast.com/t/WPtGR8ksLWTx please clear cache and also browser’s cache.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The bottom ad is apart of the content and you will need custom modifications to move it. The best solution is to paste your code in a custom ad instead of bottom ad and use do_shortcode function to place it bellow the content for each post template that you use – http://screencast.com/t/cKNtdoNLjhttp://screencast.com/t/5Jzt5O1qTJj

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

Alin [tagDiv]
tagDiv Staff

Hi,

TagDiv gallery was designed to display images, you will nee custom modifications if you want to display something else and unfortunately we cannot provide any type of custom work at this time, sorry! If you want to make some some modifications here you can find gallery code-function – http://screencast.com/t/sPLdTQSy2i

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so I can inspect this, if you want to hide it via custom css. It should work fine, also you can try to use !important tag, like this:

.postid-1123 .td-a-rec-id-content_inline, .postid-1123 .td-g-rec-id-content_inline {
display: none !important;
}

There are no inline ads for pages, please provide more details and also a link.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can change the background color for mobile menu (and menu icons if you want) using custom css in Theme Panel > Custom Css, as the theme doesn’t have an option(this is on our list and we plan to add an option in future). Please check this topic – https://forum.tagdiv.com/topic/mobile-header/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you enable Top Bar/Footer social icons there you can add your links – http://screencast.com/t/pdVDpKDlPhttp://screencast.com/t/J81GivhQCaA

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks Chris!


@alfredm
As you can see in my screenshot you will have to replace theme’s comments for each case(default, sidebar left. no sidebar), I guess that this is what you mean – http://screencast.com/t/uRFoMxcUMQG This depends where you use sidebar!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure what you mean. The module thumb has a link – http://screencast.com/t/SeraU0A1U and also the article title – http://screencast.com/t/uctZS2juwWt this is the same also for Big Grid modules – http://screencast.com/t/krCdYaI0x

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you don’t have padding there from Formats – http://screencast.com/t/SwbBYBkw Also you can try to change margin for blockquotes – http://screencast.com/t/Cf8eTHtBLT

.td-post-content blockquote {
margin-left: 0 !important;
}

This is the default css for blockquotes – http://screencast.com/t/LnyRQRz5pqA

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

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. I have checked your site and the ads are there – http://screencast.com/t/PiGgwVoAY and the theme ad system doesn’t change the adsense code, it just render it. You can also test your ad code using a WordPress text widget to place the ad into your page or sidebar, if your ad code works/was approved this widget should show you ads: http://screencast.com/t/Cv00hEmZhIvhttp://screencast.com/t/Yp3N6YnaHiqg

Please go trough the adsense troubleshooter pasted below and contact your ad provider if you still can’t manage to make them work: https://support.google.com/adsense/answer/1208336?hl=en

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that it worked! Unfortunately it removes date also on modules as the date function is the same on modules and singles template. A solution to this would be to duplicate the date function and call it on single templates(so you can remove date only from posts) – http://screencast.com/t/1XVkm96MVXhttp://screencast.com/t/06jQvs4s

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I also checked your site and now your image are displayed fine on mobiles, unfortunately we did not make any test with WP Retina so I cannot make any suggestions.
We know about this issue with smooth scroll, it will be fixed in the next update. Sorry for inconvenience!

Thanks!

Viewing 25 posts - 3,701 through 3,725 (of 7,871 total)