matt adams
Forum Replies Created
-
I was a paid member last year, support was about the same. Hence the reason i canceled it. We have been switching to WooCommerce with the membership / groups add on. Works well.
We switched to stripe and the issue went away. Not ideal for a fix, but we were considering it.
Having been a paid support user and now a free user of this plugin, Its pretty disappointing the level of support for such critical functions like this. I think we are switching to a new system from here on out. Just hard to deal with 700 members in a transition that involves monthly billing.
We are having the same issue. Found 2 other support threads here but the suggested fixes arent working for us, and we dont have any caching plugins.
Forum: Plugins
In reply to: [Jigoshop] Premium Shipping requires 1.4, you have 1.12thanks!
Okay ran some tests, manual offsets dont work, but a city based timezone does.
Yes, we have been on a manual offset since day one. Would city name work better?
server is located in -6/ website / org is at -5. All events in the admin and frond show correctly at -5 But the ical .ics file imports at -6.
Forum: Fixing WordPress
In reply to: Captions not showing properly under imagesimage captions do not show on gallery photos in the grid view. They look to be showing on the lightbox view.
Image captions would be visible on single images.
Forum: Fixing WordPress
In reply to: Not sure what I messed up, but really in a picklePer the instructions here:
http://codex.ww.wp.xz.cn/Moving_WordPress- Log in to your blog.
- Go to the Administration > Settings > General panel.
- In the box for WordPress address (URI): change the address to the new location of your main WordPress core files.
- In the box for Site address (URL): change the address to the new location, which should match the WordPress (your public site) address (URI).
- Click Save Changes.
(Do not try to open/view your blog now!) - Move your WordPress core files to the new location. This includes the files found within the original directory, such as http://example.com/wordpress, and all the sub-directories, to the new location.
- Now, try to open your site by going to yourdomain.com/wp-admin. Note, you may need to go to yourdomain.com/wp-login.php
- If you are using Permalinks, go to the Administration > Settings > Permalinks panel and update your Permalink structure to your .htaccess file, which should be in the same directory as the main index.php file.
Forum: Fixing WordPress
In reply to: Not sure what I messed up, but really in a picklethe site URL is not in the config, only the database settings, which you wont need to change.
your root htaccess should look like this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: Not sure what I messed up, but really in a pickleyou may want to just deactivate your htaccess file (remove the . on the file name) to see if that helps clear up any redirects you may have.
Forum: Fixing WordPress
In reply to: Not sure what I messed up, but really in a pickleeasy question, but are you sure you moved all the files from your /wordpress to the root? Im seeing 67 missing files, scripts, images, etc. All theme and WP core based.
Forum: Fixing WordPress
In reply to: Captions not showing properly under imagesGlad we at least found the issue. I assume there is a function somewhere in thesis removing the html from the WP generated caption shortcode.
hopefully you can find some help in the thesis support forums, im not too familiar with that theme at this level and im not finding much in google searches.
Forum: Fixing WordPress
In reply to: Captions not showing properly under imagesIs it possible to quickly switch to twentythirteen theme then look at your test page?
Forum: Fixing WordPress
In reply to: Captions not showing properly under imagesThe source i am seeing isnt showing the captions as WP normally would. It looks like text just under the photo in the code.
Captions normally look like this:
[caption id="attachment_141" align="aligncenter" width="400" caption="caption text"]<img class="size-full wp-image-141" title="pic title" src="http://www.summitcove.com/wp-content/uploads/2009/08/img1.jpg" alt="alt text" width="400" height="300" />[/caption]Its possible your theme has a function removing the HTML that WP would normally be generating.
In your themes functions.php file, can you search for either img_caption_shortcode or caption?