fitJaime
Forum Replies Created
-
I’m right there with you — I know it can be done just don’t know if it’s in the Personality Quiz Add-On plugin or in the other 3rd party plugin that we are integrating with.
Forum: Plugins
In reply to: [Social Slider Feed] Fatal ErrorJust installed on a client site and same issue.
PHP 5.2.17Forum: Fixing WordPress
In reply to: Dashboard giving 500 Error after successful wp-login. Site is upThe site is running Headway Themes 2.0.13 and the following plugins (although because I can’t access the dashboard, they might not all be active):
- wp-tables-reloaded
- wp-fb-fan-box
- wp-db-backup
- twitter-anywhere-plus
- simple-image-widget
- sexybookmarks
- meteorslides
- gravityformspaypal
- gravityforms
- google-sitemap-generator
- font-uploader
- commentluv-premium
- akismet
- add-image-src-meta-tag
Forum: Hacks
In reply to: Integrating Static pages with WordPresswe’re using the s2Member (basic) plugin to protect the content and the content is in a subdirectory of our wordpress installation so it’s adequately protected.
The reason for the static/non WP pages is because there are thousands generated by an offline program and then loaded onto the server. The one-for-one idea isn’t feasible ??
I had thought of the .htaccess route, but am not sure how to tackle the file… and if it will even work to be able to force WordPress to realize these are “good” files instead of 404 pages.
Forum: Hacks
In reply to: Integrating Static pages with WordPressYes – that’s exactly what I’m trying to do.
Forum: Hacks
In reply to: Integrating Static pages with WordPressThis project involves a membership component, and frankly I don’t want to re-invent the wheel, and have chosen to use a WordPress membership plugin!
(Using the free version of S2Member, which works fine on these static pages)
Forum: Installing WordPress
In reply to: Urgent HELP! Changed URL! Can't find site!Did you follow all the steps in the codex?
Set it as:
wordpress address: https://site.com/wordpress
site address: https://site.comCopy the index.php file and .htaccess files to the root
Open your root directory’s index.php file in a text editor
Change the following and save the file. Change the line that says:
require(‘./wp-blog-header.php’);
to the following, using your directory name for the WordPress core files:
require(‘./wordpress/wp-blog-header.php’);Forum: Installing WordPress
In reply to: Cannot Access wp-admin after activating new theme for clientMy client was able to provide me with the logon credentials for ftp (which i’d asked for before).
I’ve reverted to Twenty Ten ??
Forum: Installing WordPress
In reply to: Urgent HELP! Changed URL! Can't find site!Did you follow the instructions to update the .htaccess from the codex?
https://codex.www.ads-software.com/Giving_WordPress_Its_Own_Directory
Forum: Plugins
In reply to: Spacing above some plugins on pagesAny advice on where in the stylesheet to look to identify this issue? I think it’s all stype related.
Thanks.
Forum: Plugins
In reply to: Spacing above some plugins on pagesEverything looks good according to validator.w3.org but it’s still not spacing correctly.
–Jaime
Forum: Plugins
In reply to: Spacing above some plugins on pagesThanks for the suggestion.
I changed from strict to transitional which resolved the problems on the contact form but not the issues on the products-page.Any specific errors jumping out as to why the products-page is still having issues?
Thanks!
–Jaime