neilgee
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Redirect Loop on Multisite /wp-admin after moveThis is now resolved originating site had subdomain created in WHM as a separate account – target site had subdomain created in cPanel – so webroot paths where different.
Creating the subdomain on the target the same way as the original domain fixes the path issue.
I manually added the the tracking code and issue still occurs so obviously not the plugin.
Seems to be a SSL issue as will track if accessed without SSL, will reach out in Piwik Forums – thanks for the response
Forum: Plugins
In reply to: [Query Multiple Taxonomies] Dropdowns "Any" going through to blog pageAlso trying to resolve this – same issue on a non-selection it goes to the blog archive.
I would like it to go to a CPT Archive.
Hi Cory – yes it was and the error was repeated multiple times
Forum: Plugins
In reply to: [The Events Calendar] Filter for 'Events' in Search Dialogok no worries – found the Widget file to change –
/wp-content/plugins/the-events-calendar/lib/widget-list.class.phpand the search:
/tribe-events/modules/bar.php
and
/the-events-calendar/lib/the-events-calendar.class.phpIt wouldn’t be Yoast Plugin changing the fields, most probably your theme, what is the code in the templates single.php and page.php in between the:
<title></title>
Tags in the headerForum: Plugins
In reply to: [Genesis Connect for WooCommerce] Updates to templates for WooCommerce 2.1 ?I just changed the version numbers and all is good
I updated my earlier post with a WP function
<?php bloginfo('name'); ?>to include the sitename which you control in Dashboard>Settings>GeneralFor home page there is a specific control in WordPress SEO – SEO>Titles & Metas> Home
If you wanted to use the earlier suggestion but not on the home page you could use a conditional statement or simply use a front-page.php template which just uses
<title><?php wp_title(''); ?></title>You could just then adjust the the wp_title
<title><?php wp_title(''); ?> | <?php bloginfo('name'); ?></title>Then in the In SEO>Titles & Metas> Post Types, set the Posts Title Template to be
%%title%%It does work the way you need it too.
In SEO>Titles & Metas> Post Types, set the Posts Title Template to be
%%title%% | %%sitename%%Then in your actual post you would for example just enter in the the post title field How to tie a a tie?, you don’t change the title in the Yoast SEO Title field and then the template structure is applied giving you How to tie a a tie? | Mashable
If you want to overright it then you would fill in the Yoast SEO Title Field
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Updates to templates for WooCommerce 2.1 ?I have the same issue with the latest Woo Commerce
archive-product.php version 0.9.7 is out of date. The core version is 2.0.0, single-product.php version 0.9.7 is out of date. The core version is 1.6.4here is the exact error – just click the video link
Here is an example slighly different error:
http://dev-nettyd.autopilotyourbusiness.com/contact/
I have had to use another plugin on the home page to make it work but the contact page is the WP Video Lightbox
Forum: Plugins
In reply to: [Responsive Select Menu] Does not work on iPhoneresave the menu in the menu dashboard and then see if it appears
Forum: Plugins
In reply to: [Responsive Select Menu] Does not work on iPhoneI had this issue – resave the menu in the menu dashboard and then see if appears