- 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
Hi, the video thumbnails are not fitting properly in my website.
They are not covering the thumbnail space.
https://castillayleon.podemos.info/wp-content/uploads/2016/04/Captura-de-pantalla-2016-04-08-a-las-12.06.07.png
How can i fix this?
Hello nomadhermit,
If you want to add the widget to the bottom of individual posts, you have to use the Widgetised Sidebar and place it with do_shortcode method where you want in the posts. First of all, you have to create the code with the desired widget from your Visual Composer editor, like this -> http://screencast.com/t/maoAeYKaIFo -> http://screencast.com/t/pXvfBOVQgU (example for td_demo_category_widget) and then, this snippet of the code <?php echo do_shortcode('[vc_widget_sidebar sidebar_id="td-td_demo_category"]'); ?> you have to place in the post template used by you in the bottom of the page, like this -> http://screencast.com/t/kXiU748n (this is just an example for post template 1). Also, please notice that you can set your widgets from Widgets area section, like this -> http://screencast.com/t/LoSeuujRP0
Hope this helps!
Thanks.
Hello svsanchez,
If you want to add to your header logo an image you have to use a bit of CSS to implement this. To achieve as you want, please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-sp-logo {
background-image: url('http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg');
background-repeat: no-repeat;
background-size: 1903px 130px;;
}
The result you should see here -> http://screencast.com/t/3oREeh8QcbR
For more information about background-image property in CSS, please check this link here -> http://www.w3schools.com/cssref/pr_background-image.asp
Thank you for the message!
Hi,
Our theme has no such option in it’s settings, but there is a way to have a left menu as the one on our demo:
http://screencast.com/t/lroJ44ty The downside is, you have to activate it through code and add links through code as well. That menu is built in the theme and is disabled by default, you can set this line to âtrueâ to enable it: http://screencast.com/t/HMJC8F923oL
You can change the links from here: http://screencast.com/t/JEAXZynfUt7O
Thanks.
Hello, The button for “Include content” doesn’t work on my install. It won’t slide or click off. I would like to install demo without content. Please advise. Thanks
Hello,
how do I change the blockquote default style to one of the other styles?
They are all listed on this page: http://demo.tagdiv.com/newspaper/blockquotes-pullquotes/
I cannot find out where to change the default used and not sure if my client is going ot be happy to have to add the class manually to every single blockquote they insert.
Hi
To achieve the current layout on our demos we combined different blocks on the page and set a specific configuration for them.
Please check our documentation for more details about page setup, blocks settings and visual composer usage: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/ – https://forum.tagdiv.com/newsmag-block-settings-tutorial/ – https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/ Also you can check our youtube videos here: https://www.youtube.com/watch?v=TUdVeZ1pbuc&list=PL6CsDkMaejhpWFcFNOIDfdp5nIT0NbUbj
1. On top of our travel demo we use a big grid 6 with grid style 7: http://screencast.com/t/kK4cxADm4M7
2. I assume that you’re referring at this part from our demo: http://screencast.com/t/1K76Jyg8bb6 There we use latest article part and module 14 for layout: http://screencast.com/t/bzWaMkx7qMpq You can also use a block 13 from Visual Composer to achieve the same layout: http://screencast.com/t/uvzjovotqyS
3. To move the title below the featured image on module 14 add this css in theme panel > custom code > custom css: http://screencast.com/t/1N8UqmYG0qw
.td_module_14 .meta-info {
position: initial;
}
Thanks!
Hello, please could help me with this question? I install the DEMO Travel News and the background image is transparent in the body of the page. As I can change this? I want the body is not transparent. regards
Hi – sorry but you dont understand what im asking for!!!
Please – reproduce
1. Create a new category for example “test”
2. create antoher 3 new categories and set the “test” category created before as parent category for these 3 new categories. So the 3 Cats became child categories of the “test” category.
3. use the Category template Style 8 (http://demo.tagdiv.com/newspaper/category/template-style-8/ for the “test” category.
3. View the “test” category (with the Category template style 8) in the frontend.
4. As you can see – the empty categories are showing up below the title!!!
Question:
HOW CAN I HIDE THIS EMPTY CATEGORIES?????
This makes no sense to display emty categories – in my opinion a bug
thx
Hi,
using the VideoNews Demo i had some problems.
For four times the video contents in the pages are empty,the footer is not present, the dashboard is not present and so on..
Could you help me?
thanks
hi bogdan
i too need the demos to view… please send me the link
thanks
hi tagdiv team. i want show category name like demo print screen: http://www.screencast.com/t/eeiIyFAS3Oqc
but i cant show my website: http://www.screencast.com/t/1GJFd2p6iTs1
how can i show category name help please. thank you..
Hello footballcitizens,
A database is an organized collection of data. It is the collection of schemas, tables, queries, reports, views and other objects. The data are typically organized to model aspects of reality in a way that supports processes requiring information, such as modelling the availability of rooms in hotels in a way that supports finding a hotel with vacancies. You have to simply install our Newspaper theme and your content will be recognised by the systems if you are logged in with the same account (user and password). I suppose that in the past you have had another website and now you will switch with our theme and you want to have the same content, right? You have to install our theme with your old account and install the demo without the problem. The previous website was worked with a database which you was created with a user/password. Please notice that you have to use them when you are using this theme. Also, please notice that these settings are valid only if you had the previous site and the database for WordPress….the content will be recognised…otherwise, if we are talking about two different platforms you cannot get the old content. For more information about database, please check this documentation here -> https://codex.wordpress.org/Database_Description and also, for more information about installing our demos, please check here -> https://forum.tagdiv.com/installing-demos/
Thank you for your understanding!
HI,
in my category pages im using the Category template Style 8 (http://demo.tagdiv.com/newspaper/category/template-style-8/).
This template shows also up the empty child categories in the header. Any idea how to hide this empty cats?
best
Sorry but I have zero technical skills… Where is that database and how do I use it after installing the demo? Thanks!
Hello footballcitizens,
Please keep in mind that all your content and settings are registered in your database, of course if you use the same database in your project and after installing the demo you will see your old content, along with that of the demo.
Thank you for your understanding!
Hello,
I have just purchased Newspaper but I have the same question. Do I lose my content and settings? How can I “restore” them when the demo is installed?
Thanks!
-
This reply was modified 10 years by
footballcitizens.
I saw in the demo an example of a “Category Top Post Style for 3 post”, I tried all manuals but do not get it, someone who already has implemented could supply the files please. I have been asked that for my page and Newsmag not bring this integrated design like the others. đ
Hello cva183,
This is not a right behaviour of the theme, strange. Please notice in our demo, here -> http://demo.tagdiv.com/newspaper/ and there you can see that the theme works fine. I suspect your issue being from your untested plugins which you are using in your theme. Please try to disable all the active plugins, leave just Visual Composer to active, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
Hope this help and let us know how it goes!
Thank you for the message!
Thanks for your answers. We are not using Jetpack or Photon.
It’s kind of strange. We just checked our website on 4 different iPads. On two of them everything is fine and on the other two the images are blurry. I tested not only our blog but also some other blogs using the newspaper theme including the theme demo.
It was the same with all the blogs: On two iPads it’s fine and on two other iPads it’s blurry. Maybe it has something to do with the version of the iPads.
Hi guys,
just finished my website set-up using newspaper’s sport demo , it looks great, thank you!
But still one problem to solve.
In the main menu bar, there is a gap between the menu and the bar bottom, as you can see in the homepage. The main menu seems to no be centered in the menu bar.
Could you help me to solve please?
Plus how can I activate mega-menu in the sub-menu?
Thanks a lot in advance!
Nassim.
Hi there
Had a dream run setting up this theme so thanks so far, however for some reason the posts are appearing in one column, not two as per the demo (wanting the “clean” layout).
Any thoughts on what settings I can try to resolve.
Many thanks.
Hi all
I need help and would be grateful if someone can help me pls? On the Fashion Theme, the fetured image is stretching too wide.
1) If I am to use the default settings, what is the size to use in order to make the images brighter. I noticed when they stretch to fit the site, the image is not bright they fade so how can I make it brighter therefore what size would you use. I dont know if its to do with the type of computer that I am using because when I view them on the phone or a table they are fine but on a desktop their is a problem with the size.
2) Also if I dont want to use the featured image on the fashion one but want to use something similar to the other theme examples the size of the demo (newspaper magazine theme)? What size would that be?
Check on my site you will see what I mean – Fashion and Beauty Mag
Thanks
Sally
When you click on the link twitter to share an entry, the link opens in the same window of the web.
While in the newspaper demo opens in a new window, as you can solve that problem.
Thanks for the help, and sorry for the English
Hi all!
First I want to say thank you for making an amazing theme, absolutely love it. I’m just running into a few issues that I do not know how to address. They seem minor but maybe someone can point me in the right direction.
1. I’ve set my blog to “Latest Posts” as I could not seem to find out how to make the posts on the main page exactly like the “Classic Blog Demo.” What I mean is I could not figure out how to make posts look like this. So that being said I just set the blog to have “Latest Posts” but when I choose the “Summary” tab in reading, the posts do not go to excerpt size but are still full length.” Is there a way to achieve the short excerpt size like in the example while maintaining the same appearance as the demo?
2. I can’t seem to access the visual editor within posts. So when I actually go to edit a post, I can only access the information and edit using the “Text” Tab and not the editor. Any idea why this might be happening? When I click “Visual” it is just blank.
This is all for now!