i've just purchased your Theme which looks great. I'm testing your template, and wanted to hide the Title by adding your code:
#page-header-bg h1 { display: none !important; }
into the "Customizer CSS Panel". Save and publish - but no result. I added it to the Stylesheet of the Child Theme.No result here either. What is the trick?
Hi Tahir, I am still digging into your Theme. In gerneral, what is my acces on the elements in general? For example, I am trying to add the width and height for a "single image" for the different responsive sizes. Same for h1, .....
I am searching for more documentation on this subject...
I'm sorry, but after reading in the Tutorials and watching the videos I did not understand how to simply integrate a a simple Image slideshow in the header of the "restaurant" Theme? Is there any description? Should i use the Home Slider or Nectar Slider? And where on the page can i call for it?
Hi Tahir,sorry to disturb you again. I have attached the Social Media Icons to the header and tried to do so for the Footer: http://www.erpelundco.de/erpelundco2020/
Mmmmh - I have read the instructions over and over again. Main Footer Area is checked, use the Facebook and Instagram Icon too, and in the Social Media Section the address is given...
Remove the Negative Margin and add below css to remove the gap caused by the margin of the Footer Widgets.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 999px) and (min-width: 1px) {
#footer-widgets .container .col {
margin-bottom: 0px !important;
min-height: 0px !important;
}
}
thank for that well support. I am looking for general information, how to add individual HTML Tags to the Elements. For example adding <sup> tag to an Element. Or - how do I have to define individual CSS Classes and integrate it to your Template?
Hi there,
i've just purchased your Theme which looks great. I'm testing your template, and wanted to hide the Title by adding your code:
#page-header-bg h1 {
into the "Customizer CSS Panel". Save and publish - but no result. I added it to the Stylesheet of the Child Theme.No result here either. What is the trick?display: none !important;
}
Thanks for help
Robert
Hey Robert Kröner,
Use the relevant CSS selector for it. See screenshot :
Thanks
ThemeNectar Support Team
Thanks for your help... got it .)
Hi Tahir,
I am still digging into your Theme. In gerneral, what is my acces on the elements in general? For example, I am trying to add the width and height for a "single image" for the different responsive sizes. Same for h1, .....
I am searching for more documentation on this subject...
Thanks for your help
Robert
Hey Again,
-The Single Image Page Element takes on the Width of the column its in so there is no such field to put in the width and height values.
- Try using the New Responsive Typography Settings in here : http://prntscr.com/gnf951 .
Best.
ThemeNectar Support Team
By the way - I forgot _ Thank You
Glad to help.
Cheers
ThemeNectar Support Team
Hi Tahir,
I'm sorry, but after reading in the Tutorials and watching the videos I did not understand how to simply integrate a a simple Image slideshow in the header of the "restaurant" Theme? Is there any description? Should i use the Home Slider or Nectar Slider? And where on the page can i call for it?
Thank you Robert
OK - I've managed to include the salient slider http://www.erpelundco.de/erpelundco2020/test/
My Question is still, how to bring it to the background of the header?
Thanks a lot
Robert
Hey Again,
Try using the Force Transparency Option in "Page Header Settings" Metabox . See screenshot : http://prntscr.com/gjnyit .
Best
ThemeNectar Support Team
Hi Tahir,
I think I've got it. Takes quite some time .)
Try purging your cache if you are not seeing the changes.
Thanks
ThemeNectar Support Team
Hi Tahir,sorry to disturb you again. I have attached the Social Media Icons to the header and tried to do so for the Footer: http://www.erpelundco.de/erpelundco2020/
Mmmmh - I have read the instructions over and over again. Main Footer Area is checked, use the Facebook and Instagram Icon too, and in the Social Media Section the address is given...
I have no clue, what I am doing wrong?!
Thanks for help
Hi Robert,
Ensure that footer copyright area is not disabled in Salient > Footer
Thanks.
That's it - thank you.
Robert
Hi,
I'm looking for further information on adding individual code to the theme in general.
(for example - adjusting html tags to your Demo)
Is there a listing of the css tags used in the template?
Thanks a lot
Robert
Hi Robert,
There is no place we have those listed. You can use browser to inspect elements and find classes, ids and tags that have been used.
https://www.wikihow.com/Inspect-Element-on-Chrome
Thanks.
Hi Andrew,
OK - thanks for your reply. Hopefully my last question on this project. http://www.erpelundco.de/erpelundco2020/
I found a gap between the last main-content element and the footer.I could solve it by giving a negativ value to the footer top-margin:
#footer-outer .row {
margin-top: -15px !important;
margin-bottom: 0px !important;
}
But it is not inherited to the Pad and Mobile Size using this media query.
@media only screen and (max-width : 690px)
{}
May be it is a completely different setting i did wrong?!
Thanks for your help
Robert
Hey Again,
Remove the Negative Margin and add below css to remove the gap caused by the margin of the Footer Widgets.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Hi Tahir
I did like you recommended - got the code in the "Custom CSS Code" Section.
Before I had written it in the Customizer section.
Funny thing - it works on the bigger screens but still not below..
No red cross in the "Custom CSS Code" Section - which I hope is what you call Custom CSS Box..
Mmmmh???
Robert
Hey Again,
I can no longer see the gaps at the moment. Could you confirm if you are still seeing this?.
Thanks
ThemeNectar Support Team
Hi Tahir,
I emtied the cache.. in Firefox you can see it, when squeezing the Browser Window or using a "Resize Tool". On my iPhone SE too..
On big Screen it is just a thin grey line?!
Any idea ?
Thanks
Hey Again, Hope you had a Positive Weekend,
Could you provide a screenshot of the so we can compare it with what we are seeing.
Thanks
ThemeNectar Support Team
Hi Tahir,
yes - thanks. I am in holiday on the eastern german coast.
You are in Australia?
Have a look..
thanks
Hey Again,
The url in your screenshot is different and showing this when i try to view it:
Thanks
ThemeNectar Support Team
Oh sorry,
I did send you the old Version?! Here is the correct one :http://www.erpelundco.de/erpelundco2020/
sorry Robert
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
That is it.
Thank you
Robert
Hi,
thank for that well support. I am looking for general information, how to add individual HTML Tags to the Elements. For example adding <sup> tag to an Element. Or - how do I have to define individual CSS Classes and integrate it to your Template?
Thanks a lot
Robert
Hey Again,
The Html tags can only be editing for the "Text Block" Page Element in here:
Thanks
ThemeNectar Support Team
Ah ... by the way.. Thank You