torweb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The CartPressI just downloaded the latest version of cartpress and several ad-ons. I have two simple questions (I hope) My client sell tickets to various events with a variety of pricing. Can I have a cart item for the event with check boxes or radio buttons where the client can select the pricing level? Also some events have standard level access and some have VIP access. In those cases the event price is set but they can select one of several access levels. It looks like it can be done.
Last question…does the CSV ad-on ($40) give my client to do various reports for different events:
Thanks in advance
I’m having this problem and have removed SEO Yoast but the problem is still there
Forum: Plugins
In reply to: [Cimy User Extra Fields] Add user login passwordBump
Forum: Fixing WordPress
In reply to: Display select profile fields on a pageRESOLVED…. I just used css to “display: none” to remove some of the fields on the standard wp profile page.
Forum: Fixing WordPress
In reply to: Can't login to refresh permalinksOK…what worked for me was in my last post above.
1. Rename plugins folder
2. Reset permalinks phpmyadmin
3. Remove .htaccess fileBack into the site finally and went to admin to clean things up then
1. Get plugins folder back
2. Reset custom permalinks
3. Added back .htaccess fileForum: Fixing WordPress
In reply to: Can't login to refresh permalinksI disabled all plugins, removed htaccess file and reset permalinks phpmyadmin. This got me back into the site HOWEVER when I try to login to dashboard admin I still get:
https://ak-test.net/usc/login/?redirect_to=http%3A%2F%2Fak-test.net%2Fusc%2Fwp-admin%2F&reauth=1
The above link is a page not found error.
Forum: Plugins
In reply to: TS Display Plug in helpProHealthAdmin…
Do you have NextGen gallery installed. I updated that on several sites, which caused some bad issues.
Thanks
Forum: Plugins
In reply to: TS Display Plug in helpI’m getting the same error after updating to wp 3.6
Forum: Fixing WordPress
In reply to: Site just brokeI wanted to close this post as it’s resolved. The hosting company moved the site to another server but changed the file/folder paths which conflicted with the SQL settings. The correct “new” paths in the SQL fixed everything.
Forum: Fixing WordPress
In reply to: Site just brokeThanks for the info however I’m beginning to think this is another issue. I uploaded a file into the root location of the site, a simple php app that returns the file folder path. I cannot access that and get a 404. Anything I try to access in the public html section returns a 404 error.
Forum: Fixing WordPress
In reply to: Site just brokeGood point….panic taking over. I thought I added the link.
The site is at https://www.sportsmedicinedr.com
I went to visit the site and found all of the content, but it looks like it can’t see the theme template or stylesheet. Additionally if I try to login I get a 404 error. All very strange. It’s a client’s site with very little activity
Thank you in advance for any ideas..
found a fix. Just added ‘margin-bottom: 200px !important;’ That gave extra bottom space to the calendar page.
That was the code…I removed these sections:
I want
Resolved
This seems to be the section on the “levels.php” page:
<?php if(empty($current_user->membership_level->ID)) { ?> <a href="<?php echo pmpro_url("checkout", "?level=" . $level->id, "https")?>">I want <?php echo $level->name?>!</a> <?php } elseif ( !$current_level ) { ?> <a href="<?php echo pmpro_url("checkout", "?level=" . $level->id, "https")?>">I want <?php echo $level->name?>!</a> <?php } elseif($current_level) { ?> <a href="<?php echo pmpro_url("account")?>">Your Level</a> <?php } ?>
There must be a way to remove “I Want” The shortcode is referring to some page (code) or script. I just wanted to edit to remove it as grammar is strange when combined the level name. Here’s what mine looks like now:
Members $100.00 $100.00 every 12 Months I want Members!