Russell Jamieson
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Club Lite] social icons shortcode not workingThis was fixed in release 1.17 of Genesis Club Lite which now supports the use of SVG files as the social icons
Forum: Plugins
In reply to: [Genesis Club Lite] Signature ModuleGood point. I will come up with a solution for this in the next release.
In the meantime the following CSS added to your theme style.css will do the job
p > img[alt="Author Signature"] { float: right; }
Forum: Reviews
In reply to: [Genesis Dambuster] Thank You Dambuster Plugin!@trivediu – Thank you very much for your feedback
Russell
Forum: Plugins
In reply to: [Genesis Club Lite] Incompatible with Divi Builder pluginGot it thanks
Forum: Plugins
In reply to: [Genesis Club Lite] Incompatible with Divi Builder pluginPlease connect with me on skype:russelljamieson
Forum: Plugins
In reply to: [Genesis Club Lite] Incompatible with Divi Builder pluginIs Divi Builder a free or premium plugin?
If free, please send the URL.
If premium. then I would either need access to your site to run the tests or you could send a ZIP of the plugin to me and I could install it and run the tests on my localhost
Forum: Plugins
In reply to: [Genesis Club Lite] Club lite and WordPress SEO both activated gives problemI have an old laptop with PHP 5.3 and Apache 2.2 so will check this out tomorrow
Forum: Plugins
In reply to: [Genesis Club Lite] Club lite and WordPress SEO both activated gives problemPHP 5.3.10 was released 2nd Feb 2012 however it still should be supported
However you are recommended to use PHP 5.6 or later
Quoting from Requirements
To run WordPress we recommend your host supports:PHP version 5.6 or greater
MySQL version 5.6 or greater OR MariaDB version 10.0 or greaterForum: Plugins
In reply to: [Genesis Club Lite] Club lite and WordPress SEO both activated gives problemWhich page in the back-end is causing the problem?
I am running Genesis Club Lite 1.16 and Yoast SEO 3.3.2 and do not see any problems on the GCL or SEO settings pages, or on the Post/Page Editor pages apart from one issue in the GCL SEO Thesis tab (a name change).
I will get out a fix for this later today, but would like to track down if anything else is awry
Forum: Plugins
In reply to: [Genesis Club Lite] Club lite and WordPress SEO both activated gives problemKatootje,
Thanks for reporting this.
Please confirm you have the latest version of Genesis Club Lite v1.16 which was about 2 weeks ago.
Genesis Club Lite supplements some SEO functionality alongside both the Yoast SEO and SEO framework plugins.
It may be the latest update to Yoast SEO has caused an incompatibility. I will check it out today and then get back to you and issue a fix if required
Forum: Plugins
In reply to: [Genesis Dambuster] No Container – dam walls busted!Hi,
It is hard to tell without looking at the code of your custom child theme.
Genesis Dambuster is only tested against all the Genesis child themes from StudioPress. However there is a method to add your support for other themes using Genesis Dambuster Hooks
For more on this see What If My Genesis Child Theme Is Not Supported?
Thanks Joachim.
A bit more info. The error was on line 108 of taxonomy.php
Seems $posts is coming in as empty.
public function filter_excluded_context($posts) { global $wpdb; $posts = parent::filter_excluded_context($posts); $obj_w_tags = $wpdb->get_col("SELECT object_id FROM $wpdb->term_relationships WHERE object_id IN (".implode(",", array_keys($posts)).") GROUP BY object_id"); $posts = array_diff_key($posts, array_flip($obj_w_tags)); return $posts; }
I had what sounds like the same problem with 3.2.1 and had to revert to 3.1.2. The error in Apache logs indicates badly formed SQL where the IN subclause is empty. This might help in diagnosing the problem…
WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘) GROUP BY object_id’ at line 1 for query SELECT object_id FROM wp_term_relationships WHERE object_id IN () GROUP BY object_id made by require(‘/home/account/public_html/wp-blog-header.php’)
Forum: Plugins
In reply to: [Genesis Club Lite] Redirects no longer workBTW the Redirect tab also appears on the Genesis Club Archive Settings box on taxonomy/category/tag admin pages so you are able to redirect archive pages too.