Forum Replies Created
-
AuthorPosts
-
Hey!
Did you receive the test email? Have you contacted your hosting provider yet? You can send us a WordPress login and we can take a look around but it would be best to contact your hosting provider as it’s usually a problem with the server.
Regards,
ElliottHi kjhdesigns!
You forgot the username.
Please read and do each step here, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, and let us know of the results.
It’s important to contact your hosting provider as this is usually an issue with the server.
Regards,
ElliottNovember 30, 2015 at 9:58 pm in reply to: Menu dropdown (sub-menu) give opacity only to background color not text #544824Hey!
This should work.
#top .sub-menu { background: rgba(255,255,255,0.3) !important; } .sub-menu, .sub-menu * { background: transparent !important; }
Cheers!
ElliottNovember 30, 2015 at 9:53 pm in reply to: No Paragraphs in Enfold Text Block/Absätze werden nicht akzeptiert #544820Hey HSalzmann!
Try using a codeblock element instead.
Regards,
ElliottHi Grenville Baker Boys & Girls Club!
We should be able to give you some CSS to make them more prominent. Can you send us a link to your page where they are displaying? You can set your reply as private if you wish.
Regards,
ElliottHey druzes!
It’s most likely possible but would have to be considered custom work. That would be something to contact Woocommerce support about.
Regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hey!
If your using a child theme then your update should go smoothly depending on how the freelancer did the customizations. Make sure to create a backup first.
Regards,
ElliottHey Dunckley_Design!
Does the IDX plugin have some kind of function for checking if it’s displaying an IDX post / page / etc? Something like is_page()?
If so then you could add this to the bottom of your functions.php file.
add_filter( 'avf_custom_sidebar', 'enfold_customization_search_sidebar' ); function enfold_customization_search_sidebar( $custom_sidebar ) { if ( is_search() ) { $custom_sidebar = 'Search'; } return $custom_sidebar; }
That specific code will check if it’s a search page and then change the sidebar to use a custom sidebar named “Search”. You can create the custom sidebars in Dashboard > Appearance > Widgets. If the IDX plugin has a similar check then you can switch it in there.
Cheers!
ElliottHi!
Oh yes, sorry, I do not think it would be possible with the layout builder. You would need to use the default editor.
Best regards,
ElliottNovember 30, 2015 at 6:37 pm in reply to: Alignment of custom link menu items in mobile view #544714Hi paulsimo0!
Try adding this to your custom CSS.
@media screen and (max-width: 767px) { .avia-menu-text img { position: relative; top: 0px !important; } }
Best regards,
ElliottHi!
Not without a lot of customization. You could consider hiring a freelancer to help you out with that.
Cheers!
ElliottNovember 30, 2015 at 6:34 pm in reply to: Custom main content background image for each page #544710Hi anaeemi!
Add this to a codeblock element in each page you wish to change the background.
<style type = "text/css"> .container_wrap_first { background: url("URL to your image") !important; } </style>
If that’s not working then send us a link to your page and we’ll take a look.
Regards,
ElliottHey sanderhudepohl!
Add this to your custom CSS.
.title_container .breadcrumb { position: relative !important; right: auto !important; margin-top: 0px !important; }
Best regards,
ElliottNovember 30, 2015 at 6:27 pm in reply to: The hierarchy of categories in the sidebar for blog is NOT working. #544701Hey!
It’s hard to tell what your referring to. Are you talking about the sidebar? It’s because your using the Widget area element in the blog page instead of an actual sidebar like your post is.
Please take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Regards,
ElliottHey!
Send us a link to your page so we can take a look. You can set your reply as private if you wish.
Regards,
ElliottHi andrea!
Add this to your custom CSS.
@media screen and (max-width: 767px) { strong.logo img { padding: 5px !important; } }
Best regards,
ElliottHey Bobby!
No, I do not think so. Maybe if you do some fancy .htaccess scripting but it’s not really an Enfold question anyway so it would be best to ask this on the WordPress support forums.
Best regards,
ElliottHi rmendoza121!
The images on your homepage seem to be displaying fine on my end. Please send us a link to the exact page where the problem is happening.
Regards,
ElliottHi 500Webmaster!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHi cbentley65!
Your probably wanting the “woocommerce_before_single_product” hook. Something like this should work.
add_action( 'woocommerce_before_single_product', 'enfold_customization_extra_product_content', 15 ); function enfold_customization_extra_product_content() { echo do_shortcode("[your_shortcode]"); }
Regards,
ElliottNovember 30, 2015 at 6:01 pm in reply to: Sharing this little custom CSS hacks for Socket social icons & Menu indicators #544675Hey Juan!
Ok, thanks for sharing.
Regards,
ElliottHey FKL!
Your talking about the search box on the right hand side correct? Your trying to move it down so it’s on the same line as the logo? Try adding this to your custom CSS.
.header-custom-image { position: absolute; }
Cheers!
ElliottNovember 30, 2015 at 5:55 pm in reply to: how to create a signup page and log in page that goes to a private page #544671Hey endanight!
You would need to use a plugin for that but I do not know of any that I can recommennd. I would try asking on the WordPress support forums.
Regards,
ElliottNovember 30, 2015 at 5:53 pm in reply to: Custom main content background image for each page #544669Hey anaeemi!
Try adding a codeblock image to the page and add this inside.
<style type = "text/css"> .container_wrap_first { background: url("URL to your image") !important; } </style>
If that’s not working then send us a link to your page and we’ll take a look.
Regards,
ElliottHey luckylobo10!
If your using our grid row element or one of our color sections you can add a top padding or margin in the settings.
Or you could also add a white space / separator element on top of the columns to create some space.
Regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi Carlos!
I sent you a test email. Have you contacted your hosting provider yet? They may require you to use SMTP. You can set it up with the WP SMTP mail plugin.
Please read over this, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/.
Best regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hey Andreas!
Is it a sub category? If so then edit the category and set it as a parent category instead.
If that’s not it then send us a WordPress login and we’ll take a look. Be sure to deactivate all plugins while testing.
Best regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
November 30, 2015 at 5:29 pm in reply to: Menu dropdown (sub-menu) give opacity only to background color not text #544639Hi Annemarie!
Try setting a transparent background instead.
ul.sub-menu { background: rgba(255,255,255,0.3) !important; }
But you may need to set it on the list items or links instead of the sub menu background. Send us a link to your page and we’ll take a look.
Best regards,
ElliottHey silviouk!
You can do a logo center, menu below layout and then use CSS to split up the menu on either side. Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottNovember 30, 2015 at 5:23 pm in reply to: The hierarchy of categories in the sidebar for blog is NOT working. #544631Hey SandraSquires!
As far as I can tell it’s working fine. Can you take a screenshot and highlight what your trying to do? You can set your reply as private if you wish.
Regards,
Elliott -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts