Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for using Enfold.
Which image are you referring to? Can you please give us a link to the actual page? If you’re referring to the image title showing up on hover, I’m sorry but this is a default browser feature. You can modify the image title on the Media Library. Try to use this on functions.php to limit the excerpt length:
/** * Limit excerpt length on blog page */ function avia_new_excerpt_length( $length ) { return 30; } add_filter( 'excerpt_length', 'avia_new_excerpt_length' );Cheers!
IsmaelJanuary 4, 2015 at 4:05 am in reply to: Left Sidebar Menu Portfolio item thumbnails missized #374606Hey Veronica!
Thank you for using Enfold.
Edit the portfolio element then set the Portfolio Grid Image Size to the second option. Manually set the thumbnail size. Although the best solution is to use images with the same size and dimension.
Cheers!
IsmaelHey JudyCurtis!
Thank you for using Enfold.
You can insert the Gallery element then set Gallery Style to Big image with thumbnails below. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.
If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!
Cheers!
IsmaelHi IBMiel!
Thank you for using Enfold.
The dev site is not loading. Please check. Please refer to this link on how to properly move to a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/
Regards,
IsmaelHey smallbizva!
Thank you for using Enfold.
You can edit config-templatebuilder > avia-shortcodes > testimonials.php, find this code on line 388:
$output .= "<div class='avia-testimonial-content {$this->content_class}' {$this->content_styling} {$markup_text}>"; $output .= ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop($content)); $output .= "</div>"; $output .= "<div class='avia-testimonial-meta'><div class='avia-testimonial-arrow-wrap'><div class='avia-arrow'></div></div>"; if(!$grid) $output .= $avatar; $output .= "<div class='avia-testimonial-meta-mini'>"; if($name) $output .= "<strong class='avia-testimonial-name' {$this->title_styling} {$markup_name}>{$name}</strong>"; if($subtitle) $output .= "<span class='avia-testimonial-subtitle {$this->subtitle_class}' {$this->title_styling} {$markup_job}>{$subtitle}</span>"; if($link) $output .= "<span class='hidden avia-testimonial-markup-link' {$markup_url}>{$link}</span>"; if($link) $output .= " – <a class='aviablank avia-testimonial-link' href='{$link}' >{$linktext}</a>"; $output .= "</div>"; $output .= "</div>";Replace it with:
$output .= "<div class='avia-testimonial-meta'><div class='avia-testimonial-arrow-wrap'><div class='avia-arrow'></div></div>"; if(!$grid) $output .= $avatar; $output .= "<div class='avia-testimonial-meta-mini'>"; if($name) $output .= "<strong class='avia-testimonial-name' {$this->title_styling} {$markup_name}>{$name}</strong>"; if($subtitle) $output .= "<span class='avia-testimonial-subtitle {$this->subtitle_class}' {$this->title_styling} {$markup_job}>{$subtitle}</span>"; if($link) $output .= "<span class='hidden avia-testimonial-markup-link' {$markup_url}>{$link}</span>"; if($link) $output .= " – <a class='aviablank avia-testimonial-link' href='{$link}' >{$linktext}</a>"; $output .= "</div>"; $output .= "</div>"; $output .= "<div class='avia-testimonial-content {$this->content_class}' {$this->content_styling} {$markup_text}>"; $output .= ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop($content)); $output .= "</div>";Regards,
IsmaelHey!
Unfortunately, this particular request or modification is more than what we can offer as a support team. This task is beyond the scope of support and is not a theme related issue. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Cheers!
IsmaelHey!
Thank you for using Enfold.
You only have a single portfolio item. Please add more items. You should define the Enfold Main Menu on Appearance > Menus panel to remove the duplicated menu pages. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.
If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!
Cheers!
IsmaelHey!
Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Thank you for your understanding.
Cheers!
IsmaelHey cormie!
Thank you for using Enfold.
Enfold is a very flexible and automated theme but I don’t think you can duplicate the current website design without at least css modifications. You don’t have to worry about the css modifications on the Enfold > General Styling > Quick CSS field because they will be retained when you update the theme. You can try to duplicate the slider using the layer slider. Add the contact form manually using html type layers. Regarding the testimonial section, I’m sorry but it’s not possible without theme customization. Please let your developer do his/her job. :)
Cheers!
IsmaelHi!
Can you please provide a link to the actual post with the issue? I tested the masonry gallery on a post and it works fine except for the full width feature.
Best regards,
IsmaelHi Richard!
Thank you for using Enfold.
Have you tried MailChimp? I’m not sure if this is going to help but they have automated email campaigns. Maybe you can use that: http://kb.mailchimp.com/automation/getting-started-with-automation
Best regards,
IsmaelHey!
I think the screenshot is in a private folder on your google drive account. We can’t access it. Please use imgur or clipular to post the screenshot. Make sure that your wp directory got the correct file permissions. Contact your hosting provider for more info.
Cheers!
IsmaelHi j1980mac!
Thank you for using Enfold.
Looks like you added a custom css that modifies the input padding. Please use this on Quick CSS:
#top .avia_ajax_form .captcha { padding-left: 65px !important; }Regards,
IsmaelHey!
I checked the site but the title container is missing. Please enable it again. Yigit’s code should work:
.stretch_full.container_wrap.title_container { background-color: transparent !important; }Regards,
IsmaelHey slipp22!
Thank you for using Enfold.
The menu stays white because of this code on your Quick CSS:
#top #header .av-main-nav > li > a { color: #ffaa00; background-color: #ffffff; font-size: 18px; }Remove the background-color property.
Regards,
IsmaelHi senso!
Thank you for using Enfold.
We usually don’t recommend the use of ALB on posts because of minor issues like full width elements breaking the layout, featured images are removed etc. Anyway, you can refer to this link on how to enable ALB for CPT: http://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/
Cheers!
IsmaelHey!
1.) You can create a temporary post or page then look for the shortcode wand to generate the icon shortcode.
2.) Please post the website url so that we can inspect it.
Best regards,
IsmaelHi suhasratan!
Thank you for using Enfold.
Add this on Quick CSS or custom.css to change the opacity of the left menu but I don’t think it will do anything because the overall container’s background is also white:
.header_color .header_bg { background: rgba(255,255,255,.5); }Change the Slideshow autorotation duration to slow down the slider.
Regards,
IsmaelHi!
The website isn’t loading even on desktop. Please check on your hosting provider.
Best regards,
IsmaelHi gtj007!
Thank you for using Enfold.
Please go to Users panel then look for the Display name publicly as option.
Best regards,
IsmaelHey!
You can check the latest update on the theme’s overview page: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
If there are any big updates, Kriesi will announced it on his facebook page, blog and twitter: http://kriesi.at/blog
Regards,
IsmaelHi!
Thank you for the update.
I checked the forum on IE11. This is what the search field looks like:

