Forum Replies Created

Viewing 20 posts - 581 through 600 (of 14,495 total)
  • Author
    Posts
  • in reply to: Main Menu – position changed #308155
    Sakin
    Keymaster

    Hello Sven,

    Thanks for using the Bold Photography theme. Nice to hear back from you and glad that my support worked on your website. 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! 🙂

    Regards,
    Sakin

    in reply to: Main Menu – position changed #308137
    Sakin
    Keymaster

    Hello Sven,

    You can add the following CSS in “Appearance => Customize => Additional CSS” box:

    .site-header-main .wrapper {
       -webkit-align-items: flex-start;
       -ms-flex-align: flex-start;
       align-items: flex-start;
    }

    Regards,
    Sakin

    in reply to: Catch Responsive Child Theme Appears Totally Different #308136
    Sakin
    Keymaster

    Hello Heinelg,

    Thanks for using the Catch Responsive theme. Nice to hear back from you and glad that my support worked on your website. 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-responsive/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! 🙂

    Regards,
    Sakin

    in reply to: Question about Site Activation #308133
    Sakin
    Keymaster

    Hi William,

    Thanks for purchasing the Blakely Pro theme. After you purchase the theme, you need to download the theme zip file from your account at https://catchthemes.com/my-account/ and upload it from your site WordPress dashboard “Appearance => Themes => Add New =>Upload Theme”. For more, you can check the instructions for installing pro theme at https://catchthemes.com/faq/how-to-install-themefor-pro-theme/

    Regards,
    Sakin

    Sakin
    Keymaster

    Hi Steve,

    Thanks for your appreciation, it’s a good feeling to hear that you like Audioman a lot.

    Most of the settings will be preserved while updating from the Free to the Pro version if you haven’t changed anything directly inside the code in ‘audioman’ folder.

    Have a nice weekend.

    Regards,
    Sakin

    in reply to: Catch Responsive Child Theme Appears Totally Different #308095
    Sakin
    Keymaster

    Hi Heinelg,

    I just check your site and see that you forgot to enqueue to the parent theme style.css. Please check this Loading Parent Theme Stylesheet (style.css) in https://catchthemes.com/blog/create-child-theme-wordpress/

    Regards,
    Sakin

    Sakin
    Keymaster

    Hello Steve,

    Thanks for purchasing the Audiman Pro theme. Must of the settings be retained while upgrading from the Free to the Pro version. Also, check the installation instructions at https://catchthemes.com/faq/how-to-install-themefor-pro-theme/

    Regards,
    Sakin

     

    Sakin
    Keymaster

    Hi Cyril,

    This error message is generated when you try to post the banned words on the forum. So, we will contact you soon.
    You can check the update instructions at https://catchthemes.com/frequently-asked-questions/#question-installation-how-do-i-upgrade-to-a-new-theme-version-if-i-have-modified-my-theme

    Regards,
    Sakin

     

    in reply to: Change Header Font #308061
    Sakin
    Keymaster

    Hi Simonsmukke:

    Can you try adding the following CSS in “Appearance => Customize => Additional CSS” box:

    .section-title {
       font-family: 'PT Sans', sans-serif;
    }

    Regards,
    Sakin

    in reply to: change color in menu underline #308058
    Sakin
    Keymaster

    Hello oldpille,

    Thanks for using the Photofocus Ligh theme. Nice to hear back from you and glad that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/photofocus-light/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! 🙂

    Regards,
    Sakin

    in reply to: change color in menu underline #308034
    Sakin
    Keymaster

    @oldpille : There is web developer tools inspection protection on your site. So, I cannot debug what’s causing that white background. Try to add the following CSS in the “Appearance => Customize => Additional CSS” box and if it still doesn’t work then can you deactivate that plugin so that we can inspect the CSS.

    .dropdown-toggle {
       background-color: transparent !important;
    }

    Regards,
    Sakin

    Sakin
    Keymaster

    Hello Steve,

    That’s the default background gradient color for the button. So, if you want to remove it then you need to add the following CSS in the “Appearance => Customize => Additional CSS” box:

    .tribe-common button,
    .tribe-common button:focus,
    .tribe-common button:hover {
       background: none;
    }

    Regards,
    Sakin

    in reply to: Featured Image on Homepage #307856
    Sakin
    Keymaster

    Hi Jan,

    Thanks for using the My Music Band theme. Nice to hear back from you and glad that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/my-music-band/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! 🙂

    Regards,
    Sakin

    in reply to: Featured Image on Homepage #307818
    Sakin
    Keymaster

    Hi Jan,

    For the homepage image on Social sites, you need to manage it from your SEO plugin. I see that you are using All in one SEO plugin. so, login to your Dashboard and then go to “All in One SEO => Social Networks” and click on “Facebook” tab, scroll down to “Home Page Settings ” and update the image there.

    Regards,
    Sakin

    in reply to: Catch Adaptive Pro #307817
    Sakin
    Keymaster

    Hi Jim,

    Yes, we have kept our theme updated and you should buy an update to keep your site updated and secured.

    Regards,
    Sakin

    in reply to: Unable to update from 4.3.2 to 4.4 #307777
    Sakin
    Keymaster

    Hello Anna,

    Thanks for the confirmation. Have a nice day.

    Regards,
    Sakin

    in reply to: My Home Page Headline Isn’t Displaying Correctly #307773
    Sakin
    Keymaster

    Hi Rachel,

    You can add the following CSS in the “Appearance => Customize => Additional CSS” box, you can also change the width as per your need for Header Text and Slider Text:

    /* Custom width for Header Text */
    .custom-header-content-wrapper {
    max-width: 750px;
    }
    
    /* Custom width for Slider Text */
    #feature-slider-section.text-below-image .content-container,
    #feature-slider-section .content-container {
    max-width: 1024px;
    }

    Regards,
    Sakin

    in reply to: Code editor black bg #307762
    Sakin
    Keymaster

    Hi Anna,

    Thanks for the confirmation. Have a nice day.

    Regards,
    Sakin

    in reply to: Code editor black bg #307730
    Sakin
    Keymaster

    Hi Anna,

    Now, the code editor text color will be visible on black background. We have fixed to make it the same with the visual editor. Please update to the latest version.

    Regards,
    Sakin

    in reply to: Unable to update from 4.3.2 to 4.4 #307729
    Sakin
    Keymaster

    Hello Anna,

    Thanks for reporting the issue and we are sorry for that. We have fixed it in the latest version 4.4.1. Please update now and it should work fine.

    Regards,
    Sakin

Viewing 20 posts - 581 through 600 (of 14,495 total)