hazygreenroad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media Library Won’t Load Files in Grid ModeTried deactivating all plugins – problem still persists. I’ve refreshed my FTP client to make sure all deleted plugins were no longer in the plugins folder.
EDIT: Also tried doing a database repair from adding the code to the wp-config.php file. That did not work either. Tried both “Repair” and “Repair and Optimize.” Neither problem was fixed: images not loading in grid mode, as well as the featured image not removing.
[ No bumping please. ]
- This reply was modified 7 years, 11 months ago by hazygreenroad.
- This reply was modified 7 years, 10 months ago by Jan Dembowski.
Forum: Fixing WordPress
In reply to: Media Library Won’t Load Files in Grid ModeAlso, I cannot remove the current Featured Image. When I hit “Remove” it just stays there.
Forum: Plugins
In reply to: [Popup by Supsystic] Not Popping Up When Clicking on ButtonThat still didn’t work. The only footer.php file I have is in the Genesis theme and I tried keeping the “id=93” and changing it to 100. It just stripped the css from the button and wouldn’t let my blog posts show up, nor the editing bar when previewing your page. And the popup still didn’t work as well.
- This reply was modified 7 years, 11 months ago by hazygreenroad.
Forum: Themes and Templates
In reply to: Help with my theme’s search bar/formOkay I finally got it to work. I found the code to change the text here: https://my.studiopress.com/snippets/search-form/ and then used the code you gave to change the text color. Thanks a ton!
Forum: Themes and Templates
In reply to: Screwed up my site from coding!!!THank you for your reply. However, Genesis is the framework “parent” theme and is needed because it’s used as a base. The child theme is what makes it look “pretty.” I deleted neither of the themes and just used a FTP client to edit the file with the help of Bluehost live chat (which is where my wordpress is hosted).
Forum: Themes and Templates
In reply to: Help with my theme’s search bar/formThank you. That did change the placeholder text color, so I know the identifier works, but I have no idea how to change the actual text. I don’t want it to say “Search this website…” – instead, I want it replaced with either just “SEARCH” or leave it simply blank, but preferably “SEARCH” and styled to use the Montserrat font. As for the changing text, I know this is more of an HTML issue rather than CSS, as I haven’t actually found a way to replace text using CSS other than something similar to:
::after { content: "New text"; text-indent: 0; display: block; line-height: initial; /* New content takes up original line height */ }
…but with the “.sidebar” identifier, which didn’t work. However, I have no idea where to edit this in the HTML files.
- This reply was modified 8 years, 2 months ago by hazygreenroad. Reason: Adding code