Forum Replies Created

Viewing 30 posts - 841 through 870 (of 1,778 total)
  • Author
    Posts
  • in reply to: Product Slider – Equal Heights/Set Size #812425

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .inner_product_header {min-height:150px !important;}
    .template-page .entry-content-wrapper .products.slide-entry-wrap h2 {text-transform:none;}

    Please let us know if you need further assistance!

    Best regards,
    Sarah

    in reply to: Hide title container on responsive #812249

    Hi,

    All right. :) Do let us know if you need further help with this topic, or if we can close this thread.

    Thank you!
    Best regards,
    Sarah

    in reply to: How to move product page to main page #812215

    Hi,

    We’re glad you were able to sort this out. Do you need further help about this topic?

    Best regards,
    Sarah

    in reply to: Hide title container on responsive #812177

    Hi Ahmad,

    It’s very unusual that you’d like to hide the main and top menus… But if you’re absolutely sure that you’d like to do that, you can use this in Quick CSS:

    @media only screen 
      and (max-width: 1024px) {
    	.advanced_menu_toggle {display:none}
    	.sub_menu {display:none}
    }

    You may adjust the maximum width to fit your preference.

    Best regards,
    Sarah

    in reply to: Add Background Image to Dropdown (Sub Menu) #812170

    Great!

    Do you need more help with this topic or can we close this thread?

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.

    Cheers!
    Sarah

    in reply to: Changing Column Height #812003

    Hey themeforesttony,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Sarah

    in reply to: Updated Instagram Icon #811978

    Hi Chris,

    Of course, it’s not bothersome at all! You can see the icon code when you hover over it in the layout builder.
    http://i.imgur.com/8wLH1t6.jpg

    You’re not the first one to get the icon code wrong. I’ll make a note to update our documentation to explain how to do it! :)

    And you’re very welcome. We’re happy to help. Do you have any other questions about this topic, or can we mark this as closed? :) As always, you can open a new one for other concerns.

    Best regards,
    Sarah

    in reply to: Updated Instagram Icon #811931

    Hi Chris,

    That’s okay! :)

    I logged in to nudge your code in the right direction.

    The icon code in functions.php was wrong, so I changed it.

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    	$icons['instagram']	 = array( 'font' =>'instagram', 'icon' => 'uf16d');
    	return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    	$icons['IG New'] = 'instagram';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    The icon now shows up in your website! :)

    To clarify: Do you want to remove the hover color of the social icons?
    You can use this in Quick CSS:

    #top #wrap_all .av-social-link-instagram:hover a {background:none;}
    #top #wrap_all .av-social-link-linkedin:hover  a {background:none;}

    You can also use this:

    #top #wrap_all .social_bookmarks li:hover a {background:none;}

    Best regards,
    Sarah

    in reply to: Woocommerce Issue #811697

    Hi,

    We’re glad that you were able to sort this out. Please let us know here in the forums if you need help with anything else.

    Cheers!
    Sarah

    Hi!

    You can center the product categories on the frontpage using this:

    .woocommerce-loop-category__title {text-align:center;}

    You can put the access information in the Private Content section of you reply. Don’t worry, only the staff will be the only ones to see it.

    Best regards,
    Sarah

    in reply to: Changes to headings and menu #811686

    All right. Will do. Thank you, and have a great day!

    Cheers!
    Sarah

    in reply to: custom menu colors not working properly #811682

    Hi!

    We’re glad that Mike was able to help you! Please do feel free to ask questions in the forum, the next time you need help :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    Do you need further help with this topic, or can we close this thread?

    Best regards,
    Sarah

    in reply to: Changes to headings and menu #811675

    You’re welcome! We’re happy to help.

    Do you need any other help with this topic or can we close this thread?

    If you have any other questions or issues, please feel free to open another topic and we’ll do our best to help! :)

    Cheers!
    Sarah

    in reply to: Switch off sidebar for portfolio #811665

    Hi Monique. Will do. Thanks! :)

    Cheers!
    Sarah

    in reply to: How to change the background colour in testimonials #811502

    Thank you! Let us know here in the forums if you need help with anything else.

    Cheers!
    Sarah

    in reply to: Add Background Image to Dropdown (Sub Menu) #811501

    Hi,

    Please try this in Quick CSS:

    .header_color .main_menu ul ul {background: #270f2a url(YOUR-IMAGE-PATH) no-repeat right top !important;}
    
    .header_color .main_menu ul ul.sub-menu li a { background: transparent; }
    
    .header_color .main_menu ul ul.sub-menu li a:hover { background-color:rgba(250,250,250,0.3)!important;}

    Please replace YOUR-IMAGE-PATH with the correct image path.

    Let us know if you need further help!

    Best regards,
    Sarah

    in reply to: Updated Instagram Icon #811493

    Hey Chris,

    You can download the icon from fontello.com. I believe Font Awesome has the newest icon. After downloading it, you can upload it into Enfold through Enfold > Import/Export, then add it to the theme options by following the instructions here: http://kriesi.at/documentation/enfold/custom-social-icons/

    Please let us know if you need further help!

    Best regards,
    Sarah

    in reply to: How to change the background colour in testimonials #811481

    You’re very welcome! We’re happy to help.

    Do you still need more help with anything, or can we close this thread?

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold!

    Sarah

    in reply to: Masonry layout with lauoyt elements #811479

    Hi!

    We’ll close the thread for now, but please feel free to open a new one if you need help with anything.

    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Sarah

    in reply to: Column padding and margins #811469

    Hello!

    Can you give us the link to where you’re trying to do this please? The link that you gave us before has a different page ID. Thank you!

    Best regards,
    Sarah

    in reply to: How to change the background colour in testimonials #811467

    Hi,

    I see! To give classes to other elements, you have to turn on this feature first using the instructions here: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    For your testimonial grid right now, you can use this code instead:

    #testimonials_fv .avia-testimonial-wrapper, #testimonials_fv .avia-testimonial {background-color:#b49ad8;}

    Please let us know if you need further help!

    Best regards,
    Sarah

    in reply to: How to change the background colour in testimonials #811447

    Hey Malene,

    Please try this:

    #your-section-id {background-color:green;}

    Just please replace your-section-id to the correct one.

    If this does not work for you, may we please have the link to your website?

    Best regards,
    Sarah

    in reply to: Enfold to Enfold 2017 #811442

    All right!

    Just for your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold!

    Sarah

    in reply to: Layerslider Timed Content #811438

    Hi Doug!

    We’ll be closing this thread now. If you have any other questions or issues, please feel free to post them here on the forum and we will gladly try to help you!

    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    Thank you for using Enfold.

    Best regards,
    Sarah

    in reply to: Enfold to Enfold 2017 #811430

    You’re welcome!

    Do you need anything else regarding this topic or can we close this thread? You can always a new one if you have questions! :)

    Best regards,
    Sarah

    in reply to: LayerSlider WP #811426

    Hey spapax,

    Thank you for using Enfold!

    All Enfold elements are responsive and mobile-ready, so it is possible to use the same slider for both modes. Should you need to use a different slider for different devices, you can assign a class for your sliders, then hide one from mobile and the other from desktop, using media queries.

    I hope that helps!

    Best regards,
    Sarah

    in reply to: Make numbers bigger #811383

    Hi,

    We’re glad that Jordan was able to help you!
    Please let us know if you have any other questions or issues.

    Thank you for using Enfold.
    Cheers!
    Sarah

    Hi,

    This was because the menu was still the demo menu. I’ve gone ahead and changed it in Appearance > Menus > Manage Locations. 
    Best regards,
    Sarah

    Hi!

    Thank you for the login. I’ve made some changes to your site to get you started:

    – The demo page you’ll want to hide was entitled Home. I changed it to Enfold Home so that it’s easily distinguishable. I’ve set Enfold Home to be a Draft.
    – removed the Private setting to what I assumed was the real homepage; set it as the homepage in Enfold > Theme Options > Frontpage settings

    From here, you’ll need to edit the menu and other widgets you wish to change, and adjust General/Advanced Styling to fit your preferences. You may also disable the Page Preloading in Enfold > Theme Options > Frontpage settings.

    I hope that helps! Let us know if you need further help.

    Best regards,
    Sarah

    Hi!

    I think the best thing to do is put all the demo pages as Drafts so that you can use them as reference and possibly copy how they’re set up. And then, you’ll need to restore your website to how it was before you imported the demo. On your Dashboard, please do to Settings > Reading >  and set Front Page displays to your real homepage. You will also have to make sure that your menus are back to your original set-up (Appearance >Menus), as well as your widgets (Appearance > Widgets).

    I hope that’s clear and helpful!

    By the way, I tried logging in using the login credentials you gave us, but they don’t work for me. Can you check them, please?

    Best regards,
    Sarah

Viewing 30 posts - 841 through 870 (of 1,778 total)