ZeroGravity
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] Category link 404 and no sidebarHi Stephen,
Using http://www.yoursite.com?event-category=a-category-slug worked. I am wondering if a setting in my functions.php may be influencing this. I didn’t think of it before now because standard post category listings work.
I have turned off conical redirect so I can have a HTML landing page in the same folder as the WordPress install while I am developing the site. Saves time having to move the WordPress site and all that involves an no one knows the WordPress site is there.
/** turn off the canonical redirect for development */ if(!is_page()&&!is_single()) { remove_filter('template_redirect','redirect_canonical'); }Could that snippet be creating my 404 errors?
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] 1.5.2 Schedule and Agenda ErrorsHi Stephen,
I upgraded to 1.5.3 so I would have the latest version and disabled all the plugins and the schedule won’t save. Saving a once off event works but when trying to save a recurring event it reverts back to it’s previous setting. If it is a new event it reverts to the current data and time.
Forum: Plugins
In reply to: [Imsanity] [Plugin: Imsanity] Resize Gravity Forms Post ImageI found this plugin that captures the Gravity Forms upload (http://wordpress.org/extend/plugins/the-auto-image-resizer/) but finding exatly which hook it is using and how to utilize it for Imsanity is a little above my PHP experience. I like the implementation and features of Imsanity more than the other. My guess is it is this hook.
Add_Action ('add_attachment', Array($this, 'Catch_Upload'), 1, 1);Does anyone have suggestions how I could use this hook for Imsanity, assuming I have the correct one.
Otherwise is it possible to be added to a future version?
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] 1.5.2 Schedule and Agenda ErrorsThanks Stephen,
As mentioned in my other thread I will test disabling other plugins. I haven’t been getting error messages. After I click update the page would refresh with the old schedule.
I had downgraded to 1.5.1 but the problem still happened which seems to point to external factors.
Shall keep you posted.
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] Category link 404 and no sidebarThanks for the reply Stephen.
I stumbled across the template solution after curfew last night and haven’t been able to reply until now. I am working on a solution that will fit with Genesis.
I also thought of the possible plugin issue this morning. I activated a random image plugin yesterday so wonder if that is causing the problems.
No need to apologise. It looks like the issues are with my setup not the plugin. 🙂 Shall keep you posted on findings.
Zack, is there a particular reason the gravity forms admin.css is being loaded?
I needed to comment it out on line 1396 of gravity-forms-addons.php as it was breaking my template. I’m using Genesis: Focus child theme. When the GF admin.css is loaded the drop down menus show “behind” the content area.
Forum: Plugins
In reply to: [Gravity Forms Directory] [Plugin: Gravity Forms Directory] Set Column WidthThanks Zack!!
Forum: Plugins
In reply to: [Gravity Forms Directory] [Plugin: Gravity Forms Directory] Set Column Width@rastarr I agree with you on the potential.
As for the line numbers I think these should be pretty close. Change line 1457 to add the ID.
<th id="gfa-col<?php echo $field_id ?>" scope="col" class="manage-column" onclick="Search...and line 1459 to
<th id="gfa-col<?php echo $field_id ?>" scope="col" class="manage-column">and line 1461 also to
<th id="gfa-col<?php echo $field_id ?>" scope="col" class="manage-column">This will ad IDs gfa-col1, gfa-col2 etc to the column headers which you will be able to style in style.css. I hope that helps.
Forum: Plugins
In reply to: [Gravity Forms Directory] [Plugin: Gravity Forms Directory] Set Column WidthI ended up editing gravity-forms-addons.php and adding an id to the TH cell.
<th id="gfa-col<?php echo $field_id ?>" scope="col" class="manage-column">I also added it to the jssearch line as well. Can you see any problem with this Zack? It would be great if this (or something similar) could be added to the plugin to aid in the styling.
Thanks for the plugin Zack.
Forum: Plugins
In reply to: [Gravity Forms Directory] [Plugin: Gravity Forms Directory] Set Column WidthAt the moment CSS sets all the columns to the same width as there doesn’t seem to be any way to target individual columns. Is there a way to get different classes set on individual columns so a different width can be set for each column?
At the moment in the table header all columns have a class of “manage-column”. In the body all the cells have a class of “text”. I was hoping I had missed a setting somewhere that would either add classes or set the width.
Forum: Plugins
In reply to: [Gravity Forms Directory] [Plugin: Gravity Forms Directory] Set Column WidthAnyone??? Please… Even if the answer is no. I have a client waiting for a listing to be added to their site.
Forum: Plugins
In reply to: Display Zen Cart Sidebox inside WidgetThanks!! Just before I hit the submit button on my last post I thought I should look at your PM’s first. LOL should have listened to that thought. I’m going to look at a few things and may send you a PM via ZC.
The site is looking good. I’ve been meaning to ask you how it was going and when it might be live.
Forum: Plugins
In reply to: Display Zen Cart Sidebox inside WidgetAssuming it was a problem with Sidebox Anywhere I posted on ZC as you suggested. I was basically told Sidebox Anywhere wouldn’t work in wordpress. This is the link to the thread.
I have been trying to track down what may be causing the conflict without much luck. I don’t have any problems on the ZC pages where I have pulled the WP template in so was wondering if it is where/when application_top.php was being loaded by Sidebox Anywhere. I haven’t had any luck trying to load it early when on a WP page where I would like the sidebox to show.
Forum: Plugins
In reply to: Display Zen Cart Sidebox inside Widget@divavocals I hope you are still following this thread. Just wondering what version of wordpress you are using. I posted on the Zen Cart forum and was told it won’t work in WordPress. I am getting this error when application_top.php is called.
PHP Fatal error: Call to a member function sql_cache_exists() on a non-object in /home/xyz/public_html/store/includes/classes/db/mysql/query_factory.php on line 125
I tracked it down to:if ( $zf_cache AND $zc_cache->sql_cache_exists($zf_sql, $zf_cachetime) ) zf_cache = 1 zf_sql = select configuration_key as cfgkey, configuration_value as cfgvalue from configuration zf_cachetime = 150Any suggestions for what I should look at? I followed your instructions above. Using WP v3.3.1 and Genesis v1.8. I’m wondering if it might be something in Genesis. Sigh… so close. Many Thanks (ZeroGravity on ZC)
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Custom Extension Type Broken@aesqe: Thanks. I’ve downloaded the beta and look forward to 1.7.5.