Hi,
Please set target="_blank" for links that you want to open in new tab. I think that you refer to an ad(non-adsense) like this one from your sidebar – http://screencast.com/t/AXg4R3DnQ
Please provide more details if this is not what you mean.
Thanks!
Hi,
We know about this issue and it will be fixed in version 5 of the theme. For the moment you ca add an extra class to the column or row that you want to hide on mobile and use custom css to hide it – http://screencast.com/t/nABIAwy5w – http://screencast.com/t/C82fxAV0
.yourclass {
display: none !important;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi
Please paste the code from above in Theme Panel > Custom Css and it should work(also please clear cache if you use a cache plugin): http://screencast.com/t/AsrI1pXn341
Thanks!
Hi,
In Newspaper 5 will be available the latest version of Visual Composer. The latest version provided with the theme’s files is 4.4.4 and you can find it in the /plugins folder from files that you have downloaded from themeforest.
Thanks!
Hi,
We are currently working hard to finish and have it released within approximately two weeks from now, also the API documentation will be available.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Not sure how you get this issue you have to remove manually all demo’s articles, pages, categories… Please also clear cache like Christopher suggested and let us know if you still have this issue.
Thanks!
Hi,
Please deactivate all plugins, leave just Visual Composer active, clear cache and purge your file if you use CDN, then check if ajax pagination works (infinite load, load more). Also check the posts content. If don’t have this issue anymore please activate your plugins one by on and see which one caused this issue.
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.
Thanks!
Hi,
You can change the page template to “Pagebuilder with title” so you will have a h1 title or you can use a text block element anywhere on the page and add the h1 tag via page builder.
Thanks!
Hi,
Please paste the code in Theme Panel > Custom Css resize the browser window and see how it looks. You can change the width value how you wish(or use a fixed value in px like you ca see in the above screeshot) and save. This code can be removed any time from Custom Css section so don’t worry!
Thanks!
Hi,
The featured image is created from the youtube/vimeo video and it is downloaded by the theme, but it seems that for some videos it can’t download the big thumb image. Also unfortunately WordPress doesn’t enlarge images so you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.
You can also use css code to enlarge big thumb from Big Slider – http://screencast.com/t/3GwTJeDG
.td_block_big_grid .td-big-grid-post-0 .entry-thumb {
width: 100%;
}
.td_block_big_grid .td-big-grid-post-0 .thumb-wrap {
height: 100%;
}
Thanks!
Hi,
This element is apart of the Visual composer plugin so if you want to alter the code here you can find it – http://screencast.com/t/4AoxLeafaFa1
Thanks!
Hi,
If you don’t want to use recommended divs for banners(also there you have just to replace images and links), Theme Ad system also allows shortcodes so you can paste there plugin’s shortcode – https://forum.tagdiv.com/ads-system-full-guide/
[shortcodes] – the spot will run do_shortcodes() on the ad. Using shortcodes you can add adRotate ads to that spot
Hope this helps!
Hi,
Do you want to change the post views? You can change it manually from backend and set the post view from custom fields – http://screencast.com/t/v5YHH6HlZ
Please provide more details if this is not what you mean.
Thanks!
Hi,
I have checked your site and your header ad is displayed properly – http://screencast.com/t/eMzJFBrgrm please clear cache.
Thanks!
Hi,
I have checked your site and there you have page title there – http://screencast.com/t/1caJqX8jT Please remove custom modifications if you have added to the blank page template file.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Do you want to use the same module to display articles on your category pages? You can set this from Theme Panel > Categories > each category – http://screencast.com/t/cJ65nrfm2
Please provide more details if this is not what you mean and also our documentation may help – https://forum.tagdiv.com/newspaper-documentation/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try to add this code in functions.php file – http://pastebin.com/nTZAnXpp – http://screencast.com/t/pDYioLpox
Thanks!
Hi,
The theme doesn’t control og data, so you have to use a plugin for this like Seo by Yoast and check your page source if your meta data are added properly. Also this error is not related to Visual Composer plugin. I have checked some of your articles and you don’t get that error for all, some of them(that I checked) can be shared fine – http://screencast.com/t/V2GN9KNqGfa – http://screencast.com/t/lJEJXe9SP
Not sure why you get this error for some of your articles, I think that this is a facebook issue – it seems that either your site, or your host, or where your image paths are were maybe blacklisted – please check this as reference – http://stackoverflow.com/questions/24636903/what-does-failed-to-get-composer-template-data-mean-in-facebook-lint
Thanks!
Hi,
Unfortunately we did not tested any plugins like this, so I cannot make any recommendation. I have looked at this plugin that you use – https://wordpress.org/plugins/the-events-calendar/ and I found that you can use tags if you want to display your events on homepage/page – http://screencast.com/t/Cr3szOKhhSuh – http://screencast.com/t/GFPYNghGiWM – http://screencast.com/t/6dm7n6qnFjx
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/OCshxnlFDpM
.ls-inner {
z-index: 0;
}
Thanks!
Hi,
It will change the width for your logo only for mobile screens. At 767px screen size the mobile version of the theme appears, so then the size for logo will be changed.
Thanks!
Hi,
Please try to add also this to the above code – http://screencast.com/t/caXaQ9E7Xgcu
function foo_modify_query_order( $query ) {
if ( $query->is_category() || $query->is_tag() && $query->is_main_query() ) {
$query->set( 'orderby', 'title' );
$query->set( 'order', 'DESC' );
}
}
add_action( 'pre_get_posts', 'foo_modify_query_order' );
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Yes, you can disable Revolution Slider if you don’t use it, as this is an optional plugin . Only Visual Composer plugin has to be active if you create your pages using pagebuilder – https://forum.tagdiv.com/installation/
Thanks!
Hi,
Unfortunately Big Grid block is available only on Newsmag theme for the moment, it will be also added on Newspaper version 5. Please check our demo for available blocks and how they are used – http://demo.tagdiv.com/newspaper/
Also our documentation may help – https://forum.tagdiv.com/newspaper-documentation/
Thanks!
Hi,
You can check this also without any plugins leave just Visual Composer and Seo by Yoast active, clear cache and purge your files if you use CDN, also check if your og: meta data are added properly in your page source. Also you can check this topic – https://wordpress.org/support/topic/opengraph-not-working
Thanks!