Forum Replies Created

Viewing 20 posts - 7,401 through 7,420 (of 12,027 total)
  • Author
    Posts
  • in reply to: solid construction demo data #181558
    Skandha
    Participant

    @andreika: Hello Andrei,
    I have emailed you the demo content files along with instructions on how to import them.

    Kind Regards,
    Skandha

    in reply to: Contact Info Footer #181556
    Skandha
    Participant

    @benvenuto51907: Hello Lisa,
    You can upload the screenshot on platforms like Dropbox or Google Drive and share the link here.

    Did you try buying the plugin from this link?

    Let me know if you are still having this issue.
    Kind Regards,
    Skandha

    in reply to: Severe Bug: Upgrade to 4.1.1 – Menue does not work anymore #181536
    Skandha
    Participant

    @hppi: Hello Werner,
    There seems to be a little bug in the menu. The issue will be resolved and an update will be released soon.
    For the time being

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-menu ul.menu ul ul, #footer-menu ul.menu ul ul {
        left: auto;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: ADA Compliance: Contrast Ratio #181526
    Skandha
    Participant

    @royer100: To have the option to change colors from the customizer you will need to upgrade to pro version of the theme. You can check out the additional-features available in pro version of the theme.

    If you want to do it using Additional CSS
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    /* To change the background color of the search box */

    #masthead .search-field {
        background-color: #fff;
    }

    You can change the color according to your choice.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Comment-Count (Skandha) #181485
    Skandha
    Participant

    @melody: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/bold-photography/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Comment-Count (Skandha) #181476
    Skandha
    Participant

    @melody: Hello there,
    I have linked the comment-count to the comment section.

    Can you please check and let me know if it is working fine?

    Kind Regards,
    Skandha

    in reply to: HTML coding is showing – URGENT please #181475
    Skandha
    Participant

    @rodeboy: Hello Chris,
    Did you check Notify me of follow-up replies via email option?

    Kind Regards,
    Skandha

    in reply to: Comment-Count (Skandha) #181467
    Skandha
    Participant

    @melody: Hello there,
    The path still is not correct.

    Can you cut the template-parts folder and then paste it inside your child theme folder and then you can delete the content.php folder.

    The path inside your child theme folder should be
    template-parts/content/content.php

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: HTML coding is showing – URGENT please #181465
    Skandha
    Participant

    @rodeboy: Hello Chris,
    The theme update has been released. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: Comment-Count (Skandha) #181464
    Skandha
    Participant

    @melody: Hello there,
    You don’t seem to have created the file in your child theme using the correct path.

    The content folder should be inside the template-parts folder and you seem to have named the file content.php.txt please rename it to content.php.

    So basically the path to the content.php file in your parent theme and your child theme should be the same.
    The path to the content.php in your parent theme is.
    bold-photography => template-parts => content => content.php

    This should be the same in your child theme as well.

    Let me know if making these changes show up the comments count!
    Kind Regards,
    Skandha

    in reply to: Comment-Count (Skandha) #181461
    Skandha
    Participant

    @melody: Hello there,
    I had sent you an email to the address you have registered in your Catch Themes Account. No worries you can send your WP Admin Credenials to my email *************

    Kind Regards,
    Skandha

    in reply to: Place social icons on top of page / overlaying header image #181457
    Skandha
    Participant

    @violoniste16: Hello Pauline,
    I have made the changes to your site and now the Social Menu is beside the Primary Menu but since there are a lot of menu items the menu has overflown to the next line.

    Can you try lessen the number of menu items so that it fits perfectly on the top level?

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Place social icons on top of page / overlaying header image #181447
    Skandha
    Participant

    @violoniste16: Hello Pauline,
    Please do not post your credentials in the support forum as the forum is public it is not safe to post credentials here. I had sent you an email for that.

    And I tried logging in but wasn’t successful. Can you please recheck the credentials you have provided me? Also provide me the credentials through the email I have sent you.

    Kind Regards,
    Skandha

    in reply to: Highlight text #181437
    Skandha
    Participant

    @the-brink: Hello there,
    I checked your site you seem to have resolved the issue. To make use of CSS Code you will need to use the inspect element tool on your browser and then search for class and id’s of element to apply something to it.

    Kind Regards,
    Skandha

    in reply to: How to remove header image from Home page? #181436
    Skandha
    Participant

    @brockblahous: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .singular-content-wrap h2.entry-title {
        color: #fff206;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Mailchimp embedded contact form #181434
    Skandha
    Participant

    @coconuts4sale: Hello Lana,
    I have made the message field a bit larger on your site. I changed the <input> to <textarea>.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: How to remove header image from Home page? #181431
    Skandha
    Participant

    @brockblahous: Nope that does not matter.

    Kind Regards,
    Skandha

    in reply to: How to remove header image from Home page? #181426
    Skandha
    Participant

    @brockblahous: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .custom-header {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: tablet view hides social menu #181423
    Skandha
    Participant

    @the-brink: Hello TB,
    Our support team has replied on that thread as well.

    Kind Regards,
    Skandha

    in reply to: Comment-Count (Skandha) #181422
    Skandha
    Participant

    @melody: Hello there,
    I have already sent you an email. Can you check your inbox? Also check the spam folder.

    Kind Regards,
    Skandha

Viewing 20 posts - 7,401 through 7,420 (of 12,027 total)