No search results were found in Documentation!
Dear ,Sir first of all Sorry for my bad english.
so the problem is – i want to add some animation to my clicable row.
please cheak sir the first image – https://www.screencast.com/t/v4jlLbnjA
this image is your life style demo’s iamge. when i move my mouse croser to those images , those images are slowly popup.
then please look this image – https://www.screencast.com/t/pepdzmnYZ6
this is your travel demo theme, i already make this a clicable link ( table ) . but when i move my croser to this clicable menu , the menu is clicable but there is no animation happens like aur blur aur colour chane etc.
so i want to make this some animation like when i move my croser to this menu, then the menu is popup slight or colour change or blur so please kindly solve my problem.
because :- i want to highlight this menu ( eye catching ) so please give me a little bit solution please sir……..
Hi,
We want to install the new demo without facing any damage to existing content, settings, layout, plugins, etc. Is it possible to do so?
Please advice.
How can I create “Must Read” widget in the sidebar, as it is here in demo – https://demo.tagdiv.com/newspaper_college/
https://demo.tagdiv.com/newspaper_recipes/
where can i download the background image used in this demo
I am using the Craft demo theme and love the icons in the menu – i understand they are custom, but where are they stored / how can I insert my own custom icons?
The demo content can be deleted by either uninstalling the demo or going to pages, posts, menus and categories section and deleting demo related info from there. So it is false to say it cannot be edited when installing with content.
(Should I uninstall the demo and then install it again “with content” so that I can tweak the layout by seeing real-time changes and then add my content?
Also, if in future I do add some pages, will they be realigned as per the demo theme?) Answer is yes to both questions.
Check the theme files under newspaper>includes>demos>city_news>pages and open homepage.txt . Copy the code inside in a new page and edit with td composer as you like.
I think there is some misunderstanding. The issue is with the theme, not my website. If you go to your own website Tag Div Newspaper Demo Page on Google Chrome then to Developer Tools and Audit, the results will bring the same issues I have experienced with my website.
Certain buttons and links on the theme do not have accessible or discernible names. As a result, google is giving a poor score for Accessibility, which can affect page ranking.
Please see the screenshot below:

