Forum Replies Created
-
AuthorPosts
-
I have tried all the codes from this thread and it’s not working. In fact, the following code was already on the site and used to work before the latest Enfold update. After the update, it stopped working.
.ajax_search_response { display:none !important; } .ajax_load { display: none !important; }
How do I disable the automatic searching on the search box in header of https://www.melaniecooks.com/? Thanks!
I figured out how to solve the problem, here’s the code that works:
#main, .header_bg, .container_wrap_meta, #header_main, .title_container,.main_color,#socket { background-color: transparent !important; background:rgba(255,255,255,0.30)!important; border:none !important; box-shadow:none !important; }
Awesome! That did the trick, thank you so much!
Here’s the code I put into functions.php to add custom code (search form) to header:
function custom_code_header(){ echo "<div class='header-search'>"; get_search_form(); echo "</div>"; } add_action('ava_main_header', 'custom_code_header');
Unfortunately this code didn’t work. It made the search box right-aligned all the way to the edge of the screen, and also somehow made my logo move down out of position. Here’s the screenshot of how it looked with the new code: http://yourwebsiteasap.com/screenshot-moriah-searchbox.png
I need the searchbox (header custom content) to be right-aligned to the edge of the CONTENT, not to the edge of the screen. I want it to behave the same way as the tagline (“phone-info” text), which is right-aligned to the edge of the content even when I resize the screen.
I appreciate your help!
July 29, 2015 at 2:59 pm in reply to: Moving menu down messed up the linked areas – now breadcrumbs area acts as menu #480260Awesome, it works correctly now! Thank you so much, I really appreciate it!
July 29, 2015 at 4:31 am in reply to: Moving menu down messed up the linked areas – now breadcrumbs area acts as menu #480000Now the top is fixed, but the BOTTOM of the menu has a problem (same problem as my original post on this thread). When you hover over the breadcrumb area, it is linked. I only want my menu words to be linked, not the areas above it or below it.
July 29, 2015 at 3:56 am in reply to: Moving menu down messed up the linked areas – now breadcrumbs area acts as menu #479988Yes, WP login is in the private content field.
July 29, 2015 at 2:51 am in reply to: Moving menu down messed up the linked areas – now breadcrumbs area acts as menu #479974I replaced it with the new code, and still having the same problem. The area at the top of the header is still linked. How can I make it so only the words are linked, and not the huge area above?
July 28, 2015 at 5:55 pm in reply to: Moving menu down messed up the linked areas – now breadcrumbs area acts as menu #479846I added the new code and it fixed the problem on the bottom area being linked. Thank you!
Now the excess link area is at the top. When you hover way ABOVE the menu at the top of the site (right below the “extra elements” bar), it acts as a menu. How can I make it so only the words are linked, and not the huge area above?
This reply has been marked as private.October 20, 2014 at 1:16 pm in reply to: Change Color Of Menu Item When SUBMENU Item Is Active #338289Works great, thank you so much!
Awesome, worked perfectly! Thank you!
Thank you! I used the code, and it centers the image (which makes it look better than before), but the image doesn’t stretch to fill the whole width. I tried increasing the max-width to 767px but it did nothing. How do I make the image stretch to fill the whole width of 767px?
I’m having the same problem. Forms pasted into the Code Block break things.
Is there any workaround? How do I include my custom form code on the page?
Unfortunately this code didn’t work. I added !important and still nothing… The image doesn’t fill the width on tablet size, plus now the right margin space started appearing on mobile.
Any ideas? Thank you so much for all your help!
Thank you! I changed it to the following to only target the right column as opposed to the whole container, and it worked great:
@media only screen and (max-width: 768px) { div#full-width-section-tflq .flex_column.av_one_third.avia-builder-el-3.el_after_av_two_third.avia-builder-el-last { margin-left: 3%!important; margin-top: 30px!important; }}
Last question about this page:
When I resize the browser to tablet size and the 2 column breaks into one column below another, the image in the left column doesn’t fill the whole width and there is an ugly gap on the right (see screenshot):
http://yourwebsiteasap.com/tflq/screenshot2.png (username testing, password testing123)How do I make the image fill the whole width when browser is tablet size? I want it to look the same way it does in smaller mobile size.
Thank you for your reply. I try to stay away from editing theme files, as they get overwritten when the theme is updated. I’ll just keep the titles not linked :)
After some searching, I found a way to turn off the portfolio title link by using this code:
.grid-sort-container h3.grid-entry-title a { pointer-events: none; }
Now is there a way to make the title linked to the Lightbox just like the thumbnail above it?
Awesome, thanks! Now the desktop version looks perfect.
How do I make changes to the responsive version? When I resize the screen to mobile size, the left margin of the column with the form is zero again. What CSS targets the mobile version?
Thank you! Now the image in the left column looks like it should, but the form on the right is glued to the top. Also, on mobile the form doesn’t have any space on the left.
How can I remove the padding just for the image and not for the form?
Thank you so much for your help! I now set it up as you suggested as a color section with 2 columns, and added the code. It’s starting to look closer to what I want it to be, but there is still padding on top and bottom of picture – how do I remove it?
Here’s the code:
#full-width-section-tflq .container { width: 100% !important; max-width: none !important; padding: 0 !important; margin: 0 !important; }
Note that I added !important to everything and also added the margin: 0, which made it correct on the left side… but don’t know how to remove padding on top and bottom.
September 21, 2014 at 3:44 pm in reply to: Current Item Menu Underline – Turn Off When Another Item Is Hovered #322641Works great, thank you!
September 18, 2014 at 3:46 pm in reply to: Adding Text On Top and Bottom OUTSIDE Of Site Container #321251This reply has been marked as private.September 17, 2014 at 5:48 pm in reply to: Adding Text On Top and Bottom OUTSIDE Of Site Container #320636Anyone? When I create a function with custom content in functions.php, what code do I use to activate it? I want the code in that function to be added to the very top of the site (before the site container)…
September 17, 2014 at 5:42 pm in reply to: Moved Nav Menu – some menu CSS still remains in the old location #320632That worked! Thank you so much!
September 17, 2014 at 5:19 pm in reply to: Moved Nav Menu – some menu CSS still remains in the old location #320607I changed the code, but the problem persists. The button in the top right corner above the nav (“Village of Northbrook”) is supposed to be clickable, but it’s not. When I try to explore it in Firebug, it shows the CSS from the menu overlapping it (I guess that’s what’s disabling the link).
September 17, 2014 at 4:55 pm in reply to: Moved Nav Menu – some menu CSS still remains in the old location #320591Anyone? What is the CORRECT code to move the navigation menu down so ALL of its associated CSS attributes are moved, not just the visible ones? Please help!
September 16, 2014 at 2:12 pm in reply to: Adding Text On Top and Bottom OUTSIDE Of Site Container #319855The Extra Elements option is very limiting, it doesn’t work with the kind of stuff I want to add.
Is there a way to do it as a function? I’d rather not edit the theme files – don’t want to have them overwritten with the next update!
Here’s my function:
function header_top_text() { ?> <div class="header-top-text"> my text goes here </div> <?php }
Now how do I activate it? I tried the following:
add_action('ava_main_header', 'header_top_text');
but it gets stuck inside the header, even if I use the custom CSS to re-position it won’t go outside the header.Awesome, thanks!
-
AuthorPosts