No search results were found in Documentation!
Hi,
Let’s take these issues one at a time. So you want to change the hover color for the article titles on blocks.
By default the hover color of the post titles in blocks is the theme accent color
– https://www.screencast.com/t/54OzW8stm3
If you choose a background color for the block title like this
– https://www.screencast.com/t/R1tEhDG5
Then that will be the hover color for the titles of that particular block.
Or if you install a demo, the hover color can be set by the demo. For example I believe the fitness demo sets an orange color for all the block titles. If that is the case, this specific demo design can be removed from it’s stylesheet
– https://www.screencast.com/t/JYd5QnZZQ
We could take a look at the homepage if none of these is helpful, please provide a link to your website.
Thanks
There are some quote styles available
– https://demo.tagdiv.com/newspaper/blockquotes-pullquotes/
These are located in the Formats section
– https://www.screencast.com/t/24KVFSWnhWkL
Also check the quotes section of the theme panel
– https://www.screencast.com/t/6zMN76Q6H
@Simion C.
Thanks, that’s just what I need.
However, I am very clumsy about this.
I don’t use the “craft ideas” demo, my theme is standard https://goo.gl/UFaj1n
Which file should I edit to add the line?
background-image: url(“https://my-web.com/wp-content/uploads/2018/03/example.png”);
Thanks
Hello,
We have installed the Art Creek demo and this demo is pointing to a local url for two images resulting in two errors in the Inspector Console:

We are having some serious performance problems with the website on the server so are trying to exclude any items that slow the load-times of the website
Please advice how to remove/fix the “unfound images” error.
Hi,
That is a design specific to the craft demo. A background image is set for block titles and other elements. You could see these related topics
– https://forum.tagdiv.com/topic/excerpt-not-shown-on-blog-page-change-background-of-headers/
– https://forum.tagdiv.com/topic/how-to-change-read-more-button-under-the-excerpt/
You could set a background image of your choosing as background for the block titles, but only with custom code. That is how the craft demo does it as well, in the demo stylesheet.
Thanks
Hi,
We installed the Art Creek theme but the hero image on our homepage is less wide than the hero image on the demo website.
Our website: https://navigatormag.be/ (user: previewer password: navmag9396)
Your demo: https://demo.tagdiv.com/newspaper_art_creek/
When I look at the code, I see a class td-boxed-layout in the body tag. I don’t know how to switch the boxed layout to fullwidth lay-out.
I read in the forum that the website automatically switches to boxed when adding a background but we haven’t added a background so that can’t be the reason. I haven’t found a setting to switch to boxed anywhere in the theme settings, neither in the page settings.
Searching for “box” or “boxed” in the theme documentation doesn’t give any relevant hits.
Please advice how we can switch the website from boxed to fullwidth.
4. What are my steps? I should re-install the demo or reinstall the theme in the wordpress dashboard and then load the patch_8.7_8.7.2 ?
https://www.dropbox.com/s/qg9t14skgwn8lc1/uninstall_tech_demo.jpg
All settings will be lost during this? If I export the settings and then import, after reinstalling the theme, the news ticker may not display correctly again? because its location is recorded in the export settings?
5) ОК! Thank you!
Hello, I apologize I don’t think I have a demo installed. Anyway my website is: http://beforethecyborgs.com/ if you would like to take a look and possibly tell me how I can get the author, date and review metadata to show up on every block/post on the homepage.
Your assistance is much appreciated as I am completely lost here!
That type of block does not show the excerpt on mobile, please check the block on mobile in the live demo
– https://demo.tagdiv.com/newspaper/block-11/
I could give you a code to make them display, it will look like this
– https://www.screencast.com/t/EdE6DEto2
.td_block_12 .td_module_11 .td-module-meta-info {
display: inline;
}
.td_block_12 .td_module_11 .td-excerpt {
display: block;
}
Enter it in the theme panel here
– https://www.screencast.com/t/L1Jau0yBv7Q
Or you could use a different type of block, which displays excerpts on mobile.
Indeed that demo has design to remove the date, author an comment count on all modules
– https://demo.tagdiv.com/newspaper_what/
So enabling them in the theme panel will not do anything. In this case either remove the condition form the demo stylesheet
– https://www.screencast.com/t/yNTMlUgKLyL
Or override it with a different code in Theme panel->Custom CSS
– https://www.screencast.com/t/vVZ1skCM
.td-what .td_module_wrap .td-post-author-name,
.td-what .td-big-grid-post .td-post-author-name,
.td-what .td_module_wrap .td-post-date,
.td-what .td-big-grid-post .td-post-date,
.td-what .td_module_wrap .td-module-comments,
.td-what .td-big-grid-post .td-module-comments {
display: inline-block;
}
The better way would be to remove the code from the demo stylesheet instead of using additional code.
By default the hover color of the post titles in blocks is the theme accent color
– https://www.screencast.com/t/54OzW8stm3
If you choose a background color for the block title like this
– https://www.screencast.com/t/R1tEhDG5
Then that will be the hover color for the titles of that particular block.
Or if you install a demo, the hover color can be set by the demo. I believe the fitness demo sets an orange color for all the block titles. If that is the case, this specific demo design can be removed from it’s stylesheet
– https://www.screencast.com/t/JYd5QnZZQ
Hi, I have the say what? demo installed I believe
Hi,
Could be a demo characteristic, most demos contain custom design that in some cases overrides default theme settings. Please provide a link to your website or mention what demo you have installed.
Thanks
Hi,
Most demos contain custom design, the fitness demo as well is setting a custom color for a few elements when hovered. You could remove that custom design from the demo stylesheet
– https://www.screencast.com/t/JYd5QnZZQ
– https://www.screencast.com/t/SMnJjapVa
Hi,
Those would be the demo categories and posts that were imported when installing the demo. You can edit the homepage with the tagDiv composer and configure the blocks and grids to display your own posts from our own categories.
Check the block settings guide I provided in your other topic, as well as the tagDiv composer guide
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Then you can delete the dummy categories and posts, there will be no need for them.
Let us know if you have further questions, we will help you as best we can.
Thanks
Hi,
There are requirements for most header styles, but header style 10 that you are using does not have a limit
– https://forum.tagdiv.com/logo-favicon/
The image will be displayed as you upload it, the theme will not affect it or limit it in any way. This is a demo that uses header style 10 with a big logo image
– https://demo.tagdiv.com/newspaper_cars/
From what I can see the logo you currently have is of this size
– https://www.screencast.com/t/uAkWCsO7QqQ
Make sure you are setting the full size of the logo image
– https://www.screencast.com/t/graHsimAEo
– https://www.screencast.com/t/E0hQhKRetA
Thanks
Hi Bogdan, I managed to change the sub menu colour settings, I still am stuck when it comes to changing the colour on post titles on home page and widgets. It’s black at present however when I hover over it, it still demonstrates the original demo colour.
Also, please provide me with a code so I can adjust the sidebar within posts as the ads are currently overlapping.
thank you
Indeed, that is a background image specific to this demo. By default the theme does not an option to set an image for that button, but demos contain custom design to allow this. Like Edward mentioned that is a background image. You could remove it if you don’t like it, in the demo stylesheet (remove the code that is responsible with that customization)
– https://www.screencast.com/t/xjxJAesbt
Then the buttons will look as default
– https://www.screencast.com/t/CWwbVfQ7jI23
Their color will be affected by the theme accent color
– https://www.screencast.com/t/EcFnh2AKm
Or by the color you set for the title background in the block settings
– https://www.screencast.com/t/3kW6i9QTj1zY
Hi,
You could use the multiple block header styles available
– https://demo.tagdiv.com/newspaper/block-header-1/
There is a title element you can place on pages with alignment options. Example
– https://www.screencast.com/t/8XeCh0bh
Thanks
Hi,
There should be no problem setting up rich pins. I tested a post on our theme live demo
– https://www.screencast.com/t/7t6cdPXP4j4w
I believe that is how it should be, couldn’t say exactly. Check more online guides
– https://elembee.com/how-to-enable-rich-pins-in-wordpress/
– https://kb.yoast.com/kb/pinterest-rich-pins-article/
– http://www.wpexplorer.com/pinterest-rich-pins-wordpress/
– https://louisem.com/7239/pinterest-rich-pins
Thanks
Can you explain how the menus and categories work in the demo on sleepapneaworld DOT com
Fopr example the first one says
DON’T MISS
All Business Diagnosis Fashion Featured Gadgets
Where do I change the menu that says Don’t miss? And how did you put the other categories within Don’t Miss
A little lower you have a menu that says “House Design” with no categories in the menu. How did you make the menu House Design and how do I change the name and put categories in it?
Do I control the categories in regular wordpress or do I control the catgeories in the newspaper tab?
I downloaded a demo on this site http://sleepapneaworld DOT com/
I can nlo longer see my posts and there are tons of new categories. What is the best way to work with a demo? Do I delete all of your posts? How do I edit the categories that you have set up in the demo?
If you are mean of this background picture:

than you needed change this bitmap in graphic program (Photoshop for example).
If you want to change color of phrase “Read more” try add code in Custom CSS Theme panel:
/* Color Read more */
.td-craft-ideas .td-read-more a, .td-craft-ideas .more-link-wrap a {
color: red !important;
}
No it doesn’t bug on the live demo.
There are some quote styles available
– https://demo.tagdiv.com/newspaper/blockquotes-pullquotes/
These are located in the Formats section
– https://www.screencast.com/t/24KVFSWnhWkL
Also check the quotes section of the theme panel
– https://www.screencast.com/t/6zMN76Q6H