invisiblestupid
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Mysterious 'This field has syntax errors' issueIt looks like it was a required field thing. Thanks for the help.
Forum: Plugins
In reply to: [Contact Form 7] Update broke my sitesThis is the error I got when I navigated to the sites.
Warning: require_once([mypath]/wp-content/plugins/contact-form-7/mail.php) [function.require-once]: failed to open stream: No such file or directory in [mypath]/wp-content/plugins/contact-form-7/settings.php on line 10
Fatal error: require_once() [function.require]: Failed opening required ‘[mypath]/wp-content/plugins/contact-form-7/includes/mail.php’ (include_path=’.:/opt/php53/lib/php’) in [mypath]/wp-content/plugins/contact-form-7/settings.php on line 10
I’m having the same issue. Anyone who posts on the blog gets the same avatar as the author.
https://www.inspirelifecoaching.com/what-is-your-trust-level/
Where in the CSS would I add this or make the change. When inspect this element in chrome I find a element.style node that says
display: block;
but it doesn’t say what file that’s found in and I can’t find it in either of the css files listed in the WP Editor.Forum: Plugins
In reply to: No line break after mapOk, I did some digging into the CSS and found that the issue was with the map.css in the plugin
(/wp-content/plugins/google-maps-ready/modules/gmap/css/map.css)
.map_container and .gmp_map-opts had a
float:left;
. When I commented those lines out, it worked as I was expecting.Forum: Plugins
In reply to: No line break after mapUnfortunately, I can’t. It’s currently under construction so I have it hidden behind a “Registered Users Only” login.
You had originally given me a
display:block;
attribute…you must have an idea of what tag to put it in the style.cssForum: Plugins
In reply to: No line break after mapI’m familiar with child themes. What I’m missing was/is where to add
display:block;
. Which css tag am I adding it to?Forum: Plugins
In reply to: [Really Simple Issue Tracker] [FEATURE REQUEST] Allow Public to See Issues+1
Forum: Plugins
In reply to: No line break after mapHey Rusho. Thanks for the suggestion. I’m not sure which css file and which tag you’re referring to. I searched the files I could find.
Forum: Plugins
In reply to: [Google Maps Ready!] 100% widthHas this version been released yet? I can’t seem to find an option for 100%.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Fast Secure Contact form no longer worksCan you tell me where in the database the settings are stored? I may be new to WordPress but I know my way around SQL. I skimmed through the tables for this site and didn’t see where they’re kept but I may have just overlooked something.
Thank you,
Jeremy