This topic has 10 replies, 4 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp
This is my site : 52.37.251.177
Visual composer’s parallax effect is enabled on home page. It’s not working with my custom CSS added.
Also I’ve enabled fixed navigation.It also not reflecting on my home page.
Site works perfect on removing custom css.
Hello,
Do you mean site doesn’t work when you create custom.css file or when you add some css code?
Please show what code you’re adding and provide WP Dashboard and FTP credentials.
Thank you.
Best regards,
Jack Richardson.
I’ve added custom css ( renamed custom css file as style.css ). On removing styles, I’m getting parallax effect but the page looks broken.
Hello,
As I see you’re added a bad CSS styles into Child Theme.
Try to replace your code in child theme
.container{
width: 1290px!important;
padding: 0px;
margin: 0px;
}
for this
.container{
width: 1290px!important;
padding: 0px;
margin: auto;
}
Also I see there the following code
.container{
height: 80px;
}
Why you added this one? What are you trying to achieve?
Regards,
Robert Hall
Thanks. Got it.
Hyperlinks On slider revolution is not working.
For example, In the home page slider, I’ve linked ‘know more’ text to http://52.37.251.177/index.php/know-more.
Followed this to set hyperlink : https://www.themepunch.com/faq/how-to-hyperlink-slides-and-layers/
Hello,
I’ve added this code in Global Custom CSS:
.page-content {
display: inline-block;
}
Check layer link now.
Regards,
Eva Kemp.
Got it.
1. Responsiveness is not working with my custom css added. Responsiveness option is ON in my theme options.
2. Cant find option to keep dynamic background and same (static) text layer in slider .
Hello,
1) Please try to add this code into the Child Theme
@media screen and (min-width: 1200px){
.container {
width: 1290px;
}}
and remove width value in the following code
.container{
width: 1290px!important;
padding: 0px;
margin:auto;
}
2) This question is a bit unclear for us. Could you please clarify us with more details?
Maybe provide screenshot for our better understanding what exactly you want.
Regards,
Robert Hall
Thanks Robert.
For this,
2. Cant find option to keep dynamic background and same (static) text layer in slider .
Please take a look at this.
https://www.betterment.com/
The background should be dynamic. And a constant text layer over that like “An investment service built for”
Same text over all the three sliders .
Hello,
Please refer to RevSlider documentation:
https://www.themepunch.com/revslider-doc/second-steps/#staticlayers
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up