Hello,
I’m not sure what a “default” page is. Are you maybe referring to the homepage? If this is the case, then you can use a slider element from visual composer and add it to your page: http://screencast.com/t/UHkauQ3yT
Here is an example of the slides used in our theme:
http://demo.tagdiv.com/newspaper/ios-slider/
http://demo.tagdiv.com/newspaper/big-grid-slide/
Thank you!
Hello,
Please make sure you update your visual composer plugin to the latest version by following this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Then make sure your version of VC is 4.12.
If the problem is still there, then please try to disable all plugins except visual composer, clear cache and reset cdn files. Then test again.
Let us know how it goes.
Thanks.
1) Google analytics is a special case and will be grabbed from the desktop spot. You can simply place the code in the snalytics spot and the theme will grab it on both desktop and mobile.
2)If you require separate files added to the header and footer, then you have to add them manually in the header.php and footer.php. The mobile theme has separate files of course: http://screencast.com/t/Hm3rWFbG9T
Thanks
Hi,
It depends on the position you want the content to be in. If you want content to be at the very bottom of the content, but before the bottom sharing options, then you need to add the code before the sharing widget code: http://screencast.com/t/5Et6c8fmIg7Y
result: http://screencast.com/t/hkHGw4zTbFu
Thank you!
Hello,
The black version logo was created with “Gotham” font.
There are 2 default fonts used in our theme. They are ‘open sans’ and ‘roboto’. The main menu is roboto and the trending now is open sans.
Thank you!
Hi,
You can deactivate akismet from the plugins section of wordpress by simply pressing the deactivate button.
As an alternative if you need akismet and speedbooster together you can use this topic: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!
Hi,
Unfortunately in order to do that automatically you need to use more advanced techniques like for example: http://stackoverflow.com/questions/804256/how-do-i-add-target-blank-to-a-link-within-a-specified-div/804360
You will need coding skills for it though.
Thank you!
Hello,
The mobile theme is considered a different theme altogether so you need to set it up from scratch. Ads have mobile ad slots in the mobile theme settings: http://screencast.com/t/iQM7Mgpap
As for the custom code, again, you need to add it once for the desktop theme in the custom code section and then add it again in the mobile theme custom code section: http://screencast.com/t/AcvoCG6o6
You can read more about the mobile theme here: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello,
Please also provide a link to your site so we can inspect the html structure and provide the proper css code. You will probably have to add in some div’s and classes to them in the code you altered so you can target them with css for positioning.
Maybe this will help: https://forum.tagdiv.com/topic/how-to-make-this/
Thank you!
Hello,
The new updated provided a new setting for the homepage. these elements can now be disabled separately for posts and for pages. The new setting can be found here: http://screencast.com/t/nSg3kKwb
Thank you!
Hi,
If you want to add a button to your post, please use this guide to do it: https://forum.tagdiv.com/increase-users-engagement-add-custom-buttons-posts/
Thank you!
Hello,
If you want to use normal pagination then you need to use the related articles section for pages. In order to do this you need to change the page template like so: http://screencast.com/t/GVVR2C1T2S8F
Then you can control the latest articles settings from the post loop settings tab that will appear on the page: http://screencast.com/t/enaJ28jVQ
Thank you!
We replied via email regarding the sticky menu.
As for the colors, you can change them from the mobile theme settings here: http://screencast.com/t/XpMxZUe5
Thank you!
Hello,
You can remove the footer on mobile using this css:
@media(max-width:767px){
.td-footer-wrapper{
display:none!important;
}}
The – code needs to be added in the mobile theme css spot as well, not just the desktop filed. The mobile theme requires it’s own css: http://screencast.com/t/QzdUJw8C
Thank you!
Hi,
Unfortunately feeds are not handled by the theme but rather wp. We have not tested any feed plugins to say for sure which one to use try out a few of them with a bit of trial and error and see how they work. Our users seem to prefer ‘rss aggregator’.
Thank you!
Hi,
Yes it will. Try it out! It will hide the menu for all posts. If you want to target individual posts though you can use the post id:
.postid-8253 .td-header-menu-wrap{
display:none;
}
or for multiple id’s
.postid-8253 .td-header-menu-wrap, .postid-8254 .td-header-menu-wrap , .postid-8255 .td-header-menu-wrap{
display:none
}
I hope this helps.
Thanks.
Hi,
Unfortunately I’m not sure as we have not tested this on our end. You can try to ditch the font entirely and adding it again in the custom fonts section and re-applying the settings in the fonts section. Maybe try to use another name for the font so it will create a new database entry. If you update to newspaper 7, the theme fonts are much easier to handle as they will be added to the media library and get pulled from there. (Much simpler)
Thank you!
Hi,
I think this is the function you are looking for:
https://wordpress.org/support/topic/finding-if-lt-nextpage-gt-exist?replies=4#post-811059
https://codex.wordpress.org/Function_Reference/get_the_content
I hope this helps.
Thanks.
Hello,
The edit link is only available if you are an administrator. if your user role does not have the ability to edit the page, then the link will not show up. However if you want to remove it anyway, you can use this css code:
.td_block_big_grid_8 .td-admin-edit{
display:none!important;
}
You can add the code in the theme panel->custom css box
Thank you!
Hello,
You can find the code for the live search here: http://screencast.com/t/yVaH1x4zCnpd – http://screencast.com/t/zxQlG80vS
If you want to remove the search icon entirely you can simply hide it with this css:
.td-icon-search{
display:none!important
}
Thank you!
Hello Lauren,
Replied via the themeforest comments section.
Thank you!
Hello,
Unfortunately your request is not as simple as a bit of html. The modal image was created to work with images not text. It will open only when you click on an image. That is the implementation that was created for it. If you want to change this behavior you will have to hire a freelancer to help out in this regard as there is no easy solution. It has to be hardcoded. This applies for tablepress as well. The theme modal image was not created with this in mind. Sorry
Thank you for your message!
Hello,
Unfortunately our theme has no such option. You can use visual composer on posts and add a block between post content, or add it in the theme files to show on each post with a do_shortcode function. https://developer.wordpress.org/reference/functions/do_shortcode/
And then use visual composer shortcodes to add content to posts template files. You can fiond the post template files in the main root folder of the theme: http://screencast.com/t/cvDnyotuhS
I hope this helps.
Thank you!
Hello,
You only need to paste the adsense code in the designated ad spost in the theme like so: https://forum.tagdiv.com/header-ads-adsense/
You need to place the code that looks similar to this:
http://screencast.com/t/O0ZSyLHA
Also if your ad is new, then it can take up to a few days until google can deliver it. The crawler needs to access your site before the ads will be fed through.
Thank you!
Hi,
I have also checked your site on desktop and mobile chrome and firefox but there is no logo showing. Please clear your browser firefox browser cache and check again. Test from a different device and inspect the footer. I could not find any logo. Only the sub-footer is showing.
Thank you!