Hello,
You can paginate a post using the nextpage tag. Here is a description on how to use it:
https://en.support.wordpress.com/nextpage/
Make sure you add the nextpage tag in text mode (html), not in the visual editor
Thank you!
Hello,
Please use this guide and choose the ftp method as it;s the safest way of updating the theme: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hello,
On pages you can simply use visual composer to place an ad box element and choose whatever ad spot you prefer:
http://screencast.com/t/87CinrBT2Ejs – http://screencast.com/t/skhSkMk1u
Thank you!
Hello,
Please use this sidebars tutorial: https://forum.tagdiv.com/sidebars-tutorial/
You can add a custom sidebar to posts from the post settings on each post in particular: http://screencast.com/t/RqpbiTkGwCo or leafe it to “default” if you want the post to grab the sidebar from the primary category: https://forum.tagdiv.com/primary-category/
Thank you!
Hello,
If you want to have only a top image and the rest just titles, you can simply do that with css, no custom coding required. You can simply use one of the theme blocks that has this sort of functionality but with different images like block 1 on 2 columns for example:
http://demo.tagdiv.com/newspaper/block-1/
You can hide the small thumbs with this code:
.td-block-span6 .td_module_6 .td-module-thumb{
display:none;
}
.td-block-span6 .td_module_6 .item-details{
margin-left:0;
}
result: http://screencast.com/t/oaeZXjpGJHD
You can even target paricular blopcks so you will not affect all blocks 1 at the same time by adding a custom css class on the row in visual composer.
You can also use block 2 :
http://screencast.com/t/DX8PO8MNJl
Or block 18 and 19. You ujust need to change up the css a bit.
Oh, and Block 17 already has this implemented: http://demo.tagdiv.com/newspaper/block-17/
Unfortunately you cannot separate each post by category. Our theme has no such option. You can filter specific posts in a block from the filter settings or specific categories but you cannot make the block pull each post in particular from a particular category,. There is no such depth added to the post filters. Sorry.
Thanks
Hi,
Your logo is still too tiny because you have a custom css making it a maximum size of 23 pixels: http://screencast.com/t/df9rSDo0 Please change that number to a bigger one like 230 for example
Remove all your custom css before using the css I provided above.
Thank you!
Hello,
VC can be left active as it is a required plugin. I replied to disable all plugins EXCEPT VC…not VC included.
You will have to disable all plugins. It could be a different problem but plugins are the main reason for such issues. It could also be a custom code in your child theme, a js optimization tool or simply a setting you forgot to check : http://screencast.com/t/WmdHIcoc
If you still have trouble with this, please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate but please be advised as we will disable plugins for a few minutes while we run our tests.
Thank you!
Hello,
The theme has no such setting so it will have to be made custom. You will need coding skills though. If you do not know the steps you need to take in this regard, we suggest getting some hired help as there is no solution we can provide in this regard.
Thank you!
Hello,
That is a wordpress attachment page that WordPress adds to each image you add to your site.
If you do not want these pages, you can follow this guide: http://www.wpbeginner.com/wp-tutorials/how-to-disable-image-attachment-pages-in-wordpress/
Thank you!
Hello,
Our theme allows you the possibility to choose the ad size that you want from the ad spot settings: http://screencast.com/t/7AwNrIQqWX5
Simply choose 300×600 from your sidebar ad spot and google should deliver that size.
Thank you!
Hello,
I have tested this method again n the latest version of newspaper and the method still works as expected. http://screencast.com/t/YIrkN4SV
I’m not sure exactly why it’s npot working on your end byt you need to use font awesome, not sprites. The sprites have been removed from our theme from a few updates back. Only font awesome can provide the icon properly.
there are 2 copy/paste operations you need to make and 1 plugin install.
1. Copy this code:
<a class="td-social-sharing-buttons td-social-linkedin" href="http://www.linkedin.com/shareArticle?mini=true&url=' . urlencode(esc_url(get_permalink())) . '&title=' . htmlspecialchars(urlencode(html_entity_decode($this->title, ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8') . '&source=' . urlencode(get_bloginfo('name')) . '" onclick="window.open(this.href, \'mywin\',\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><i class="fa fa-linkedin"></i></a>
Paste it here: http://screencast.com/t/iKzR3wrLjP
IMPORTANT NOTICE: there are 2 instances of the same code in that page. One is for the top sharing icons and one is for the bottom icons. If you want linked in on both you need to paste the code twice for each instance. If you only want the top or bottom, make sure you place the code in the corect spot.
2. Copy this code:
.td-social-linkedin{
margin-left:8px;
background-color:
#006699!important;;
}
Paste it in the theme panel-> custom css spot
3. Install this plugin: https://www.newnine.com/plugins/font-awesome-4-menus
4. Clear all caching, and reset cdn files if you use it as cache needs to be cleared for changes to appear imediatly. Otherwise you will have to wait for the cache to be cleared and that depends on how you set it.
Thank you!
Hi,
Replied in the other topic. The theme cannot influence any custom code you authors add to their description. You will have to edit the code manually. The theme cannot have any control over what your users add in the descriotion field.
Hi,
If you want to show the social icons only for admin you will need coding skills to do it. The theme has n o such option. WordPress offers php functions to check if the user is admin or not but you will need coding skills to use these functions. If you do not have the proper knowledge we suggest hiring some help as we cannot provide any custom work at the moment. Sorry.
Thank you for your understanding.
Hi,
Based on your other topic, you mentioned the links are ones your authors add. The theme has no control over what content you users add on their description. If you want them to be nofollow, you will have to edit their descriptuion as you have the admin rights, and modify their html code from the link adding nofollow tho it manually. The theme has no options to edit custom content added by users.
Thank you!
Hello,
Please disable all plugins except visual composer, clear cache and reset cdn files. This could be a simple plugin conflict.
Thank you!
Hi,
Unfortunately I;m not sure exactly what you mean. Please provice a link to such page so I can inspect it. You mean to say that you create a new page and the header and footer fall below your content?
Please provide an example
Thank you!
Hello,
It seems the mega menu has these lists defined in the code, yes. If yopu want to remove all of the list styles,
simply use this css in the theme panel-> custom css box and all your lists will not show numbers anymore:
ul, li, .td-mega-menu-page .wpb_content_element ul li{
list-style:none!important;
}
Thank you!
Hello,
Unfortunately you are right and wordpress does convert the tags from uppercase to normal letters but it does not do this for all tags. It seems to be a wordpress bug as I have tested this on a wp default theme and still got the same result. It is a worpress bug, not a theme bug.
Thank you!
replied in the other topic
Hello,
The mobile theme settings allow a smar list ad to be placed on your site like so:
http://screencast.com/t/kIwVKXYOIfl
If you want a custom implementation of the mobile ad, please read this topic: https://forum.tagdiv.com/topic/article-bottom-ad-not-working-on-smart-lists/
Thank you!
Hi,
It seems to be working fine now: http://screencast.com/t/mb0bbekm1p Please check again
Our theme was not tested with the events calendar but we have seen the plugin in action on our user sites.
Thank you!
Hi,
Unfortunately our theme does not have any multilingual options. You will have to use plugins to do it. Unfortunately we have not tested any so I cannot make a recommendation.
Thank you!
Hello,
You will have to disable the plugin and delete the files from the wp plugins section. Then install the new version as you would any plugin. Revolution slider as well as visual composer need this method of updating.
We created this guide for visual composer but the same method applies to rev slider: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!
Hello,
The mobile theme will show all your posts, not just 2 of them. Please also check your main theme and see if on desktop you get more posts. if you still have 2 per page maybe you have this set to 2: http://screencast.com/t/VYXTzDkf4
Thank you!
Hello,
WP super cache is the tested and approved plugin to use with our theme. You may not have set it properly. Please only use these settings with it: https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thank you!