DickRaney
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP-Forge] Change Navigation Bar "Back" link from H5My version of foundation.min.js already says
back_text: foundation_strings.nav_back,
FYI, I got things working for now by adding the following to my js/wpstarter-functions file:
jQuery('.back>h5').replaceWith('<span><a href="javascript:void(0)">Back</a></span>');
Thanks @andrew for getting me started.
This seems to be working fine. I chose a
<span>
instead of the<button>
tag, because the button tag brings in Foundation button CSS. I did have to add a couple of new CSS rules to handle the span with same styles as the old H5.Not sure this is the best way to do it. I’d like to see it changed in a future version of WP-Forge or WP-Starter.
Forum: Themes and Templates
In reply to: [WP-Forge] Change Navigation Bar "Back" link from H5I tried that, but then I got an error saying:
Uncaught ReferenceError: foundation_strings is not definedI had dequeued foundation.min.js and queued my own copy of it located in my child theme js folder. Then I edited my copy to use
<em>
instead of<h5>
.Forum: Plugins
In reply to: [Widget for Social Page Feeds] LOTS of errors in log fileStill happening. Any help??
Forum: Plugins
In reply to: [Contact Form 7] Missing Response MessagesI found the solution on this thread
It was a conflict with my Contact Form 7 Additional Settings and the Google Analytics plugin by Yoast.
Had to change tracking code from this:
on_sent_ok: "ga('send', 'event', 'form', 'submit', 'contact-us', {'page': '/contact-us/'});"
To this:
on_sent_ok: "__gaTracker('send', 'event', 'form', 'submit', 'contact-us', {'page': '/contact-us/'});"
NOTE: changed “ga” to “__gaTracker”
I am having the same problem.
WP says my plugins are up to date, but I am on version 3.10.7. How do I get the update??
Forum: Plugins
In reply to: [Gravity Forms: Google Analytics Addon] Javascript ErrorThat fixed it. Thanks!!
Forum: Plugins
In reply to: [Gravity Forms: Google Analytics Addon] Javascript ErrorWe are using Universal Analytics and have this setting checked in the GF settings:
Use Universal implementation instead of ga.js implementation (_gaq)?
This is the GA code in the head of the HTML:
<!-- Google Analytics Tracking by Google Analyticator 6.4.7.3: https://www.videousermanuals.com/google-analyticator/ --> <script type="text/javascript"> var analyticsFileTypes = ['pdf']; var analyticsSnippet = 'disabled'; var analyticsEventTracking = 'enabled'; </script> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-51498656-1', 'auto'); ga('send', 'pageview'); </script>
Then there is the Google Analytics Addon script shown above in the initial post which appears just before the </body> tag.
So why are we getting the error?
Forum: Plugins
In reply to: [Accordion Shortcodes] Click To Close ProblemMust have been a caching problem. It is working correctly now.
Forum: Plugins
In reply to: [Yoast SEO] Will not save Title or Description changes for HOME pageI was able to edit both the title and description for the home page by using the bulk editors. I still cannot change the settings for this page by going to the page and changing the SE title or description. Still won’t save the changes.
What do you mean “both aren’t a real new installation” ??
Is there no way to get a clean install without starting over on everything?
Same problem. Using twentythirteen theme with WordPress version 3.6.1.
NextGEN loads 5 CSS files:
- nextgen_gallery_related_images.css
- jquery.lightbox-0.5.css
- nextgen_basic_thumbnails.css
- nextgen_pagination/static/style.css
- nggallery.css
I don’t want any of them. I have custom CSS in my theme styles.
Before version 2.0 we could easily turn off these CSS files as well as script files. That should be a basic settings option.
IT IS GROSS TO MAKE SO MANY EXTRA HTTP REQUESTS FOR ONE PLUGIN.
Theme is TwentyTwelve
WordPress version 3.6.1
Plugins:
NextGen Gallery
Google Analytics for WordPress
TinyMCE Advanced
WordPress SEO
Akismet
WP Smush.itI am experiencing the same problem, huge error log files caused by a pair of errors repeating endlessly after upgrading NextGEN Gallery from 1.9.3 to 2.0.27:
PHP Warning: current() expects parameter 1 to be array, integer given in /var/www/vhosts/domain.com/httpdocs/wp-includes/plugin.php on line 404
PHP Warning: next() expects parameter 1 to be array, integer given in /var/www/vhosts/domain.com/httpdocs/wp-includes/plugin.php on line 408
Here are some server settings:
Operating System : Linux (64 Bit)
Server : Apache
Memory usage : 37.25 MByte
MYSQL Version : 5.1.69
SQL Mode : Not set
PHP Version : 5.3.3
PHP Safe Mode : Off
PHP Allow URL fopen : On
PHP Memory Limit : 128
PHP Max Upload Size : 10M
PHP Max Post Size : 8M
PCRE Backtracking Limit : 500000
PHP Max Script Execute Time : 60s
PHP Exif support : Yes ( V1.4 )
PHP IPTC support : Yes
PHP XML support : YesForum: Plugins
In reply to: [Contact Form 7] Validation Errors Don't ShowI found the problem. I am using an acceptance checkbox tag and it doesn’t allow you to click the submit button until you check the box.
I do wish it generated an error message though.
No. Thank you for asking. My intention was to ask How do I do it? The link was there to provide more explanation of what I am talking about.