Viewing 30 results - 98,011 through 98,040 (of 142,832 total)
  • Author
    Search Results
  • Hi!

    I created a test page for you and used this code inside your Quick CSS field, which is unique (only working on this specific site):

    html.html_boxed.responsive.av-preloader-disabled.av-default-lightbox.html_header_top.html_logo_left.html_main_nav_header.html_menu_right.html_slim.html_header_sticky.html_header_shrinking_disabled.html_header_topbar_active.html_mobile_menu_phone.html_disabled.html_header_searchicon.html_content_align_center.html_header_unstick_top_disabled.html_header_stretch_disabled.html_entry_id_6401.html_av_admin_bar_active.avia_desktop.js_active.avia_transform.avia_transform3d.avia_transform.avia_transform3d.avia-webkit.avia-webkit-49.avia-chrome.avia-chrome-49.avia-mac {
    background: red;
    }
    

    Clear browser cache and hard refresh a few times, if you don’t see the red background on this page.

    Cheers!
    Andy

    #607527

    Hey Nicoletta_DUS!

    I replied you here – https://kriesi.at/support/topic/decrease-distances-between-the-links-in-the-footer/. Seems like changes you would like to make are here. Please post the link to your website on other thread so we can proceed.

    Best regards,
    Yigit

    eKMUch
    Participant

    Dear Kriesi,

    I’ve just started using Enfold and it looks like a great Theme. I’ve included the “Content Slider” which is a neat tool. However, two things I couldn’t resolve:
    1) The arrows are automatically on the top right of the slider. I would however need them vertically in the center of the slider and horizontally all to the left (left button) and right (right button). Could you please help me with this?

    2) Is there a way to use the auto-slider and auto-include content from posts?

    Thank you and best,
    Raphael

    #607502

    In reply to: Grid Row wie bei Apple

    Hi!

    then try to add an !important:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      /* Add your Mobile Styles here */
      #top .flex_cell.av_one_fourth {
          width: 50% !important;
          display: block !important;
          float: left !important;
      }
    }
    

    Clear browser cache and hard refresh a few times.

    Cheers!
    Andy

    #607458

    Hey!

    2.) https://kriesi.at/support/topic/change-the-order-of-left-side-bar/#post-607457

    3.) The styling is already there, scroll down more. The issue is that the widgets are not configured yet. Go to the Appearance > Widgets panel then add the widgets that you want.

    4.) Please review your first post. Do you want the header of this site? http://proba3.verhogroup.com/service/

    Regards,
    Ismael

    #607457

    Hey!

    After adding that code in the functions.php file, go to the Pages panel then hover over the pages that you want to modify. Click the Quick Edit button then look for the Order field. Add the value base on the order that you want. If you want page A to go first, add the value 1 to the field, add 2 for page B, 3 for page C and so on and so forth.

    Cheers!
    Ismael

    #607454

    In reply to: Grid Row wie bei Apple

    Hey flo-ko!

    Thank you for using Enfold.

    The cells should automatically switch to one column on screen width 767px and below. If you want to have two columns on tablet screens, add this code in the Quick CSS field:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      /* Add your Mobile Styles here */
      #top .flex_cell.av_one_fourth {
          width: 50%;
          display: block;
          float: left;
      }
    }
    

    Cheers!
    Ismael

    Hi!

    I see. You can move the caption container so it will always be visible above the fold:

    .slideshow_align_caption {
        vertical-align: top;
    }

    If you want to manually adjust the top position, use this:

    .slideshow_align_caption {
        vertical-align: top;
        top: 10%;
    }

    Adjust the value of the “top” property.

    Regards,
    Ismael

    Hi!

    Set the Blog Styling to Elegant and the Blog Layout to Single author, small preview pic then add this in the Quick CSS field:

    .post_author_timeline {
        display: none;
    }
    
    .small-preview {
        width: 181px;
        height: 181px;
    }
    
    .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
        text-align: left;
    }
    
    .html_elegant-blog #top .post-entry .blog-categories {
        text-align: left;
    }

    Regards,
    Ismael

    #607422

    Hey!

    Add this in the Quick CSS field:

    #top #main .sidebar {
        top: -50px;
    }
    
    .sidebar .inner_sidebar {
        top: 50px;
    }

    Cheers!
    Ismael

    #607421

    Hi!

    Please replace the code with the one below

    
    @media only screen and (min-width: 768px) and (max-width: 1028px) {
    #home .av-parallax-inner {
        background-position: 0% 0% !important;
    }
    }

    If it still don’t work in the color section background position option please select top left that should do the trick for you :)

    Best regards,
    Vinay

    #607395

    Hey inaudit!

    Thanks for getting in touch with us!

    Thanks @cherrmann for the help. The provided link shows the solution to what you are asking. https://kriesi.at/support/topic/wpml-language-menu-without-current-language/

    If it doesn’t help, please let me know if you need further assistance.

    Cheers!
    Jordan

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    Hey!

    Remove the dots with this:

    #top .widget_nav_menu ul ul li:before {
        content: "";
    }

    For the current page item, use this:

    #top .content .widget_nav_menu .current_page_item a {
        color: purple;
    }

    By subheadings, you mean the menu item “Stress Management”, “Resilience & Change” etc? You can try this:

    #top .widget_nav_menu ul a {
        font-weight: normal !important;
        border: none !important;
    }

    Regards,
    Ismael

    #607357
    AirstreamCoach
    Participant

    Hi. I am using a full page background image within a color section — section background image is set to “scroll” and “stretch to fit”. It looks great on desktop. Problem is on mobiles devices. The image is severely cropped. How can I fix this? Thanks in advance for your help! Jen

    #607329

    Topic: Mobile responsiveness

    in forum Enfold
    AaronCook1
    Participant

    I’m having trouble getting the site to adapt to mobile devices. I have the “Header Mobile Menu Activation” set on “Activate for Smartphones and Tablets”. I also have “Hide Mobile Menu Submenu Items” box checked. I’ve dug around several forum threads and found a custom CSS thread that was posted back in Dec 2015. But that didn’t solve the problem – just added a weird sub menu up top. I have the “responsive” version, so I have to think there’s something super simple I need to switch on/off – and I’m missing. Thanks in advance!

    #607318
    tokenofhon
    Participant

    Hi,

    I would like to add a red “BOOK NOW” button to the right fo the breadcrumbs in the title bar if possible, if not then in the top right of the header bar.

    Also i would like to add a phone number to the header please. I’m experienced with coding so if you provide me the code i need to insert and where i can do this myself

    #607316
    kgbrooklyn
    Participant

    Hey,

    I was hoping to use masonry to display my blog posts, and i was hoping to give the user the ability to sort through the posts using the taxonomies on top of the masonry.

    However, it does not appear to be functioning. Can you please help?

    I have 2 issues.

    This is the page I am working on:
    http://ownthedancefloor.com/videos/

    1) I currently have 9 posts in the “Salsa” category. However, when I click on the “salsa” taxonomy above the masonry, I do not see all 9 posts. I usually just see two posts. When I click on “load more”, I get more salsa posts, but not all of them.

    2)When I lock on “load more” I get more taxonomy options on the top of the masonry then I want. For example, when the page load, the categories are currently All, Hip Hop, Salsa. However, when I clock on “load more” I get additional categories such as Weddings and Couples. How do I prevent the additional categories from showing up.

    Bonus. How can I get the index page of cateogories to show feature images and no titles? Such as here:
    http://ownthedancefloor.com/category/salsa/

    Thanks for your help!!!

    #607296
    xuamox
    Participant

    Hi, is there a way to have an enfold button (button from content elements) open a lightbox where I could embed url content or iframe?

    I want the button to open this link to a virtual tour: https://round.me/tour/37592/view/91423/

    However, it would be great if it could open it up in a lightbox with embedded content rather than a new window or same window

    I tried this option, but it is not working for me:
    https://kriesi.at/support/topic/using-button-shortcode-to-open-a-video-in-a-lightbox/#post-84986

    I tried this code to recreate the button, and it is triggering the lightbox, but the lightbox is not pulling in the content
    <div class=”avia-button-wrap avia-button-left avia-builder-el-19 el_after_av_button el_before_av_textblock “><span class=”avia_iconbox_title”>360 Virtual Tour</span></div>

    Thanks.

    • This topic was modified 9 years, 11 months ago by xuamox.
    Kimberlyjo
    Participant

    This may be an error on my part I did the March update this week….
    I’m hoping you can help me figure this out. I am stumped.
    I have approx 24 images to be displayed in my masonry portfolio. They are all sized to approx 200kb. The first 18 or so load and display properly but the last 6 images at the bottom of the gallery aren’t loading properly….only slices of the images show and are piled on top of each other. If I refresh the page all of those sliced images then load properly. When I clear the cache the images are sliced and piled again. I am using Safari and this occurs on the desktop and the iPad but not with the iPhone.
    Thank you for helping me out!
    Kim

    #607282

    Hi Dreamvoid!

    Thanks for getting in touch with us!

    You could try setting the theme to use the top header then add a sidebar to all pages. Go to General Layout in the theme options and select Top Header for the Logo and Main Menu. Then go to Appearance -> Widgets and select the custom menu widget to place in the sidebar blog and sidebar pages.

    Let me know if you need further assistance.

    Best regards,
    Jordan

    #607274
    Nathan
    Participant

    Hello the page I’m working on is:
    http://sfshift.com/

    how do I move the two buttons on the top right of the screen
    and align and put them to the right of the Shift Navigation menu hamburger icon?

    And make it so that the “My Account” and shopping cart buttons are visible still on every page like they are now?

    Thank you

    #607265

    Hi Micheal0424!

    Please add the below CSS in Enfold > General Styling > Quick CSS

    
    .fwbtn {
        width:auto!important
        padding:1!important;
    }
    
    .fwbtn .avia-button-center {
        display:inline-block!important;
    }
    
    #top  .av-fullscreen-button .fwbtn .avia-button-fullwidth {
        padding:15px 20px;
        border-radius:3px;
        margin: 1em;
    }
    
    .fwbtn .avia_button_background {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin:0!important;
    }
    

    Enable custom class name for ALB elements

    Add class name fwbtn to the fullwidth button to make it look like a regular button.

    NOTE: This has some limitation like alignments which you will need to do it using more custom css.

    Best regards,
    Vinay

    #607249
    Ivne
    Participant

    Hi!
    I’m using Easy Slider for rotating Video slides.
    Videos are hosted locally.
    Each slide (video) has a different length (30sec to 3min)
    Each slide has disabled autoplay option ON
    Autorotation is set on YES
    Autorotation is set for 4 seconds

    I made it this way so the user can very quickly see how many videos are there in total without pressing any navigation buttons.

    The problem is that when user clicks “play” slides won’t stop rotating. Is there a way to make them stop rotating when “play” is pressed ?

    Thank you!

    #607247

    I just had a similar question, maybe this will help you:

    AudioNow
    Participant

    Hi,
    first of all, thank you for this awesome theme. It’s so flexible and looks amazing and easy to use.

    I have a minor problem though:

    On desktop the Partner/Logo Element works as expected. On mobile it packs the 4 colums in a 2×2 layout.
    When I now have e.g. 6 logos in it, the website content moves up and down from 2×2 to 1×2.

    Is it possible to change the responsive layout for this element, so that it only shows 2 logos in 1 row at a time?
    That would get rid of the problem described above and in my opinion look even better.

    Cheers
    sebastian

    HI Isamel,
    thank you for your reply. No, we didn`t make any changes to theme scripts.
    The flickering is gone after using your script. The remaining problem is that the highlight stops at the wrong topic. It is always the one on the left side of the expected one. For example after clicking on “impressions” the highlight stops at “collection”.
    Do you have any ideas?
    Thank you
    Bernd

    #607217
    bcnsites
    Participant

    Hi!,
    I want to link to a contact page -which contains the head, after a google map, after a form and after the foot-, but not at the top, just after the google map and before the contact form, so you can see the head of the contact form, in the first look.
    What’s the right way?

    Thanks in advance.
    Joan

    #607214
    kazse
    Participant

    Hi there,

    I would like to have the language switcher on the right side before the social icons, just like on the page below (GTmentor).
    Currently i have the following in the quick css:

    .language_flag img {
    display: none !important;
    }
    .language_code {
    display: block !important; font-size: 12px; color: #b0ada6;
    text-transform: uppercase;
    }
    #top ul.avia_wpml_language_switch li {
    margin: 0;
    padding: 0 10px;
    padding-top: 3px;
    border: none;
    border-left: 1px solid;
    border-left-color: #e1e1e1
    height: 13px;
    }

    I dont know if it is good, and it should be on the right side.

    Thanks!

    #607197

    Hey Mrmsmsk,

    I think the video has to publicly accessible yes, Vimeo works just as well as Youtube. Please link to your site if you should need any further help on the topic.

    Regards,
    Rikard

Viewing 30 results - 98,011 through 98,040 (of 142,832 total)