Forum Replies Created
-
AuthorPosts
-
Hey tullibo!
Try deactivating all of your plugins and refresh your permalinks in Dashboard > Settings > Permalinks. If that does not help then try deleting your .htaccess file and refresh your permalinks once more.
If your still having trouble then update the login to administrator and we’ll take a closer look.
Cheers!
ElliottHey kevbikemad!
Try adding it inside a codeblock element instead of a textblock element.
Regards,
ElliottHi InkyMouseStudios!
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.
If you still cannot see it after doing the above two steps then send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi nigdowser!
Hmm, the featured image should still be displayed there. Can you send us a link to your page?
Make sure your using the latest version of Enfold 3.2.3 and that all plugins are deactivated while testing.
Cheers!
ElliottJuly 31, 2015 at 2:58 pm in reply to: Customize default individual blog post template? Add social share box to top #481354Hi!
Try moving it to line 143 in the loop-index.php file.
echo '<header class="entry-content-header">'; if ( is_single() ) { avia_social_share_links(); } echo $title;Let us know when your done, it will probably need some CSS work also.
Regards,
ElliottJuly 31, 2015 at 2:50 pm in reply to: Enfold: Problem with Post Slider not Responding in Internet Explorer (IE) #481343Hey sethbutler!
This is what I’m seeing on Windows 8, IE 11. Are you sure compatibility view is turned off? Is your zoom setting set to 100%?

Best regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hi gitirereg!
The layout builder is for users who need complete control over how their post displays. If you want your product to display as a regular product then you’ll want to use the default editor.
Or if you want to keep using the layout builder then you can add some of the Woocommerce shortcodes inside a textblock / codeblock element, http://docs.woothemes.com/document/woocommerce-shortcodes/, such as the add to cart shortcode, etc etc.
Best regards,
ElliottHi!
Add this to your custom CSS.
#header_main_alternate { border-top: 0 none !important; top: -70px; } #menu-item-5237 { margin-right: 90px; }Cheers!
ElliottHey klaragrunsberg!
You don’t have any backgrounds set so if you set the main container to background transparent then nothing is going to happen. It would just display as white as normal. Take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Best regards,
ElliottHey!
Try adding this to your custom CSS.
.av-masonry { padding: 0px !important; }Cheers!
ElliottHi!
Is “essential grid” a plugin? Are you wanting to use their lightbox or our lightbox? If you want to use ours then you’ll need to contact the plugin authors and ask how to stop it from opening up in lightbox.
Regards,
ElliottHi!
A child theme will save it’s own copy of the settings which includes the widgets. When you activate a new child theme you will need to configure the settings / widgets for it. They should still be there when you switch back and forth though.
Regards,
ElliottHi dhuet!
So your just trying to put your logo in the middle with the menu on either side correct? It would take some CSS editing. Send us a link to your page and we’ll take a look.
Best regards,
ElliottHey compudean!
So the layout builder is not loading for you when you edit a page / post correct? This is usually from a javascript error. Is Enfold updated to the latest version, 3.2.3?
Send us a WordPress login and we’ll take a look.
Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey FactoryConcepts!
Your screenshot is not loading. Send us a link to your page and we’ll take a look.
If some of your cells are using 2 lines then you could try some CSS like so.
.pricing-table li { min-height: 65px !important; }To make sure they are all the same height.
Best regards,
ElliottHey kristenangel!
Not currently, it would take a lot of time and code to implement something like that. You could create 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!
ElliottHi sjasen!
Not currently, it would require more options added to the query parameters. 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.
Best regards,
ElliottHey InspireCreations!
What happens if you export your theme settings in Dashboard > Enfold > Import/Export and then import them afterwards?
Regards,
ElliottJuly 30, 2015 at 8:19 pm in reply to: ENFOLD – child theme – Style.css does not have any effect. #480909Hey Maik!
Perhaps they are being overridden. Try using the !important rule like so.
a { color: red !important; }Best regards,
ElliottHey MarcG5!
Add this to your custom CSS.
@media screen and (max-width: 900px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }You may need to increase the 900px value.
Regards,
ElliottHey s_taimoor!
You can get them to look similar pretty easily but for specific features such as “online tracking” you will need to hire a freelancer to help you out.
Best regards,
ElliottHey albertoty!
That’s how it should behave in Enfold as well. If you open up /enfold/css/grid.css you can see how the media queries work around line 340.
Cheers!
ElliottHey wuo!
It looks like you have a mega menu setup with three columns. Your just trying to use the regular menu? If so then make sure the “mega menu” checkbox is unchecked when editing your menu items.
See here for how to use the mega menus, https://vimeo.com/92503669.
Cheers!
ElliottHi 3DStudio!
You can remove the “archive for” text on lines 879 – 979 in the /enfold/framework/php/function-set-avia-frontend.php file.
As for the portfolio entry we should be able to target it with CSS based on it’s title. Send us a link to your page and we’ll take a look.
Best regards,
ElliottJuly 30, 2015 at 7:36 pm in reply to: Is there a maximum quantity of images that can be added to the media library? #480881Hey Stephan!
Did you run out of space on your server? What does WordPress say when you try and upload an image?
Cheers!
ElliottHey erwin_m!
Can you take a screenshot and highlight exactly how your trying to change it? The Masonry script is kind of sensitive so I’m not sure if we will be able to help you here but we can try.
Cheers!
ElliottHi Chase!
You could drag the “Widget Area” element to your color section and set it to display the WordPress search widget. It would take some CSS work to get it to display like in your image though.
Send us a link to your page when your done and we’ll see if we can help you out with the CSS.
Best regards,
ElliottHi yesakmac!
Hmm, no options for this currently. It seems like a good addition to the framework though. Probably a new style for the special heading element.
Go ahead and create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we’ll probably see something get added in a future update.
In the meantime send us a link to your page with the 3 columns and we’ll see if we can help you out there.
Cheers!
ElliottHey NBSIME!
I’m sorry but I’m not sure I understand. Can you send us a link to your page so we can take a look?
Best regards,
ElliottHey Roywa!
It’s because some of the table cells are on two lines. You could give them all a minimum height of two lines by dragging a codeblock element to your page and adding this inside.
<style type = "text/css"> .pricing-table li { min-height: 65px !important; } </style>Best regards,
Elliott -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
