No search results were found in Documentation!
Hi!
How to create a page to output the archive like here: http://demo.tagdiv.com/newspaper/2015/ ?
Hi
Replied you here: https://forum.tagdiv.com/topic/installing-newsmag-demos-fail/
Thanks!
Hi
Unfortunately this error could come from a big number of problems. It is a general error and we cannot point it to a specific thing. I believe it happens due to your server configuration which is not responding, it could be due to a delay or it could also be a temporary issues so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this so you could also test this on a fresh wp install and let us know if you still get the same result. Also make sure that your permission for the upload folder are set correct. You can check this by trying to upload an image in media library. If the process succeeds then the permission are ok. If not you can use the c-panel to change permissions (set them to 777) or if you do not have access to the cpanel, please contact your hosting provider.
Thanks!
Hello,
The theme offers a fade in effect for it’s big grid elements from the lazyload animation as can be seen on our demo here: http://demo.tagdiv.com/newspaper/ if you want to implement another type of fade effect you can use css: http://stackoverflow.com/questions/11679567/using-css-for-fade-in-effect-on-page-load
or a javascript code the one you suggested. Unfortunately we did not test any of this on amazon book images and i’m not sure how they are implemented. In any case, this is a custom job and it falls beyond what support can offer you. If you cannot adapt the code to your case, you will probably want to hire a freelancer to help out.
Thank you!
-
This reply was modified 10 years by
Bogdan B..
Hi,
I had my hosting provider increase my php memory limit from 60MB to 128MB.
I was able to install the demos now.
Thank you
Please close this ticket.
Hi,
I have setup a Newspaper wordpress theme and added some posts to preview the outlook. But I found that the whole content of a post displayed in index page is being displayed out. When I look into the demo site of Newspaper theme, the post content can be trimmed up to “…”. I would like to ask where can I enable this setting for my own site?
Thanks,
Mick
Tip for learning to use short codes from editor:
a) create demo ‘page’ set to private
b) go to visual editor, insert the shortcode you want
if you can’t see the shortcode syntax properly, then
c) switch to the html editor to see shortcode HTML
Done.
-
This reply was modified 10 years by
simchris.
When i try to install one of the newsmag demos I get ajax error every time.
Ajax error. Cannot connect to server, it may be due to a misconfiguration on the server.
I took printscreen but I can’t past it here. Template works but I have to do everything from begining. I’m not advanced user so I want to try some configurations. Please help.
When i try to install one of the newsmag demos I get ajax error every time.
Ajax error. Cannot connect to server, it may be due to a misconfiguration on the server.
I took printscreen but I can’t past it here.
Hello,
Unfortunately there is no easy way to go about this. The theme has no such option. You can create sub-domains and create a WP install on every one for each category. The redirect your links to the specific sub-domain. Not an easy task. There a re plugins to create sub-domains that may lighten your work.
Unfortunately there is no easy solution for it as the theme uses a different style for each demo and you cannot have 2 demos working at the same time on a single website.
Thank you!
Hi,
I have replied you on themeforest’s dashboard on this. I have pasted my replies and our conversation below, hope you don’t mind.
I would use the block 16 as module , it is possible ? And if so, how can I do ?
tagDiv
Hi,
Unfortunately not without customization, as blocksâs template uses additional customizations to display 3/5 posts on 2/3 columns so setting/using that as module woudl display one post on each column resulting in a similar layout like this: http://demo.tagdiv.com/newsmag/block-3/
Iâll add this on our request list and consider it for future theme updates.
Thanks for the message!
Lucian C. tagDiv
I would like to customize , you could point me in which I would have to edit files.
tagDiv
Hi,
Sure, you can find the blockâs 16 template file to see themeâs implementation for it here: http://screencast.com/t/0GNsavDbKxi then, for categoryâs modules layout in the loop.php file: http://screencast.com/t/X4kdqTz2Xoc
You would have to create a case in the loop file for your case. Please also note that we cannot provide customization services at the moment so if you canât manage this on your own we advise you to get in touch with a freelancer or someone that could help you and also make sure you backup these files before customizing them.
Hope this helps!
Thanks for the message! Lucian C. tagDiv
Thanks!
Hello airshoot,
Please try to disable all the active plugins, except Visual Composer, clear all caches and install only the plugins that come bundled with our theme. I’ve tested on my side and works fine…as you can see this in our demo -> http://screencast.com/t/NKiBKwQpd
Please note that if you use JetPack plugin, please disable the Photon and Mobile Theme because have caused conflicts with our theme and that might be a reason to not be displayed on your mobile.
Hope this helps and let us know how it goes!
Thank you for the message!
After installing the demo, when i visit the site it doesnt appear like the theme live preview, it leaves out some content and makes lots of white space, more like div tags being wrongly misplaced.
please help
http://demo.tagdiv.com/newspaper/10-landscapes-wont-even-imagined-exist/
how can i make photo galery like that ?
Hi guys
I have problem in my Structured Data errors. Test of template.
https://developers.google.com/structured-data/testing-tool?url=http%253A%252F%252Fdemo.tagdiv.com%252Fnewspaper%252F10-landscapes-wont-even-imagined-exist%252F
in my case in Structured Data i have also missing this:
image:
author:
datePublished:
headline:
name:
publisher:
dateModified:
mainEntityOfPage:
THX đ
Hello LeagueOne,
Unfortunately, our theme does not control the ad code but only displays it. For more details about your google ads, please contact the Google Adsense because they will be able to provide a more accurate response about the structure of the code. For example, our Google Adsense is opening in new window without other modification.
If you want to have others ads you have to add the target="_blank" attribute to the anchor tag container of the ad you want to open in a new window, just like this attributes are added to the image banner divâs from, like so:
<div class="td-visible-desktop">
<a href="#"><img width="728" height="90" src="" /></a>
</div>
<div class="td-visible-tablet-l">
<a href="#"><img width="468" height="60" src="" /></a>
</div>
<div class="td-visible-tablet-tp">
<a href="#"><img width="468" height="60" src="" /></a>
</div>
<div class="td-visible-phone">
<a href="#"><img width="300" height="250" src="" /></a>
</div>
Here is an example of how this should look:
Example:
<div class="td-visible-desktop">
<a href="http://google.com" target="_blank">
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-728.jpg">
</a>
</div>
<div class="td-visible-tablet-l">
<a href="http://google.com" target="_blank">
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg">
</a>
</div>
<div class="td-visible-tablet-tp">
<a href="http://google.com" target="_blank">
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg">
</a>
</div>
<div class="td-visible-phone">
<a href="http://google.com" target="_blank">
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-300.jpg">
</a>
</div>
Hope this helps and let us know how it goes!
Thank you for the message!
Hello,
The demo can be uninstalled so nothing will be lost or overwritten, but just to be on the safe side, you can create a sub-domain and try the demo on that one first to see how things go. https://premium.wpmudev.org/blog/testing-environment-wordpress/
I hope this helps.
Thank you!
I have a busy site and over 1500 pieces of content. I want to experiment with one of the demos but I am not clear if I can revert back?
I only want to install the demo in conjunction with my own existing content and experiment, I am anxious of not being able to revert or finding my content accidentally deleted and layouts messed up.
I will backup prior of course, currently I’m using default demo with my own content and customisations.
Thanks
Chris
Hello there,
Theme: Newspaper 6.6.2
template default
Can you tell me how I can make the following changes?
http://www.fotos-hochladen.net/uploads/feoqjepyzws5.jpg
I would have liked as the default demo
1. From the main menu to “News” are on the far left?
2. Where can I change the distances between the menu items?
3. The blue area is to be transparent
4. The color of the category is to change “on mouse over”.
5 .Among 4. Where do I adjust the color?
Thank you for your support
With kind regards
Bernd
Hi Bogdan!
Sorry if I was unclear. I still talk about the same topic as the thread start. The link is an example of how the parent menu buttons can work on iPad AND Computer is this possible?
http://demo.goodlayers.com/versatile/
Thanks!
Hi
The smart list weren’t designed to display ads, that’s why they don’t appear. We intent to add new smart list types, which will include ads in smart lists, in the next theme’s updates. It will be something similar with this smart list from Newspaper: http://demo.tagdiv.com/newspaper/10-landscapes-wont-even-imagined-exist/
Thanks!
Hi guys.
I don’t understand why but today i can’t access on theme panel. Error is “page not found”. Others pages like “Welcome, Plugins, Install Demos, ecc” works correctly.
What i can do for fix this problem?
1.I’m talking about writing a post sir, How do I use columns, text wraping when I’m writing a post.
for example, how do I write this kind of post; http://demo.tagdiv.com/newsmag/td-post-the-20-free-things-to-do-in-sydney/
My main concern is to how I can use text wraping, take a look at the 3rd pic how it’s aligned with the text.
Thank you!
Hi
I’ve tested the code you provided on our demo and works fine: http://screencast.com/t/bEq1VqeMoa9D I am not sure why the code doesn’t work for you but you can try to clear all caches then test again. If the problem persist please provide a link where I can inspect it.
Thanks!
I just purchased the theme and have activated the Travel News demo. I am attempting to upload media to the library but get an http error after every attempt. I have activated my theme as well.
I contacted godaddy who advised that they reverted to 2015 and were able to upload media, so there may be a conflict with the theme compatibility with WP 4.4.
Anyone else having this issue or have advice?