jrcwp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spine] How to add a page template to child-theme of Spine?make a new front-page.php file and place in “wp-content/themes/child-theme/page-templates/front-page.php” — worked well for me.
Carlos:
jquery is called from the head section of my theme and/or plugin theme.
search your directories for something like….
<script type=’text/javascript’ src=’https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js></script>
Then get change the entry to Google’s current version.
if you don’t find where it is loaded into your theme, you can always hardcode that like into the head section of your template.
Solved my bug. A plugin was calling an old script:
https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js
WP 3.5.1 needed this call changed to version 1.8.3 —
https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js
Admin pages and meta boxes now seem to behave correctly.
More info — while the live pages are being modified with the default settings, the admin section will not allow expansion of the box to enter data on the edit post or edit page sections.
I have also not found any conflicting plugin that resolves the problem when deactivated.
These had no effect: Clearing the cache; changing to different browser; and installing today’s version of the development version of Yoast SEO.
Perhaps this is an issue with the on-page scripts?
Same issue. Any solutions?
I had WP 3.2.1 and the Yoast SEO 1.3.4.4 worked well. Wanted to upgrade to Yoast 1.4.7 but that required WP upgrade. Now, with WP 3.5.1 the tabs on the “Titles and Metas” page do not function and no option box appeare below the tabs. Otherwise, the plugin seems to be functioning.