David_G
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need help with stylingYou should also check this out for customizing your site.
http://themesandco.com/snippet/firebug-best-spent-6-minutes/
http://getfirebug.comThen to edit this editor is fantastic. You can edit multiple files at the same time.
http://notepad-plus-plus.org/And this FTP program is tops in my book.
http://www.coreftp.com/Forum: Fixing WordPress
In reply to: Need help with stylingYou can name your div id whatever you want, and you can repeat it so your style will use it where ever you have it.
Forum: Fixing WordPress
In reply to: Need help with stylingYou could place a div id in your page or post then use the selector you create to style it.
<div id="content_box"> Your post or page content here. </div>then style it:
#content_box { /* Place your css here */ }Forum: Fixing WordPress
In reply to: Broke my site in functions.phpYou will need to use FTP or your c-panel file manager to access the functions.php file in your theme and remove the code you added. Or you can download the theme files from WP and upload the functions.php file to restore it to original.
The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:
https://codex.wordpress.org/Child_Themes
http://op111.net/53/
Forum: Themes and Templates
In reply to: [Customizr] Featured images problemYes, Thanks to rdellconsulting. I tried that same snippet before but there was other code with an !important tag blocking me. That went away once I removed centering.
Forum: Themes and Templates
In reply to: [Customizr] Featured images problemThanks rdell for the help, it got me down the right road..
Forum: Themes and Templates
In reply to: [Customizr] Featured images problemI turned off “Dynamic thumbnails centering” but that made it worse, but it did allow this snippet to work (which I tried before and wouldn’t work.
.thumb-wrapper img { max-width: 270px !important; max-height: 250px !important; }Forum: Themes and Templates
In reply to: [Customizr] Featured images problemOK, Blogpost images.. but they go on the post as a Featured Image. Anyone have any idea how to fix these? They are being scaled UP in size.
Forum: Themes and Templates
In reply to: [Customizr] Featured images problemNote, none of the images are larger than 270×250
Forum: Plugins
In reply to: [Testimonial Basics] Captcha image not showing.OK its working, thank you everyone.
Forum: Plugins
In reply to: [Testimonial Basics] Captcha image not showing.OK, so where is the object-cache.php file and how do I flush it? Or should it be deleted?
I know how to delete cache on the browser, I had my son check the site on his computer however, and that computer has never been to those sites (ever) so browser cache on that machine shouldn’t be an issue.
Forum: Plugins
In reply to: [Testimonial Basics] Captcha image not showing.Turned off all caching on DEV sites, captcha shows (good)
Turned off all caching on LIVE sites, captcha is NO-SHOW (UGH)Grrr.
Forum: Plugins
In reply to: [Testimonial Basics] Captcha image not showing.I am not using super cache, instead I have been using Leverage Browser Caching Ninja and deactivating that solved the problem.
Forum: Plugins
In reply to: [Testimonial Basics] Captcha image not showing.OK The development site was a clone from one of my other sites, the htaccess files were cloned. I deactivated the security when I cloned it but it kept my secure htaccess files in place. Now I have reactivated BPS and deactivated they secure-htaccess files and now the captcha is visible. Will have to work on this, will contact BPS for a solution and will post here.
Forum: Plugins
In reply to: [Testimonial Basics] Captcha image not showing.With Bullet Proof Security Pro the plugins that you install need to be whitelisted to operate properly.