DoingShanghai
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Celebrate] Highlight Active Menu Link or jump to midpageBrilliant thanks!
Forum: Themes and Templates
In reply to: Simple photo galleryBrilliant, thank you!
Forum: Plugins
In reply to: [WP Multi File Uploader] Upload multiple files at onceGreat, thank you. Turns out it was just the computer I was using that didn’t allow me to select multiple files at once. Thanks.
Forum: Themes and Templates
In reply to: Upload photos buttonWas looking for one that allows multiple files to be selected at once (like an entire album of about 40-50 photos), but this will do. Thank you!
Hi,
I’m not sure if this is what you mean or if you still need it but I put this into my form on my page, right before I input the plugin shortcode:
<input type="hidden" name="redirect" value="/photos-thanks" />
the /photos-thanks refers to https://www.mypage.com/photos-thanks, the page that says thanks for uploading your pictures.
The whole code looks like this:
<form action="/gdform.php" method="post"><input type="hidden" name="redirect" value="/photos-thanks" /> [wp-multi-file-uploader] <input type="submit" name="submit" value="Let's See!" /></form>
Forum: Themes and Templates
In reply to: Target and style specific textaw brilliant thank you!
ill take that advice on board, thanks
Forum: Themes and Templates
In reply to: Changing child theme cssi had the same problem and i just fixed it there by changing the index.php to hello.php (random other name), then uploaded a different index.html document (from notepad). i checked if my site changed to the new index.html (i had already made a different index.html myself but itd prob work with an empty one). then i got rid of the index.html and changed hello.php back to index.php and then on the site pressed ctrl f5 and it was updated. bit inconvenient but it worked!
Forum: Themes and Templates
In reply to: Change child theme CSSI switched from wordpress themes to my own coded site on godaddy, and then switched back to wordpress and that solved it.
Forum: Themes and Templates
In reply to: Change child theme CSSAlso, when I try to edit the page from the actual site by pressing ‘edit page’, this error comes up: ‘You can’t edit this item because it is in the Trash. Please restore it and try again.’
But it is definitely active and not in the trash because I can make changes with things other than then editor (pages, menu, etc)
Forum: Themes and Templates
In reply to: Change child theme CSSThanks for the reply. Yes, I did. I’ve also tried clearing the cache. Could it be that for certain themes you can’t change certain features purely through css and need to go into the php files? I also tried changing the header picture and the background colour through the editor but neither of those worked either.