jasond5
Forum Replies Created
-
Forum: Plugins
In reply to: [Team Rosters] CSV Import ErrorMark,
Thanks! That did the trick. I didn’t even realize that was an option in Excel ??
J
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Import game/player statsHas anyone figured out how to import and event with player stats included? The import sample (event-sample.csv) shows event and stats, however, when I import, nothing happens. No Event and no player stats included.
Forum: Plugins
In reply to: [Meta Box] advanced post field on custom post typesame issue.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player List Widgetthanks for the feedback. Downside to using this method is then I can utilize the great sorting functions included in that Player List widget. Is there a way to tweek the shortcode to effect what is listed?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player List WidgetSorry, it is not live. Using Gameday Theme by ThemeForest
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player List WidgetLooks like I am only having this issue on my theme. It is strange because the space for the details is there but it is just blank.
I understand this is not your issue but any idea what would cause this strange behavior?
Here is a snapshot of what it looks like. https://sandlotdm.com/wp-content/uploads/Screen-Shot-2014-06-05-at-8.38.38-AM.png
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Statistics RoundingMade the changes. Works great, however, I notice the rounding works correctly in the Player page, but in the team page, the rounding is not showing the 3 decimal places. Something I need to tweak?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Statistics RoundingThemeboy,
Thanks for the quick response. I look forward to 1.0!
Forum: Localhost Installs
In reply to: Localhost Images now showing after movethis .htaccess is exactly like others (different site name obviously). I have several local sites and they have no issues. How do I change vhost config?
I don’t think it is a permissions issue because the images are there and new ones can be added… they merely appear broken. If it were, where on a localhost can permissions be modified?
I did see other posts referencing putting this in the .htaccess file, however, I’m not certain I have the details correctly inputted…
<VirtualHost *:80>
ServerName wp.localhost
ServerAlias *.wp.localhost
ServerAlias …………………
DocumentRoot /var/www/localhost/inserts_local/
…
…
…
RewriteEngine On
RewriteLogLevel 9
RewriteLog /var/log/apache2/rewrite.log
<directory /var/www/localhost/inserts_local/ >
#AllowOverride FileInfo Options Indexes
AllowOverride None# BEGIN WordPress
RewriteEngine On
RewriteRule ^index\.php$ – [L]
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . /inserts_local/index.php [L]
# END WordPress
</directory>
….
…
…
</VirtualHost>Forum: Localhost Installs
In reply to: Localhost Images now showing after moveMy site is located at /Applications/MAMP/htdocs/inserts_local/
The images are in their usual spot: /Applications/MAMP/htdocs/inserts_local/wp-contents/uploads/
Here is contents of my .htaccess file…
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /inserts_local/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /inserts_local/index.php [L]
</IfModule># END WordPress
Forum: Localhost Installs
In reply to: Localhost Images now showing after moveThanks for the reply! If I try go directly to the image I get the following.
“The virtual host was set up successfully.
If you can see this page, your new virtual host was set up successfully. Now, web contents can be added and this placeholder page1 should be replaced or deleted.
Server name: localhost
Document-Root: /Applications/MAMP/htdocs”I assume this is the equivalent of the 403. I’ve been reading about the permissions, however, on a localhost, where can I check them? I try via filezilla (like I would for a live server) but there is no permissions option.
Using Finder (Mac): I use the “Get Info” and it shows I have “Read & Write” privileges. Is that the same as permissions?
I have several local sites without issue so it is strange this one popped up.
Forum: Localhost Installs
In reply to: Localhost Images now showing after moveI tried for grins & giggles to upload a new image and that doesn’t work either.
They upload but it is the generic image shown. I can see the actual image when I click “Edit” in the media section, but they are not showing anywhere else…
suggestions?
One thing that didn’t seem to properly transfer was the images. They look to be there but are not showing up. Just shows the placeholder for an image.
Any idea what that is about?
Didn’t think this would work or matter, but I deactivated some minor plugins to see if that would make a difference and sure enough, that was the issue. After the duplication, I re-enabled the plugins and all seems well!
Thanks for the help.