Forum Replies Created
-
AuthorPosts
-
April 29, 2015 at 4:15 pm in reply to: I want to move my sub-menu items up to be just under the main items #436789
Hi!
If you shorten your header size then it will update automatically. Or you can use some CSS like so to shorten it.
nav.main_menu > div > ul > li > a { height: 44px !important; line-height: 44px !important; }You may need to move the menu down a bit which you can do with this.
nav.main_menu { top: 20px; }And add this to reset it’s position when you scroll down the page.
.header-scrolled nav.main_menu { top: 0px; }Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi raymondleever!
Switch to the Text editor and add this inside.
<style type = "text/css"> .big-preview { display: none !important; } </style>That should hide the featured image on the post.
Cheers!
ElliottHi sigifinsrl!
I’m sorry but I’m not really sure I understand. Your trying to have each slide text separated into pages? I don’t think that would be possible. Go ahead and take a screenshot highlighting what your trying to do so we can get a better idea.
Regards,
ElliottHey raymondleever!
Change your blog style to “advanced layout editor” in Dashboard > Enfold > Blog Layout and then edit your blog page and drag the “Blog Posts” element to your content. In the shortcode options you can have it set to display as a grid and select how many columns you wish to use.
Best regards,
ElliottHi joshuati!
I didn’t see a secondary menu anywhere, just your primary menu. Can you take a screenshot and highlight what your trying to do?
Best regards,
ElliottApril 28, 2015 at 10:08 pm in reply to: Possible to display a vertical navigation bar for a whole page ? #436408Hi Luc!
Your link is asking me for a login.
It sounds like what your wanting to do is set an ID for each color section in your page and then drag the “Custom Menu” widget to your sidebar and create custom links for each section.
For example if your section has an ID of “about” then your link should point to it like so, “#about”.
Regards,
ElliottHi milanissimo85!
Not that I know of. Nextgen has it’s own shortcodes for displaying images correct?
Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.
Cheers!
ElliottHey Tokyo!
Are you trying to do something like this?
.avia-table > .pricing-table-wrap:nth-child(2) .pricing-table .avia-pricing-row { background: red !important; }Cheers!
ElliottHey kellymarie2001!
Is this for saving copies each time a form is submitted? If so then we do not have any features for that. I’m not sure if a plugin such as contact forms 7 or gravity forms would have that but you can check.
Cheers!
ElliottHey!
The 200 value is the speed. It’s in milliseconds so 1000 = 1 second.
Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey!
I’m not sure but it’s always best to use the latest version. If not then I would keep using Ismael’s code until we find a workaround or fix to get added.
Cheers!
ElliottHey!
It sounds like what your wanting to do is create a page template so you can use it on a bunch of pages and then edit the template itself and have all pages update at the same time. You can see how to do that here, https://codex.wordpress.org/Page_Templates.
For posts though I do not see an easy way of going about that. There may be a plugin out there that offers this kind of functionality but I do not know of any that I can recommend.
Regards,
ElliottHi Denis!
You can copy the actual template files into your child theme to override them, https://codex.wordpress.org/Template_Hierarchy, but that does not include all of the PHP files in Enfold.
There are other ways to do customizations such as filters or function overrides. What exactly are you trying to do?
For shortcode files see here, https://kriesi.at/support/topic/is-it-possible-to-modify-files-in-enfold-child/#post-218226.
Cheers!
ElliottHi Christopher!
So when you minify the CSS/JS you get javascript errors correct? I would try the BWP minify plugin out, https://wordpress.org/plugins/bwp-minify/, it should work fine right after activating it but you can play around with what gets minified to get rid of any javascript errors.
Best regards,
ElliottHi WhatSellsBest!
Can you take a screenshot and highlight what your seeing in the dashboard?
Are all plugins deactivated and Enfold updated to the latest version? 3.1.3
Best regards,
ElliottApril 28, 2015 at 9:00 pm in reply to: Missing Featured Image when using the advanced layout editor #436368Hey!
It would be best to use the default editor. It has a “shortcode wand icon” that you can use to insert the shortcodes so it’s pretty much the same thing.
Other than that you can create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see some more options get added in a future update.
Cheers!
ElliottApril 28, 2015 at 8:58 pm in reply to: Hyperlinks and formatting removed in AVIA Layout Builder – Part 2 #436365Hi!
If your adding the links as HTML then they should not be stripped out.
<a href = "http://www.google.com">click here</a>You can also try using a codeblock element instead of a textblock element.
Best regards,
ElliottHi!
Send us a WordPress login and we’ll take a closer look.
Regards,
ElliottApril 28, 2015 at 8:52 pm in reply to: Scroll Down Arrow on Colour Sections Jumps over Section #436361Hi Corina!
When I view your link it looks like you have a coming soon template setup. Can you send us a link to the exact page that is having the problem?
Regards,
ElliottHey!
Alrighty, let us know how it goes. I would also try contacting gravity forms support to see if they have any idea.
Regards,
ElliottApril 28, 2015 at 8:49 pm in reply to: Facebook "Like" button comment module not shown properly #436355Hey!
Try adding this to your custom CSS.
#main > .fullsize { z-index: 999 !important; }Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey codemode!
We do not have any options for that currently. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/.
I don’t think the script would work correctly if we set the title to display beneath the image but if you’d like we can try setting the background to partially transparent so the image shows through.
Regards,
ElliottHi!
When I view your link now this is the only thing I see. I clicked on the edit link like you said but it takes me to a 404.
Have you contacted the plugin authors?

Cheers!
ElliottHey!
You can change that on line 13 in the /enfold/includes/loop-about-author.php file.
$heading = __("About",'avia_framework') ." ". $name;Add this to your custom CSS to get rid of that extra line.
.extra-mini-title { display: none !important; }Regards,
ElliottHi!
It’s for customers who want complete control over how the post gets displayed, much like a page.
Consider adding a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see some more options get added in a future update.
Best regards,
ElliottHi mocablue!
Open up /enfold/config-templatebuilder/avia-template-builder/config/meta.php and change line 6 from this.
array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'page' , 'post'), 'context'=>'side', 'priority'=>'low'),To this.
array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'post'), 'context'=>'side', 'priority'=>'low'),Cheers!
ElliottHi!
I’m sorry but it’s hard to understand. Send us a link to the product and take a screenshot highlighting what your trying to do so we can get a better idea.
Cheers!
ElliottHey condonpb!
It’s this one right? http://kriesi.at/themes/enfold-restaurant/
Edit the page set to your homepage in Dashboard > Enfold > Theme Options and for the first color section you see click on the edit button and you can change the image used in the background tab.
Regards,
ElliottApril 28, 2015 at 8:03 pm in reply to: Lines of shortcode showing up in blog subscriber emails #436330Hey!
You could copy the HTML by right clicking your page -> View source and then paste that inside a codeblock element in your page.
Regards,
ElliottHey!
Try adding this.
#header_main > .container { display: block; } .logo { display: none !important; }Best regards,
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
