Forum Replies Created

Viewing 20 posts - 1 through 20 (of 30 total)
  • Author
    Posts
  • in reply to: Remove the Arrow from the buttons #333835
    sweta
    Keymaster

    Hello Azucker,

    To remove arrow from button add Custom CSS in your website. Go to this link to know about adding Custom CSS to your website:

    .wp-block-button__link.wp-element-button:after,
    .wp-block-button.is-style-sportspot-button .wp-block-button__link:after,
    .wp-block-post-excerpt__more-link:after,
    .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:after,
    .wc-block-cart__submit-container .wp-element-button:after,
    .woocommerce-page .button:after {
    display: none;
    }
    .wp-block-button .wp-block-button__link,
    .wp-block-button .wp-block-button__link.is-style-outline,
    .wc-block-grid__products .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
    .woocommerce-page .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
    .woocommerce-page a.button,
    .woocommerce-page button.button,
    .wc-block-cart__submit .wc-block-cart__submit-container .wp-element-button,
    .woocommerce-page .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    padding-right: clamp(1rem, 5vw, 1.5rem);
    }
    .wp-block-button.is-style-sportspot-button .wp-block-button__link,
    .wp-block-post-excerpt__more-link {
    padding-right: 0;
    }
    
    

    Let me know if this works. For now please update using this code for button arrow, and looks like you are using JetPack Contact form the issue is caused by the plugin.

    Regards,
    Sweta

    
    
    • This reply was modified 1 month ago by sweta.
    • This reply was modified 1 month ago by sweta.
    in reply to: Remove the Arrow from the buttons #333834
    sweta
    Keymaster

    Hello Azucker,

    Apologies for the delayed response. We are currently investigating the issue and will provide you with a solution shortly.

    Best regards,
    Sweta

     

     

    sweta
    Keymaster

    Hello Kumi,

    Please check your email.

    in reply to: Edit Social Media Icons #333803
    sweta
    Keymaster

    Hello Jcdrums,

    I am glad it worked out.

    Regards,
    Sweta

    sweta
    Keymaster

    Hello Kumi,

    The site logo is working fine on our side and version is 1.0.3, did you tried double clicking on the default round button?

    Please checkout the video, for more details.

    Let me know if it works, if it is still not working then I will further assist you.

    Regards,
    Sweta

    • This reply was modified 1 month ago by sweta.
    in reply to: Edit Social Media Icons #333796
    sweta
    Keymaster

    Hello Jcdrums,

    I think you did not added any link on the social media button, add link to display it in browser or just add ‘#’ if your social media link is not ready.

    To add link simply click on the social icon, the link box will pop then add link of respective social media. Please Let me know if this helps.

    Regards,
    Sweta.

    sweta
    Keymaster

    Hello Kumi,

    • To edit Site Logo, from you WordPress Dashboard Go to Appearance => Editor, it will lead  you to FrontPage, there click on the default round upload button on header area above Site Title, click on that it will open you media library.
    • Upload your site logo or add logo from your media library
    • Select Logo and click Save, to save changes

    Please update me if this helps.

    Regards,
    Sweta

    • This reply was modified 1 month ago by sweta.
    in reply to: Edit Social Media Icons #333763
    sweta
    Keymaster

    Hello Jcdrum,

    To edit or delete footer social media icons, from your WordPress dashboard Go to Appearance => Editor, scroll down to the footer area. Click on the default social media icon to find ‘+’ sign there you can find Instagram or any other social media from the search box. Click to add.
    To delete the unwanted social icon simply click on three dots, and there you will find the Delete option.

    Please update me if this helps.

    Regards,
    Sweta

    in reply to: Removing animations #333723
    sweta
    Keymaster

    Hello Elitra,

    Please share me your site URL, so that I can further assist you.

    Regards,
    Sweta

    in reply to: Editing Front Page vs Home Page #333676
    sweta
    Keymaster

    Hello Arolle,

    Glad to know it worked. Let us know if you need further assistance.

    If you like the theme and our support then I have a small favor to ask: could you kindly take a moment to leave a genuine review here? https://wordpress.org/support/theme/bizboost/reviews/#new-post. Your feedback will assist others in understanding what to expect from the support we provide. Just a line or two from you would mean a great deal to us.

    Regards,
    Sweta

    in reply to: Editing Front Page vs Home Page #333631
    sweta
    Keymaster

    Hello Arolle,

    To edit Front Page of theme, you will have to Go to Dashboard > Editor > Templates > FrontPage. Select the FrontPage template to begin editing your content. This will change your Front Page.

    Please update me if this works.

    Regards,
    Sweta.

    • This reply was modified 1 month, 1 week ago by sweta.
    sweta
    Keymaster

    Hello Jessica,

    We found that it’s the issue in WordPress 6.4.3 and will be fixed in version 6.4.4, you can check the core ticket for this at https://core.trac.wordpress.org/ticket/60398. So for now, if anyone has an issue like this then first install this “Force using PclZip” plugin and then all the zip installation will work.

    To install Force using PclZip Plugin
    1. Download the plugin zip file from https://github.com/aaronjorbin/force-pclzip/archive/refs/tags/0.1.zip
    2. Go to “Plugins => Add New => Upload Plugin”, then browse and locate the plugin zip file you have downloaded
    3. Click on “Install Now” and then Activate the plugin.

    After this, you can upload the theme zip file from “Appearance => Themes => Add New => Uploads”

    Give this solution a try and let me know if it resolves your issue. If you encounter additional problems, kindly open a new support ticket for further assistance.

    Regards,
    Sweta

    in reply to: Background image not displaying. #333042
    sweta
    Keymaster

    Hello Guy,

    Thank you for update, I have given you static CSS to change background image. If you want to add another background image please change background image URL link. You have to change image URL, here:

     background-image: url

    Please let me know if you have further confusion.

    Regards,
    Sweta.

     

    in reply to: Background image not displaying. #333020
    sweta
    Keymaster

    Hello Guy,

    Please add this custom CSS from Appearance => Customize => Additional CSS.

    #page {
        background-image: url(https://transcendent-singularity.com/wp-content/uploads/2021/07/Site-Icon.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    Please Let me know if this works.

    Regards,
    Sweta.

    • This reply was modified 1 month, 4 weeks ago by sweta.
    • This reply was modified 1 month, 4 weeks ago by sweta.
    in reply to: Background image not displaying. #333014
    sweta
    Keymaster

    Hello Guy,

    Could you share your website’s URL with me? This will enable me to offer you more targeted help.

    Regards,
    Sweta.

     

    sweta
    Keymaster

    Hello Saran,

    That’s great you figured it out. Thank You for using BizBoost Pro. Let us know if you are facing any troubles.

    Regards,
    Sweta.

    in reply to: WooCommerce Checkout Missing Email Field for Create Account #332956
    sweta
    Keymaster

    Hello Theophila,

    Thank You for using NepalBuzz Pro.

    I just checked in with the theme, it is working fine on our end, email id filed is also shown. After checking your URL https://bluenotesd.com/, it looks like more of WooCommerce issue. You can ask support from WooCommerce support forum.

    Regards,
    Sweta

    in reply to: Background image not displaying. #332954
    sweta
    Keymaster

    Hello Guy,

    Thank You for using Bold Photography Pro, to use Background Image option you will have to change Site Layout to Boxed.

    To change Site Layout, Go to Appearance => Customize => Theme Options => Layout Option => Site Layout, then Change it to “Boxed”

    I hope this helps. Let me know if I can assist you further.

    Regards,
    Sweta

     

    sweta
    Keymaster

    Hello CLupus1968,

    Sorry, it is not possible to add shortcode in “Promotion Sub-Headline Text” section. However you can add shortcodes in Page and Posts.

    Regards,
    Sweta

    in reply to: Customize with photo focus #332890
    sweta
    Keymaster

    Hello Lorena,

    Thank you for choosing Photofocus! After checking your URL, currently you’re on the free version. If you’re looking to customize the theme, simply head over to the Dashboard and click on ‘Appearance.’

    Checkout this video for more details.

    Please go through our theme instruction too. I hope this helps.

    Regards,
    Sweta

Viewing 20 posts - 1 through 20 (of 30 total)