Forum Replies Created
-
AuthorPosts
-
Hi!
Go to Appearance > Editor. Look for the Theme Functions (functions.php). Or you can edit the file via FTP.
Best regards,
IsmaelHi Gee Are!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
.container { padding: 0px 20px; }Cheers!
IsmaelHi eyeweb!
Thank you for using Enfold.
Please try these plugins:
https://wordpress.org/plugins/wp-socializer/installation/
https://wordpress.org/plugins/socialize/installation/You can use the plugin’s shortcode.
Regards,
IsmaelOctober 20, 2014 at 3:56 am in reply to: Change Color Of Menu Item When SUBMENU Item Is Active #338103Hi goforyourdreams!
Thank you for using Enfold.
Please use this:
.current-menu-ancestor > a span.avia-menu-text { color: red; }Best regards,
IsmaelHi jono713!
Thank you for using Enfold.
Please edit includes > helper-main-menu.php, find this code on line 18:
echo '<a id="advanced_menu_toggle" href="#" '.av_icon_string('mobile_menu').'></a>'; echo '<a id="advanced_menu_hide" href="#" '.av_icon_string('close').'></a>';Replace it with:
echo '<a id="advanced_menu_toggle" href="#" '.av_icon_string('mobile_menu').'><span class="mobile-menu-text">Mobile Menu</span></a>'; echo '<a id="advanced_menu_hide" href="#" '.av_icon_string('close').'><span class="mobile-menu-text">Mobile Menu Hide</span></a>';Add this on Quick CSS or custom.css to hide the text:
span.mobile-menu-text { display: none; }Regards,
IsmaelHey!
A screenshot will help. If you want to change the portfolio overview content text, use this:
.main_color .grid-content { background: red; } .main_color .grid-entry-title { background: blue; color: orange; } .grid-entry-excerpt.entry-content { color: azure; }Best regards,
IsmaelHey!
I’m sorry but I can’t reproduce the issue. I’ll ask the rest of the support team.
Cheers!
IsmaelHi addwebtoday!
Thank you for using Enfold.
Please try this plugin: https://wordpress.org/plugins/widget-logic/
Cheers!
IsmaelHey!
Looks like you added a top margin on the layer slider image. Please check. If that doesn’t work, use this:
.ls-slide.ls-animating img { margin-top: 0 !important; }Cheers!
IsmaelHey michaelhiga!
Thank you for using Enfold.
You can adjust the width of the masonry entries on larger screens with this:
@media only screen and (min-width: 1800px) { .responsive.html_stretched .av-masonry-entry { width: 25.0%; } }Best regards,
IsmaelHey fortuneRice!
Thank you for using Enfold.
We would like to see the actual website. Please post the url here.
Best regards,
IsmaelHi tremblayly!
Thank you for using Enfold.
Color section will always be fullwidth and will push the sidebar below it.
Best regards,
IsmaelOctober 20, 2014 at 3:35 am in reply to: Theme options not showing and advanced layout editor not working #338093Hey!
@horwitzpro: I’m sorry but you’re not using the latest version of the theme which is not compatible with WordPress 4.0. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/Cheers!
IsmaelHey JuanRamonMarin!
Thank you for using Enfold.
I checked the website but I’m not sure what’s wrong with the sidebar. I’ll ask Josue to check your inquiry.
Cheers!
IsmaelOctober 20, 2014 at 3:09 am in reply to: Sidebars not displaying after update to wp4.0 and enfold 3.0.1 #338086Hey brian7454!
Thank you for using Enfold.
Did you add any modifications regarding the sidebar? Version 3.0.1 is using a different grid system so any modifications on that area might break the layout of the theme. Please update to 3.0.1 then toggle any option on Enfold > General Styling > Dimensions panel. Save changes.
Cheers!
IsmaelHi cchuryk!
Thank you for using Enfold.
The site is on maintenance mode. Please post the login details here. We would like to check it. Try this code for the menu border:
#header_meta { border: none; }Best regards,
IsmaelHi D5WDesignGroup!
Thank you for using Enfold.
Please refer to this link: https://kriesi.at/support/topic/buttonicon-to-anchor/#post-325401
Regards,
IsmaelHi Zohar!
Thank you for using Enfold.
We would like to see the actual live website. A screenshot of what you’re trying to accomplish will help. Please use imgur, dropbox, clipular etc.
Regards,
IsmaelOctober 20, 2014 at 3:01 am in reply to: wpml language switch is messed up on a smaller resolutions #338080Hi Zohar!
Thank you for using Enfold.
I can’t reproduce the issue on my end. Please post the website url here. We would like to check it.
Regards,
IsmaelHey John!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
#header_main .container { margin-top: 0; margin-bottom: 0; } #header_main_alternate { margin-top: 30px; }Regards,
IsmaelHey Faroutworld!
Thank you for using Enfold.
Please go to Enfold > Footer panel. Enable the Social Icons option. Which image are you referring to?
Best regards,
IsmaelHi!
Thank you for using Enfold.
You don’t have any content on that page. Add some more content to expand the html and body container. Or you can add this on Quick CSS or custom.css:
.page-id-2634 #wrap_all { overflow: visible; }Best regards,
IsmaelOctober 20, 2014 at 2:51 am in reply to: I need some support here. Having issues with Enfold. #338071Hi!
Thank you for using Enfold.
We have answered your inquiries but you didn’t respond. Please avoid creating duplicated post.
https://kriesi.at/support/topic/help-social-icons-and-search-icon-dont-appear-after-upgrade/
https://kriesi.at/support/topic/social-media-icons-not-appearing-in-enfold-theme-after-upgrading-to-3-0/@Sandie: Thanks for helping. :)
Cheers!
IsmaelOctober 20, 2014 at 2:49 am in reply to: Updating heavily customized theme (no child) to v3.0 #338069Hi!
Thank you for using Enfold.
I’m sorry but we won’t be able to help you trace back all the modifications made on the theme but note that all theme options and custom css codes located on Quick CSS will be retained when updating the theme. Since you’re using a very old version of the theme, some of the options and elements might break so you have to adjust those or create them from scratch. Theme update should be done regularly to keep up with WordPress and other code changes. Please refer to this link on how to move the website to a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
IsmaelHey mcraig77!
Thank you for using Enfold.
Please edit config-templatebuilder > avia-shortcodes > contact.php, find this code on line 334:
$elements['avia_age'] = array('type'=>'captcha', 'check'=>'captcha', 'label'=> __('Please prove that you are human by solving the equation','avia_framework' ));Edit the contact form element then look for the Submit Button Label to change the contact form submit button.
Cheers!
IsmaelHi swheelwright!
Thank you for using Enfold.
Anchor tags work that way by default. You need to create a script that will adjust the scroll target. Unfortunately, this is beyond the scope of support. Please visit Envato Studio or Werkpress for further customization.
Regards,
IsmaelHey CB!
Thank you for using Enfold.
Unfortunately, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or request the feature on our Feature Requests page.
Regards,
IsmaelHey Carsten!
Thank you for using Enfold.
You can use this at the very bottom of Quick CSS field:
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption h2 { font-size: 20px !important; } .avia-caption-content { font-size: 11px; } }Cheers!
IsmaelHi!
Thank you for the info.
Please override the functions.php file via FTP then try the suggested code located on pastebin.com. Refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelHey!
Thank you for the info.
I checked the site and the logo is not overlapping the mobile menu. Please add this to adjust the vertical position of the logo:
@media only screen and (max-width: 767px) { .responsive .logo { float: left; top: 10px; position: relative; } }Cheers!
Ismael -
AuthorPosts
