Forum Replies Created

Viewing 30 posts - 55,981 through 56,010 (of 67,215 total)
  • Author
    Posts
  • in reply to: Half Sized Blog Element: Layout issue #317235

    Hey!

    You can add this on Quick CSS or custom.css to remove the last section with the blank sidebar:

    .page-id-17 div#after_section_5 {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: wooCommerce Question #317232

    Hi Jamie A!

    Thank you for using Enfold.

    I think that is possible by creating a product attribute called “Photo”. Add two terms called “Digital” and “Print”. Now, create a variable product then add the “Photo” attributes. Create two variations, one Digital and another Print. Enable the “Downloadable” option for the Digital variation.

    Regards,
    Ismael

    in reply to: Second-level nav/menu bar encroaches on full-width layerslider #317227

    Hi!

    You can use imgur, dropbox, clipular etc. to post a screenshot. The css snippet above should move the mega menu towards the left.

    Cheers!
    Ismael

    in reply to: Bottom in easy slider #316358

    Hi!

    You can insert the shortcode on the caption fields.

    Cheers!
    Ismael

    in reply to: Cannot edit page content #316356

    Hi!

    From what version did you update the theme? The header has been modified differently starting from Enfold 2.6 where we added the header configurator. You might need to modify the header again. Refer to this link for more info: http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    http://kriesi.at/archives/enfold-version-2-6-header-configurator-rtl-stlyesheet-google-maps-and-more

    Cheers!
    Ismael

    in reply to: gTranslate into the header #316352

    Hi!

    Please post the login details here and set it as a private reply. Yigit will be checking it later today or tomorrow.

    Cheers!
    Ismael

    in reply to: Display issue on Opera Browser with Transparent menu bar #316350

    Hi!

    I checked the other pages and the menu looks fine. Can you please give us a link to the actual page with the issue? A screenshot describing the problem will help.

    Cheers!
    Ismael

    in reply to: Kontaktformular erzeugt ERR_EMPTY_RESPONSE #316347

    Hi!

    Sorry for the delay. We’er glad the contact form is working now. What is your current PHP version?

    Cheers!
    Ismael

    in reply to: WooCommerce Email Verification #316342

    Hey jfmozo!

    Thank you for using Enfold.

    Email verification features are built in on WooCommerce plugin. Go to WooCommerce > Settings > Emails panel to configure the options. If the plugin doesn’t work, your best chance is to contact the plugin author.

    Cheers!
    Ismael

    in reply to: Layer slider dynamic content from post Zeilenumbruch #316341

    Hi speedhajker!

    Thank you for using Enfold.

    Unfortunately, you can’t control the word wrap of the dynamic content from posts inside the layer slider. It’s better if you place the text manually.

    Regards,
    Ismael

    in reply to: How to hide original price range from overview page? #316340

    Hi Robert188!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css:

    .sale span.price del {
    display: none !important;
    }
    
    #top #wrap_all ins:before {
    content: "";
    padding: 0;
    }

    Cheers!
    Ismael

    Hey Denis!

    Thank you for using the Enfold theme.

    You can refer to this link on how to open an inline content on lightbox: https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/

    Regards,
    Ismael

    in reply to: Contact Form FROM email #316335

    Hey!

    You can add classes on the p tags and don’t forget to enclosed the whole form inside a container with the avia_ajax_form class. Something like this:

    <div class="avia_ajax_form">
    <p class="first_form  form_element form_element_half">
    Your Name (required)<br />
    [text* your-name] 
    </p>
    
    <p class="form_element form_element_half">
    Your Email (required)<br />
    [email* your-email]
    </p>
    
    <p class="form_element form_fullwidth">
    Subject<br />
    [text your-subject]
    </p>
    
    <p class="form_element form_fullwidth">
    Your Message<br />
    [textarea your-message]
    </p>
    
    <p class="form_element form_element_third">
    [textarea your-message]
    </p>
    
    <p class="form_element form_element_third">
    [textarea your-message]
    </p>
    
    <p class="form_element form_element_third">
    [textarea your-message]
    </p>
    
    [submit "Send"]
    
    </div>

    Regards,
    Ismael

    in reply to: Bring logo to front on mobile #316332

    Hi same-d!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive .logo {
    overflow: visible;
    }
    
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    height: 180px !important;
    max-height: 180px !important;
    }
    }

    Best regards,
    Ismael

    in reply to: widget area and page edit on control panel not working #316330

    Hey!

    I can’t reproduce the issue on my end. I can only see the image thumbnail then an option to select various thumbnail sizes when I’m adding an image using the Image element for example. Yes, please create another thread. We’ll close this one for now.

    Regards,
    Ismael

    in reply to: Portfolio Ajax Preview #316329

    Hey!

    The post navigation will not show if fullwidth sliders are included on the content. You need to add this on functions.php:

    add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1);
    function avia_remove_fullwidth_slider_check($settings)
    {
    $settings['is_fullwidth'] = false;
    return $settings;
    }

    Please download the latest version from your themeforest account then update the theme via FTP. We won’t be able to provide sufficient support for late theme versions. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    in reply to: WPML Translation from Header extra elements? #316328

    Hey!

    Glad you figured it out. Note that you need to configure the Enfold Theme Options for each language when you’re using WPML.

    Regards,
    Ismael

    in reply to: Masonry Portfolio #316327

    Hey!

    I’m sorry but what do you mean by “Preview Text”? Do you mind if we take a look at your current installation? We would like to inspect it. A screenshot on how you want it to look will help.

    Best regards,
    Ismael

    in reply to: Please contribute and translate Enfold #316326

    Hi!

    Thanks again Giuseppe! :)

    Cheers!
    Ismael

    in reply to: Description text area in product admin page is blank #316324

    Hey!

    Thank you for using Enfold.

    The Quick Edit is working on our installation. Please try to deactivate the plugins then test it again on another browser or computer. The product description are located on the woocommerce tabs. If you want to show a summary outside of the tabs, use the Product Short Description box. If you can’t see it, go to Screen Options to enable the box.

    Cheers!
    Ismael

    in reply to: WPML language switcher #316321

    Hi!

    Looks like the switcher is not rendering other languages except for the active language. You might need to use the theme’s default language flags for now until we find the problem. We’ll give you an update.

    Regards,
    Ismael

    in reply to: Enfold Subtle #316308

    Hi schuttjon!

    Thank you for using Enfold.

    You want the button title and icon change to black? Use this on Quick CSS or custom.css:

    span.avia_button_icon {
    color: #666666;
    }
    
    span.avia_iconbox_title {
    color: #666666;
    }

    Best regards,
    Ismael

    in reply to: Mobile menu – background color #316307

    Hey!

    If you want a black background on mobile instead of image, use this:

    @media only screen and (max-width: 767px) {
    .main_color {
    background: #000000 !important;
    }
    }

    Best regards,
    Ismael

    in reply to: Customize the spacing of selected custom menus #316306

    Hi!

    Please use this:

    .widget_nav_menu a {
    display: block;
    padding: 0;
    }
    
    .widget_nav_menu .menu-item {
    padding-top: 0;
    }

    Cheers!
    Ismael

    in reply to: Child Theme css.style help #316305

    Hi!

    Thank you for the info. The login credentials are incorrect. Please check. Try adding this on Quick CSS or custom.css to fix the slider issue:

    #top #wrap_all .ls-wp-container .ls-slide > * {
    line-height: 1.1em;
    margin-top: 0 !important;
    }

    Cheers!
    Ismael

    in reply to: Adsense Banner Right of Logo #316303

    Hi!

    Thank you for the info.

    Please add this at the very bottom of functions.php:

    function add_adsense_script(){
    ?>
    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    <!– HR Ad –>
    <div class="header-right">
    <ins class="adsbygoogle"
    style="display:inline-block;width:728px;height:90px"
    data-ad-client="ca-pub-6717158804949902"
    data-ad-slot="1236364606"></ins>
    </div>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>
    <?php
    }
    add_action('ava_main_header', 'add_adsense_script');

    Use this on Quick CSS or custom.css to adjust the position of the adsense container:

    .header-right {
    position: absolute;
    right: 20%;
    top: -30px;
    }

    Best regards,
    Ismael

    in reply to: DIFFERENT HEADER IMAGES #316300

    Hi!

    Glad we could help. If you still have questions, let us know. :)

    Best regards,
    Ismael

    in reply to: Two icons side by side in a widget area #316298

    Hi Ben!

    Thank you for using Enfold.

    Please edit the icon box then enclose the two icons inside a div container. Something like this:

    <div class="center-icon">
    ICON SHORTCODES HERE
    </div>

    Add this on Quick CSS or custom.css:

    .center-icon {
    text-align: center;
    }
    
    .center-icon span {
    display: inline-block;
    float: none;
    }

    Best regards,
    Ismael

    in reply to: Header image to left of logo #316296

    Hi cbentley65!

    Thank you for using Enfold.

    How did you add the image? We would like to see the actual website. Please post the url here. A screenshot of what you’re trying to accomplish will help.

    Cheers!
    Ismael

    in reply to: How to create child theme after website had been built? #316295

    Hi ryanmortier!

    Thank you for using Enfold.

    First, please create a backup of your database and theme files. Go to Enfold > Import / Export panel then Export Theme Settings File, just in case. Activate the child then go back to the Import / Export panel. Click the Import Settings from your Parent Theme button.

    Cheers!
    Ismael

Viewing 30 posts - 55,981 through 56,010 (of 67,215 total)