prosediva
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Supersized] Cropping / scaling issueI’m astounded that this issue wasn’t addressed in the newest version. Oddly, the previous version doesn’t have this problem. Thank you so much for sorting this out!
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Nothing on Maps pagewayoutwestaustin – good for you. I am stuck with a paid version that I can’t get working, and a client wondering if I’m an idiot.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Nothing on Maps pageNo. Just a regular install.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Nothing on Maps pageNope. Nada.
Thanks for the try, tho!
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Nothing on Maps pageI’m having the same problem. Installed plugin – no default map in place to start with, no way to create new one.
Tables are in DB, but empty. My footer code below:
<?php wp_footer(); ?> <script type="text/javascript"> <?php include ( TEMPLATEPATH."/javascript/cufon-replace.php" ); ?> </script> </body> </html>
Forum: Themes and Templates
In reply to: warning about TEMPLATIC themesNo – it never notifies you when they respond. You just have to keep the Helpdesk page up in your browser and refresh it every so often.
Forum: Themes and Templates
In reply to: warning about TEMPLATIC themes“Also anyone who want to check this claim of us, can test drive the theme before they make purchase at https://test.templatic.com”
Unfortunately, the theme I paid for and downloaded does not function as the demo did. After several trouble tickets, excuses that staff was not at work at “9:30am” (???) – that I needed a programmer to look at my theme and someone would get back to me (4 days ago), I have had it. Have filed a complaint at Paypal. Want my money back.
Forum: Themes and Templates
In reply to: Templatic Themes@rbhavesh – I’m on day 4 of a web site I can’t show to my client. It’s been 15 hours since your crew apparently didn’t show for work. I have uninstalled and reinstalled this theme twice. My comparisons were being made to the demo of this exact store at your web site – which my client used and approved. The product you sold me does not function as the demo did. In the US we call that “bait & switch” – and it’s against the law. Please refund my $65 promptly.
Forum: Themes and Templates
In reply to: Templatic ThemesI have posted 3 help requests for my Store template in the last 2 days at Templatic and have received no help at all. I remedied my first problem by totally reinstalling everything – now I have an issue that I simply can’t figure out. I have probably installed and configured 20 or 30 WordPress sites in my time – and this has been the most frustrating theme ever. Please install a forum at your web site so at least the users can help each other.
Forum: Fixing WordPress
In reply to: Strange File/404 issuesI found the issue – and the fix to this unbelievably annoying problem. WordPress needs to mention this in the setup for Windows servers… I spent 4 days tearing my hair out over this simple permissions issue with PHP and wp-admin/uploads.
See:
https://www.howyoudo.info/index.php/how-to-fix-windows-server-upload-file-inherit-permissions-error/
Forum: Fixing WordPress
In reply to: Unique image upload problemI found the issue – and the fix to this unbelievably annoying problem. WordPress needs to mention this in the setup for Windows servers… I spent 4 days tearing my hair out over this simple permissions issue with PHP and wp-admin/uploads.
See: https://www.howyoudo.info/index.php/how-to-fix-windows-server-upload-file-inherit-permissions-error/
Forum: Fixing WordPress
In reply to: Media uploads fine but gives 500 error in browserI found the issue – and the fix to this unbelievably annoying problem. WordPress needs to mention this in the setup for Windows servers… I spent 4 days tearing my hair out over this simple permissions issue with PHP and wp-admin/uploads.
See:
https://www.howyoudo.info/index.php/how-to-fix-windows-server-upload-file-inherit-permissions-error/
Forum: Fixing WordPress
In reply to: Media uploads fine but gives 500 error in browserNo – I spoke too soon. Reverted back to twenty-10, uploaded photo:
https://www.beyondthepasta.com/wp-content/uploads/elegant_masthead_image.jpg
Still 500 error. I suspect this is a web.config issue related to permalinks. Not using anything weird for permalink structure: /%year%/%monthnum%/%day%/%postname%/ – but client needs this structure.
web.config:
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <!-- <httpErrors existingResponse="Replace" errorMode="Detailed" />--> <defaultDocument> <files> <remove value="index.php" /> <add value="index.php" /> </files> </defaultDocument> <rewrite><rules><clear /> <rule name="wordpress" patternSyntax="Wildcard"> <match url="*" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <action type="Rewrite" url="index.php" /> </rule> </rules></rewrite> </system.webServer> </configuration>
Forum: Fixing WordPress
In reply to: Media uploads fine but gives 500 error in browserJame – thank you. It appears to be a theme-specific issue.