Hello,
You can show a singlke category on your homepage if you want simply by using the block settings: http://screencast.com/t/GFKoExVlYh and if you have multiple blocks on your homepage then you can use the offset feature to make sure you do not have duplicate posts: http://screencast.com/t/9gutYnXKbW
Thank you!
Hi,
There is another way to do it, but it involves creating as many sub-domains as categories and install the theme on every sub-domain with different demos installed and then create redirects for each category to the specific sub-domain. Kind of a pain, but unfortunately there is no easy solution for it.
I hope this helps.
Thank you!
Hello,
A little digging into this issue shows that plugins could also affect the archive page: https://wordpress.org/support/topic/clicking-on-a-dates-archive-redirects-to-homepage
So please disable all your plugins except visual composer, clear cache, re-save permalinks and try again.
Let us know how it goes.
Thank you!
Hi,
You could do something of the sort but you will need to add the code for every page. The simplest solution would be to add a load more button to your latest articles so the page will not change every time you want to vies more posts. In order to do this, you will need to change the page template and not use the pagebuilder+latest but rather the pagebuilder+title or the default page template and then use a block 12 for your latest articles. This way you can add the load more animation from the pagination settings in visual composer (like our travel demo uses: http://demo.tagdiv.com/newspaper_travel/)
Thank you!
Hello,
This issue can be resolved if you set your system status parameters correctly: https://forum.tagdiv.com/system-status-parameters-guide/
Please check this section of the theme panel: http://screencast.com/t/UMTNEysROA
I hope this helps.
Thank you!
Hi,
I have checked your site but everything seems to be in order. Maybe you fixed it in the meantime…or it was a caching issue.
Let us know if you require any further assistance.
Thank you!
Hi,
It does not seem to work with || but if you replace it with && then it seems to exclude the module. However, it will not be that simple as there are blocks that use more than one module. You can see that here: http://screencast.com/t/fAz3fMepCCw9
The best thing you can do is disable the unique articles and filter different categories on your blocks or if you want to use the same categories, you can use the offset: http://screencast.com/t/mW0L7MPYmswv
Thank you!
Hi,
We do not know of any side-effects to this method. We have encountered no issues with removing that code. Now it simply depends on the plugins you use. If everything works as expected at the moment, then you should simply check your site carefully when installing a new plugin to see if there is no compatibility issue.
Thank you!
Hello,
I have tried your ad on my end: http://screencast.com/t/eoZsx7qi31
Please check your code again and do not specify any width to it this time.
Try your code like so:
<div class="td-visible-desktop">
<a href="http://www.aspiredu.com?=moodlenews"><img src="http://www.moodlenews.com/wp-content/uploads/AspirEDU-Advertisement-700x86.gif"/></a></div>
Let us know how it goes.
Thank you!
-
This reply was modified 10 years by
Bogdan B..
Hello,
Please update your theme to the latest version and no fix will be required anymore. The same applies to both themes as the issues with wp 4.4.1 were fixed in the latest updates. You can use this guide to do it: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Thank you!
Hi,
It can be done with a bit of css. It will cause the image to be cut off so another piece of code is required to adjust the image to the new height:
.td-post-template-6 .td-post-header{
height: 530px!important;
}
.td-post-template-6 .td-stretch-width{
transform: translate3d(-50%, -100px, 0px) scale(1.12, 1.12)!important;
}
In the translate3d part of the code you can see the -100 value. This controlls the vertical position of the image. you can adjust this to your preference.
I hope this helps.
Thank you!
Hello Mark,
This looks like a plugin compatibility issue. please try to disable all your plugins except visual composer, clear cache and reset CDN. If this is plugin related, now your mobile menu should display properly and you need to identify the plugin that creates the issue.
Let us know how it goes.
Thank you!
Hello,
The implementation you used is corect and the ad displays fine: http://screencast.com/t/z9J7G5T1
I could not see any problems with it. Please provide more details so we can better understand the issue.
Thank you!
Hello,
There is no option in the theme for this but you can do it if you edit the theme files. You can replicate this function: http://screencast.com/t/VL9iaN8l and adapt it to a module you want excluded from the unique articles.
Thank you!
Hello Mike,
Unfortunately the specific post does not seem to work. This could not be ssl related but rather a plugin conflict. Please try to disable all your plugins except visual composer and check your images again.
if the problem is still there please let us know and provide a working link so we can inspect it.
Thank you!
Hello,
You cannot find the particular file because you use the old version of newspaper (newspaper 4).
It would have helped if you mentioned this up front 🙂
In this case you need to edit this file and make the modification as shown above: http://screencast.com/t/z0MHhRJZMi
Thank you!
Hello,
Unfortunately this will have to be made custom. It will not be an easy task to get it to work on modules or on the author card.
In order to get it to work you will have to edit the author function for modules here: http://screencast.com/t/aRbIfQpn5 and the authors box : http://screencast.com/t/4hA6htm7j
Unfortunately you will have to hire some help for this customization as we cannot offer any customization services at the moment. You can hire a freelancer form studio.envato.com
Thank you for your understanding.
Hello,
This may be caused by a featured post plugin. Our theme does not support featured posts in it’s modules and blocks so please try to disable all plugins except visual composer, clear cache and check again. If the problem is still there afterwards, please try to do a fresh install of the theme.
Let us known how it goes.
Thank you!
Hello,
I will add this to our list of suggestions and maybe in a future version we will be able to implement such an option.
Thank you for your suggestion.
Hello,
This is the situation because the filter uses tag id’s, not the tag name. Please get the tag id like so: http://screencast.com/t/nVv86nOh6xV9
Then use just the tag id’s in the filter like so:
http://screencast.com/t/exxkWDep
Thank you!
Hello,
Unfortunately this option will have to be made custom as there is no option for it in the theme and plugins are out of the question in theme specific options. You will have to hire a freelancer to do it if you require this customization. You can hire freelancers from sites like studio.envato.com
Thank you for your understanding.
Hello,
Unfortunately this could be a number of things. You will need to follow a few ssl guides and make sure you did all the steps correctly:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/
You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/
It will require a bit of reading on your part. I hope this helps.
Thank you!
Hello,
This can be done very easy by selecting the default page template and add a block with infinite load as your latest articles block. You can see an example of it here: http://demo.tagdiv.com/newspaper/homepage-infinite-scroll/
We used a block 4 and infinite load option like so: http://screencast.com/t/aDOCB0VYI
Thank you!
Hello,
1) The line is there only it’s not visible due to your footer color. You can change the line color with css:
.td-footer-bottom-full .td-container:before{
background-color: rgba(0, 0, 0, 0.21)!important;
}
2)You can use this css to align it closer to the text without affecting anything else:
.footer-logo-wrap{
display:table;
margin-left: auto;
margin-right: auto;
}
3)You can use this code to do it:
.td-social-icon-wrap i.td-icon-facebook:hover, .td-social-icon-wrap i.td-icon-instagram:hover{
color:yellow!important;
}
Thank you!
Hi,
Unfortunately the left and right spaces cannot be removed safely. the theme depends on a grid layout it was built on so changing the width of the theme will break the layout and every element needs to be adapted to the new width. We do not encourage this modification as it creates many problems. If you truly need to modify the site width and reduce the space between blocks, we suggest hiring a freelancer to help you out as more customization will be needed for elements to display properly.
Thank you for your understanding.