minegolfer
Forum Replies Created
-
Forum: Plugins
In reply to: [Gallery - Image and Video Gallery with Thumbnails] Gallery not SavingI have the same problem, I think the plugin broke when I updated my wordpress.
Forum: Plugins
In reply to: [Gwolle Guestbook] Button for new message not workingOh I see, I loaded bootstrap in header and footer (probably forgot to take it away some time). I also took it away from the footer and now it works.
Thanks for the help. 🙂
Forum: Plugins
In reply to: [Gwolle Guestbook] Button for new message not workingI’m sorry, I thought it was fixed. But it is not.
How do you see I have multiple jquery files? And is it still the case? I removed the bootstrap jquery version and only am including it at 1 point now.
Forum: Plugins
In reply to: [Gwolle Guestbook] Button for new message not workingps. I found out how the other themes did it. They simply downloaded the bootstrap files instead of using the CDN version.
Forum: Plugins
In reply to: [Gwolle Guestbook] Button for new message not workingFound the problem, I think I loaded every file that used jquery in the footer so the jquery would only load in the footer. Thanks for telling me to look to other themes, cause I couldn’t find info online yet since Bootstrap 4 is quite new, I think I will find my answers in other WordPress themes created with Bootstrap 4 🙂
Forum: Plugins
In reply to: [Gwolle Guestbook] Button for new message not workingAlso in my functions.php file I have “array(‘jquery’)” at multiple files, am I supposed to do this only at the first file?
Forum: Plugins
In reply to: [Gwolle Guestbook] Button for new message not workingOh I see, Yes I did this myself because I needed a jquery with “integrity” tag (for my bootstrap cause bootstrap 4 only works with that). But when I delete that line of code it doesn’t work either.