Forum Replies Created
-
AuthorPosts
-
Hi researchtools!
If you hide the sub menu items then there would be no way for the user to see them without clicking on the parent menu links and of course if you click on the parent menu links then the browser will navigate to that URL. This is why the links will be unclickable so the sub menu items can be viewed.
If I am misunderstanding then please take a screenshot and highlight what your trying to do so we can get a better idea.
Regards,
ElliottHi jackrooney!
Are you using the class names to make columns? https://www.gravityhelp.com/css-ready-classes-for-gravity-forms/
Send us a link to your page and we’ll take a look.
Regards,
ElliottHi JAMMAN!
Add this to your child theme functions.php file.
add_action( 'wp_head', 'enfold_customization_header_scripts' ); function enfold_customization_header_scripts(){ echo '<meta http-equiv="X-Frame-Options" content="allow">'; }
Cheers!
ElliottHi katherinesherrie!
Not sure I understand. Are you wanting the regular menu and social icons to display instead of the mobile menu?
Please read over this, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, in regards to the emails not being received and let us know of the results.
Best regards,
ElliottHey Emilvillumsen!
Your using a form on one of your pages and it looks like you may have some incorrect values in the select element.
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
3. Delete the form from your page and add it again and make sure the select field values do not have any special characters inside.
If your still having trouble then send us a WordPress login and we’ll take a look.
Regards,
ElliottDecember 9, 2015 at 3:39 am in reply to: Custom display of a sidebar on the author page (archive) #549405Hey Anton!
Set it to display and then send us links to your other archive pages and we’ll give you CSS to hide it.
Cheers!
ElliottHey Corina!
Try adding this to a codeblock element in the page content.
<style type = "text/css"> .flex_cell.avia-builder-el-first { vertical-align: top !important; } </style>
Regards,
ElliottHey Creation-MA!
Switch the posts to use the default editor instead of the advanced layout editor. If you want to keep using the advanced layout editor then you can set a custom excerpt when editing the post. If you do not see the excerpt field when editing the post then click on the “Screen Options” link in the top right hand corner of your screen and check it to display.
Cheers!
ElliottHi Anton!
Add this to a codeblock element in the page.
<style type = "text/css"> #sub_menu1 { position: fixed !important; bottom: 0px !important; top: auto !important; } </style>
Cheers!
ElliottHey creatiffco!
Hmm, are you sure it’s the latest version, 3.4.4?
Cheers!
ElliottHey Nancy!
Navigate to Dashboard > Enfold > Header > Mobile menu and set it to activate for tablets as well as smartphones.
Regards,
ElliottHey!
That is going to take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization or perhaps there is a plugin out there you can use though I do not know of any that I can recommend.
Cheers!
ElliottHi!
Create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we’ll see if we can get something worked out in a future update.
Best regards,
ElliottHey!
You need to use the !important for your child theme as it gets loaded first and the theme CSS gets loaded after it.
h1 { color: #3ea9f5 !important; }
Your currently not using it.
But besides that if the problem is just that your wanting to change the heading colors then you can do this in the Enfold settings > Advanced Styling tab.
Best regards,
ElliottHey!
So the issue is with Visual Composer then. I’ve never used that plugin but it seems to be working fine. I added an image element with it and saved the post and all three images are displaying.
If you do not like how the featured image displays at the top of the post then make sure the “Don’t display image on single post” option is checked when you set it.
Regards,
ElliottHey stephaniemull!
That happens when you use a different domain from what is set in the WordPress settings. Try this out, http://kriesi.at/documentation/enfold/enable-cors/.
You can find the Enfold CSS in the /enfold/css/ folder.
Best regards,
ElliottHey!
Did you mean in the footer? That’s the only place where I see the buttons. That’s an easy fix, add this to your custom CSS.
#footer .widget { overflow: visible !important; }
Cheers!
ElliottHi!
I see it now. It only happens when all of the images are finished loading for me (which takes a while for your site).
Let’s try the following.
1. Deactivate all plugins and clear your cache.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If you still have problems after doing the above two steps then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHey Poirot!
Send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea. You can set your reply as private if you wish.
Regards,
ElliottHey motza!
What happens when you do a “long tap” on the image?
Cheers!
ElliottHey!
It shouldn’t be. Add it back in so we can check.
Cheers!
ElliottHi!
Can you send us a link to your site? You can set your reply as private if you wish.
Best regards,
ElliottDecember 8, 2015 at 1:50 am in reply to: How to make the sort menu in a masonry element sticky? #548453Hey!
Send us a link to your page and we’ll take a look.
Best regards,
ElliottHey Manuel!
I recommend using the google page speed insights tool for checking your site speed. It gives you suggestions on how to improve the speed.
Make sure your using a caching plugin and for “Minifying JS / CSS” a good plugin for that would be the BWP Minify plugin.
Cheers!
ElliottHey!
Black is not working? Perhaps something lighter like #333 is what your wanting? Can you send us a link to your page so we can take a look?
Best regards,
ElliottHi!
Add this to your custom CSS.
@media screen and (max-width: 500px) { .slideshow_align_caption * { padding: 2px !important; } }
Cheers!
ElliottHey!
Add this to your custom CSS.
.avia-testimonial-meta { margin-left: 0px !important; }
Best regards,
ElliottDecember 8, 2015 at 1:24 am in reply to: More text in preview of grid, blog posts and post slider #548444Hey!
What does the error say?
Best regards,
ElliottHey!
1. Add this to a codeblock element in the page content.
<style type = "text/css"> .slide-entry-excerpt h2 img { margin-right: 20px !important; } </style>
2. I did not see the arrows, are you hiding them? We might be able to use CSS to move them to either the left or the right of the slider but I’m not sure about one on either side yet.
Cheers!
ElliottHi!
The title is already displayed in the lightbox by default. The code I posted switches it to use the alt text instead.
I tried checking your screenshot but the link is giving me an error.
Best regards,
Elliott -
AuthorPosts