iantiu
Forum Replies Created
-
Forum: Plugins
In reply to: [Nextend Social Login and Register] Banned or Suspended UsersAwesome! Now it says suspended. I’m glad it worked. Thank you sooo much.
- This reply was modified 2 years, 7 months ago by iantiu.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Banned or Suspended UsersThis is the plugin I’m using.
How does Nextend Login know which users to deny access to? In other words, how do I stop certain users who use social login from logging into my site temporarily? Thanks!
Forum: Themes and Templates
In reply to: [Dara] Setting Featured Content Slider HeightI tried disabling all plugins but the problem persisted. I just removed all featured posts and maybe not use that feature. It is a good Dara feature because it stands out. I was hoping maybe there’s a way to set featured posts slider height on Dara. Thanks ??
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Very Slow Load TimeI have disabled Lazy Load but it is still the same way. This used to work really well on my site. It somehow changed but not sure exactly when so I really can’t back track and figure it out.
I will try to get a hold of my host server’s technical support line and see what the server is doing when I try to show my gallery. Maybe this way I can provide with more technical details on the matter.
Thank you for your response ??
I have finally received a reply from my theme support and got the issue fixed! ??
In summary, to fix the stretched out images, I’ve added the snippet below:
.bwg-item2 img {
width: 100%;
}To fix the Error 404 Message when clicking on a gallery group, it has something to do with the Loading page of the Freyja theme. All I have to do is to disable it.
Appearance > Customize > General Settings > Check Disable Loading Pages
This somehow fixed the problem and everything is working fine. Thank you. Great plugin by the way and thank you for the awesome support!
The option to scroll to load is at follows:
Photo Gallery > Options > Gallery Group defaults tab > Pagination > Scroll Load
After you do one scroll load, then it works. But I’d rather it works upon initial load. Thanks
No reply from the theme supporters yet.
However, I was playing around with settings and found out that when I do a preview of the gallery group, it works perfectly even though it is within the same theme. Not sure if this is helpful information but that’s what I got
Ian
Suzie,
I did a live preview of another theme and it worked. Then I reverted to a live preview of the Freyja Theme (my current theme) and the Error 404 happened. At this point, I can say Photo Gallery is not compatible with the Freyja theme.
I really like my Freyja theme. Is there any workaround this without having to change my theme? Thank you.
Adding the snippet below works with the stretching. But the Error 404 persisted ??
.bwg-item2 img {
width: 100%;
}I have tried deactivating all my plugins but the same thing happened. I will try it again later on.
Out of curiosity, if it is my theme itself that is causing problems, I really likr my current theme. Does it mean I can’t use your plugin at all? thanks!
Ian
Adding the following CSS snippet really worked!
.bwg-item2 img {
width: 100%;
}You are a genius! Thank you soooo much for your help. Very much appreciated!