tora0515
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Llorix One Lite] Header visibility covering sliderOf course, its all done in a child theme.
Any idea why the header would act that way? And is there a cleaner fix?
Forum: Themes and Templates
In reply to: [Llorix One Lite] Header visibility covering sliderI may have found a partial solution. feels more like duct tape on fender though. Anyway, I did this in my llorix_one_lite_header_section.php file:
<?php { ?> <div class="home-slider"> <?php echo do_shortcode( '[masterslider id="1"]' ); ?> </div> <?php } ?>
Then I went to customize > Additional CSS and added this:
/* There was a problem with the slider going underneath the navigation bar at larger resolutions. This will fix that. */ @media (min-width: 1200px) { .home-slider { margin-top: 85px; } } @media (min-width: 992px) and (max-width: 1199px) { .home-slider { margin-top: 85px; } } @media (min-width: 768px) and (max-width: 991px) { .home-slider { margin-top: 113px; } }
- This reply was modified 7 years, 11 months ago by tora0515.
Forum: Themes and Templates
In reply to: [Llorix One Lite] Big title section background sizing issuesparallax_one_header_section.php is the name of the file if you are working with parallax_one
So what you need to do is go into your parent theme’s section folder and look for OOOO_OOOO_header_section.php
Then go replace paralax_one with whatever is there. Since you are using Clarina, I imagine that the file’s name is clarina_one_header_section.php.
Thanks! I just played around with the words and it will do for now.
Forum: Themes and Templates
In reply to: [Customizr] what id or class is holding the container?Hey Deputy05,
That’s lame… guess it’s to be expected from free hosting…yeah for testing…
Anyway, your answer guided me to what I wanted. I did this:
#customizr-slider { width: 90%; padding: 1% 5% 0 5%; margin: 0 auto; background: #ffffff; }
Forgot that padding could be used and with % instead of px it does the trick.
Thanks for checking up on all my posts. It’s much appreciated.
Forum: Themes and Templates
In reply to: [Customizr] what id or class is holding the container?Ah, sorry, forgot the link
https://melbourneactuary.net63.net/
Thanks for the comment.
Yeah, I’ve tried what you’ve said above, but the image then becomes the same width as the page (which you’ve said), and this is not what I would like.
I am after is the div that sits between the header.tc-header and the main-wrapper and holds the carousel.
Forum: Themes and Templates
In reply to: [Customizr] Trouble with background colorForgot to click resolved.
Forum: Themes and Templates
In reply to: [Customizr] Trouble with background colorThanks deputy05.
#main-wrapper { margin: 0 auto; }
got ride of the horizontal space.
Forum: Themes and Templates
In reply to: [Smpl Skeleton] Active navigation chage to a different colorAwesome, thanks,it just about does it.
When I navigate to a sub-menu li page, how can I have the main menu’s li act the same way for each of the sub-menu pages I browse to?
Forum: Themes and Templates
In reply to: [Smpl Skeleton] Active navigation chage to a different colorThanks for getting back to me so quickly.
I don’t think I described it correctly because this does not work:
#navigation ul li.active a {
color: #01346D;
}What I am after is like the menu here:
https://www.melbourneactuary.com/
The active page’s menu li is a different color from the rest of the menu li.
a link to the test site if it helps…(ignore the stupid add pop up)
https://melbourneactuary.net63.net/
Thanks again for taking a look.
Forum: Themes and Templates
In reply to: [Fruitful] Custom CSS gone after updateNever mind. I just went and made a child theme. 10 times easier.
Forum: Themes and Templates
In reply to: [Fruitful] Custom CSS and input colorsforgot to close it out.
Thanks again
Forum: Themes and Templates
In reply to: [Fruitful] Custom CSS and input colorsYup, that did it… dang forms.
Thank you
Forum: Themes and Templates
In reply to: [Fruitful] Custom CSS and input colorsThanks for getting back to me so quickly, but still no dice. I Made sure to clear my cache and delete browser history too.
Could the problem be that I am using a contact form plugin? I haven’t touched any of its code, but that may be causing a problem?
I have left the custom css as you commented above.
Forum: Themes and Templates
In reply to: [Fruitful] Custom CSS and input colors