John
Forum Replies Created
-
Forum: Plugins
In reply to: [Event List] Time SortGreat plugin, but this seems like a serious oversight. Using this for a wedding website for a “schedule of events” and they all take place over the span of 2-3 days. If we can’t sort them by time, we can’t use this. Has the issue been addressed in some capacity yet?
Forum: Plugins
In reply to: [Event List] Date Contains Unnecessary Point?You’ve got it – thanks again.
Forum: Plugins
In reply to: [Event List] Date Contains Unnecessary Point?Yes! This worked like a charm – thank you!
Forum: Plugins
In reply to: [Google Forms] Form Button Does Not Appear ProperlyThank you for looking into this, by the way. It’s much appreciated!
Forum: Plugins
In reply to: [Google Forms] Form Button Does Not Appear ProperlyThe developers of the theme I’m using (Qaween) wrote some custom CSS for me that worked like a charm:
.ss-q-title { display: block; font-size: .8em; font-weight: 700; line-height: 120%; text-align: left; margin-bottom: 10px; } .ss-form-entry input[type="text"] { width: 100%; padding: 10px 2%; vertical-align: top; display: inline-block; border: 1px solid #ccc; background-color: #f3f3f3; } .ss-form-entry ul { margin: 0; } .ss-form-question { margin-bottom: 15px; } input#ss-submit { padding: 15px 20px !important; font: 14px "Montserrat" !Important; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; cursor: pointer; background: #e36060; color: #fff; border: none; } input#ss-submit:hover { background-color: #555555; }
Forum: Plugins
In reply to: [Google Forms] Form Button Does Not Appear ProperlyChrome and Firefox on OSX Yosemite 10.10.5 (14F1021)
In Firefox, it does not resize, but it’s all white and I see no text until I mouseover.
Here’s how it looks in Chrome:
https://www.evernote.com/l/AVNrpmXOj6xHLr9T5Wyn9Uylp_C4P3SKmkg
Forum: Fixing WordPress
In reply to: Images Sideways on Mobile and PinterestI am having the same issue. Did you ever find a solution?
Forum: Fixing WordPress
In reply to: Can't Insert Images Into PostsSwitching themes fixed it. Very odd. When I switch back to my main theme, it’s broken again. Thanks for your help!
Forum: Fixing WordPress
In reply to: Main Page Redirects To Individual Blogpost?Has anyone else encountered this issue?
Awesome, looking forward to checking out that added functionality. Thanks Joost!
Forum: Fixing WordPress
In reply to: 301 to non-www (instead of default 302)Nevermind, I think I may have figured it out. I used:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.domain\.net [NC]
RewriteRule ^(.*)$ https://domain.net/$1 [L,R=301]Forum: Fixing WordPress
In reply to: 301 to non-www (instead of default 302)nikc,
Thanks for the help. I tried this, but I’m still getting a 302 redirect, at least according to this tool: https://www.internetofficer.com/seo-tool/redirect-check/
Any idea what I may have done wrong? Could something else in WP be overriding the settings specified in my .htaccess file?
Forum: Fixing WordPress
In reply to: 301 to non-www (instead of default 302)Did some research over the weekend and I’m still not sure what the best solution for this is… Does anyone have any idea?
Forum: Fixing WordPress
In reply to: Display Tags, But Not As LinksI thought I found the solution to this, but I was wrong. I feel that this may be an option somewhere in the admin panel, but I’ve looked everywhere! If anyone can help me out here I’d really appreciate it – Thanks!
Forum: Fixing WordPress
In reply to: Calling Widgets Using PHPCool – Thanks for the help, I appreciate it!