No search results were found in Documentation!
Hi,
I have a problem using the theme panel on a staging installation of my website.
I’m using the WP STAGING plugin for the staging stuff.
The problem is that the click event on the panel doesn’t respond at all. So I’m stuck on the header options without the possibility of moving to another tab of panel. I can’t select any option as well.
I can’t install demos.
I can’t neither activate the theme.
Huge problem for me because i purchased the theme and i can’t use it at all.
Regards
Hi,
I have tested this again, using the same header style you are using. I set a background color for the menu when sticky
– https://www.screencast.com/t/a5DNdhcrpL
This color applies for me – https://www.screencast.com/t/yoZSZ47V
Do you maybe have caching installed? Clear the cache after setting the color, also clear the browser cache or try with a different browser.
That code you use would have no effect in this matter. Do you have a demo installed? demos may have custom code of their own.
Thanks
Hello ecstaticperson,
Please keep in mind that there is talking about a presentation demo. If you will load the default demo, you will not receive that menu because it’s just for presentation, sorry!
Thanks for your understanding!
Hello Metric,
Unfortunately, that demo is discontinued at the moment because it is needed to be rebranded in the future.
Thanks for your understanding!
Hi,
The theme will create thumbnails from images, so all those thumbnails would have to be compressed when displayed. The sizes that will be created can be disabled if needed, in the theme panel
– https://forum.tagdiv.com/theme-thumbs/
Each module uses a predefined thumbnail which cannot be changed unless code modifications are made.
The new flex blocks are becoming quite popular, because one can use the same block to achieve many results, while also selecting the thumb size
– https://demo.tagdiv.com/newspaper/flex-block/
For example this demo homepage is built with one block, the flex block
– https://demo.tagdiv.com/newspaper_crypto/
Thanks
Hi, I installed the Default Demo including content on localhost. After it’s installed, the Features Dropdown https://ibb.co/m74FWo and the pages below aren’t showing. I wanted to learn how the features such as shortcodes, grid columns etc are being used.
Hi,
We got a request to build a site where the https://demo.tagdiv.com/newspaper_erotic/ fitted 100%. The client has accepted the project, now we wanted to purchase another license to start working on the site, but now read this demo is deleted.
Please let us know if there is a way of retrieving this version for install (manually uploading is fine, as we understand Themeforest’s policy on this demo).
Thanks
Hi,
Our composer does not have a similar element to that. There is a tag cloud widget but that is a simple looking widget it would require additional design.
In our theme tags can be displayed on top of blocks, as a live filtering option. Users can filter the block by the tag they want. This is called the ajax filter, it can show tags as well
– https://www.screencast.com/t/sBy6Lfb5adW
The filter may display differently depending on block header style used
– https://demo.tagdiv.com/newspaper/block-header-1/
More about block settings here – https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
The default footer templates have a maximum of 3 columns. To achieve a 4 column layout you will have to create a page with the elements you want and also the layout you want. The tagDiv composer allows a 4 column split. Then set that page as footer page
– https://www.screencast.com/t/7zxKdeNoA8aS
Example of some demos that use footer pages
– https://demo.tagdiv.com/newspaper_showcase/
– https://demo.tagdiv.com/newspaper_law_firm/
– https://demo.tagdiv.com/newspaper_dentist/
Thanks
Hi,
That is not difficult to do. For example, like in that demo you mention. First set a custom class for the row containing the background
– https://www.screencast.com/t/MrvIIBnv1
Then refer to that class and change the color of the post titles in this example
– https://www.screencast.com/t/fTAYMhIE9GI
Only that block/element will be affected. Let me know if you need more help.
Thanks
Hi,
Regardless of form of pagination, the block will always use the same module type. In your case the initially loaded modules are with problem, not the ones that are loaded with the load more button.
Block 5 looks like this – https://demo.tagdiv.com/newspaper/block-5/
I see there is a problem with the thumbnails used for the first 10 modules in that block, please regenerate them and check if the problem is solved
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Also I see you are using some CSS in the child theme I believe to set a minimum height of 324px to a thumbnail that by default is 235px in height (module 3)
– https://www.screencast.com/t/isfQEWCRXdh
That would not a proper way to do it. Maybe try and use blocks which have a thumbnail size that works best for you, instead of that
– https://forum.tagdiv.com/theme-thumbs/
Hi,
Let’s try and better understand/explain this situation. The logo on the right is a business demo customization, based on the default header style 1
– https://demo.tagdiv.com/newspaper_business/
The default header style 1 looks like this
– https://forum.tagdiv.com/header-styles/
All the demos have custom design, based on modifications made to the default theme elements.
In this case you could either change the header style (the design is only for header style 1), or remove the code that is responsible for the modification, in the demo stylesheet directly
– https://www.screencast.com/t/oE3x6hLon
Or override the demo design with the code provided above
– https://www.screencast.com/t/1EnIYlxa5
Each one of the solutions would work, decide which one you want to use.
Thanks
Hi there, does anyone know how to get the social media icons for different authors like in the below page? https://demo.tagdiv.com/newspaper_ink/the-artists/# I have been struggling to get them! Have added them as icons but they appear vertical on mobiles. Please help!
Hi. Is it possible to move the logo, the menu and the search icon more to the center of the page, so that it is in line with the post like it is in the demos “black version” and “say what”? I use the gadgets demo now but i’m not sure I want the header to be full width.
I don’t find that any of the header styles allows you to have the logo and menu on the same line, while placed in line with the post. Did they use CSS on the demos I mentioned above?
Hi,
There are some guides you can check out
– https://forum.tagdiv.com/mega-menu/
– https://forum.tagdiv.com/page-menu/
The mega-menu will allow you to work with categories in the menu, display posts from them. For example a mega-menu with sub-categories is the “Fashion” menu in the live demo
– https://demo.tagdiv.com/newspaper/
While the “Gadgets” menu item is mega-menu without subcategories.
The page menu will allow you to display an actual page in the menu. Create a page and follow the guide to place it as shown in the guide if you want to create this kind of menu.
We plan to improve the guides with a few videos.
Let us know if you have more questions.
Thanks
Hi,
Glad it worked. That padding could be removed with a code like this
.td-main-page-wrap {
padding-top: 0;
}
If you mean the font weight, the demo uses these settings for the top grid
– https://www.screencast.com/t/mBQd7qroLaNC
– https://www.screencast.com/t/ZLkXTQglBr5Y
The bottom positioning of the article title is as well a demo customization, this is the code for the customization
– https://pastebin.com/tYg5t1qc
Be sure to use Full big grid 8 and grid style 7.
Hello Totelae,
Unfortunately, I do not exactly understand what you mean and what you want to achieve/redirect, sorry! Please check our demo here -> https://demo.tagdiv.com/newspaper/category/tagdiv-technology/tagdiv-gadgets/ and thee you will see the same functionality for Drop Down Category Filter. This is the default theme’s functionality.
If is not what you mean, please be more specific and provide some useful information regarding to your desired changes. You can provide some screenshots.
Thanks for your understanding!
Hi,
Glad it works. Regarding the question, split the row in three columns
– https://www.screencast.com/t/OZqoEcgDFKV
Then add author boxes in each of them – https://demo.tagdiv.com/newspaper/author-box/
Thanks
Hi,
You can see how all the smart lists work in the live demo, Features menu
– https://demo.tagdiv.com/newspaper/
I believe you are looking for something like smart list style 8
– https://demo.tagdiv.com/newspaper/apple-ipad-pro-review-powerful-ipad-experience/
Hello, I just installed this theme. I installed one of the demos as well. Now I’m attempting to make edits to the home page. When I open up TagDiv Composer, I’m unable to add any elements to the page or even edit existing ones. When I drag an element and try to drop it, the page doesn’t respond at all. When I try to click on any existing element on the page, no response at all. Can someone please help me understand this? It should be straightforward, but it doesn’t even remotely work for me.
How do I delete the “donuts” from the Demo Blog page (“Restro”)?
How do I add a circular picture and My Name and text in the sidebar of the Newspaper Classic Theme? I Like the way this is set up in the Coffee Blog Demo and can’t figure out how to set it up in the Newspaper Classic Theme
Wow, With you help and comparing the font settings between the demo-created homepage and my homepage almost got what I wanted. Thanks for your help!
Two doubts left:
How can I remove the space between the header & The Big Grid?

