Bob
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Custom Shopping Cart IconCan you help me with this code?
What is the status?
Thank you,
Bob-Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Custom Shopping Cart IconNo cache plugin installed.
Its hosted through Network Solutions and I dont know if the use any CDN.
It seems they would charge for this but Im not sure.I have tried this on multiple computers and multiple browsers and have cleared all cache.
If I delete the images folder in the plugin folder on the server those images still show up.
I dont get it!
Do you know the code I can add to my funtions.php file to manage this?
Bob-
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Custom Shopping Cart IconPS
I use to just replace the shopping_cart_icon.png in the image folder and it would work.
It doesn’t work any more.
That is why I am trying to get a code to add to my funtions.php file to force this.
Thank you,
Bob-Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Custom Shopping Cart IconThank you for that.
Why is it, even if I delete the images folder on my server, that the images still shows up?
I have cleared all browser cache and tried this on multiple browsers and computers but the images still show up.
Where is it coming from?
Bob-
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Custom Shopping Cart IconIt is part of the question.
If you don’t know how to do this can you put me in touch with some one who can?
Or should I repost the question?
Thank you
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Custom Shopping Cart Icon`/* =Custom Paypal Checkout Button
——————————————————- */
add_filter(‘wspsc_cart_checkout_button_image_src’, ‘override_checkout_button_image’);
function override_checkout_button_image($checkout_button_img_src)
{
//Specify the URL of your custom image
$checkout_button_img_src = ‘https://csoaamaine.org/wp-content/uploads/2016/08/paypal_checkout_ES.png’;
return $checkout_button_img_src;
}
/* END OF Change */Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Custom Shopping Cart IconHello,
I have done that and for some reason it wont show.
In fact the new image is in that directory now.
But it doesn’t show up.I rather have a code to add to my funtions.php file to force it to display.
Can this code be modified to work with shopping_cart_icon.png ?
Can you help?
/* =Custom Paypal Checkout Button
——————————————————- */
add_filter(‘wspsc_cart_checkout_button_image_src’, ‘override_checkout_button_image’);
function override_checkout_button_image($checkout_button_img_src)
{
//Specify the URL of your custom image
$checkout_button_img_src = ‘https://csoaamaine.org/wp-content/uploads/2016/08/paypal_checkout_ES.png’;
return $checkout_button_img_src;
}
/* END OF Change */Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Custom Shopping Cart IconHello
Here is the image you asked for.
https://csoaamaine.org/wp-content/uploads/2016/08/Capture.pngHere is a link to the page.
https://csoaamaine.org/book-store/Thank you,
Bob-Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Custom Shopping Cart IconYes that is the check out button.
I would like to the same thing with the black shopping cart icon.
The one that looks like a grocery cart.
Bob-Forum: Themes and Templates
In reply to: [Customizr] Contact Info Print ViewHello,
Yes I want to add to the header but have it hidden unless printed.
Originally I wanted to add this to the meeting list page.
This would be helpful when printing a meeting list.
https://csoaamaine.org/meetings/Then I figured I might as well have it apply to all pages.
It would also be helpful on an event page.
https://csoaamaine.org/event/bookies-meeting-2/Thank you,
Bob-Forum: Themes and Templates
In reply to: [Customizr] Go Back 1 PageSure, Id like to have it.
When ever you get a chance.
Thank you,
Bob-Forum: Themes and Templates
In reply to: [Customizr] Go Back 1 PageMenaka,
Thank you for all your help!
I never would have figured it out on my own.
Here is the finished page.
https://02ba63c.netsolhost.com/gngautosales/vehicle/buick-lesabre-2003/Bob-
Forum: Themes and Templates
In reply to: [Customizr] Go Back 1 PageHello,
That did add the back link, but it is small, and just above the photo.
Is there a way to make it a h2 and have it located over the title, “Buick LeSabre 2003”
https://02ba63c.netsolhost.com/gngautosales/vehicle/buick-lesabre-2003/
Thank you,
Bob-Forum: Themes and Templates
In reply to: [Customizr] Go Back 1 PageHello,
Thank you for your reply.
I added the code, and can see no effect.I would like, if possible, to add the back link just above the Buick LeSabre 2003, top Left of page.
Example Page:
https://02ba63c.netsolhost.com/gngautosales/vehicle/buick-lesabre-2003/Back To:
https://02ba63c.netsolhost.com/gngautosales/inventory/Thank you,
Bob-Forum: Themes and Templates
In reply to: [Customizr] Customize changes no savingMenaka,
Thank you for your reply.
I discovered the solution.Its a memory limitation problem from the host.
Adding this code to the wp-config.php file fixes this.define(‘WP_MEMORY_LIMIT’, ’96M’);
Bob-