Forum Replies Created

Viewing 20 posts - 101 through 120 (of 131 total)
  • Author
    Posts
  • Edwin
    Participant

    Sorry that is not working for some reason…..

    Edwin
    Participant

    Hello, I tried this on my website and it isn’t working. https://www.buddhastatuesnow.com

    Is there a different code? The black title text color for the featured content does not mesh with the rest of the page. A bend of grey/blue or blue/green would work better. I tried entering the referenced code in “Additional CSS” but nothing happened even after I changed the hex code and saved it.

    Also, is it possible to enter a second Title? For example, if under the first row of featured content images I wanted to create a new title called “New Arrivals”. Then I would also want to change that color also.

    in reply to: Embed Video on Home page #122211
    Edwin
    Participant

    This is resolved, I found this code in the forum. It seems to be working fine.

    #featured-post .featured-homepage-image {
    display: inline-block;
    }

    in reply to: Embed Video on Home page #122209
    Edwin
    Participant

    Ok, thanks. I have another issue. Please see the home page here: https://www.buddhastatuesnow.com

    The featured content, header image and secondary menu don’t center properly. It mainly seems that the featured content is skewed to the left. Is it possible to fix this so the whole page centers properly?

    I recently optimized the images in featured content (decreased the size) to improve download speed. I think this has something to do with it.

    in reply to: Single Post Widget #122033
    Edwin
    Participant

    Hello, I recently reduced the size of my featured content images to increase download speed. However, it seems to have skewed the image Titles to the right. Please see here: https://www.buddhastatuesnow.com

    Can this be adjusted so the titles and descriptions are centered properly?

    in reply to: Single Post Widget #120944
    Edwin
    Participant

    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/

    in reply to: Single Post Widget #120897
    Edwin
    Participant
    in reply to: Single Post Widget #120702
    Edwin
    Participant

    Hello, 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,
    Edwin

    in reply to: Change Currency #119983
    Edwin
    Participant

    Hello, Yes on the home page that is featured content that is handwritten. I will get it updated soon.Thank you.

    in reply to: Change Currency #119981
    Edwin
    Participant

    I 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.

    in reply to: Change Currency #119980
    Edwin
    Participant

    I 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.

    in reply to: Change Currency #119975
    Edwin
    Participant

    I 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 🙂

    in reply to: Single Post Widget #119452
    Edwin
    Participant

    This 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.

    in reply to: Single Post Widget #119417
    Edwin
    Participant

    Thanks. 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.

    in reply to: Adjust Text in Home Page Slider #104687
    Edwin
    Participant

    Ok, 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?

    in reply to: Adjust Text in Home Page Slider #104531
    Edwin
    Participant

    Hi, 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,
    Edwin

    in reply to: Adjust Text in Home Page Slider #104503
    Edwin
    Participant
    in reply to: HTML Template #97403
    Edwin
    Participant

    I 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.

    in reply to: HTML Template #97386
    Edwin
    Participant

    I 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.

    in reply to: Double spaced category description #96528
    Edwin
    Participant

    It 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.

Viewing 20 posts - 101 through 120 (of 131 total)