Forum Replies Created

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • in reply to: Avia Site Migration Tutorial #898248

    Hi Rikard,

    Did you want admin login for production or development? Dev is local. I used Duplicator plugin to migrate a live site using Enfold to mylocal MAMP environment. I got all the content into wordpress but none of the Enfold CSS files are rendering, not even the Enfold dashboard options screen CSS and when i try edit a page i get this error “Failed to load plugin url: http://localhost:8888/wp-content/themes/enfold/config-layerslider/LayerSlider/static/admin/js/ls-admin-tinymce.js”. Whats strange about this error is the missing parent directory. it should be “http://localhost:8888/rgw/”. The site has a particularly huge image database (3GB) so I tried just migrating everything but the uploads directory (and manually adding it) but still end up getting the same errors.

    Then I tried WP Migrate DB and it gave me these errors :

    Error

    Static analysis:

    1 errors were found during analysis.

    Missing expression. (near “ON” at position 25)

    SQL query: Edit Edit

    SET FOREIGN_KEY_CHECKS = ON;

    MySQL said: Documentation
    #2006 – MySQL server has gone away
    Open new phpMyAdmin window
    Warning in ./libraries/dbi/DBIMysqli.php#202
    Error while sending QUERY packet. PID=61963

    Backtrace

    ./libraries/dbi/DBIMysqli.php#202: mysqli_query(
    ,
    string ‘# # End of data contents of table iehls_aiowps_global_meta # ——————————————————– # # Delete any existing table iehls_aiowps_login_activity # DROP TABLE IF EXISTS iehls_aiowps_login_activity‘,
    integer 0,
    )
    ./libraries/DatabaseInterface.php#267: PMA\libraries\dbi\DBIMysqli->realQuery(
    string ‘# # End of data contents of table iehls_aiowps_global_meta # ——————————————————– # # Delete any existing table iehls_aiowps_login_activity # DROP TABLE IF EXISTS iehls_aiowps_login_activity‘,
    ,
    integer 0,
    )
    ./libraries/import.lib.php#64: PMA\libraries\DatabaseInterface->tryQuery(string ‘# # End of data contents of table iehls_aiowps_global_meta # ——————————————————– # # Delete any existing table iehls_aiowps_login_activity # DROP TABLE IF EXISTS iehls_aiowps_login_activity‘)
    ./libraries/import.lib.php#224: PMA_executeQuery(
    string ‘# # End of data contents of table iehls_aiowps_global_meta # ——————————————————– # # Delete any existing table iehls_aiowps_login_activity # DROP TABLE IF EXISTS iehls_aiowps_login_activity‘,
    string ‘# # End of data contents of table iehls_aiowps_global_meta # ——————————————————– # # Delete any existing table iehls_aiowps_login_activity # DROP TABLE IF EXISTS iehls_aiowps_login_activity‘,
    array,
    )
    ./libraries/plugins/import/ImportSql.php#169: PMA_importRunQuery(
    string ”,
    string ”,
    array,
    )
    ./import.php#536: PMA\libraries\plugins\import\ImportSql->doImport(array)

    Haven’t been able to find any fixes other than importing the data to the local environment using the wordpress exporter but that took forever and didn’t import the menus or plugins and settings. So when I stumbled upon this I gave it a shot but no cigar.

    The only other option I have left is WP Staging but I’d prefer to keep my dev site local.

    Thanks,
    Nick

    in reply to: Avia Site Migration Tutorial #897687

    Hi does this method still work for the 2017 version? I’m not having much success. It says downloading but when it stops theres no content.

    in reply to: Link entire content within a color section #783335

    Hi Nikko,

    No problem at all. Thanks so much for getting back to me. :)

    Your code fixed the ease out issue. Thank you!

    • Question: How do I make the entire hover area clickable, not just the button? I tried adding display:block; to the hover but itbreaks everything in the cell.
    • Also there’s a weird issue with the opacity. If it’s set to black and I lower the opacity, the overlay starts to become white instead of the black becoming transparent.

    Thanks!
    Nick

    in reply to: Link entire content within a color section #782413

    Hi can anyone assist me with the above?

    Thanks,
    Nick

    in reply to: Link entire content within a color section #780833

    Ok that didn’t work but i’ve managed to make some progress. Seems I was on to something yesterday but I forgot to add the period before the styles after my own style.

    Here’s what I got to work, at least to get a color change over the entire container on hover, with the ease-in transition working (but not ease out):

    #top .rtr-column-link .av-layout-grid-container {
      display: block;
      width: 100%;
      height: 100%;
    }
    #top .rtr-column-link:hover  {
      background-color: #000;
      transition: all 0.3s ease-in-out;
      opacity: 0.5;
    }

    The problem is no matter what I do I can’t get the hover color to change. It stays the white with opacity only. Also the link doesn’t span the entire block. and then theres that pesky ease-out transition that won’t work no matter what I try.

    Also i’d like to have a separate option to make the hover affect the background only (as well as cover everything as it is now.)

    The container i’m targeting is the Talent Acquisition box on the left under the hero.

    Let me know if you find it.

    Thanks!

    in reply to: Link entire content within a color section #780777

    Hey Nikko,

    Its at the bottom of the Quick CSS window :D. Its a long list lol.
    I’ll modify with your code and report back.

    Thanks!

    in reply to: Link entire content within a color section #780666

    Hey Nikko,

    Of course. Info provided.

    Best,
    Nick

    in reply to: Link entire content within a color section #779688

    I just realized I’m targeting everything within the container duh. But i can’t figure out what the class is before av-layout-grid-container.

    in reply to: Link entire content within a color section #779686

    Thanks for the link John. Need a little help.

    I’ve almost got it but my solution is only affecting the individual elements within the grid column and not the column itself. I can’t figure out how to target it. My mouse-out transition won’t work either. Here’s my code:

    #top .rtr-column-link av-layout-grid-container entry-content-wrapper main_color av-flex-cells  avia-builder-el-1  el_after_av_revolutionslider  el_before_av_section  submenu-not-first container_wrap fullsize {
      display: block;
      width: 100%;
      height: 100%;
      transition: opacity background-color 0.5s ease-in-out;
    }
    #top .rtr-column-link :hover {
      background-color: white;
      transition: background-color 0.3s ease-in-out;
      opacity: 0.5;
    }
    

    Appreciate any help.

    Thanks!
    NIck

    • This reply was modified 7 years, 7 months ago by ridick6.
    in reply to: Link entire content within a color section #779606

    Hi guys, how can i get this solution to work for columns within a grid row cell, or just a grid row cell itself? (in which case I’d like to have a color hover cover the grid row cell as well.)

    Hi Yigit,

    No problem. Thanks for getting back to me. Thats not what I’m trying to accomplish though. I want my logos at 180×180 and aligned like in your demo.

    I’ve duplicated your settings and my images are the same size as yours. But my logo element does not resize my images to 180×180 like it does in yours, nor does it space them the same.

    Here are the settings side by side. You can inspect my images and see that they are already 280×280 by default, like in your demo.

    https://snag.gy/l7aSmx.jpg

    This is incredibly frustrating. I don’t understand why that wouldn’t be a base feature of a gallery component. Choices did it with no problem so I assumed Enfold as powerful and flexible as it is would have this feature. I’ll have to find another solution.

    Regardless, I appreciate you helping me on this Josue.

    Thanks again,
    Nick

    Hi Josue,

    I went through every possible configuration I could think of and this what I keep getting –

    It should be popping the images up in a lightbox not sliding out from the top.

    This is not acting the way its supposed to based on what i’m reading. I set the portfolio grid to use the ajax portfolio and added the images to the portfolio item ajax section. I selected define custom link in the portfolio item and put the permalink in the field but it doesn’t pop up in a lightbox like it says. It slides open with a blackbox to the right.

    Tried it this way as well but it just goes to a blank page.

    Enfold porfolio item config

    (Sorry to be such a pain with this but I’ve been trying to figure it out all week)

    It just keeps opening the portfolio item as a page and not in a lightbox.

    Am i doing this right?

    Enfold Portfolio item config

    • This reply was modified 8 years, 3 months ago by ridick6.

    Hmm I tried that too but I’ll give it another shot.

    Thanks so much for getting back to me so quickly!

    Hi Josue,

    Why are yo working on the weekend? :D
    I’m trying to link multiple images in one portfolio item though. My portfolio items don’t appear the same as they did in Choices now, so I’m a bit uncertain as to which component to use to load multiple images into a portfolio item and have them display. I tried using a gallery component, an image component, switching to the standard editor and manually adding images, but my portfolio items just cycle through all the featured image thumbnail of each portfolio item, instead of showing the multiple images pertaining to that one thumbnail.

    Thanks,
    Nick

    P.S. Did you ever get the login info I sent you?

    • This reply was modified 8 years, 3 months ago by ridick6.

    Thank you! That worked for the hover enlarge effect!

    Just need to figure out why my portfolio items aren’t linking and showing only the featured image.

    Thanks Josue!

    Hi Josue,

    I ended up using the portfolio grid to achieve a look i’m satisfied with but still not able to link my portfolio items properly.

    I created an admin account for you.

    Thanks so much for your help,
    Nick

    P.S. Is there anyway to get the “mouse-over slightly enlarge image” effect with caption on hover (available in single image component) using the portfolio grid?

Viewing 20 posts - 1 through 20 (of 20 total)