Forum Replies Created

Viewing 30 posts - 32,401 through 32,430 (of 33,332 total)
  • Author
    Posts
  • in reply to: How to align the menu to the right in the sidebar ? #782062

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Text block editor bug #782060

    Hi,
    Please see if in your Profile > Personal Options > Visual Editor
    “Disable the visual editor when writing” is checked, if so, uncheck.
    postimage

    Best regards,
    Mike

    in reply to: Using Span to align text on mobile phones only #782058

    Hey moniot,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px){
    #top #wrap_all .av-inherit-size .av-special-heading-tag {
        font-size: 0.4em!important; }
    .av-special-heading.av-special-heading-h3 {
        right: 30%!important; 
        top: 140px!important;}
    .hr-inner.inner-border-av-border-thin {
        border-color: transparent!important; }
    }
    

    Please clear your cache :)
    postimage

    Best regards,
    Mike

    in reply to: Adjust featured image on single post page to full height #782047

    Hey webWahine,
    From what I can see your image is not being cropped in the post, while it is 845×321 the page scales it down to fit but none is cut off. See the link in the private area, if your original image looks different then your media upload setting should be changed.

    Best regards,
    Mike

    in reply to: Blog Post – Previous/Next #782042

    Hey RoyalFlushGroup,
    That should be automatic, unless it is the last post :)

    Best regards,
    Mike

    in reply to: Using 'Color' layout section #782038

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Image Problem #782036

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Job Images Disappear Due Browser Resize #782035

    Hey Timothy,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px){
    ul.job_listings li.job_listing a img.company_logo {visibility: visible!important;}}

    Please clear your cache :)
    I don’t know which ones are the child category filters

    Best regards,
    Mike

    in reply to: LEft align a special header inside a color section #782031

    Hey hingex,
    I’m not sure I understand, can you provide a image of what you would like to see?
    I included an image of what I think your talking about in the private area.

    Best regards,
    Mike

    in reply to: Make Video In Full Width Easy Slider Play on Mobile Too. #782029

    Hey Intell,
    In this method you would place a video element under your slider element and the css would hide the video on all devices but mobile, and the css would show the slider on every device but mobile. If you would like to try this, then build the page and include your url for us to examine.
    Note that auto play does not work on mobile

    Best regards,
    Mike

    • This reply was modified 7 years, 7 months ago by Mike.
    in reply to: Image size (cutoff on top/bottom) #782025

    Hey TOM,
    If you can provide a url to the image you’re having trouble with I can help adjust it :)

    Best regards,
    Mike

    Hi,
    Glad Nikko was able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Adding Loader/Spinner during WooCommerce Checkout #782022

    Hi,
    I found this css with Google, perhaps it will work for you :)

    .processing .blockOverlay {
        background-image:url('IMAGE_URL') !important;
        background-position: center 30% !important;
        background-repeat: no-repeat !important;
    }

    Here’s the image that goes with it:

    Best regards,
    Mike

    in reply to: header transitioning and transparency #782015

    Hi,
    OK, I see now :)
    I added !important; to Victoria’s code & it worked on my end, Please add & clear your cache :)

    #top #header .av-main-nav > li > a  {
        background-color: transparent!important; 
    }

    Best regards,
    Mike

    in reply to: Change Button text #782011

    Hi,
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Hide ajax search field from sidebar #782009

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Create Vertical Main Menu #782008

    Hey Perry,
    Go to Enfold Theme Options > General Layout > Logo and Main Menu and choose the left or right sidebar option.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Shop Image blurry #782005

    Hi,
    Let us know if this works for you

    @mensmaximus
    thanks for sharing

    Best regards,
    Mike

    in reply to: Problems with WooCommerce – Quick Order Form plugin #782003

    Hi,

    @mensmaximus
    Thanks for sharing :)

    Best regards,
    Mike

    in reply to: Mobile version problems #782001

    Hey mveneziane,
    From what I see your mobile issues is with the “tablet” size, so I wrote the css below to use the mobile menu of the phone, adjust the social icons placement, and change the direction and width of the slider text. Hope it helps :)
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 988px) {
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu{display:none;}
    .container #advanced_menu_toggle, #advanced_menu_hide{display:block;}
    .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle{left:auto;}
    #header_main nav .social_bookmarks {left: -90%!important;}
    .responsive #top .slideshow_caption {
        left: 0!important; 
        width: 80%!important; 
        padding: 10%!important; 
    }

    Please clear your cache :)
    postimage

    Best regards,
    Mike

    in reply to: pop up errors #781995

    Hi,
    Sorry there is no built in popup, and each plugin has it’s own pros & cons that often can only be discovered though testing. I don’t have any recommendations for you.

    Best regards,
    Mike

    in reply to: Hide ajax search field from sidebar #781992

    Hey Dmitrey,
    Try this code in the General Styling > Quick CSS field:

    .inner_sidebar .search-form-li {
    display:none !important;
    }

    Please clear your cache :)

    Best regards,
    Mike

    in reply to: Change Button text #781990

    Hi,
    I see, as you have hired a freelancer to do custom coding, and I don’t see where these changes have been made, this is really out of our scope for support. I would imagine your freelancer could quickly make this change.

    Best regards,
    Mike

    Hi,

    @tdcmystere
    thanks for sharing

    Best regards,
    Mike

    in reply to: Weird gaps in the sort option of a masonry element #781986

    Hey DROR,
    This is typically caused by the sort options hiding some categories, Try this code in the General Styling > Quick CSS field:

    .av-sort-by-term .text-sep {
       border: none!important;
       text-indent: 0!important;
    }
    .avia_hide_sort + .text-sep {
        display: none!important;
    }

    and clear your cache :)

    Best regards,
    Mike

    Hi,
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: URL updated and images are pointing to old URL #781978

    Hi,
    Glad you were able to get everything in order, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: portfolio sort issue #781975

    Hey satucker,
    The sorting options you have chosen are 48 per page by date, when the page is first loaded it follows this logic. The sort works on what was loaded first, then page two loads more. You have 225 items.
    What I have found is if you change the date on the few items for that category that did not show they will be moved up to be chosen to be in the first 48, bumping items from other categories off, think of the 6 categories you have divided by 48.
    You could also change the 48 up to 60 without slowing the site down too much, try out different numbers.
    As for page two results, the logic is to grab the next 48 across all categories, not just that one. If you had fewer than 225 the above solution would solve this too, but perhaps have other categories show on page two will spark interest for your visitors.
    Hope this helps :)

    Best regards,
    Mike

    in reply to: buttons display on mobile #781971

    Hi,
    OK, I was able to login from fixing a different issue and found you had an extra } in your css. All done :)

    Best regards,
    Mike

Viewing 30 posts - 32,401 through 32,430 (of 33,332 total)