Hi,
Check this without any plugins active except of Visual Composer, clear cache and also re-save your permalinks and see if you still have this issue.
Thanks!
Hi,
You can post them here and I will add this topic to our suggestions list and developers will take a look and consider if something can be implemented or it is a Must Have.
Thanks!
Hi,
Did you solved this? I have checked your link and the images are fine – http://screencast.com/t/wsAvFDznC
Thanks!
Hi,
It should work also using child theme as the footer files are supported – https://forum.tagdiv.com/the-child-theme-support-tutorial/ Just make sure you add the file in the correct path(the same path like in the main theme) – http://screencast.com/t/O9PiBdOz
Thanks!
Hi,
The theme doesn’t control meta data and we suggest to use Yoast Seo as we also use it on our demo – https://forum.tagdiv.com/facebook-share/
Thanks!
Hi,
Unfortunately when background color/image is set, the site will automatically switch to boxed version. You will need custom modifications for this and I suggest to hire a freelancer to do this for you as we cannot provide custom work, sorry!
Here you can find an example how this can be done via custom css – https://forum.tagdiv.com/topic/cant-create-fake-full-width-top-menus-by-coloring-the-outer-wrappers-in-6-1/#post-56800
Thanks!
Hi,
The post view option has to be enabled when the 7 days sort order is used on a block. If you disable it the views will not be counted and of course the sort order will not work.
Try to comment the views line from post template that you use – http://screencast.com/t/Uevt5QomsL
Thanks!
Hi,
If you don’t want Latest articles on your page just set the default page template – http://screencast.com/t/Lxh8h9ohux7M
Please check documentation – https://forum.tagdiv.com/page-templates-2/
Thanks!
Hi,
Unfortunately you cannot use both codes(non-adsense and adsense) in the same spot. The theme ad system was designed to work with adsense so you can use paste it there without any div containers. We recommend div containers for non-adsense code.
Also you could try to use a plugin like AdRotate and use paste the shortcode in the ad spot where you want to display it.
Thanks!
Hi,
The Speed Booster is an optional plugin and it moves the css and js at the end of the page, this removes render blocking and improves the score on pagespeed, please check this guide – https://forum.tagdiv.com/how-to-make-the-site-faster/
Yes, it works with WP Super Cache plugin, as Speed Booster is not a cache pluging.
Thanks!
Hi,
I guess you use an old version of child theme and you have there a css for block title. Compare this – http://screencast.com/t/vpVH4F4zx Here is the css from version 4 – http://screencast.com/t/viA0TCCVOF
So I suggest to the latest version provided with the theme, you can find it in /code folder from files that you download from themeforest. Any old customization(code or css) have to be adjusted to work well in Newspaper 6.
Thanks!
Hi,
Please check the Excerpts section form Theme Panel and set the excerpt type and control the length fro each module/block – http://screencast.com/t/DGZnyfTA1PR6
If you still have issue please provide your site url so we can take a look.
Thanks!
Hi,
From version 6 this option was removed, but you can go to > Settings > Reading and select “summary” rather than “full text” for the RSS Feed entry and then click save – http://screencast.com/t/KCZ7iDDr96X3
If you need to specify a value you can search an online solution and paste the code in functions.php file.
Thanks!
Hi,
Thanks for sharing this. The developers will take a look at it and it will be fixed as soon as possible, this post(of course including your solution) is already added on our bugs list.
Thanks!
Hi,
You can filter by a specific category for example on Post Grid like this – http://screencast.com/t/n0WCsi1L5SRb – http://screencast.com/t/dblud5bVh
The theme has an option to control excerpt in Theme Panel, but just for tagdiv blocks. You can add manually excerpt for you posts and it will appear event it appears on tagdiv blocks or VC element – http://screencast.com/t/DZbhrDE1tpE – http://screencast.com/t/gW35xAnY
Here you can find and change more options for grid elements(or create a new template) – http://screencast.com/t/hA0UDAjIf – http://screencast.com/t/NoGbHTeZo
Thanks!
Hi,
You will have to write all tags names there, as the theme doesn’t have an option to target all tags on block filter – http://screencast.com/t/RsXz6TckR8
Thanks!
Hi,
You can change the menu’s items color from Theme Panel > Theme Colors – http://screencast.com/t/bMdDcddQ
After you change it please clear cache.
Thanks!
Hi,
Yes, unfortunately this is not an easy task and you will need custom modifications to achieve this, here you can find an example how this can be done for share buttons– https://forum.tagdiv.com/topic/can-i-edit-block3/#post-22779 and here you can find the share/like buttons used on posts(if it can help) – http://screencast.com/t/Fl0dqrEuz This is for version 4 of the theme, but you can adjust it for Newspaper 6. If you don’t have basic php/html/css experience I suggest to hire a professional developer to do this for you as we cannot provide any type of custom work at this time, sorry!
Thanks!
Hi,
You have to many items to the menu and on sticky menu also the logo is added there, that’s why it breaks on 2 rows.
You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/qwPGNlEGU
.td-header-style-1 .td-header-menu-wrap.td-affix .sf-menu > li > a {
padding-left: 0px;
font-size: 13px;
}
.td-header-style-1.td-header-wrap .td-affix .td-main-menu-logo {
margin-right: 5px;
}
Or if you don’t need logo on sticky menu you can hide it for extra space – http://screencast.com/t/qfYLXjlu0bRs
@media (min-width: 768px){
.td-header-style-1 .td-header-menu-wrap.td-affix .td-logo-sticky {
display: none;
}
}
Thanks!
Hi,
You use Pagebuilder with latest articles template and that section is Latest Articles – http://screencast.com/t/fvWBdmEddBpQ You can control them from Post Loop Settings, changing the module to display them or other options – http://screencast.com/t/m6UT7PNhl
If you don’t want Latest Articles on your page, just change the page template to Default – http://screencast.com/t/GYOisjhkmr
Thanks!
Hi,
Regarding Jetpack sort order issue, I have added this on our list for further investigations. I have made a quick test on my side and it seems that it doesn’t work properly. Try to use it without pagination until we will find a solution to work also with block pagination.
You can change the comments sorting option in data source file, as reference you can take a look how the Random 7 day is created and try something similar – http://screencast.com/t/PGbDHqRH4oo
Here you can find more info – http://codex.wordpress.org/Class_Reference/WP_Query#Date_Parameters
Thanks!
Hi,
This cannot be achieved using the Visual Composer elements, you will have to try a plugin like Wp Post Carousel that I guess they use. There is not block 13 it just looks like the tagdiv block.
Using just Visual Composer elements you could try Post Slider – http://screencast.com/t/3eJXVC8n
Thanks!
Hi,
Use the recommended div container from our documentation and change the link and the image with your own – https://forum.tagdiv.com/sidebar-ads/
If you still have issue please provide the code that you use. Paste it using pastebin.com
Thanks!
Hi,
Try to disable all your plugins except of Visual Composer, clear cache and see if you still have this issue as I have checked your site and you have many js errors in the console – http://screencast.com/t/JvumqolXWQk These errors are usually caused by plugins that are in conflict with the theme javascript.
Thanks!