And how can i set he Big Grid to have the same weight and set it on the bottom of the image, as it is on the demo. (I don’t see specific configuration for this on the theme panel, nor on the tagdiv composer on the homepage generated by the demo).
-
This reply was modified 8 years by
TheSyst3m.
Hello Fortnite Viet Nam,
Notice that demo is available on our demos list which can be loaded from Theme panel and it’s made with Woocommerce plugin. It’s a custom-made demo and if you want to re-create it you should import it or create it with our page builder. As a hint, you should try using the Inspector Browser to check how it’s made. -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
You should create a new page using the TagDiv composer and Woocommerce shortcodes:
https://docs.woocommerce.com/document/woocommerce-shortcodes/
Shortcodes are implemented like so in the TagDiv composer: https://www.screencast.com/t/LFAFqmzqyfIO using a column text element.
As a note, the tag div composer can only edit pages that have been originally created with it. The shop page is created by Woocommerce so it cannot be edited. Only replaced by a new one. Please use this guide to set another page as a shop page: https://docs.woocommerce.com/document/configuring-woocommerce-settings/
Also, you can check the following topic from here -> https://forum.tagdiv.com/topic/how-to-display-products/
Thanks for your understanding!
I don’t know what it’s called, I saw an option on one of the sites with the Newspaper template. Here is a sliding window is in the demo version of the black template. There is a small window in the right corner of the screen and there is an announcement of 1 article.