Forum Replies Created

Viewing 30 posts - 57,031 through 57,060 (of 67,479 total)
  • Author
    Posts
  • in reply to: Czech translation #300930

    Hey altei!

    Thank you for using Enfold.

    There are lots of translation plugin for wordpress but Enfold is specifically compatible with the WPML plugin.

    Cheers!
    Ismael

    in reply to: Image slider causing text to text to indent #300928

    Hi!

    Thank you for using Enfold.

    I’m sorry but I don’t see the issue on Chrome and Firefox Windows 8. On what browser and OS are you testing this with? A screenshot will surely help.

    Cheers!
    Ismael

    in reply to: Archive feature image shrinks #300927

    Hey!

    Thank you for the info.

    1.) Use this for the featured image:

    .big-preview {
    display: block;
    padding: 10px 55px 10px 0;
    }

    2.) Please use this:

    #wp-calendar td a {
    color: red;
    font-weight: bold;
    }

    Cheers!
    Ismael

    in reply to: Image Hover Overlay Functionality #300924

    Hey iovacomm!

    Thank you for visiting the forum.

    This issue has been reported before. Please edit the image code, replace the inline style of the link tag from display: block to display: inline-block. Check this one for example:

    <a href="#" style="position: relative; overflow: hidden; display: block;"><img style="margin-top: 20px;" src="http://iovanbs.staging.wpengine.com/wp-content/uploads/2014/07/pic1.jpg" (hosted on WPengine) alt="" width="250" height="140" data-wp-imgselect="1"><span class="image-overlay overlay-type-extern" style="left: 21px; top: 20px; overflow: hidden; display: block; height: 140px; width: 260px;"><span class="image-overlay-inside"></span></span></a>
    

    This should be like this:

    <a href="#" style="position: relative; overflow: hidden; display: inline-block;"><img style="margin-top: 20px;" src="http://iovanbs.staging.wpengine.com/wp-content/uploads/2014/07/pic1.jpg" alt="" width="250" height="140" data-wp-imgselect="1"><span class="image-overlay overlay-type-extern" style="left: 21px; top: 20px; overflow: hidden; display: block; height: 140px; width: 260px;"><span class="image-overlay-inside"></span></span></a>
    

    Or better if you remove the inline style altogether.

    Best regards,
    Ismael

    in reply to: Sections Disappearing (Caused by Header) #300923

    Hi iovacomm!

    Thank you for using Enfold.

    This is actually a header issue on Chrome. Please add this on Quick CSS or custom.css:

    #header_main_alternate, #header {
    -webkit-transform: translateZ(0);
    }

    Regards,
    Ismael

    in reply to: WordPress Update 3.9.2 is available! #300922

    Hey WalstonNet!

    Thank you for using the theme.

    If you did any modifications on wordpress itself then it will be removed. All of the theme options will be preserve though. If you want to keep all customization on the theme intact, please use a child theme. Refer to this link: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Regards,
    Ismael

    in reply to: Gravity Forms Styling #300921

    Hey!

    Thank you for using the theme.

    I’m sorry but I think you left out the link to the actual page. If you have the access to the Gravity Forms css file, edit it then copy the form styles. Add it on css > custom.css file.

    Regards,
    Ismael

    in reply to: Problem with enfold #300521

    Hey sarahed!

    Thank you for using the theme.

    Try to increase the max execution time of your installation. Please refer to this link: http://codex.wordpress.org/Common_WordPress_Errors#Maximum_execution_time_exceeded

    Cheers!
    Ismael

    in reply to: Slow loading website #300520

    Hey!

    Thank you for the info. It says that it only removes unnecessary characters, maybe css, html, javascript comments etc. BWP or any minify plugin combine all js and css files to improve the page load time.

    Cheers!
    Ismael

    in reply to: Portfolio Padding #300519

    Hey Wildwood!

    Thank you for using Enfold.

    Adjust the width of the isotope item via media queries. Use this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    #top .isotope-item {
    width: 120px;
    }
    }

    Best regards,
    Ismael

    Hey michaelhiga!

    Thank you for using Enfold.

    I think it’s a plugin issue. Please add this on Quick CSS or custom.css to remove the checkbox:

    input#hybridCommentOptin {
    display: none !important;
    }

    Best regards,
    Ismael

    in reply to: Remove gray top line from Advanced Layerslider #300515

    Hey mcraig77!

    Thank you for visiting Kriesi’s support forum.

    Please use this on Quick CSS or custom.css to remove the top shadow:

    .avia-layerslider.avia-shadow {
    box-shadow: none;
    }
    
    #header_main {
    border-bottom: none;
    }

    Best regards,
    Ismael

    in reply to: Layer Slider arrows #300514

    Hey mcraig77!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    #top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next {
    left: 160px;
    }
    
    #top .avia-layerslider .ls-nav-next {
    left: auto;
    right: 160px;
    }

    Adjust the position if necessary.

    Best regards,
    Ismael

    Hey!

    Thank you for using the theme.

    That is the default browser behavior when an image has a title attribute. You can disable it by removing the images’ title attribute. Add this on functions.php:

    function remove_image_title() { ?>
    <script type="text/javascript">
    jQuery(window).load(function(){
    jQuery('img').removeAttr('title');
    });
    </script>
    <?php
    }
    
    add_filter('wp_head', 'remove_image_title');

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    in reply to: slider question.. #300511

    Hey!

    The theme does support the woocommerce plugin but we don’t have any video tutorials to cover the whole subject. You can visit the woocommerce documentation page: http://docs.woothemes.com/documentation/plugins/woocommerce/

    Cheers!
    Ismael

    Hi!

    Thank you for the update.

    Unfortunately, this is not possible without major customization.You might need to hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    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.

    Regards,
    Ismael

    in reply to: Issues with menu #300508

    Hi!

    Thank you for using the theme.

    Please use this on Quick CSS or custom.css to fix the logo on mobile view:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_slide_out .logo img {
    margin: 0;
    width: 65%;
    top: 20px;
    }
    }

    Change the font size of the menu on Enfold > Advanced Styling. Add the Main Menu Links element.

    Best regards,
    Ismael

    in reply to: Fixed button on Layer Slider #300504

    Hi intellicus!

    Thank you for using the theme

    Create a page then insert the Layer Slider. On top of the layer slider, add a color section. Add an id to it, “layerslider-button” for example. Inside the color section, add a text block for the button. Use this on Quick CSS or custom.css to adjust the position of the color section:

    div#layerslider-button {
    position: absolute;
    z-index: 1000;
    background: transparent;
    margin-left: 100px;
    margin-top: 100px;
    border: none;
    }

    Cheers!
    Ismael

    in reply to: Slider bottom border #300503

    Hi!

    Yes, that’s what I’m seeing. I just fixed the BG layer to make it visible. You can do the rest. Try to change the Slider Height on Global Settings to make room for the main image.

    Cheers!
    Ismael

    in reply to: Maintenance Site autostart #300501

    Hi!

    Thank you for using Enfold.

    I’m not sure why you need to edit the file. There are lots of maintenance plugin for wordpress such as the following:

    https://wordpress.org/plugins/wp-maintenance-mode/
    https://wordpress.org/plugins/ultimate-maintenance-mode/
    https://wordpress.org/plugins/coming-soon-maintenance-mode-ready/
    https://wordpress.org/plugins/simple-maintenance-mode/

    You can also create a page then set the template to Blank | No Header, No Footer. Set this page as Frontpage on Enfold > Theme Options temporarily.

    Cheers!
    Ismael

    in reply to: Mobile Menu Disappears On The Page With IFRAME #300500

    Hey!

    Thank you for the info.

    Did you copy any files like header.php or any other files on your child theme folder? Please get the new files on the parent folder then replace the old one.

    Regards,
    Ismael

    in reply to: custom form validation #300499

    Hey BIANCHIENT!

    Thank you for using Enfold.

    Please post the login details here. We would like to see the actual page with the custom form, If possible, please place the form code on pastebin.com.

    Best regards,
    Ismael

    Hi!

    Thank you for the info.

    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/

    Regards,
    Ismael

    in reply to: Customizing twitter share text… #300495

    Hi interage!

    Thank you for using the theme.

    You can edit includes > helper-social-media.php, find this code on line 147:

    'twitter' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "http://twitter.com/home?status=[title]%20[shortlink]"),
    

    Replace it with:

    'twitter' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "http://twitter.com/home?status=[title]%20[shortlink]" , 'label' => __("Share on Twitter via @username",'avia_framework')),
    

    Change the username on the label.

    Cheers!
    Ismael

    Hi inscribecreative!

    Thank you for using Enfold.

    On what page is this actually happening? A lot of users reported this issue, it turns out that they forgot to properly close html codes or tags like h1, h2, strong etc. This will erase all elements below that object.

    Regards,
    Ismael

    in reply to: Setting max image size for upload #300493

    Hi!

    If I am not mistaken, there is no setting for maximum image dimension or size. You can only limit the maximum file size of the images. You can use the plugin Yigit suggested or try to upload images smaller than 5000x3000px. Images with 2000px in width should be enough for sliders, posts etc.

    Best regards,
    Ismael

    in reply to: Layerslider Transition Problem #300492

    Hi rhsheehan!

    Thank you for using the theme.

    We already reported the issue to Kriesi. 3D transitions won’t work on Chrome and the layer slider author is aware of this. The latest patch of the plugin should fix the issue. This should be included on the latest update of the theme. For now, please use 2D transitions.

    Cheers!
    Ismael

    in reply to: Attachment selection #300491

    Hey kdm!

    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 post the feature on our Feature Requests page.

    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.

    Regards,
    Ismael

    in reply to: image 404 #300490

    Hi!

    Thank you for the info.

    Do you mind if we take a look at the actual page with the image issue? We would like to inspect it. If possible, please ask your host. Maybe they got some idea why this is happening.

    Regards,
    Ismael

    in reply to: Embedded Video Code Showing in Excerpt #300489

    Hi storyboardsolutions!

    Thank you for using Enfold.

    Instead of just adding the url of the video, use the Video shortcode using the shortcode wand. Look for it under Media Elements.

    Best regards,
    Ismael

Viewing 30 posts - 57,031 through 57,060 (of 67,479 total)