ckrauter
Forum Replies Created
-
Forum: Plugins
In reply to: [Gmedia Photo Gallery] I can’t disable download button :-(I know it’s been a month but I just started using this plugin and had a similar issue. You probably don’t need the advice anymore, but in case someone else needs it in the future: I just added some stuff to the custom css part of the edit gallery. For each icon to remove add this:
.pgc-rev-item-menu-button[data-type=”share”]{
display: none;
}
and change “share” out for whatever icon you’re trying to get rid of. Like, info, play, etc. Also, the “comment” icon is mispelled in the code, so to get rid of it use “coments” haha.- This reply was modified 5 months, 3 weeks ago by ckrauter.
Thank you so much! Sorry I didn’t respond earlier! I’m using to search in current page only. Thanks again!
Here’s the image that I was referencing
Forum: Plugins
In reply to: [Search in Place] Search bar forced to lowercaseThank you!
thanks for the help, it wasn’t worth to try and figure out what was wrong so I just uninstalled and reinstalled and it’s fine now
I don’t know what this means but it’ll probably help someone determine the issue better: I can go to a page from the dashboard, but viewing any of them with the URL /sitename/pagename says “the requested URL was not found on this server”.
ALSO whenever I try to update a page after making edits, I get the error “Updating failed. The response is not a valid JSON response.”Forum: Plugins
In reply to: [Team Rosters] Is there a search function?I have some coding experience but only in Java, so I could try to write it myself too but I have no idea how to do it with WordPress in mind haha. I’m working on making the site now, so I’d be able to use it asap, but I know you’re probably too busy to get to it for a while.
Forum: Plugins
In reply to: [Team Rosters] Is there a search function?My bad for not being very specific. I mean a frontend search, like a search bar I could add to my site where users could search for a certain name in the roster. I’m trying to make a site with multiple pages for different sports teams at my school and searching a name would result in only displaying the name they searched for on the page. Thanks!