- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperStripe Setup
- NewspaperPayPal Setup
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspapertagDiv Shop
- NewspaperDesign your post pages using the Default Templates
- NewspaperTheme modules and blocks
- NewspaperUsing the Theme Translations with WPML
- NewspaperHow to Set the Image Avatar
- NewspaperNewspaper theme documentation
- NewspaperSmart Sidebar
- NewspaperBreadcrumbs
- NewspaperFooter Builder
- NewspaperMain Menu
- NewspaperInstalling Pre-built Websites
- NewspaperPre-built Websites: Introduction
- NewspaperWhat’s Included in the Newspaper Theme Package
Hello cloin1,
You should provide your website URL so I can take a closer look at it. The best way, in this case, is to make a new clean install from scratch via FTP way because this is the surest method in this regard. Notice that Mega Menu should works as expected with the theme and also, you can see this in our demo, like this -> https://demo.tagdiv.com/newsmag/
Thanks for your understanding!
Hey There 🙂
I am trying to add pagination to our tag pages, take a look at the link here: https://speedsport.com/tag/magazine+april-2017/
So, I’m taking a look at your demo sites and they seem to have pagination for the tags page; however, when I visit my site I do not see the pagination. I’m using version 7 of the theme. I know that pagination is built in because I can go to /page/2 of that tag and it will show up.
But I cannot get the numbers to show like you have on your demo sites:
If you could help me out with this or point me in the right direction with where I can find a solution for this I’d really appreciate it.
Thank you.
Ok so I can get the sliders used in your demos by following documentation. My question now is instead of clicking ‘import slider’, I want to ‘add slider from template’ and use the FREE slider templates there. When I try to I am required to enter my purchase code which won’t work?
Thank you
but it’s possible a tutorial for create this page like a demo?….. i have follow all steps.. but page “shop” it works different from custom page that i have created (like demo…)…
Any help for resolv this.. im not only in this forum.. eheh.
Thanks advices.
sakkiotto
Hello davidemorini,
Unfortunately, our theme does not have any such an option that allows you to change the category pages, sorry! The only settings which allow you to change the style of your category pages are located in Theme panel->Category section, like this -> https://www.screencast.com/t/WnVCfjcL8Ruo Notice that if you want to change your category pages, you should edit the category templates and insert some codes in order to achieve as you wish. As a hint, you should edit the category_top_post for style used by you and then you have to inject some PHP code with do_shortcode method, like this -> https://www.screencast.com/t/hHvdcCGixC8B Also, ensure that your Custom Ads contains some ads, like this -> https://www.screencast.com/t/7Ku6Rn43 and the result you should see here -> https://www.screencast.com/t/obnWcMVYJPtA After these changes, notice that you should adjust them with a bit of CSS for a better look and to get the results you want.
Notice that all of these should have be done by yourself because we cannot provide custom services at the moment, sorry!
Thanks for your understanding!
Hello m1keb1ggs,
Yes, surely, each demo comes with the own style.css.
Thanks for your understanding!
Hi,
Thank you for your appreciation. The Next/Prev article on the bottom of a post does not display a thumbnail. This can be seen in the demo
– https://demo.tagdiv.com/newspaper/15-grooming-techniques-every-man-needs-to-know/
The option can be disabled for the posts in the theme panel
– https://forum.tagdiv.com/general-settings/
There is a related articles section that is displayed on the bottom of posts, and can be customized
– https://forum.tagdiv.com/related-articles/
Thanks
Actually, it’s not recognising the 2/3+1/3 column format – either with a widgetised sidebar or any other content I put in there manually. I’ve installed the main demo and it;s not working here either. Thanks!
Hi,
The widgetised sidebar is not working for me – either in your demos or when I create my own. It locates itself in the main body text, rather than to the right hand side of the page where the sidebar should be. Can you advise how I fix this. Thanks!
Thanks Catalin, that has done the job, but I certainly don’t have that custom CSS on my other site. I believe I loaded the travel demo and it came from there.
All good. Thankyou!!
Catalin,
Thanks for your reply. I believe that I have placed Big Grid-1 as you demonstrated. What my issue is that my sidebar content that was placed to the right of Block 9 content has pushed down the Block 3 content that is supposed be directly under Block 9.
Screenshot2
Screenshot2
Please see images above for the example.
Thanks,
Kris
-
This reply was modified 9 years by
k24. Reason: Images broke
Hey Simion,
thanks for your quick reply!
I am not sure about your answer, because when I try to print out one of your articles in the demo it works fine. I tried several plugins but with no success. They just dont solve the problem. May there is a bug in the theme or misconfiguration?
Thank you!
Hello ChrisJinti,
Please notice that it is no need to activate the plugin because the license of it will comes bundled with the theme packet and the sliders which are used our demo can be imported with Rev Slider, according to our documentation.
Thanks for your understanding!
Hi,
You must import the demo on your website as well. The slider demos are provided in the theme package, you just need to follow this guide to install it
– https://forum.tagdiv.com/import-revolution-sliders-on-demos/
After following the steps as described you should have a working slider on the page.
Thanks
Hi we installed demo and then slider and activated it.
Not working says; Revolution Slider Error: Slider with alias td-travel not found.
Thanks
Hi,
By using somthing like
<div class="td-visible-desktop"><a href="#"><img src="https://demo.tagdiv.com/newspaper/wp-content/uploads/2017/04/newspaper-rec728.jpg" alt="Ad" /></a></div>
AD title won’t hide in small screen.
For the moment I use
<div class=td-visible-desktop>Annonce</div>
in AD title field option.
Hello davidemorini,
For the post pages, you should use the code below and place it in Theme panel->Custom CSS Area.
.td-post-content div .td-all-devices{
margin-bottom:10px!important;
}
div.td-a-rec-id-sidebar > div {
margin-bottom: 15px!important;
}
The result you should see here -> https://www.screencast.com/t/4tDkdBS3dSBk
Thanks for your understanding!
Блок №9 позволяет вывести заголовки статей в одну колонку: https://demo.tagdiv.com/newspaper/block-9/ без картинок.
В нём можно скрыть имя автора, количество комментариев и дату публикации.
Hi,
After further investigations it seems that this particular demo tat you have has a problem with the background ad functionality in the latest theme update. I have added the problem on our list, and it will be fixed as soon as possible. As a quick fix I could provide you a code that should make the background ad work, in theme version 8.
Please update the theme and enter this code in the Theme panel->Custom Css
@media (min-width: 1180px) {
.td-magazine.td-boxed-layout #td-outer-wrap {
width:auto;
}}
.td-boxed-layout .td-main-content-wrap {
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
}
I have tested this code and it is working for version 8. We are very sorry for this problem, and any inconvenience this might have caused for you. Please let us know if you still encounter issues in this matter, so we can provide you with a different solution.
Thank you for understanding!
Hello ChrisJinti,
Do you ar referring to the Revolution Slider templates which are used on our Demos? Notice that you can load which you want from our theme packet, according to our documentation here -> https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Thanks for the message!
Hello davidemorini,
Your website seems to look like similar to your example provided above. Provide more details if you want to make some other changes through your website so I will be able to provide a more accurate response.
Sorry if I did not understand what you exactly mean.
Thanks.
Also, in addition to that css name, I have a question: I see in your link above (https://demo.tagdiv.com/newspaper/author-box/)…are these examples of additional author cards? I notice that the pictures are round and larger. How can I create this instead of using the rectangle author box with the standard thumbprint picture?
Thanks for the response, but that video doesn’t show anything about installing via FTP, just installing the demos which I have been testing.
I did the install inside WordPress using the Appearance –> Themes –> Add New and from the newspaper.zip folder. Then, installed a demo theme.
The only single place that “Edit with TD Composer” appears, is on the home page. Nowhere else and only them is some demos not all of them.
Nowhere have I ever seen the “Edit with TD Composer” link on a category, which is shown is some of the promotional videos.
I have the latest install, as it was only bought a week ago.
Thanks
-Nigel-
Hello davidemorini,
Notice that the managing of free space depends on what items you are using on your website. Please show me exactly you want to make some changes so I can inspect it closer that section and also, so I will be able to provide a more accurate response.
Thanks for the message!
Hello Aakash,
First of all, please notice that the W3TotalCache plugin is not tested with our theme and it seems to cause a lot of problems through the theme, sorry! You should use the WP Super Cache which is our recommended caching plugin.
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit to our requirements. For an example, you should check our demo preview because this website is optimized.
Thanks for your understanding!