Mason Verger
Forum Replies Created
-
hence current situation (!)
May be the fault of hack on site as opposed to aiowps – web dev friend advised me to remove all the security plugins as they seemed to of been hacked as when I tried to access them in the dashboard I got the same “403 Permission Denied” page
I don’t think we have a Do you have a caching plugin, no.
maybe jetpack does this (?) have tried disabling all plugins also
thanks for replying here – much appreciated
yes, have removed the aiowps plugin.
if i go to: yoursite.com/wp-login.php i get a page with >>
403 Permission Denied
You do not have permission for this request /wp-login.php
i.e: the following issue: I can’t login either at the custom url or at /wp-admin. What happens is that trying to go to /wp-admin throws a 404 error page and logging in at the custom URL does the same thing.
When we go to any of the wp-admin urls we get a page with the following >>
403 Permission Denied
You do not have permission for this request /wp-login.php?redirect_to=http%3A%2F%2Fwww.sitename.com%2Fwp-admin%2F&reauth=1
Forum: Plugins
In reply to: [Owl Carousel] previous / next buttonsyep – that works just fine for me also. Thank you
Forum: Plugins
In reply to: [Owl Carousel] previous / next buttonsThanks greatly Andresthethird – will give it a try & report back. much appreciate yr response here, best wishes.
Forum: Plugins
In reply to: [Owl Carousel] previous / next buttonsI find that using the shortcode as you write above does not work either (same as with Andresthethird).
I tried editing the js/owl.carousel.js file also (in the lines at the end where the options are listed), but no luck there.
Andresthethird – I wonder if you could post your fix one here please?
Or maybe the dev can advise similarly?
Maybe the issue with the short code navigation=”true” is related to the theme used…
Forum: Plugins
In reply to: [Easy Image Gallery] How to make gallery thumbnails responsive?Just to follow up – I added the code you gave below to my theme’s ‘style.css’ and yes,
this fixed the issue straight away.Thanks a lot! Wish you a good weekend.
img {
max-width: 100%;
height: auto;
}Forum: Plugins
In reply to: [Easy Image Gallery] How to make gallery thumbnails responsive?Thanks greatly for the fast & helpful response here.
“Is it responsive in the fact that the gallery collapses as you resize the browser window”
= ok, I checked this by changing the ‘Thumbnail size’ in Settings > Media back to 300 x 300 then regenerating thumbnails & yes, they do ‘stack’ fine when the widow is resized.“but if you have very large thumbnails you’ll need to make sure your images are set to be responsive.” = hence, yes – it’s just that – i.e if each thumb is to large to be optimal for
a smaller screen/ mobile device etc the aspect ratio gets distorted.I will have a fiddle using the code you give & read up re. responsive layout otherwise thanks.
I’ll see if I can find some way of uploading it and get back to you when I’ve put it online if still have problems with this.
thank you & best wishes: AE