Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #1319370

    Hi,

    I just used some css I found here on the forum to make my Mega Menu width a bit smaller, used this css:

    div.avia_mega_div.twelve.units {
    max-width: 1400px;
    }

    But, I would like it to still be centered, rather than lining up to the right the way is is… is there some css I could use to make that happen?

    Thank you,
    ~e

    #1319380

    Hi Eleina_Shinn,

    Can you give us a link to your site? so we can check it and try to help with the CSS code.

    Best regards,
    Nikko

    #1319386

    Yes, here:

    #1319419

    Hi Eleina_Shinn,

    Can you try adding this CSS code in Quick CSS (this only works with device width of 1800px and up):

    @media only screen and (max-width:1800px) {
        #header .twelve.units {
            transform: translateX(-15%);
        }
    }

    Just adjust the percentage value as you see fit.

    Best regards,
    Nikko

    #1319531

    Hmmmm…. it didn’t really work, didn’t change much

    #1319618

    Hi Eleina_Shinn,

    I tried to check your site however I did not see the code being fetched.
    Do you have a caching plugin? if yes, can you please flush out cache.
    If that still doesn’t help, please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1319683

    Oh sorry, I removed the code because it didn’t change anyhting, and even when I adjusted the percentage, it didn’t really do what I was hoping, but I just put it back in the way you have it so you can see.

    And okay, I’ve uploaded the plugin and given you temporary access, you should receive an email.

    Thank you!

    #1319897

    Hi Eleina_Shinn,

    I apologize for the delayed response.
    Can you post the link in private content, so all moderators can see it.

    Best regards,
    Nikko

    #1319898

    Sure, of course, here is the link:

    #1320004

    Hi Eleina_Shinn,

    What I meant was the link produced by the plugin which should allow access.
    Or you can just provide us with temporary admin access.

    Best regards,
    Nikko

    #1320104

    Well, I don’t know where you find that, but the plugin provides an action to “email login link”, so I did that. I will also provide login credentials below.

    • This reply was modified 3 years, 2 months ago by Eleina_Shinn.
    #1320163

    Hi Eleina_Shinn,

    I tried to login multiple times however it shows this error:

    ERROR: User can't find.

    Best regards,
    Nikko

    #1320262

    Try this…

    #1320441

    Hi Eleina_Shinn,

    Thanks, however, this one is blocked (screenshot in private content).
    The previous site is good but the account is just not existing (based on the error).

    Best regards,
    Nikko

    #1320458

    Okay, please try this / this is a funny one, but I just tried it and it worked.

    #1320617

    Hi Eleina_Shinn,

    Thanks, I have modified the code from max-width to min-width, please adjust the percentage as you see fit.

    @media only screen and (min-width:1800px) {
        #header .twelve.units {
            transform: translateX(-15%);
        }
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #1320951

    Thank you Nikko, that worked.

    I wonder if you could help me with one more thing on this site? I’m using this thread because I know you have login credentials here.

    I added a Table using Tables by Supsystic, which looks great and does what I want it to do. But, there seems to be a conflict with Enfold and this Plugin (I’ve deactivated all other plugins except the coming soon page).

    When I place anything else on this page and begin editing, the section with the table disappears. It’s happened over and over again. I’ve added various sections, most recently a Color Section with an Accordian, but as soon as I start editing the accordian, everything on the page disappears and I have to start over. I’ve got them saved as elements, but can’t seem to add to this particular page.

    Any thoughts?

    Update: I have a lot of Enfold Sites, and I am working on another one this morning nacwe.org. I am having the same problem, where I create secitons/elements, etcl, update the page and it’s there, then the section or element just disappears. I think there is a bug.

    • This reply was modified 3 years, 2 months ago by Eleina_Shinn.
    #1321302

    Hi Eleina_Shinn,

    You’re welcome, I tried to look into the issue but I can’t seem to replicate.
    I have checked the 3 pages (table backend, test page backend and test page frontend) and I don’t see any issues, the links are in private content.
    Can you give us steps on how to reproduce this issue?

    Best regards,
    Nikko

    #1322076

    Well, it seems to have resolved itself, both sites.

    Thank you so much!

    #1322087

    Hi Eleina_Shinn,

    We’re glad that it’s fixed :)
    Thanks as well for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 20 posts - 1 through 20 (of 20 total)
  • You must be logged in to reply to this topic.