Forum Replies Created

Viewing 15 posts - 31 through 45 (of 78 total)
  • Posted in:
  • in reply to: Swift Page Builder not working #216490
    Jackcoldrick
    Member
    Post count: 84

    Hey Rui,

    I was using 2.82 on my development environment and this problem was not present. I agree that I should update the theme but I don’t see how the problem would just come out of the blue for me. I built the entire site without upgrading to 3.16 and used the SPB frequently throughout.

    I’m at a loss.

    in reply to: Swift Page Builder not working #216483
    Jackcoldrick
    Member
    Post count: 84

    I’m under a lot of pressure to get this working guys so I’d appreciate if you’d have any further suggestions. I was working on the site on a development server. I was not using SSL on this server and it was working fine. I’ve since moved it to a preproduction server and it is using SSL and now I’ve noticed the Swift page builder just will not work. This is a big issue for me as my client needs this in order to update their pages.

    in reply to: Swift Page Builder not working #216480
    Jackcoldrick
    Member
    Post count: 84

    Hi Kyle,

    thanks for providing me with that link but I’ve installed that plugin and I’m still experiencing the same problem. Could it be anything else? I don’t know why it was working on my other server and not on this one.

    thanks,

    jack

    in reply to: Swift Page Builder not working #216478
    Jackcoldrick
    Member
    Post count: 84

    Could you please provide me a link? thanks

    in reply to: Swift Page Builder not working #216476
    Jackcoldrick
    Member
    Post count: 84

    Hi Kyle,

    I’ve deactivated all plugins and no joy. It was working on my other server….I’m wondering could it be to do with forcing HTTPS on wp-admin?

    in reply to: Changing the Size of the Portfolio Tiles #212020
    Jackcoldrick
    Member
    Post count: 84

    I managed to get this issue resolved Rui. Can you update the status?

    in reply to: DOM XSS in functions.js #212018
    Jackcoldrick
    Member
    Post count: 84

    This issue is resolved guys could you please update. many thanks

    in reply to: Adding Images to Mega Menu #212016
    Jackcoldrick
    Member
    Post count: 84

    Hey Rui,

    Thank you for your help on this. The issue is resolved can you please update this? I can’t seem to set it.

    in reply to: Row height not adjusting to child elements #212015
    Jackcoldrick
    Member
    Post count: 84

    This issue is resolved guys but I cannot seem to set it as resolved. Could you please do it? Many thanks

    in reply to: Remove "All" from Portfolio filter #212014
    Jackcoldrick
    Member
    Post count: 84

    This issue is resolved, many thanks for your help guys. Can you please update the status?

    in reply to: Optimising Site for Mobile #212013
    Jackcoldrick
    Member
    Post count: 84

    This issue is resolved, I am unable to change the status however. Many thanks

    in reply to: 2 Columns Full width with BG colour #212012
    Jackcoldrick
    Member
    Post count: 84

    This is resolved guys, I can’t seem to mark it as resolved though. Many thanks

    in reply to: Mobile – Display Portfolio in 2 Columns #212011
    Jackcoldrick
    Member
    Post count: 84

    This is resolved, I tried marking it myself but it isn’t working. Thank you.

    in reply to: Mobile – Display Portfolio in 2 Columns #211943
    Jackcoldrick
    Member
    Post count: 84

    Hi Rui, I did indeed, I managed to get it working myself. I did it like this:

    1. Apply a width of 50% to the .filterable-items .portfolio-item class. This resizes everything as expected.

    .filterable-items .portfolio-item {
            width: 50%;
        }

    2. The issue seemed to be with each li being positioned absoluted with a set top and left position. I overrided all of this by doing the following:

    li.clearfix.portfolio-item.col-sm-4.masonry-item.masonry-gallery-item{
            position: inherit !important;
            float: left;
            display: inine-block !important;
            top: 0 !important;
            left: 0 !important;
        }

    Those two definitions wrapped in the @media only screen and (max-width: 479px) within the responsive.css file did the trick. You can mark this issue as resolved.

    Thanks,

    Jack

    in reply to: Mobile – Display Portfolio in 2 Columns #211934
    Jackcoldrick
    Member
    Post count: 84

    Hey Rui,

    There is no need for the !important as it is picking up the change in width, the issue I am having is that I cannot get them to actually display on the same line, they still appear one below the other.

Viewing 15 posts - 31 through 45 (of 78 total)