Forum Replies Created
-
AuthorPosts
-
Like I figured-that did nothing. Everything is updated.
Yea, I could do that-but that doesn’t explain why it would work on one page and not another….
same problem on this page as well :
http://www.edgestoneworks.com/products/marble/
Posted info privately.
Thank you,
Mike
Also I noticed the titles of each gallery item are not popping up above each tile? Like on this page:
http://www.edgestoneworks.com/edges/
Any ideas?
http://www.edgestoneworks.com/products/granite/
Got it-thanks!
never mind-I figured it out, the search icon from the main menu was reducing the size of my image. Is there any way to move the main menu to where the secondary menu is? At the top?
Thanks,
That worked-but now the search function is missing-is there a way to simply move the main menu to the top line where the secondary menu is? Then I wont need the secondary menu.
Or is there a way to add the search function to the top line?
Thanks,
My current css:
#header #text-2 { left: 50%; padding-top: 10; position: absolute; top: 0; transform: translate(-50%); z-index: 999; } #header #text-6 { left: 85%; padding-top: 10; position: absolute; top: 0; transform: translate(-75%); z-index: 999; }
getting there, but now my image to the far right is getting shrunk instead of displaying at full size. How do I get it to go to the far right and stay at full size?
- This reply was modified 7 years, 7 months ago by johnworfin.
Just sent info privately. Thanks!
That would be great-I cannot seem to figure out how to send a private message?
it still has the search function in it though and displays that. Is there a way to move the main menu to the top like the secondary menu?
or is there a way to move the main menu to the top like the secondary menu?
Well, the css works fine with my first added header widget, but not the second one:
#header #text-2 {
left: 50%;
padding-top: 10;
position: absolute;
top: 0;
transform: translate(-50%);
z-index: 999;
}#headerB #text-6 {
left: 50%;
padding-top: 10;
position: absolute;
top: 0;
transform: translate(-75%);
z-index: 999;
}It’s ignoring the css for whatever reason. I have triple checked the code, and it is text-6.
a screen shot-the second header image is behind the logo ignoring css.
My site is blocked behind an under construction page. Is there a way to disable the main menu?
Thank you-that pointed me in the right direction.
I am trying to do the exact same thing as the original poster. This is what I have in my functions:
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); dynamic_sidebar( 'header2' ); }
the widgets are named header and header2 this is my css:
#header .widget { left: 50%; padding-top: 10; position: absolute; top: 0; transform: translate(-50%); z-index: 999; } #header2 .widget { left: 90%; padding-top: 10; position: absolute; top: 0; transform: translate(-50%); z-index: 999; }
Problem is my images are right on top of each other. I am assuming my css needs to be altered on header2.
Thoughts?
Oh wow look, I see someone from your team had no problem helping a customer with the same question I had:
LOL-never mind, i will just hard code it myself. I just didn’t know if there was a way to work within the theme. Just figured you could point me in the right direction, but oh well-i’ll just figure it out. Gotta say, I have had WAY more support from dozens of other themes. Guess I shouldn’t have tried this one. Pretty sad.
- This reply was modified 7 years, 7 months ago by johnworfin.
I’m still having a problem adding another image to the right of the phone number image (the quote image-see above). Do I need to add a new function, or widget, or css. Also, how do I move the search icon the the secondary menu? And is there a way to create iconboxes like what I show above? Using a photo and no icon.
Please advise?
Thanks!
- This reply was modified 7 years, 7 months ago by johnworfin.
resolved.
- This reply was modified 7 years, 7 months ago by johnworfin.
Resolved.
Perfect-thank you!
It worked fine with the normal theme, but when I installed the child theme the functions didn’t work. Any ideas?
Thank you,
Mike
well, it worked for the normal theme-but it isn’t working for the child theme. Any ideas?
Thank you!
Never mind I got it.
-
AuthorPosts