Forum Replies Created

Viewing 30 posts - 14,671 through 14,700 (of 14,834 total)
  • Author
    Posts
  • in reply to: How to make video pop up #345657

    Hi Bjørn!

    1. You can embed the video into your page or you can have it open up in lightbox. To do that you would just need to use our image shortcode and add a URL to your video like so,

    [av_image src='#' attachment='374' attachment_size='medium' align='center' animation='no-animation' link='manually,http://vimeo.com/1084537' target='' styling='' caption='' font_size='' appearance=''][/av_image]
    

    If your trying to do something else then go ahead and send us a link and take a screenshot highlighting what your wanting to do so we can get a better idea.

    2. Yes you could just type the text out below the video or if your using the advanced layout editor then drag a text block beneath it.

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Force image size #345648

    Hi asthyanax!

    Which shortcodes / elements are you using? Go ahead and send us a link so we can get a better idea of what’s going on.

    You can use our grid row and column shortcodes along with our image shortcode. Or you can try out our masonry gallery shortcode and set the size to “perfect grid” to have them all display the same size though they may get cropped.

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: GTB – Banner is misbehaving #345644

    Hi Mohan-Iyer!

    That’s coming from the first line in your Quick CSS field,

    body .container_wrap .avia-builder-el-no-sibling {background-color: #1e2165;}
    

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Edit an existing gallery #345632

    Hey!

    The Advanced Layout Editor and the Default Editor are separate so you cannot switch between them and edit stuff freely. You should be able to edit the gallery from the ALE though. Let us know which page is it on and we’ll take a look.

    You can also try this out, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to see the shortcodes of the ALE as you drag them around.

    Best regards,
    Elliott

    in reply to: Footer Widgets not displaying #345624

    Hi!

    Yes that should work. Let us know if you have any other questions WebWeaver.

    Best regards,
    Elliott

    in reply to: Code Box won't display MailChimp "subscribe" button #345619

    Hey MICHAELWINN!

    Try adding this to your custom CSS,

    #mc_embed_signup .clear { visibility: visible !important; height: 50px !important; width: 150px !important; }

    Best regards,
    Elliott

    in reply to: Link to subpage does not work #345614

    Hi!

    Absolute path would look like this, http://www.yoursite.com/some_page/, that shouldn’t be giving a 404. Go ahead and send us a login so we can take a closer look.

    Best regards,
    Elliott

    in reply to: WooCommerce Styles – tabs, buttons, etc #345612

    Hey!

    Can you send us a link so we can take a closer look?

    Regards,
    Elliott

    in reply to: Theme not available anymore #345610

    Hi!

    Glad you got it sorted kashmyra and thanks for posting your solution.

    Regards,
    Elliott

    in reply to: Background image #345607

    Hey Carsten!

    You can try adding this inside the text block and surround your text with it,

    <div style = "background: url("URL to your image");">
    
    </div>

    It would be best to send us a link so we can get a better idea of what your trying to do.

    Best regards,
    Elliott

    in reply to: Secondary Menu Buttons #345605

    Hi Clay!

    The secondary menu is not supposed to use those styles. You can use your own CSS on it though. Something like this perhaps,

    #menu-item-2898 a {
        background: red !important;
        color: white !important;
        padding: 10px !important;
        border-radius: 4px !important;
    }

    Best regards,
    Elliott

    Hey!

    You can use the child theme style.css file. You may need to use the !important override though. Here is an example.

    a { color: blue !important; font-size: 12px !important; background: black !important; }

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Portfolio subcategories #345593

    Hey!

    I see what you mean, not sure why that is happening. It seems to be working fine for this category though, “Accesorii pentru dispozitive de pozitionare”.

    Try deactivating all of your plugins and then delete the “mese de ridicar” category and recreate it to see what happens.

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Toggle customisation #345585

    Hey!

    1. + 2. I’m not sure what you mean here. Take a screenshot and highlight what is going on.

    3. You can target the active title and active toggle content with these classes,

    .activeTitle {  }
    .active_tc {  }

    Best regards,
    Elliott

    in reply to: Drop down menu #345583

    Hey!

    You can target the current menu item with this,

    .current-menu-item > a { }

    And the sub menus with this,

    .sub-menu a { }

    Cheers!
    Elliott

    in reply to: Mobile Menu – Search Icon Breaking #345577

    Hi!

    This is what I see in your source code,

    @media only screen and (max-width: 989px) {
    .av-main-nav &.gt; #menu-item-search { top: -90px !important; }} 

    Double check that the &.gt; is set to >.

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Center Search Icon #345564

    Hi!

    Try adding this to your custom CSS,

    .html_main_nav_header #top .main_menu .menu > li:last-child > a, .html_bottom_nav_header #top #menu-item-search > a { padding-right: 12px !important; }

    Best regards,
    Elliott

    in reply to: Editing Woocommerce single product page and customer emails. #345561

    Hey Moritz72!

    1. Add this to your custom CSS,

    .single-product-main-image { width: 45% !important; }

    And then play around with the 45 value to increase the product image.

    2. With the magnific popup it’s going to display as large as it can inside your screen. Are you trying to change it so it displays the fullsize image? I don’t recommend doing this because then the customer may have trouble changing between the images and closing the popup.

    3. You shouldn’t have to move any files around. As long as you have the latest version of Enfold and the Woocommerce plugin installed then everything should work. It would be best to open a ticket with Woocommerce support about this, https://support.woothemes.com/hc/en-us.

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: EasySlider the wrong size #345550

    Hey!

    If you stretch it both ways then it’s going to look pixellated and blurry. It would be best if you can find a larger image to use if you want it to fill up more space.

    If you still wish to try it out then you can add this CSS,

    .slide-image img {
        width: 400px !important;
        height: 300px !important;
        max-width: 400px !important;
    }

    And play around with the values. But your image aspect ratios are very different so they are going to look stretched and blurry.

    For the video on the post you will need to set a featured image to the post to get it to display there.

    Cheers!
    Elliott

    in reply to: menu #345532

    Hi satucker!

    What happens when you try adding some more in the default theme? Be sure all plugins are deactivated while testing.

    You may be running out of memory. See here for more info, https://wordpress.org/support/topic/menu-size-limit.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: special heading – remove horizontal line after text #345530

    Hey GGLNetwork!

    Are you referring to the special heading, “Chicago Office of New Americans”, with the gray line after it? That’s the special heading element. To get the gray line make sure to select the default style when configuring the shortcode.

    Cheers!
    Elliott

    in reply to: Mobile View #345505

    Hallo Dominik !

    Versuchen Sie, die Spalten in Ihrer Galerie Shortcode , etwas kleiner , wie zwei oder drei.

    Wie für die LayerSlider es sieht gut aus an meinem Ende . Können Sie einen Screenshot machen und markieren , was Ihr wollen damit zu tun ?

    Mit freundlichen Grüßen ,
    Elliott

    in reply to: Portfolio items shown continuosly as "1 big portfolio" #345500

    Hey!

    I see what you mean. Unfortunately that would take a lot of time and code and would have to be considered custom work. If you would like to hire someone to help you out with this customization then I recommend using this form, http://kriesi.at/contact/customization.

    Let us know if you have any other questions.

    Cheers!
    Elliott

    in reply to: Logo doesn't show up on mobile phones #345482

    Hi Zijlstra!

    Your logo URL is still set to localhost. Go ahead and delete it from your Enfold theme settings and re-upload it.

    Best regards,
    Elliott

    in reply to: How to edit Loop Search in Child Theme of Enfold #345480

    Hi connect4consulting!

    Copying the file to your child theme folder will ensure that it’s used instead of the parent theme. You can edit the parent theme file text to something else to make sure it’s working.

    Regards,
    Elliott

    in reply to: Portfolio subcategories #345478

    Hey kinderheim511!

    From what I understand your using the portfolio grid shortcode and you want to make it so that when you select a category it will also display portfolio entries assigned to the sub categories correct?

    That is how it should work by default. Send us a WordPress login and we’ll take a closer look. Make sure to set your reply as private.

    Regards,
    Elliott

    in reply to: Widget Issue #345472

    Hi daniel!

    Your using Enfold 2.8.1 it looks like which could be causing the javascript error your getting there. Go ahead and update Enfold to the latest version and if your still seeing the problem then let us know and we’ll take another look.

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: padding between header and main slider #345464

    Hi!

    Try adding this to your custom CSS,

    .html_header_top.html_header_sticky.html_large #header_main .container, .html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:first-child > li a { height: 113px !important; }

    Cheers!
    Elliott

    in reply to: Question Regarding the Full Screen Slider #345460

    Hi Karic!

    When you edit your slider click on the “Slider Settings” tab and the first option you see should be “Slider Width”. Add this value to that option,

    100%

    As for adding a logo to the middle of your slide then create a new layer for your slide and add an image to it. Next click on the “Styles” tab and input 50% for both the top and left options as seen in the attached image.

    Cheers!
    Elliott

    in reply to: Problem with button title #345456

    Hey Ulrich123!

    After you get done with editing the page try replacing the caret with this,

    &/#62;

    But remove the slash.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
Viewing 30 posts - 14,671 through 14,700 (of 14,834 total)