Forum Replies Created
-
AuthorPosts
-
Hey!
I’m sorry, like I said, you can’t use the advance layout builder for posts because of incompatibility issues with the featured image, layout issues, etc. That is why it is disabled by default. How did you enable it before?
Regards,
IsmaelHi Kevin!
Thank you for using Enfold.
The code is working. Replace the related-posts.php file with this: http://pastebin.com/kY4M38zn#
Best regards,
IsmaelHey patrickpeder!
Thank you for using Enfold.
Please edit the corresponding pages. The “Portfolio” and “Get in Touch” text can be found on the fullscreen slider image caption. The “Submit” text can be change by editing the contact form. In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you still have any questions, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!Regards,
IsmaelHi!
Thank you for the info.
Looks like you finally installed the Enfold theme. Please refer to this link for more info: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Cheers!
IsmaelHi!
You can also adjust the font size:
@media only screen and (max-width: 1028px) { #top #header .av-main-nav > li > a { font-size: 13px; } }Cheers!
IsmaelOctober 27, 2014 at 9:36 am in reply to: How do I create a transparent header and leave a gap 2 #341384Hey!
You can adjust the padding:
.html_header_transparency .single-portfolio #main { padding-top: 280px!important; }Regards,
IsmaelHey!
You didn’t add another slider on top or below the other one. And the css code to hide or show the sliders is missing. Please review Yigit’s suggestion.
@media only screen and (min-width: 989px) { .mobile-slider { display: none; } }Regards,
IsmaelHi!
The background color is white because there is another container behind the grid content. Please give us a link to the actual page. We would like to check it.
Cheers!
IsmaelHi!
Looks like the Zen Logic Menu plugin is not working. My bad! I can’t see the conditional fields when I activate the main menu. Please use this plugins instead: https://wordpress.org/plugins/menu-items-visibility-control/
I tested this on my installation and it works. Just add conditional functions on the Visibility field (is_page(), is_home()). Please refer to the WordPress codex for conditional functions. For more control over the menu item visibility, add this plugin: https://wordpress.org/plugins/page-specific-menu-items/
Cheers!
IsmaelOctober 27, 2014 at 9:07 am in reply to: Can't edit front page "Welcome" on restraunt one page layout #341374Hi ArcConcepts!
Thank you for using Enfold.
That is the Special Heading inside the first Color Section element.
Regards,
IsmaelHey frofjeld!
Thank you for using Enfold.
Please edit the first color section then look for the Section Bottom Border Styling. Select “No border Styling”.
Regards,
IsmaelHey Marcel!
Thank you for using Enfold.
Yes, it is possible to remove the portfolio items. Edit functions.php then remove this line:
require_once( 'includes/admin/register-portfolio.php' ); // register custom post types for portfolio entriesOr replace it with:
//require_once( 'includes/admin/register-portfolio.php' ); // register custom post types for portfolio entriesRegards,
IsmaelHey!
Thank you for using Enfold.
Maybe you added a order/orderby filter on functions.php? Please refer to this link on how to add a sorting option for the blog posts element: http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
Cheers!
IsmaelHey cyrtocara!
Thank you for using Enfold.
Do you want to translate the description? Aside from that, I don’t see any strings that you can translate. Can you provide us with a link to the animated countdown element that you want to translate?
Cheers!
IsmaelHey damian2013!
Thank you for using Enfold.
Can you please provide us with the link to the website? We would like to check it. Make sure that you’re running Enfold 3.0.2 and WordPress 4.0.
Cheers!
IsmaelOctober 27, 2014 at 8:51 am in reply to: Editing page in advanced editor breaks color sections! #341362Hey jokhm!
Thank you for using Enfold.
I don’t really see the issue on the page. Can you please provide a screenshot? You can use imgur, dropbox, clipular etc.
Best regards,
IsmaelHi phausner!
Thank you for using Enfold.
You can use this on Quick CSS to remove the top border:
div#header_main_alternate { border-top: none; }Change the font size on Enfold > Advanced Styling panel. Insert the Main Menu Links element.
Best regards,
IsmaelHey!
The media library looks fine when I checked it. I disabled the WPML Media plugin.
Regards,
IsmaelHey!
You need the themeforest account. Login then go to the Downloads panel.
Regards,
IsmaelHey!
Thank you for using Enfold.
@Monte: Have you tried using the Custom Menu widget? Looks like it will solve your problem with the sidebar navigation.
@aovivo: You don’t have the same issue. Please stick to your thread. The latest version is using a new grid system. Please toggle the settings on Enfold > General Layout > Dimensions panel then save changes. If you’re using any cache or minify plugin, deactivate them first.Regards,
IsmaelHey aovivo!
Thank you for using Enfold.
It is possible to use the shortcode on the Product Short Description field. If you can’t see the box, enable it on the Screen Options.
Best regards,
IsmaelOctober 27, 2014 at 8:28 am in reply to: background image, home page only, div below layer slider #341352Hi jimbatchelder!
Thank you for using Enfold.
Have you tried using the color section element? Can you please post the css code that you use to apply the background?
Best regards,
IsmaelHi!
Something like this:
function add_body_script(){ if(is_page('PAGE ID/NAME HERE')) { ?> <script> </script> <?php } } add_action('ava_after_main_container', 'add_body_script', 10);Best regards,
IsmaelOctober 27, 2014 at 8:23 am in reply to: Align text in one column to image in a second column #341346Hey ThomasNorden!
Thank you for using Enfold.
You can add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Add a unique css class on the text block then move the element using a negative top margin.
.custom-class { margin-top: -25px; }Cheers!
IsmaelHey!
Thank you for using Enfold.
The logo looks fine when I checked it. Just need a few adjustments:
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { height: 75px !important; margin-top: -10px!important; } }Yes, it is important to update the theme on a regular basis unless you’re not planning to update WordPress at all.
Cheers!
IsmaelHey datadirt!
Thank you for using Enfold.
You can add this on Quick CSS or custom.css:
.title_container .breadcrumb { z-index: 10; line-height: 15px; font-size: 11px; position: relative; right: 0; top: 50%; margin-top: -7px; }Cheers!
IsmaelHey!
Please use this:
#socket .social_bookmarks { float: none; text-align: center; } #socket .social_bookmarks li { display: inline-block; clear: none; float: none; }Cheers!
IsmaelHey Richard!
Thank you for using Enfold.
Please use the Color Section element. Add the image as background.
Cheers!
Ismael -
AuthorPosts
