adminmax
Forum Replies Created
-
Thanks for the prompt reply!
I sent you the debut information from the debug area.
I would also like to mention that after re-activating the plugin, the CSS problem did not come back. Everything looked fine.
Thanks!
Forum: Plugins
In reply to: [Gallery Custom Links] Gallery Custom Link + ElementorIgnore my reply above, the forums auto reformatted what I wrote…
Forum: Plugins
In reply to: [Gallery Custom Links] Gallery Custom Link + ElementorHello Nancy,
in your code you have
var links = [
‘https://nancyrosenephotography.com/fauna/’,
‘https://nancyrosenephotography.com/portfolio-feather/’,
‘https://nancyrosenephotography.com/flora/’,
‘https://nancyrosenephotography.com/folk/’,
‘https://nancyrosenephotography.com/fusion/,
‘https://nancyrosenephotography.com/water/,
];and it should be
var links = [
‘https://nancyrosenephotography.com/fauna/’,
‘https://nancyrosenephotography.com/portfolio-feather/’,
‘https://nancyrosenephotography.com/flora/’,
‘https://nancyrosenephotography.com/folk/’,
‘https://nancyrosenephotography.com/fusion/’,
‘https://nancyrosenephotography.com/water/’,
];a few ‘ characters were not there…
hope this helps!
- This reply was modified 5 years ago by adminmax.
Forum: Plugins
In reply to: [Gallery Custom Links] Gallery Custom Link + ElementorIf you are using the code from my article, it should work just fine for a gallery with different categories! just keep in mind that the first link will be automatically linked with the first image in the gallery, and so on. And that you need to add a link for every image.
if you need further help, click on the ‘message me’ button on my homepage.
Forum: Plugins
In reply to: [Gallery Custom Links] Gallery Custom Link + ElementorI don’t see what in my code could cause this… I would need to inspect your page to examine further. You can write me directly by Facebook Messenger (see the homepage of my website for the ‘message me’ button).
Forum: Plugins
In reply to: [Gallery Custom Links] Gallery Custom Link + Elementoras it is coded now, this would not be possible… I am looking at may be improving the code so that it is a proper html link, instead of a javascript redirection…
Forum: Plugins
In reply to: [Gallery Custom Links] Gallery Custom Link + Elementorview this, below the video where there is a screenshot of windows… this is probably the problem
Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Event Title not appearingfigured this out… title=1 needed to be added to the shortcode. I thought that is what it would be by default.
thanks!
Forum: Networking WordPress
In reply to: media not working“My Sites –> Network Admin –> Sites –> Settings then down to ‘Uploads Use Yearmonth Folders’ (that’s a Boolean I think so toggle it from 0 to 1 or vice versa as needed) I don’t think you’ll need to touch that but maybe.
And under that is the path to the proper directory which you can derive from what is there and the path your media files are in.”
I tried this exactly, and it didn’t work… in fact before i changed the .htaccess , no matter what i wrote down in My Sites –> Network Admin –> Sites –> Settings then Uploads , it didn’t change anything.
thanks anyway for your help!
I’m writing all of this here in the hope someone else with the same problem might be helped.
Forum: Networking WordPress
In reply to: media not workingfound the answer : This was missing from the .htaccess
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]thanks
Forum: Networking WordPress
In reply to: sub install root gives 404Alright resolved, i had an empty directory matching the name of the new site…
found this by looking at another problem i have :
“bcworkz (@bcworkz)
4 months, 3 weeks ago
“I have checked the files on the server and the directory is empty”The empty directory is the directory/site name you chose for the subsite? That’s the problem then. You cannot have physical directories on your server matching the directory/site name. This is counter-intuitive and a common blunder with multisite.”
- This reply was modified 5 years, 9 months ago by adminmax.
Forum: Fixing WordPress
In reply to: Translating a hardcoded plug in stringDirectly, through their support on the plug in page.
But i am asking here because I believe I might come across this issue again with something else. Therefore I would enjoy a general way to write a string of text that will adapt itself to my site languages, right in the php file.
Forum: Fixing WordPress
In reply to: Translating a hardcoded plug in stringI am asking here for a general solution for a hard-coded string translation. I already asked the developer of the plugin to no avail. In the original post I also already specified which plug in exactly it is. (XT Woocommerce Quick View)
Thanks to anyone who can help me with this!
Forum: Fixing WordPress
In reply to: Custom link for Gallery widget picturesThanks this works fine! I had seen this extension before but could not install it due to my older php version. I updated it, installed the extension and now it works perfectly
thanks!