webmaster@statepublicadjuster.com
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Calendar] [Plugin: Ajax Event Calendar] eventlist – show today eventsI think the reason that it is showing the April 23rd date is because that is the date the event was originally made. Since today is an event that is part of a recurring series it is showing the original default date in the widget display (being the date the recurring event started). Is this what is happening? Is there a work around, so that the widget displays today’s date and not the date the recurring event started?
Thanks!
Forum: Plugins
In reply to: [Event Calendar] [Plugin: Ajax Event Calendar] eventlist – show today eventsEran,
I tried this shortcode but it keeps showing all the events from back on April 23rd of 2012 instead of showing events from todays date. I used this short code in the footer widget [eventlist end=”+0 days”]
Forum: Fixing WordPress
In reply to: How to allow password protected content in search resultsSOLUTION:
Add this code to your functions.php file and you will get it to work.
add_filter( 'posts_search', 'include_password_posts_in_search' ); function include_password_posts_in_search( $search ) { global $wpdb; $pattern = " AND ({$wpdb->prefix}posts.post_password = '')"; $search = str_replace( $pattern, '', $search ); return $search; }Forum: Fixing WordPress
In reply to: How to allow password protected content in search resultsI am having the very same issue….anybody come up with a solution…It would be a great help.
I have a client that wants to post status of projects. When his customers go to the search box they type in their unique client number. It takes them to the search results page that has their customer number as the title of the post. They type in their password and gain access to their status….sounds simple enough eh?
Any help would be greatly aprreciated. In the mean time…back to the forums for more exhausting topic searching on the topic.
-Nick
Forum: Fixing WordPress
In reply to: Assign Roles Tweek RoleFound a plug-in that will do the trick…thanks!
The plug-in is called, “User Role Editor”
Ciao!
Forum: Plugins
In reply to: [FoxyShop] Quick Study Needs Quick Start….HelpDavid,
1. Changed the permalinks…worked like a charm
2. Inventory is now viewable at http://adwebsite.us/PowerHouseWP/products/
3. ??? Not sure what you mean on this….are you saying that I can change the word ‘Products’ that appears at the top of the products page to something like ‘Inventory’?
4. I copied all of the files into the theme files and went through each to get a high-level overview of each file and what each does. Thanks!Minor problem…perhaps you could help.
If you look at the page http://adwebsite.us/PowerHouseWP/products/ you will see my problem
1. I would like to have the products stacked in a single column (it is in two columns now).
2. The ‘Jeep Details’ button does not appear to be active and linking to the product details
3. The product alignment seems to be butted right up against the border on the background. I would like to learn how to adjust the overall position of each post on the page.I believe this will totally solve all of my current issues.
If you could help I would appreciate it.
-Nick
Forum: Plugins
In reply to: [FoxyShop] Quick Study Needs Quick Start….HelpThanks David! I will have a look at it this morning. I appreciate your response!
-Nick
Forum: Plugins
In reply to: [FoxyShop] Quick Study Needs Quick Start….HelpBTW…I have the site up on my testing server…the URL is as follows: http://adwebsite.us/PowerHouseWP
Forum: Themes and Templates
In reply to: Change order of productsThanks so much…I was considering just doing the inventory in a shopping cart type plug-in. Let me try this out.
-Nick
Forum: Fixing WordPress
In reply to: Still having trouble with the text field…just need 1px borderhaxxton…
man thanks so much…sorry for the double post. New to WP but really value the support here. Hope I will be able to contribute before too long.
Thanks again my friend!
Cheers!
-Nick
Forum: Fixing WordPress
In reply to: border around text field in form (need help)I tried adding that to the code but it did not seem to work….perhaps there is some lag in the time I submit and the time that I refresh the site???
Just in case that is not it…any other suggestions?
Thanks so much!
-Nick
Forum: Fixing WordPress
In reply to: alignment in replies issueTried that and it worked but now it appears that the formatting is still just a bit off. Can you recommend some additional tweaks to get it looking right