Digital experiences for all disciplines
Forum Replies Created
-
-
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.
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.
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
Could you please provide me a link? thanks
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?
I managed to get this issue resolved Rui. Can you update the status?
This issue is resolved guys could you please update. many thanks
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.
This issue is resolved guys but I cannot seem to set it as resolved. Could you please do it? Many thanks
This issue is resolved, many thanks for your help guys. Can you please update the status?
This issue is resolved, I am unable to change the status however. Many thanks
This is resolved guys, I can’t seem to mark it as resolved though. Many thanks
This is resolved, I tried marking it myself but it isn’t working. Thank you.
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 settop
andleft
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 theresponsive.css
file did the trick. You can mark this issue as resolved.Thanks,
Jack
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. -