Hey,
I just made few changes on my page but now I am not able to set the details I want. It’s custom demo – Blog Fitness. ( http://www.neverskipriding.com )
1) I’ve changed the Theme Accent Color to – #f90606 but still when the modules are hovered it’s orange.
https://www.screencast.com/t/XTq4FCaR7e
I want to have all modules on the page in color – #f90606
2) Now my Instagram feed is not a stretch row and it has a grey borders/background https://www.screencast.com/t/0WgbZrbhtdi
I would like to set it like this – https://www.screencast.com/t/S1txPj8sqk
Thank you for the help.
David
Hi,
1. That would be the color set in the demo, each demo contains custom design. The color is set in the demo stylesheet
– https://www.screencast.com/t/yFwSE0mRZwQ
Removing it from there will allow the theme accent color to display on the modules. Or change it in the code directly, that will work as well.
2. The demo also has some design for the Instagram element, in the same stylesheet here
– https://www.screencast.com/t/rXfMOmNtk5jd
Removing it will display the default state.
Most of the demos have such custom design, where there were no theme panel settings at the moment of creation, custom CSS was used. This stylesheet is imported when the demo is installed and will override theme code.
Thanks
Thank you, Simion! It works. Just a few more design details.
1) Instagram feed is so close to the “Event” module. I would like to have a bigger space there. On the other side, there is a space between Instagram feet and footer, I would like to put them together.
https://www.screencast.com/t/tskoDpuO
2) Another problem is with pages that are set to Pagebuilder + latest articles + paginatior
When you set the title for the latest articles it is super close to the header, without the title it’s right in the header. When I try to use Tagdiv Composer and set it with blocks, there isn’t an option of page paginatior – just load more, next prev ajax or infinite load.
https://www.screencast.com/t/56AHFpCpi5V
https://www.screencast.com/t/qeDnCbG4XZE
Any idea how to make a stable space between header and latest articles and still have the page paginatior?
https://www.screencast.com/t/MeWUUejBmA3
Thanks!
3) I just find out that after the load of the new demo my previous article lost some settings as pictures in the article.
If now, I click on the picture, it just opens the picture as new URL link, so far it worked so, you just opened the picture as a “gallery” so every click off the picture simply closed it and you were still in the article.
You can try this article – https://neverskipriding.com/mtb/getting-to-know-fred-austruy/
Hi,
1. You could add an empty space element below the events grid
– https://www.screencast.com/t/ZOnyCeL4
This element can have a height set by you in it’s settings. Or even set a margin bottom to the grid, in the CSS tab
– https://www.screencast.com/t/gD4bI1qD6eV
2. That is happening because of a condition in the demo
– https://www.screencast.com/t/rrdvxGghPFO
If you were to remove that condition it would appear like this
– https://www.screencast.com/t/ZRZLXVQf9H
3. Check if the modal image is enabled in the theme panel
– https://forum.tagdiv.com/modal-window/
It should apply to all post content images once enabled in the theme panel, now it seems to be disabled.
Thanks