Jags2ooo
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Contact Form 7] Submit button not workingHaving the same exact issue. Only see a new page with the number 0 after clicking the send button on a form.
Forum: Fixing WordPress
In reply to: Images Won't load unless I Resize the Browser windowHi Bob thanks for helping out & posting that information. I’ve managed to solve the issue and for anyone else who runs into a similar problem:
Solution
jQuery('.tabs').on( "tabsactivate", function( event, ui ) { jQuery(window).trigger('resize'); } );Remove in your themes style.css
Look for
.art-postcontent ul > li { background-image: url("images/postbullets.png");Remove
background-image: url(“images/postbullets.png”);Paige.Elena if you would like the validation message for acceptance box(s) to appear
- Install the development version (you can find it at the bottom of the list)
- Add this line into the Additional Settings field of contact form settings:
acceptance_as_validation: on
Paige your correct it’s supposed to show a error message if the acceptance box is not clicked.
Forum: Fixing WordPress
In reply to: Permalink %postname% uses dashes how to remove themThat doesn’t help..
Viewing 6 replies - 1 through 6 (of 6 total)