Forum Replies Created
-
AuthorPosts
-
EdwinParticipant
Thanks, that worked great. I had a follow up question. Is there a way to adjust the picture size in my product categories? I already tried using the woocommerce admin section. When I adjust the pixels or remove “hard crop” nothing happens. I think the theme is overriding it.
Can you assist? I just want to back the pictures off about 10-15% so it doesn’t cut the top of their heads off. However, the pics work great everywhere else so I do not want to tamper with other areas such as the product listings.
See here:
https://www.buddhastatuesnow.com/product-category/gold-buddha-statues/
EdwinParticipantHello, I put the woocommerce search on the header main menu, but it looks really terrible. Mainly this is because of the search button. Is it possible to make the woocommerce search widget look just like the standard search that is in the header right menu now? You can see it here https://www.buddhastatuesnow.com
As mentioned when people search for something the product results do not display properly. However, everything else displays properly. The product photos display with the head cut off. Can we fix this so everything displays properly> This would be ideal. As an alternative I can just use the woocommerce search widget but please make it look nice like the regular website search display.
Thank you,
EdwinEdwinParticipantHello, Yes on the home page that is featured content that is handwritten. I will get it updated soon.Thank you.
EdwinParticipantI changed the case also so the snippet I inserted looks like this:
add_filter( ‘woocommerce_currencies’, ‘add_my_currency’ );
function add_my_currency( $currencies ) {
$currencies[‘SGD’] = __( ‘Currency name’, ‘woocommerce’ );
return $currencies;
}add_filter(‘woocommerce_currency_symbol’, ‘add_my_currency_symbol’, 10, 2);
function add_my_currency_symbol( $currency_symbol, $currency ) {
switch( $currency ) {
case ‘SGD’: $currency_symbol = ‘SGD’; break;
}
return $currency_symbol;
}Everything seems ok from what I can tell.
EdwinParticipantI got very busy after I last posted 🙂
I found some info listed here: https://docs.woocommerce.com/document/add-a-custom-currency-symbol/
I changed the currency to SGD and put in my childs theme.
I think it worked?
https://www.buddhastatuesnow.com/product/gold-gilded-shakyamuni-statue/
I will test it with my payment gateway as soon as I get the bank account attached.
Thank you for your assistance.
EdwinParticipantI am a premium customer and I just renewed my annual subscription. Please assist if possible, Woocommerce support can take several days.
I want to remove the currency symbol display from $100.00 to SGD 100.00
This webpage was very helpful but can you confirm if it is correct for my theme? https://www.sellwithwp.com/pricing-remove-currency-symbol/
If so where do I insert it? In the functions.php in my childs theme? Or in the CSS editor?
Thanks for your consideration 🙂
EdwinParticipantThis does exactly what I want it to do. The problem is that there are only 3 optional sidebars. I have more products than this and I want to match them with specific posts and use focused marketing.
Is it possible to create more optional sidebars or is there a workaround?
Thank you.
EdwinParticipantThanks. I have a follow up question.
I have woocommerce installed on my website https://www.buddhastatuesnow.com
There is a search box in the header menu but if you search for a product such as “green tara” the pictures in search results are displayed with the heads cut off. Is it possible to fix that or change that search box with the product search for woocommerce (see footer) because it does display correctly.
Thank you.
EdwinParticipantOk, thanks. I was trying to change the header secondary menu to the header right menu. So it appears next to the search icon in the top right of the page. However when i uncheck secondary menu and check header right, secondary disappears but right never shows up? Why is this?
EdwinParticipantHi, thanks. Font size and color seem to be working ok. However, font type is a bit strange. It seems as if it is kind of stunted in some way. I have it currently set to times new roman and size 26. Does that look right to you? I like the way Arial looks in another program I use but it doesnt seem to apply the same way here. Perhaps it is set my default in Bold for adventurous? http://www.globaltravelpress.com
Also, in your demo https://catchthemes.com/demo/adventurous/ how did you set the bottom of the page that way? Specifically, I like the space between the footer menu and the copyright. I would like to also do it like that or something similar.
Thanks again,
EdwinEdwinParticipantHello, url is http://www.globaltravelpress.com
EdwinParticipantI have already created a childs theme. I would like to install recaptcha in comments and also the contact me page. Not only for comments.
I inserted the 1st snippet per your instructions.
EdwinParticipantI want to install google recaptcha verification on my comments and also contact me page.
my website is mm2hglobaltravel dot com
googles instructions state this for client side integration:
Paste this snippet before the closing </head> tag on your HTML template:
and then:
Paste this snippet at the end of the <form> where you want the reCAPTCHA widget to appear:
I want to confirm the locations to place the snippets properly.
I am unable to locate the HTML template in cpanel files. I believe it may be accessible from wp-admin but I am not sure where.
Also, please clarify the location to place the snippet for the contact me and post comments.
Thank you I hope this clarifies my question.
EdwinParticipantIt doesnt work, I tried it in customization and theme options. I can view the color change in customization but when I save and publish it doesn’t take effect. I cleaned the cache and tried both chrome and firefox so that is not the issue.
EdwinParticipantI am trying to adjust the color scheme of the promotion on the home page. I would like to change the button back ground color.
The color adjustment does not seem to work in admin, at least for the dark color website scheme. Can this be fixed?
If not, please send the code to adjust the button background color and also text in the button and promotion headline.
For color just white for the text and then burnt orange for the button back ground. I can then experiment with different color codes.
Thank you.
EdwinParticipantIn the admin under categories, the lengthy category descriptions displays vertically in narrow columns. Is it possible to format this better? It is better if it only displays a short excerpt or only the title until you enter the individual description editor.
located here: /wp-admin/edit-tags.php?taxonomy=category
EdwinParticipantLooks good – Thanks!
EdwinParticipantalso, using the dark color scheme the search icon in the header has a dark shaded input pbc. Can we make it white? such as in the side bar…
EdwinParticipantHello, I adjusted the site color to dark and I want to category description to be the same color as the post text. It is using a bland default color. Thank you.
https://www.mm2hglobaltravel.com/category/namibia-adventure-travel/
-
AuthorPosts