Hi,
Do you solved that issue as I have checked your site and it looks fine, please provide more details as I also checked Big Grid 6 and did not found any issues with it even I filter by All categories – http://screencast.com/t/tQn4hrpSogK4 – http://screencast.com/t/HNIzIJP4CEo0
Thanks!
Hi,
Do you use adsense code? Please note that the theme ad system was designed to work with adsense code and the theme will make it responsive and the ad will fill the available space. For non-adsense banners you need to add a specific size for each device as the theme will not handle it, please check documentation – https://forum.tagdiv.com/header-ad/
Please provide more details and you site url so we can take a look!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
The theme doesn’t have an option to rotate banners so you will have to use a plugin if you need this, like AdRotate or Simple Ads Manager that are used by many users.
Thanks!
Hi,
As you can see you can add margins/padding to the row, so you can customize it like you need – http://screencast.com/t/G40JxDjwWG
Thanks!
Hi,
Please make sure that you use the latest theme version 6.2.1 as this issue was fixed – http://screencast.com/t/xSOZBVCWhn Also please note that this error will not have any effect on Big Grid blocks.
Thanks!
Hi,
1. Theme Ad system was designed for adsense code, for non-adsense banneres you will need to find a solution like those divs that we recommend, please check documentation – https://forum.tagdiv.com/header-ad/
Also you can hide it via custom css in Theme Panel > Custom Css: http://screencast.com/t/y3xrhMWWq8
@media(max-width: 767px) {
.td-header-sp-recs {
display: none !important;
}
}
2. Unfortunately the theme doesn’t have such an option, if unique articles feature is active it will be applied on all block from the page. You will have to filter posts by specific category on your blocks or maybe offset feature will help please check this – https://forum.tagdiv.com/unique-articles-and-offset-newspaper/
3. Unfortunately you will need to edit the plugin or use a hook to filter the content to add no follow to the button link and this is not an easy task. Also Call to action from Visual Composer is deprecated – http://screencast.com/t/DX7VtgZr9G and I guess that it will be removed.
Thanks!
Hi,
I have added this on our list and we will change this in a future update.
Thanks!
Hi,
You can add a custom link for featured image for example – http://screencast.com/t/mioCXhzrO – http://screencast.com/t/uFpmnsavPg0k and disable lightbox for featured image – http://screencast.com/t/3O8pDTceh1y
Thanks!
Hi,
Like I said the theme doesn’t have an option to control this and you will have to make custom modifications for this or filter by tag.
I see that you use version 4 of the theme, but you can use the same solution that I have suggested above. Make your post sticky – http://screencast.com/t/vP2zyD8o1Qc also make this change in data source file – http://screencast.com/t/iODwA0fPvabn and set you Big Slider to filter from all categories – http://screencast.com/t/RaE1tFQ9Q
Result – http://screencast.com/t/HGGQZRiDz
Thanks!
Hi,
Please check smart sidebar documentation, for page content you need to use td-ss-row to the row to make it sticky – https://forum.tagdiv.com/smart-sidebar-2/
Thanks!
Hi,
Please check Translations section – http://screencast.com/t/8CvPonvF – http://screencast.com/t/5Xp36BmSqe77
Thanks!
Hi,
You have this issue because you use Visual Composer on posts page, unfortunately the tagdiv gallery was not designed for to be used in a text block in post. I have added this on our list and we will take a look at this and we will try to fix it in a future update. Using that custom css will break it on pages – http://screencast.com/t/EQRFHtUvD Try to target only post template and when is used in a text block like this:
.single .wpb_text_column .td-gallery-slide-copywrite {
background-color: rgba(0, 0, 0, 0.8);
display: inline-block;
float: left;
font-size: 11px;
font-style: italic;
line-height: 1;
padding: 4px 6px;
text-align: left;
}
.single .wpb_text_column .td-doubleSlider-1 .td-slide-item .td-slide-galery-figure img {
bottom: -50%;
left: -85%; // Changed
margin: auto;
overflow: auto;
position: absolute;
right: -50%;
top: -50%;
}
Thanks for reporting this!
Hi,
Yes, the code that you are using is fine.
Thanks!
Hi,
Please check this topic as reference – https://forum.tagdiv.com/topic/ads-on-tag-and-category-page/ if you want to place the ads between your articles.
If you want to place your banner above the pagination you need to edit each template(category.php, tag.php ..) and use do_shortcode function like this – http://screencast.com/t/L55baskI – http://screencast.com/t/ps4fR9qLbUb
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
It should work also on post as it is used the same class – http://screencast.com/t/YFOxQJ4xakLz
Please provide your site url so I can take a look.
Thanks!
Hi,
Please provide a link as I need to inspect this and more details about your backend settings (a screenshot will help) page template…
Thanks!
Hi,
You will have to edit td_module_single_base.php file please check this topic as reference – https://forum.tagdiv.com/topic/replace-adsense-code-of-ads-fields-in-a-category/#post-54692
Thanks!
Hi,
1. Here you can see all thumbnails sizes that are used on modules/featured images – http://screencast.com/t/jsnReCqmbKTb if you want to change or add thumbnail size you will have to edit – http://screencast.com/t/8MITol7p and the thumb is used on each module – http://screencast.com/t/Z8LXUOclzo If you do any changes please regenerate your thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/
2. You will need custom work, unfortunately we cannot provide any custom work at this time, sorry! You can edit all blocks where you want to make your custom modifications – http://screencast.com/t/FWRgereEu and here you can change the functions for all blocks – http://screencast.com/t/yfXhwjntA8
3. The only option that the theme has, is to place an inline ad after x paragraph – http://screencast.com/t/IvxEsMjt5
4. There is no extra field for title of the site, we just use wordpress url for author box. A solution is to make this change – http://screencast.com/t/103oZ7QcZl – http://screencast.com/t/UjuVFBGCI
5. Please check Translations section – http://screencast.com/t/9NqBbNwo
6. Check this solution – https://forum.tagdiv.com/topic/related-article-box/
7. Please use this custom css in Theme Panel > Custom Css for post template 3 and 4:
.single_template_3 .td-post-featured-image, .single_template_4 .td-post-featured-image {
pointer-events: none;
cursor: default;
}
8. Not sure what you mean, theme have a various styles for category page – http://screencast.com/t/uu33kDROOd
9. Change here to take the featured posts – http://screencast.com/t/0qdQfFpAa8tX and also make this change so the featured filter appear – http://screencast.com/t/dTotgT95dds – http://screencast.com/t/ii4TSLwc
10. You will have to search in code all references to the “featured” name and replave with “features”. This is not so ease as you have to make sure that you change all, as some issues may appear.
11. You need to use a plugin like WP User Avatar – http://screencast.com/t/FbbMthPmy4Rn
12. Please check documentation – https://forum.tagdiv.com/td_api_moduleadd/ If you’re a beginner we suggest that you look for tutorials or professional training before trying to use this feature as we will not explain the syntax elements which are present in the code.
13. Unfortunately the theme doesn’t have an option for this but you can change the color using custom css in Theme Panel > Custom Css – http://screencast.com/t/cuoptJBP7
@media(max-width: 767px) {
.td-banner-wrap-full, .td-header-style-11 .td-logo-wrap-full {
background-color: #ffffff !important;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Not sure what you mean and which of predefined styles you have installed. Please note that installing the demo stack(without content) it will import only settings like fonts, colors, no images to look the same like on demo stack. Did you installed a stack and did not changed the fonts, colors..?
Thanks!
Hi,
Unfortunately we have changed the shortcodes for qoutes and dropcaps, now they use html. We tried to add them but on some cases there was a chance for errors to appear and we decided not to include them in the script. Please try to add the following code at the end of the functions.php file – http://screencast.com/t/OWxqEsYVK – http://pastebin.com/7yme4TLv
Thanks!
Hi,
Yes, it should work if you have activate the child theme. I have also checked changes in style.css file from child theme and they were applied.
Thanks!
Hi,
We fixed this in version 6.2.1 – http://screencast.com/t/wOtwGg6k
If you don’t want to update please check this topic for a quick fix – https://forum.tagdiv.com/topic/urgent-title-changues-newspaper-6-2-bug/
Thanks!
Hi,
Please make sure that you have updated the theme properly and also the theme’s plugins. Replied also here – https://forum.tagdiv.com/topic/upgrade-from-4-to-6-public-or-updates-you-get-blank-page-post-php/
Please provide more details as I’m not sure what the issue is, this is the html structure also on our demo – http://screencast.com/t/WmKjbG9k also paste your site URL so we can take a look.
Thanks!
Hi,
Please check documentation to see how to create a mega menu – https://forum.tagdiv.com/mega-menu/
Thanks!
Hi,
Please make sure that you have update your theme properly, by removing the old theme(like it is specified in the documentation – make sure that no old files will remain ) as Newspaper 6 must be regarded like a new theme so make sure that old files will not remain as it could cause some issues – https://forum.tagdiv.com/how-to-update-the-theme-2/ and update also the plugins that come with the theme files. Also please check this only with Visual Composer active, disable all other plugins and clear cache and purge your files if you use CDN.
Please provide a link so we can take a look if you still have this issue.
Thanks!