Sub7th
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Multiple drop-downsTo get them to line up on the same row you just need to make sure there is nothing between two select box short codes in the Contact form editor. You can have a space just as long as there are no breaks or returns.
For instance, here is a drop down next to a text box;
[select* State "States"] [number* ZipCode class:zip "Zip Code"]I’ve found that the form maker will add
<br>and<p>tags for you.So if you do this;
[select* State "States"] [number* ZipCode class:zip "Zip Code"]It will add a
<br>tag after the first line, but if you do this;[select* State "States"] [number* ZipCode class:zip "Zip Code"]It will add a
<p>tag after the first line.Forum: Plugins
In reply to: [Contact Form 7] Multiple drop-downsCheers!
Forum: Plugins
In reply to: [Contact Form 7] Positioning Fields next to each other….Nevermind, I figured it out.
The issue was with a plug-in that had some custom formatting scripts.
Contact Form 7 was not the issue.Forum: Plugins
In reply to: [Contact Form 7] Multiple drop-downsI figured it out for my configuration. This is not an issue with Contact Form 7 but is most likely an issue with your theme or a plug-in. You just need to find out which of those is causing the problem and correct it.
If you’re interested here is the process.- Switch to a default theme like “Twenty Eleven”
- Disable all of your plug-ins except for “Contact Form 7”
- View your form page to verify that formatting is now working properly
- reactivate your theme
- View your form page to determine if CF7 is still formatting properly
- If not, the issue is with a formatting script in your theme, if it is formatting correctly go to the next step
- Reactivate plug-ins one at a time, checking formatting after each activation until you find the plug-in causing issues
For me it was a plug-in called Lizatom Shortcodes, which is a plug-in that offers more shortcodes and formatting options. Fortunately this plug-in has an option to disable custom formatting and as soon as I clicked that option CF7 formatting worked correctly again.
I hope this helps you. I’ve been banging my head on my desk for 10 hours now trying to figure this out.
Good luck!Mike
Forum: Plugins
In reply to: [Contact Form 7] Multiple drop-downsAlso trying to figure this out.
Forum: Plugins
In reply to: [Contact Form 7] Positioning Fields next to each other….Putting items in the same line does not work with Drop Downs.
Is there a way to get drop down menu’s to show up on the same line as other input fields or general text? As ITSNev mentioned CF7 seems to be wrapping drop downs in <span then forcing <br just before the select class, right after the span class is defined, then forcing </p after the span.
Example:My text <span class="wpcf7-form-control-wrap Date1"><br> <select aria-required="true" class="wpcf7-form-control wpcf7-select wpcf7-validates-as-required" name="Date1"> <option value="Option">My Options</option> </select> </span> </p>@itsnev, you seem to have figured this out. Are you adding CSS inline on the page, editing the theme CSS or modifying CF7’s CSS directly?
I just prefer to add my own <p and <br tags while creating the form in the CF7 form editor interface.
Any help is much appreciated.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Jump to a Month?Hey jabcka,
If i understand correctly this only works on pages/posts so you would just place the shortcode in the editing box.I have actually placed it inside a tab navigation that is a shortcode coded into my theme and it works perfectly there. You can check it out at this link
Just scroll down and click the tab labeled “events”
I’m also using the regular calendar feed shortcode on this page
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Jump to a Month?Works perfectly!
Thank you very much!
Sent something your way for the help and the great plug-in.Ah that’s a great suggestion!
Thank you, I will look into W3 Total Cache, as well as using hooks instead.Yes, apparently IE has some severe limitations in regards to linking to style sheets and scripts.
I was surprised as well and went through a lot of troubleshooting.
At first I thought the issue might be plug-in conflicts but once I tried consolidating the style sheets so that there were fewer script links everything worked fine.I think that it’s not just style sheets but all script links because once it hit it’s limit it wouldn’t even load .js links and broke my slider or sometimes my navigation.
I currently have 14 active plug-ins and IE debug shows 34 links in the debug script (some styles some .js), my theme (Avada) calls 16 for it’s multiple plug-ins and styles. I was told the limit was 30 but it seems to be working fine with 34.
Again, thanks for the tips!
Found it.
I’d like to suggest a feature in a future release that allows users to change the default style sheet location and name for people who have IE9 issues.
Forum: Requests and Feedback
In reply to: Sort Categories by IDYou are awesome.
Forum: Requests and Feedback
In reply to: Sort Categories by IDSeems like this should be in the Screen Options drop down.
Forum: Fixing WordPress
In reply to: Logging in resets login pageNo dice. I cant seem to get in.
When I rename the theme folders the site just goes blank and i still cant get to the backend.
I’ve backed up all the content locally.
I’d like to avoid a complete re-install if possible.Any other ideas or am I just doomed to do this the hard way?
Forum: Fixing WordPress
In reply to: Logging in resets login pageah, thank you I was getting stumped digging through the database.
Forum: Fixing WordPress
In reply to: Logging in resets login pageI have tried re-uploading the folders.
I assume the other suggestions need to be done via myPHP admin control panel since I can’t get into the dashboard?
I’ll give it a try.
Thanks.