Forum Replies Created

Viewing 20 posts - 4,561 through 4,580 (of 12,027 total)
  • Author
    Posts
  • in reply to: Hours in Header Top on Mobile #253634
    Skandha
    Participant

    @ville123: Hello there,
    Can you try replacing the above code by the following Code.

    @media screen and (min-width: 64em) {
    	.hours {
    		pointer-events: none;
    	}
    }
    .mobile-hours {
    	color: #000;
    }

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

    in reply to: height widget sidebar #253632
    Skandha
    Participant

    @toerfiets: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Same sizes of photos/images #253631
    Skandha
    Participant

    @nrgjdoria: Hello Nick,
    The image size of the post Strawberry cake doesn’t seem to be 480*360px. Are you sure you re uploaded the image using recommended image size?

    Kind Regards,
    Skandha

    in reply to: Social Icons #253630
    Skandha
    Participant


    @nrgjdoria
    : Hello Nick,
    Yes that is possible. Replace the above code by the following.

    a[href*="youtube.com"] {
        color: #c4302b;
    }
    a[href*="facebook.com"] {
        color: #3b5998;
    }
    a[href*="pinterest.com"] {
        color: #c8232c;
    }
    a[href*="instagram.com"] {
        color: #3f729b;
    }
    a[href*="youtube.com"]:hover {
        color: #c4302b;
    }
    a[href*="facebook.com"]:hover {
        color: #3b5998;
    }
    a[href*="pinterest.com"]:hover {
        color: #c8232c;
    }
    a[href*="instagram.com"]:hover {
        color: #3f729b;
    }

    Let me know if this what you want!
    Kind Regards,
    Skadha

    in reply to: Header Image on Posts #253623
    Skandha
    Participant

    @fireflywebs: 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/solid-construction/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: How to change hover color #253622
    Skandha
    Participant

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

    .nav-primary .menu .current-menu-item > a {
        color: #1234ff;
    }

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

    in reply to: Higher res featured images? #253615
    Skandha
    Participant

    @catchhab: Hello Alex,
    You can change the featured image size option from the metabox option when you edit the page.

    Edit the page Outreach => On the right sidebar you will see Single Page/Post Image Layout => Select the option Full Size and Update the page. Now the image should show up full size (the uploaded image size).

    Let me know if this resolves the issue.
    Kind Regards,
    Skandha

    in reply to: Fonts in post #253607
    Skandha
    Participant

    @detrog1980: Hello there,
    You will need to use Additional CSS to make changes to the front end as the options is not available in the customizer.

    Can you let me know which text you would like to make italic?

    Kind Regards,
    Skandha

    in reply to: Social Links missing from Customize #253605
    Skandha
    Participant

    @narnia_2020: Hello there,
    To add Social Links
    Go to => Appearance => Customize => Menus => View All Locations => Footer Social Menu => Edit Menu => Add Items => Select Custom Links => Insert the URL of the Social Media and Text and finally Publish.

    Let me know if you are still having issue setting up social menu.
    Kind Regards,
    Skandha

    in reply to: Customizer? #253597
    Skandha
    Participant

    @entocare: Hello there,
    I have just sent you an email. Please check your inbox as well as your spam folder.

    Kind Regards,
    Skandha

    in reply to: PHP Version #253596
    Skandha
    Participant

    @mithrand: Hello there,
    The minimum PHP version requirement for Adonis Pro is 5.6 and it works with the latest version of PHP.

    Kind Regards,
    Skandha

    in reply to: Fonts in post #253533
    Skandha
    Participant

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

    strong {
        font-weight: 600 !important;
    }

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

    in reply to: How to change hover color #253528
    Skandha
    Participant

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

    a:hover {
        color: green !important;
    }

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

    in reply to: Fonts in post #253496
    Skandha
    Participant

    @detrog1980: Hello there,
    Please post in your site URL and let me know which post you are referring to.

    Kind Regards,
    Skandha

    in reply to: height widget sidebar #253495
    Skandha
    Participant

    @toerfiets: Hello there,
    This seems to be due to the following Additional CSS code you are using.

    .widget {
        margin-bottom: -50px;
    }

    Let me know if removing the CSS Code solves your issue.
    Kind Regards,
    Skandha

    in reply to: Frame arround picutures #253487
    Skandha
    Participant

    @rdangel07: 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/catch-box/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

    Skandha
    Participant

    @chrismyersemailyahoo-com: Hello Chris, 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/personal-trainer/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

    Skandha
    Participant

    @chrismyersemailyahoo-com: Hello Chris,
    You will need export you customizer settings from your parent theme to the child theme. For that you can use our free plugin Catch Import/Export.

    First you will need to activate the parent theme and export the customizer settings then activate the child theme and import the customizer settings you imported earlier.

    For instructions please check out the Instructions tab in this link.

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

    Skandha
    Participant

    @chrismyersemailyahoo-com: Hello Chris,
    You can use our free plugin Generate Child Theme. Install and Activate the plugin
    Then,
    Go to => Dashboard => Generate Child Theme => Select Parent Theme as Personal Trainer Pro and fill in remaining fields and Click on Generate.

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

    in reply to: How to move the homepage featured content up and down #253374
    Skandha
    Participant

    @lpries: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

Viewing 20 posts - 4,561 through 4,580 (of 12,027 total)