basherdesigns
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Social Icons] Icons No Longer ShowingI know you are working on it.. but same here too.. ??
Forum: Plugins
In reply to: [Simple Cart & Buy Now] Google Checkout / $5 Shipping ??Yea. .I’m using 1.9.11
I added this:
remove_filter('scabn_getShippingOptions',array($this,'getShippingOptions'),10); add_filter('scabn_getShippingOptions','getShippingOptions',10,1); function getShippingOptions($items) { $ship=array(); $ship[]=array("name" => "Not Applicable", "price" => "0", "region" => "all"); //$ship[]=array("name" => "USPS Priority Shipping (USA Only)", "price" => "10", "region" => "USA"); //$ship[]=array("name" => "USPS Express Shipping (USA Only)", "price" => "20", "region" => "USA"); //$ship[]=array("name" => "Global Priority (6-10 days)", "price" => "20", "region" => "NotUSA"); //$ship[]=array("name" => "Global Express (6 days)", "price" => "30", "region" => "NotUSA" ); return $ship; }
to /templates/mytheme.php, I’m hoping that works!
Forum: Plugins
In reply to: [Simple Cart & Buy Now] Remove Border and keep item aligned left?This worked.
I created a file /templates/mytheme.php
Pasted that code above into mytheme.php, edited it to point to mytheme.css
Created mytheme.css in the directory /templates.
Went to Plugin settings and selected mytheme in the dropdown and it is now working.Thanks!
That did it! Thanks!
Forum: Plugins
In reply to: [Simple Cart & Buy Now] Remove Border and keep item aligned left?Forgive me for all the questions.. but the default.php does not have examples or instructions on how to add a custom theme/css to the plugin.
I’ve created a file /templates/mytheme.php
Now I see that in the drop down in the plugin. You said to “include” my CSS to this file. Is the “include” a php incude(); or a <link> for standard css file?Thanks
By default it shows: “Invalid Email Entered”
I delete that, and I haven’t entered any Paypal settings, hit Save Changes, and it shows “Invalid Email Entered” again. The PayPal Checkout button still shows on my Checkout page..
Forum: Plugins
In reply to: [Simple Cart & Buy Now] Remove Border and keep item aligned left?I’m guessing there is some discrepancy between version 1.9.10 and this documentation or is my plugin not correct?
All I have in /templates directory is default.php. I’ve added a directory for my theme in /defaults and created a style.css for it: /templates/mytheme/style.css When I go to plugin options, the only theme listed is default.
What am I missing here or is there newer documentation for your plugin?
Thanks
I’m running 1.9.10 and I do not have the file: templates/defaults/process.php
I’m looking to turn off Paypal and only use Google Wallet.. Can you help me with that?
Thanks!
Forum: Plugins
In reply to: [Instagram for WordPress] Instagram widget not displayingI’ve experienced the same issue with Simple Instagram and BDgram.. both do not show my instagrams.. or every 14th time or so it shows them… I’ve yet to see them load consistently.
Forum: Plugins
In reply to: [Plugin: Lightbox 2.04] lightbox 2.04 errorsIt seems there is still this bug? When I enable the plugin I do get “Operation Aborted” when using IE7.
Forum: Fixing WordPress
In reply to: Search Always Returns ‘Not Found’Has anyone else had this issue or no records ever being found. Not sure where to go next.
Thanks
Forum: Fixing WordPress
In reply to: Search Always Returns ‘Not Found’no, its not that site. its https://wpbeta.2riverschurch.com, its under development of course ??
Thanks..
I had to use this code in
<?php if (is_home()) {query_posts($query_string . "&cat=-6,-4"); } ?>
Here’s the post link
Good luck!
Forum: Fixing WordPress
In reply to: Apostrophes and Quotes converting to odd charactersyeah mine has done the same thing, not sure why?? upgrade from 2.1.2 to 2.3.1 and the are all over the place ??
Forum: Fixing WordPress
In reply to: align swfs [Plugin: pb embed flash]Is there a way to show a preview frame of your swf with this plugin, instead of all my videos being black , similar to youtube so you can kinda see what the video will be like?
love your plugin!!