Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Margins in grid row #1364098

    I am having same issue. We have a single grid row with the cell padding set to left 150px and right 150px – this looks great on desktop, but on mobile its making my cell width very slim due to the added space now showing on mobile (this space was previously hidden on mobile before recent update)
    example on mobile: https://justpaste.it/8n1lx

    I tried different options in the settings for Responsive and element options – I would not want to hide this on mobile because then my content would also be hidden – I want the left and right padding that I added to be hidden on mobile.

    I tried adding in a couple different quires but nothing seemed to work including

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-flex-cells .no_margin {
    padding-left: 0% !important;
    padding-right: 0% !important;
    }
    }


    I see .responsive #top #wrap_all .flex_cell.av-aqwgup-0732b287ae652ef07ac68f9de495f722 {
    padding: 10px 150px 60px 150px !important;
    }

    and tried doing

    .responsive #top #wrap_all .flex_cell.av-aqwgup-0732b287ae652ef07ac68f9de495f722 {
    padding: 10px 20px 60px 20px !important;
    }

    I also tried

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .flex_cell.av-aqwgup-0732b287ae652ef07ac68f9de495f722 {
    padding-left: 0% !important;
    padding-right: 0% !important;
    }
    }

    but it appears my !important; is being overwrote possibly?

    in reply to: Menu in enfold theme options does not show #1240708

    I am having same issue – I went in to make sure everything was updated to newest versions to make sure that wasn’t causing the issue (wordpress 5.5, enfold version 4.7.6.3, plugins, etc…) Also tried to disable the few plugins that were enabled with no luck.

    Website front end loads with no issues, backend loads fine except when you go to ENFOLD > the first general options page loads but on the left the usual vertical menu navigation for the theme framework settings doesn’t show and if I try to make any option changes on the 1st page that does load, the save button doesnt work.

    screenshot: https://snipboard.io/Po7yDL.jpg

    the only other thing I noticed that was odd was under health check it showed:
    The settings for post_max_size and upload_max_filesize are not the same, this could cause some problems when trying to upload files.

    ——–
    Should I try going back to an older theme version to see if the menu comes back? Any suggestions are greatly appreciated.

    in reply to: social buttons broken with WP 5.3.1 update #1166127

    thanks for the updated css- worked great for now!

    • This reply was modified 4 years, 11 months ago by akakacey.
    in reply to: Menu border color not showing up on last button #987599

    Great – that did the trick – thanks for your time!

    in reply to: Menu border color not showing up on last button #987458

    Hello – thanks for the reply. Below is a link of the screenshot. Notice at the very right end of the light blue menu there is no border for the LOCATIONS link like all of the others on the right.

    http://www.zfmarinepropulsion.com/wp-content/uploads/screenshot-zf.png
    The website is now live at http://www.zfmarinepropulsion.com

    thanks for your time!

    Kacey Kaderly

    in reply to: quick css for changing the font color on mouseover of a #933860

    Nevermind I found on a different topic the answer. I added the following to my functions which fixed the issue:

    add_theme_support(‘avia_no_session_support’);

    Sorry to bother! Thanks again for your great support!

    in reply to: quick css for changing the font color on mouseover of a #933858
    This reply has been marked as private.

    Hello.

    Thanks for you the reply and your time to help on this! I have added in the new CSS and it has worked for the link – just what i was looking for thanks!

    So then I would have to add in a span.popmake-{ID}:hover for each link i have?

    in reply to: mobile menu #405317
    This reply has been marked as private.
    in reply to: mobile menu #405288
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 10 total)