Best regards,
IsmaelHi!
Please refer to this link for another possible solution: https://kriesi.at/support/topic/how-to-display-post-excerpts-instead-of-full-post-contents/#post-346112
Best regards,
IsmaelHey!
Yes, it is the default behavior of the masonry element. You can add an ajax script to prevent page reload but this will require major modification on the theme. Please hire a freelance developer or visit Envato Studio or Werkpress for further modifications. If you don’t mind, we kindly ask you to open your own thread. Thank you.
Regards,
IsmaelHey!
@p_castro: You’re welcome. Let us know if there’s anything we can help you with.Cheers!
IsmaelHey olivereckstein!
Thank you for choosing Enfold!
I’m sorry but we can’t provide support for other themes but you can use the Revolution Slider or Layer Slider plugin to imitate the salient’s slider. There are lots of animated text overlay tutorial out there. This one for example: http://www.cssscript.com/pure-css3-animated-text-overlay-on-hover/
Best regards,
IsmaelJanuary 3, 2015 at 3:04 am in reply to: Blog roll img on the left preview content on the right #374388Hi!
Enable the custom css class field for the advance layout builder elements. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Add a custom css class on the blog posts element in which you want to remove the featured image. Use “custom-blog” for example then replace the css code above with this:
<style type = "text/css"> .custom-blog .slide-image { display: none !important; } </style>Regards,
IsmaelHey!
Try to add this:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { height: 130px; } #header_main { top: -40px; } }Cheers!
IsmaelHi!
It’s funny how you say that Enfold is a “one browser theme” just because a placeholder won’t work on a legacy browser. With 45,000 ++ users and counting, I doubt that is true. The input placeholder is not supported on IE9 and lower (http://caniuse.com/#feat=input-placeholder). Please hire a freelance developer if you want to force the placeholder attribute on these legacy browsers.
Best regards,
IsmaelJanuary 3, 2015 at 2:28 am in reply to: How to make article list in categories on front page? #374378 -
AuthorPosts
