ZeroGravity
Forum Replies Created
-
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 = 150
Any 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.
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Custom Extension Type BrokenI just tested 1.7.4.1 and the icons for my PDF custom extension type aren’t showing. Do you know when the change you made in 1.7.4-RC2 that worked and had the icons showing will be in a release?
Thanks
You’re welcome Daniel. Thanks for the great plug-in.
We moved the “problem” site live today and the backups are working perfectly. It looks like my problem was the site was only accessible by setting the local hosts file. As soon as the domains nameservers were pointed to the new site and the DNS propergated the backups worked.
You’re welcome. Glad you got it working. I hope tomorrow brings the same result for me.
@pkiula, this is a brilliant plug-in, Daniel has done an amazing job with it and I wouldn’t use anything else. I especially love it’s ability to backup to dropbox. I recommend this to all my WordPress clients so they have an automatic offsite backup. I am well on my way to 8Gb of storage from my referrals. ??
I have other installs on the same server (different cPanel accounts) and they are all working fine.
The site that is giving me problems is a redevelopment of a currently active website. I have needed to set my local hosts file to access the site. I have been wondering if this is what may be causing the issue. The site should be live tomorrow so I can let you know if being accessible to the outside world fixes the problem.
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Custom Extension Type BrokenForgot to mention. I tested this with WordPress 3.3.1 and Genesis 1.8, using the delicious child theme.