Forum Replies Created

Viewing 20 posts - 581 through 600 (of 14,499 total)
  • Author
    Posts
  • in reply to: Unable to hide meta with post #308425
    Sakin
    Keymaster

    Hello BR Petr,

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

    /* Hide Header Entry Meta */
    .entry-header .entry-meta {display: none; }
    /* Hide Footer Entry Meta */
    .entry-footer .entry-meta {display: none; }

    Regards,
    Sakin

     

     

    in reply to: Quote design broken after updating to WP 6 #308360
    Sakin
    Keymaster

    Hello Anna,

    We haven’t changed the CSS in the new update. It must be WordPress updates. So, can you send me the URL where you want the author’s name to be on the right and the purple stripe on the left? Then I can check that URL for your block configuration and send you CSS.

    Regards,
    Sakin

    in reply to: 404 page #308350
    Sakin
    Keymaster

    Hello Hans,

    I see what you mean. If you are talking about a page like http://staging.toerfietsleusden.nl/sdafsd where I enter the wrong URL and it shows “Not Found – The requested URL was not found on this server.” This is not from the theme, it’s from your server. Please check in your server there might be a default 404.html or 404.php. Once you remove that then it should show our theme 404 page like this https://catchthemes.com/demo/travelore-pro/sdafsd.

    Once you do that, you can use the widget to change the content of the 404 page. There is widget areas called “404 Page Not Found Content ”

    Regards,
    Sakin

    in reply to: Notice error in frontpage #308166
    Sakin
    Keymaster

    Hi Vox,

    Thanks for reporting the issue and we have released the update with the fix. Please update your theme to the latest version.

    Regards,
    Sakin

     

    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

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