Forum Replies Created

Viewing 30 posts - 52,741 through 52,770 (of 67,510 total)
  • Author
    Posts
  • in reply to: Hide image title on hover #374608

    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!
    Ismael

    in reply to: Left Sidebar Menu Portfolio item thumbnails missized #374606

    Hey 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!
    Ismael

    in reply to: How to replicate "Single Portfolio: 2/3 Gallery" #374605

    Hey 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!
    Ismael

    in reply to: Logo not aligned left in Enfold Child #374604

    Hi 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,
    Ismael

    in reply to: Testimonial name on top #374603

    Hey 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 .= 					" &ndash; <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 .= 					" &ndash; <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,
    Ismael

    in reply to: Changing portfolio entries from grid to masonry #374600

    Hey!

    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!
    Ismael

    in reply to: Missing Masonry Gallery #374597

    Hey!

    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!
    Ismael

    in reply to: Portfolio Grid & Icon List doesn't always load. #374596

    Hey!

    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!
    Ismael

    in reply to: Contact form in slider, non circular testimonials #374594

    Hey 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!
    Ismael

    in reply to: Masonry gallery issue as post shortcode #374591

    Hi!

    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,
    Ismael

    in reply to: REMINDER #374589

    Hi 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,
    Ismael

    in reply to: Recommend a server space #374588

    Hey!

    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!
    Ismael

    in reply to: Email Captcha Issue #374584

    Hi 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,
    Ismael

    in reply to: Img on left of page title #374583

    Hey!

    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,
    Ismael

    in reply to: Full Header Background #374582

    Hey 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,
    Ismael

    in reply to: Aviva Layout Builder in Custom Post Type #374581

    Hi 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!
    Ismael

    in reply to: add icon near the menu item #374579

    Hey!

    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,
    Ismael

    in reply to: Transparency of side menu #374578

    Hi 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,
    Ismael

    in reply to: Website on the phone ???? #374577

    Hi!

    The website isn’t loading even on desktop. Please check on your hosting provider.

    Best regards,
    Ismael

    in reply to: Username problems #374574

    Hi gtj007!

    Thank you for using Enfold.

    Please go to Users panel then look for the Display name publicly as option.

    Best regards,
    Ismael

    in reply to: It takes the theme updates #374572

    Hey!

    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,
    Ismael

    in reply to: Placeholder text in search field #374411

    Hi!

    Thank you for the update.

    I checked the forum on IE11. This is what the search field looks like:

    Best regards,
    Ismael

    in reply to: Blog excerpt #374397

    Hi!

    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,
    Ismael

    in reply to: Need New Tab External Link in Portfolio Grid #374395

    Hey!

    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,
    Ismael

    in reply to: IE 8 Issues #374394

    Hey!


    @p_castro
    : You’re welcome. Let us know if there’s anything we can help you with.

    Cheers!
    Ismael

    in reply to: Possible to embed Salient Portfolio / Slider #374391

    Hey 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,
    Ismael

    in reply to: Blog roll img on the left preview content on the right #374388

    Hi!

    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,
    Ismael

    in reply to: Enfold Header Höhe #374385

    Hey!

    Try to add this:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
    height: 130px;
    }
    
    #header_main {
    top: -40px;
    }
    }

    Cheers!
    Ismael

    in reply to: Placeholder text in search field #374382

    Hi!

    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,
    Ismael

    in reply to: How to make article list in categories on front page? #374378

    Hi!

    You can use the Magazine or Blog Posts element. It will automatically show pages from a category.

    Cheers!
    Ismael

Viewing 30 posts - 52,741 through 52,770 (of 67,510 total)