Forum Replies Created
-
AuthorPosts
-
January 27, 2018 at 5:27 am in reply to: Create Border and Disable Transparent White Overlay #903625
Thanks, Mike. That took care of arrow that appears on hover, but it didn’t remove the transparent white background color. The border disappears on hover. On Safari, the circled images are getting cropped on zoom. You can see it in this screen recording:
Thanks for your help in advance.
That helped for the two arrows on the left and right sides, but the control buttons at the bottom of the slider still didn’t display correctly. Don’t worry about coming up with a solution though. I just removed all of the controls on the slider. This one wasn’t as important as the home page one.
Peter,
I made all of my CSS changes in a child theme stylesheet.
Josue,
Thanks. That worked for the home slider, but the double controls are still showing on the Metal Roofing page. Can you assist?
Thanks for the help. This is the code I used just in case anyone ever has a problem similar to mine:
@media only screen and (max-width: 479px) { .responsive #socket .sub_menu_socket { display: block !important; width: 100%; } .responsive #socket .sub_menu_socket ul li { float: none; border-left: none; text-align: center; } } @media only screen and (max-width: 767px) { .responsive #socket .sub_menu_socket ul li { padding: 10px; font-size: 15px; } }
Thanks for the super quick response. I added the code to a child theme. The footer menu shows up in the 320px width responsive version, but the menu items still aren’t block level elements. Also, I’d like to increase the size of the footer menu items in the mobile phone versions. Please advise.
Ok, is this the correct slider?
http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246?ref=kreaturaAlso, is there a way to style the slider you have in the LayerSlider plugin section? Or am I just limited to basic slider functionality? You guys have the flashy slider on your demo website.
Ok, how can I do the customization that you guys did? It looks like this slider editor has way more options:
http://awesomescreenshot.com/0d522hfo80
This is what the slider looks like when I use the advanced editor. It’s just basic.
http://awesomescreenshot.com/0bd22hf848
I figured since you made a sample slider in the LayerSlider section, there would be a way to add the slider via shortcode. Is there not?
I’m referring to the sliders in this screenshot.
http://awesomescreenshot.com/00622h9xb2
If possible, I just want to use the default WordPress editor to add the sliders in.
That’s because I inserted it using the page editor. I want to add it via LayerSlide WP? I see some sample sliders in there that I would like to insert, and I want to learn how to make sliders like those. It seems like I can’t do the same thing with the specialized page editor.
How can I enable the shortcode?
The slider there was added through the page editor. I can’t get the demo sliders to show up.
That was it! Thanks a bunch! Fixed.
-
AuthorPosts