Forum Replies Created

Viewing 30 posts - 56,611 through 56,640 (of 67,197 total)
  • Author
    Posts
  • in reply to: Color Section Background Image – Add Filter/Opacity #304187

    Hi blankonblank!

    Thank you for using Enfold.

    Unfortunately, it is not possible to specify a transparency value for background images inside a color section. It is possible if you applied a solid background color. You should edit the image on photo editor then set the transparency, save it as PNG format.

    Cheers!
    Ismael

    in reply to: Make Anchor Link From One Page To The Next #304186

    Hey j1980mac!

    Thank you for using Enfold.

    You’re referring to a single page navigation system. Please refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Cheers!
    Ismael

    in reply to: Button – Remove background #304183

    Hi!

    Thank you for the info.

    Please use this on Quick CSS or custom.css:

    .avia-button-wrap.avia-button-center.avia-builder-el-7.el_after_av_heading.avia-builder-el-last a.avia-button.avia-icon_select-no.avia-color-custom.avia-size-large.avia-position-center {
    background: transparent !important;
    border: 1px solid white !important;
    box-shadow: inset 0 0 10px white;
    }

    Another way to do that is to apply a unique css selector for the button or any advance layout builder elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit the button element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “transparent-button”.

    You can add something like this on your custom.css or Quick CSS:

    .transparent-button a.avia-button {
    background: transparent !important;
    border: 1px solid white !important;
    box-shadow: inset 0 0 10px white;
    }

    Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Regards,
    Ismael

    in reply to: Using shortcode in template? #304181

    Hi storyboardsolutions!

    Thank you for using Enfold.

    I’m sorry but you can’t slice the shortcodes. You need to put it inside the do_shortcode function as a whole. This will echo out the default tab shortcode:

    <?php echo do_shortcode("[av_tab_container position='top_tab' boxed='border_tabs' initial='1']
    [av_tab title='Tab 1' icon_select='no' icon='']
    Tab Content 1 goes here
    [/av_tab]
    [av_tab title='Tab 2' icon_select='no' icon='']
    Tab Content 2 goes here
    [/av_tab]
    [/av_tab_container]"); ?>

    Best regards,
    Ismael

    in reply to: gallery unable to select Images #304177

    Hi!

    I hope this helps you with the issue. Please refer to this link for a possible fix: https://kriesi.at/support/topic/gallery-edit-issues/#post-277654

    Regarding the max execution time error, try to add this line on the .htaccess file:

    php_value max_execution_time 60
    

    Refer to this link for more info: http://codex.wordpress.org/Common_WordPress_Errors#Maximum_execution_time_exceeded

    Regards,
    Ismael

    in reply to: Social Share buttons – please fix #304175

    Hi!

    As you can see, it works for the OP. Do you mind if we take a look at the actual page with the linkedin share? If you have time, please try the suggestion again then remove the browser cache. Reload the page a few times.

    Regards,
    Ismael

    in reply to: Contact form in pop-up (prettyPhoto issue) #304173

    Hey axelfx07!

    Thank you for using Enfold.

    The Enfold uses MagnificPopup as default lightbox plugin. You can add this on functions.php:

    function popup_inline() { ?>
    <script type="text/javascript">
    jQuery(window).load(function(){
    	jQuery('.open-popup-link').magnificPopup({
    	  type:'inline',
    	  midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href.
    	});
    });
    </script>
    <?php }
    
    add_action('wp_head', 'popup_inline');

    Then use this on a text block:

    <div id="test-popup" class="white-popup mfp-hide">
    <p>PLACE CONTENT HERE</p>
    </div>
    
    <a class="open-popup-link" href="#test-popup">Show inline popup</a>
    

    Add this on Quick CSS or custom.css:

    .white-popup {
      position: relative;
      background: #FFF;
      padding: 20px;
      width: auto;
      max-width: 500px;
      margin: 20px auto;
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Layerslider Images Not Showing Up #304171

    Hey!

    Thank you for the info.

    Have you tried changing the slide transition from 3D to 2D? There’s a 3D transition issue with the layer slider plugin and chrome browser. The latest patch of the plugin should fix it but it’s not included on the theme yet. We already reported the issue to Kriesi. For now, please try to use the 2D transition and see if it helps.

    Cheers!
    Ismael

    in reply to: Top of columns not aligning #304169

    Hey Richard!

    Thank you for using the theme.

    You can add a top margin on the slider with this on Quick CSS or custom.css:

    .page-id-24 .flex_column.av_one_half.first.avia-builder-el-0.el_before_av_one_half.avia-builder-el-first {
    margin-top: 18px;
    }

    Cheers!
    Ismael

    in reply to: Change Separator Line Color #304168

    Hey rswildview!

    Thank you for using Enfold.

    Change the horizontal rule element color with this on Quick CSS or custom.css:

    span.hr-inner {
    border-color: green !important;
    }

    Cheers!
    Ismael

    in reply to: unable to add content to site (photos, text) #304167

    Hey!

    Thank you for the update.

    I just added two images on the gallery, one image already exists on the media library, the other “scissor logo” image I uploaded myself and it works fine without any issues. Please try to remove browser cache then test it again: http://casitasitges.com/apartment/

    Best regards,
    Ismael

    in reply to: responsive problems Enfold #304165

    Hey!

    Thank you for the info.

    Please use this on Quick CSS or custom.css to adjust the columns with the ribbon:

    @media only screen and (min-width: 768px) {
    .ribbon h3 {
    width: 220px;
    }
    
    .ribbon {
    width: 200px;
    }
    }

    Cheers!
    Ismael

    in reply to: Problem with responsive Menu #304160

    Hey alessandro!

    Thank you for using Enfold.

    Please go to Enfold > Header Layout > Mobile Menu > Header Mobile Menu activation panel. Choose the second option to force the theme to show the mobile menu earlier. Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Disable Woo Commerce Related Products in Enfold #304158

    Hey jberickson!

    Thank you for using Enfold.

    Your css is correct. Please try to remove browser cache then reload the page a few times. You can hide the related products section with this on Quick CSS or the custom.css file:

    .related.products {
    display: none !important;
    }

    You can manually add a related product by adding an Up-Sell product for the item.

    Cheers!
    Ismael

    in reply to: Slider transitions do not work. #304156

    Hey!

    Thank you for using Enfold.

    Are you referring to the 3D transition of the layer slider? This is an issue with Chrome and the latest update of the plugin should fix the issue. We already reported the problem to Kriesi. It should be included on the latest patch of the theme which is not release yet. For now, please use the 2D transitions.

    Best regards,
    Ismael

    in reply to: Missing icon images on home page in some browsers #304155

    Hey!

    Thank you for the update.

    I test the website using IE11 and the icons show on first load. Please try to remove browser cache then load the page a few times.

    Best regards,
    Ismael

    in reply to: Shrink padding spaces in sub menu #304150

    Hi Tech!

    Thank you for visiting Kriesi’s support forum.

    Please use this on Quick CSS or custom.css to adjust the padding of the mega menu:

    #top #header .avia_mega_div > .sub-menu {
    padding: 10px 10px 10px;
    }
    
    #header .mega_menu_title {
    text-align: left;
    }
    
    #header .avia_mega_div .units {
    padding: 0 7px 0 7px;
    }

    Cheers!
    Ismael

    in reply to: layerslider animation breakes in chrome #304143

    Hey responsecrm!

    Thank you for using Enfold.

    Unfortunately, you’re using a very old version of the theme, 1.7.1 which is not compatible with WP 3.9.2. Please download the latest version 2.9.1 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/

    Note that updating the theme might break some of the options and elements on the theme. You might need to reconfigure them or create them from scratch. Please update the theme immediately if certain patch are available.

    Regards,
    Ismael

    in reply to: Help with header position #304141

    Hi!

    The logo text adjusts properly on mobile screens. It doesn’t being cut off. Please remove browser cache then reload the page a few times.

    Regards,
    Ismael

    in reply to: Gravity form issue with enfold theme and mozilla firefox #304139

    Hi Mauriweb!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
        font-size: 13px !important;
        line-height: 1.3em !important;
        height: 30px;
        min-height: 30px;
    }

    Cheers!
    Ismael

    in reply to: 4 Images in 1/2 page layout module #304138

    Hey mw75!

    Thank you for using the theme.

    You can add a text block inside the 1/3 column layout then insert this on the editor:

    <div class="flex_column av_one_half first">PIC 1</div>
    <div class="flex_column av_one_half ">PIC 2</div>
    <div class="flex_column av_one_half first">PIC 3</div>
    <div class="flex_column av_one_half ">PIC 4</div>

    Best regards,
    Ismael

    in reply to: Small contact icons in footer #304136

    Hey!

    Thank you for using Enfold.

    You can create a temporary post to generate the icon shortcode then copy it. Place it on the text widget right before the phone numbers numbers or addresses. You can also add your own icons. Please refer to this link: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Cheers!
    Ismael

    in reply to: snippet code #303659

    Hi!

    I’m not sure what you mean by “safe place” but you should probably ask your host where to properly put this code. Do you want this code inside the <head> tag, <body> etc? If you want to place it under the opening body tag, use this on functions.php:

    function place_random_code() { ?>
    
    <div id="hide-div" itemscope="itemscope" itemtype="http://schema.org/LocalBusiness">
        <span itemprop="name">Sabrostar Fruit Company</span>
        <div itemprop="address" itemscope="itemscope" itemtype="http://schema.org/PostalAddress">
            <span itemprop="streetAddress">Avenida Francisco de Orellana #234, Edificio Blue Towers Piso 15</span>
            <span itemprop="addressLocality">Guayaquil</span>,
            <span itemprop="addressRegion">Guayas</span>
            <span itemprop="addressCountry">Ecuador</span>
            <span itemprop=“email”> (Email address hidden if logged out) </span>
        </div>
        Phone: <span itemprop="telephone">593-4-3709600</span>
        Website: <a itemprop="URL">http://www.sabrostarfruitcompany.com/</a>
     </div>
     
    <?php }
    
    add_action('wp_head', 'place_random_code');

    Use this on Quick CSS to hide it:

    #hide-div {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Social media in main menu #303657

    Hi!

    I tested this on my installation and it works well. I think you missed the something. Please copy the whole code above on the widget.

    Regards,
    Ismael

    in reply to: Layout Builder and Custom Post #303656

    Hi!

    I’ll ask the rest of the support team if they’re available for this particular task. You can also visit Envato Studio or Werkpress for further customization.

    Cheers!
    Ismael

    in reply to: Slider not working #303653

    Hey!

    Thank you for using Enfold.

    The layer slider seems to be working fine on our installation with jetpack installed. This must be a combination of jetpack with other third party plugin. Please deactivate all plugins except jetpack then test the layer slider again.

    Regards,
    Ismael

    Hi foxtrotstudio!

    Thank you for visiting Kriesi’s support forum.

    Please use this on functions.php:

    add_filter('avf_ajax_search_label_names','avia_change_pt_label_name', 10, 1);
    function avia_change_pt_label_name($label)
    {
    if($label == 'Portfolio Items') $label = 'NEW LABEL HERE';
    return $label;
    }

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    in reply to: Button – Remove background #303642

    Hey blankonblank!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual page with the button? We can remove the background of the button via CSS.

    Regards,
    Ismael

    in reply to: How to show both sidebar? #303639

    Hi Jorge!

    No, I’m sorry but it’s not possible. You can create a page with no sidebar then insert 1/5, 3/5 and another 1/5 column layout respectively. Place the content on the 3/5 column then add two different Widget Area element on the 1/5 columns.

    Cheers!
    Ismael

    in reply to: Help with header position #303637

    Hi!

    Not sure where the “[shortcode goes here]” part comes from. Did you add any code on functions.php? Add this on Quick CSS or custom.css to move the title container on mobile device:

    @media only screen and (max-width: 767px) {
    .responsive #main {
    padding-top: 0 !important;
    margin-top: -21px;
    }
    }

    Regards,
    Ismael

Viewing 30 posts - 56,611 through 56,640 (of 67,197 total)