Cortez77
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding Taxonomy Name to Custom Post Type and Retain PaginationThanks for taking the time to share zinifexer!
I ended up setting up an ajax lazy load type deal to get around the problem myself.
I’ll give this a try too though to support those without javascript.
CheersForum: Fixing WordPress
In reply to: Insert category of taxonomy between custom post type and postI’m having the same issue as Robert3D trying to make the next / last links (pagination) work on the custom-taxonomy page using this set-up.
I started another thread here as suggested by Barrel rider but not getting any love and thought I’d give a shout out here as it directly relates to this thread.
Any suggestions at all are appreciated.
CheersForum: Plugins
In reply to: [WP e-Commerce] Product Search Results (WORKING)Hello hello
Thanks for help on this.
I was able to create a pretty good Search Engine with this.
One question:
Anyone have an easy way to paginate it?One comment:
I used<?php echo get_the_post_thumbnail($rsp[0],’thumbnail’);?
For the image as this will ensure the set product image will appear. **Note I’ve a customized WP Ecommerce theme
Cheers
Forum: Plugins
In reply to: WP E Commerce SKU to PayPal ExpressSo new WP-ecommerce project same old problem
Now using PayPal Standard
What I’ve done
1) Added a Column to wp_wpsc_cart_contents called SKU
2) Populate that column via cart.class.php with the function save_to_dbUp to here I can see that my SKU is being populated correctly in the database
3) paypal-standard.merchant.php I change
“item_number_$i” => $cart_row[‘product_id’],
to
“item_number_$i” => $cart_row[‘SKU’],
But it’s not working.
Strangely I notice that product_id in the wp_wpsc_cart_contents table is actually called prodid but the value is the same.What else needs to be done to pass this SKU?
Any help would be greatly appreciated!
Forum: Plugins
In reply to: Different 404 errorSo instead of digging through the wp -ecom core files I just fixed this by adding conditions checking the page number and check the page title. If the page title ==’ ‘ then I provide my actions.
Little hacky but it does the trick.Forum: Plugins
In reply to: Different 404 errorHmm looks like the culprit is located in wpsc-functions.php as it has heaps of is_404 references. See if I can figure my way around it…arggg wp ecommerce!
Forum: Plugins
In reply to: Different 404 errorSo still stuck on this.
I’ve tried making adjustments to the htaccess file by adding in
ErrorDocument 404 /index.php?error=404
But the product page and all sub directories still ignore this.
Does anyone have a clue where I would add code to assist this re-direct?As it is my own theme I’ve tried using default Twenty 10 and Twenty-11 and all have the same issue. Confused why a) this is happening and b) why I can’t seem to find anyone else with the same problem.
Any help greatly appreciated.
Forum: Everything else WordPress
In reply to: Container div repositions after comment submitSo I managed to sort this out temporarily by removing the #comment-id from the url
Not perfect but it’s a quick fix for the moment.
Love to hear if any one else has any ideas.Forum: Fixing WordPress
In reply to: Mail Function PermissionsVery strange. It appears that nothing was wrong but for some reason even after emptying the cache Safari must have been storing a cookie or something.
When tested on a different browser everything works fine.Forum: Fixing WordPress
In reply to: Mail Function PermissionsThanks I’ll contact the provider.
Forum: Fixing WordPress
In reply to: Mail Function PermissionsCan that be adjusted via htaccess?
Forum: Fixing WordPress
In reply to: Mail Function PermissionsNot yet as I’m convinced it has something to do with changing the directories.
Forum: Fixing WordPress
In reply to: Mail Function PermissionsThat’s why I’m stumped as everything was working great until I made the directory switch and now everything works great except this mail function.
Thanks
I’ll keep digging.Forum: Fixing WordPress
In reply to: Mail Function PermissionsAny idea where I’d change that up?
Hey So I’m using version 3.8.6 of Smart Tube and it’s jumping around like crazy on Ipod safari and it’s also covering up my drop down menu.
It’s also covering the drop down menu on Internet Explorer.
I tried to adjust the code as outlined although I see it’s changed since this solution was posted. I understand flash embedding ok so I made the changes and still nothing.
I’ve tried the forums for smart tube as well but was hoping there may be a faster response here.
Any ideas are appreciated on how to fix this issue.
Cheers