-
This reply was modified 7 years by
devy.
Hi Calin,
Thanks for helping.
There is one more query, I am getting a non https image on my website from theme style. I found it using inspect elements tool.Please look at below code:
.td-page-content .widgettitle {
color: #fff;
}
.td-menu-background,
.td-search-background {
background-image: url(‘http://192.168.0.208/wp_011_test_demos/wp-content/uploads/2017/05/4.jpg’);
}
.white-popup-block:before {
background-image: url(‘http://192.168.0.208/wp_011_test_demos/wp-content/uploads/2017/05/1.jpg’);
}
ul.sf-menu > .td-menu-item > a,
.td-theme-wrap .td-header-menu-social {
line-height:70px;
}
Can you please help me removing these images link?
Thanks
-
This reply was modified 7 years by
buffercode.
I have a problem with importing “City News” layout on my front page. I made a page with the default layout, and now want to change it to “City News” layout. When I install City News demo, only colors change, and layout stays the same.
Can somebody please help…
Hi,
My site is in development stage and I just did a Newspaper demo theme installation without including the content, because I won’t be able to edit it later as per my limited understanding.
Now the problem is that since there are no live pages on my site currently, I can’t see any changes. How do I go about rectifying this issue? Should I uninstall the demo and then install it again “with content” so that I can tweak the layout by seeing real-time changes and then add my content?
Also, if in future I do add some pages, will they be realigned as per the demo theme?
Bear with me if this sounds like a proper novice question but any help would be greatly appreciated! x
I beleive you misunderstood me. i imported your news mag demo. in the home screen (i have attached you the image) you can see 5 blog post which redirect to the specific post. what i want is, instead of redirecting to the specific post, is it possible to redirect to the entire category ?
https://imgur.com/a/cV5w3qb
HI,
I am using your news mag demo,
In the attached image you can see when i click it, it takes me to the blog post. but is it possible to take it to the blog category ?
for eg – instead of taking it to a specific fashion blog post i want it to take to the fasion blog category where all the blog post related to fashion post it present.
https://imgur.com/a/r7eMEnL
Hi,
I imported News Magazine demo, but its not displayed at it should be. can you fix it ?
Please let me know how to share my WP credentials
https://imgur.com/a/n5ODDnI
Hello,
There is already a demo available you can use that has this kind of separation:
https://demo.tagdiv.com/newspaper_architecture/
Thank you!
Hi,
In order to have access to the demo, you need to have internet connection, this is the only way, because the theme gets the demo from the server.
Sorry for the inconvenience.
Thank you for your understanding.
Hi,
I purchased newspaper 8 theme. I am evaluating on my work computer durign breaks my computer which is not connected to the internet. I have an internet computer but cannot run uwamp on it.
I am using UWAMP on Windows 10. After I installed the theme I tried to install a demo I get the following errors 4 times: “tagdiv importer detected an error. The importer will try to recover and continue to install the demo after you click ok on this dialog.
Steps to troubleshoot:
-Check permissions on your upload folder.
-Please make sure that WP_DEBUG is set to false in wp-config.php
-Contact support….
”
WP_DEBUG is set to false. All folders on my computer are seen as read only but I can write/modify them.
Demo gets installed I see posts/layout everything except images.
Is there a way to manually install a demo? How demo installation works? It updates the db and copies images from somewhere to under wp-content/themes/newspaper?
Hi,
@trendyseekers It is possible to modify the width of the rows containing the elements
– https://www.screencast.com/t/bJZnLUlA
Many layouts can be achieved using the row stretch settings. Most of the new theme demos have various widths, see them all here
– https://demo.tagdiv.com/select_demo/select_demo_newspaper
With the introduction of the cloud library plugin now the composer can be used to create post templates, category templates etc
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
You can preview the cloud templates and even edit them all here
– https://affiliate.tagdiv.com/#/load/All
Please let us know if you have more questions.
Thanks
Hi,
The height will not be the same unless the titles have equal height. The length of the title will affect all the other post meta position.
You could set a min height for the title – http://prntscr.com/lnlzfb
That could be a solution, code used in example here
.td_flex_block_1 .td_module_wrap .entry-title {
min-height: 100px;
}
That is how the modules in this demo are made for example
– https://demo.tagdiv.com/newspaper_architecture/
The option to hide images will work per device (option is called image position), you mention you found it.
For the title space use the padding option – https://www.screencast.com/t/e38p4FdUr9
The cloud 56 block is made like this – https://www.screencast.com/t/UPTkn2QZX5I
Hi,
Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer to your Theme Activation. Insert there the link of this conversation so we can quickly identify you.
I do not understand very well the problem you have with video post, if you refer to demos, you can have only one demo install on theme, but you can use the tagDiv Cloud Library and get from there the template for your posts( also you can edit them if you want ).
Here is an affiliate link if you want to make some tests.
-> https://affiliate.tagdiv.com/#/load/All
Sorry, we try to answer to our customers how fast we can.
Thank you for your understanding.
Hi,
Those look like images from the black theme demo
– https://demo.tagdiv.com/newspaper_black/
I can see them on your website in their attachment pages, for example
– https://www.nouveautycoon.com/13/
They seem to be here – https://www.nouveautycoon.com/wp-content/uploads/2018/06/13.jpg You could delete theme since they are not needed anymore. These images were imported when you installed the demo.
Thanks
Hi,
You have to remove the demo ad code from the theme panel as well, it will still try to load it despite deleting it from the media library
– https://www.screencast.com/t/GgcgaYLo0AM
Please check here in the article ad sections
– https://www.screencast.com/t/0VhTUs6kA
I believe that is the bottom ad.
Thanks
Hi,
This topic is similar – https://forum.tagdiv.com/topic/removechange-red-gradient-in-fast-news-demo-menu/
The customization had to be made in the stylesheet, at the moment a gradient cannot be set in the header by theme settings. It could be removed in the demo stylesheet if needed.
You could also create another code to remove it or change it. This code will be loaded after the one from the demo, so the transition of the colors may be visible. First the default ones will be loaded, then the code you use with the different colors.
So you could remove that gradient in the demo stylesheet. I will make a note on our list so that the gradient will only apply on the header style the demo uses. So changing the header style to a different one will not display a gradient.
I should mention that a header builder is being developed, this will add more flexibility in managing and creating header styles. It will be introduced in a future update.
Thanks
Hi,
In pages built with the tagDiv composer you can place author boxes
– https://demo.tagdiv.com/newspaper/author-box/
The elements of the tagDiv composer can be used as shortcodes. So for example configure an author box in a new page as you want
– http://prntscr.com/lnigyk
Then use the shortcode where needed – http://prntscr.com/lnihch
The tagDiv composer has to be active in order for the shortcodes to work.
An element to display the author and publish date does not exist for pages. Displaying this information on top of the page would be possible if it was in the page content, or maybe in the page template files the theme uses
– https://www.screencast.com/t/A483WIy4nUcu
Only on posts the author name and publish date will be displayed. Sorry for any inconvenience.
Thanks