Forum Replies Created

Viewing 20 posts - 641 through 660 (of 14,499 total)
  • Author
    Posts
  • in reply to: FSE Frontpage #306778
    Sakin
    Keymaster

    Hi Marcel,

    Did you assign your page “Home” template as “Front Page”, it’s mentioned in the video as well. See it at https://youtu.be/UwjBH6VO9kI?t=64

    See this screenshot for page template https://catchthemes.com/wp-content/uploads/2022/05/front-page-template.jpg

    Once, you set the page template as “Front Page”, you will see the site like a demo site and you can edit it accordingly.

    Regards,
    Sakin

    in reply to: Testimonials Pager image #306663
    Sakin
    Keymaster

    Hi Bettina,

    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-foodmania/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: Quote design broken after updating to WP 6 #306662
    Sakin
    Keymaster

    Hello Anna,

    There is a new version update for the Photo Journal Pro theme. Please update to the latest version 4.4, which should fix the blocks and block editor styles.

    Regards,
    Sakin

     

    in reply to: Create a PayPal Donate Button Widget #306635
    Sakin
    Keymaster

    Hi Heine,

    You need to get the HTML code from PayPal and then add in the widget using the Custom HTML widget. See this screenshot https://cldup.com/LUusdAZV1n.jpg

    Regards,
    Sakin

     

    in reply to: Demo files #306634
    Sakin
    Keymaster

    Hi BrazManitou,

    You can download the zip file from the Theme Instructions tab on Theme Page at https://catchthemes.com/themes/costello/#theme-instructions

    Regards,
    Sakin

     

     

    in reply to: Theme not fully responsive? #306532
    Sakin
    Keymaster

    Hi Pesi,

    Nice to hear back from you and glad that my support worked on your website. Thanks for using the Catch Responsive theme. 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: Transparent backround color #306528
    Sakin
    Keymaster

    Hi Martin,

    Thanks for using the Adonis Pro theme. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/adonis/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: product image on product page #306438
    Sakin
    Keymaster

    Hi Hans,

    Yes, that is not possible as “WooCommerce Tab” is a different section and it’s the full block element. So, the WooCommerce concept is that the description section has to be small than the image part. If you want to add more details, then you need to add them on Content which will show in the Description Tab.

    Sorry, no solution for this.

    Regards,
    Sakin

     

    in reply to: Transparent backround color #306435
    Sakin
    Keymaster

    Hi Martin,

    For that you need to add the following CSS in “Appearance => Customize => Additional CSS” box:

    #page {
         background-color: transparent;
    }

    Regards,
    Sakin

    in reply to: Demo files missing #306434
    Sakin
    Keymaster

    @zorograc: You can download the zip file from the Theme Instructions tab on Theme Page at https://catchthemes.com/themes/scapeshot/#theme-instructions

     

     

    in reply to: product image on product page #306336
    Sakin
    Keymaster

    Hi Hans,

    Sure, I will check when you post in.

    Regards,
    Sakin

    in reply to: Catch FSE improvements #306332
    Sakin
    Keymaster

    Hi Gilles,

    Thanks for reporting and we will check and update if necessary:

    1. About the Sticky post not showing at the top: This looks like WordPress Core after Full Site Editing implementation. When we test the default theme like Twenty Twenty-Two, it also has the same issue. So, we might need to wait for the WordPress core update on this.
    2. About the chevron icon on the next post pagination, this looks like you did something wrong while doing Theme Translation. As you can see in our demo https://fse.catchthemes.com/catch-fse/2022/04/04/a-rose-is-a-woody-perennial/. Also, you can click on the “Preview” button from WordPress.org https://wordpress.org/themes/catch-fse/ and check it.

    Regards,
    Sakin

    in reply to: product image on product page #306331
    Sakin
    Keymaster

    Hi Hans,

    Sorry, I am a bit confused there. So, do you have a URL to show the example so then I can check it?

    Regards,
    Sakin

    in reply to: Testimonials Pager image #306329
    Sakin
    Keymaster

    Hi Bettina,

    Looks like you haven’t activated the Theme License key to get the update notification and one-click update.

    Please check the FAQ below for theme license key activation and theme update:

    * Active License key: https://catchthemes.com/frequently-asked-questions/#question-installation-how-to-activate-license-key
    * Update Theme: 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: Photofocus pro cant remove tags and categories #306327
    Sakin
    Keymaster

    Hi Parker,

    That CSS works to hide the entry meta which is on the footer. But if you want to hide the entry meta from archive pages then you need to add the following CSS in the “Appearance => Customize => Aditional CSS” box:

    .archive-post-wrap .entry-meta { display: none; }

    Regards,
    Sakin

    in reply to: Demo files missing #306319
    Sakin
    Keymaster

    @dctowns: I have added a demo zip file in the Theme Instruction tab on ScapeShot Music theme page https://catchthemes.com/themes/scapeshot-music/#theme-instructions

     

    in reply to: Theme not fully responsive? #306259
    Sakin
    Keymaster

    @pesi: You have an issue with Tabel because of the video inside the table. The table cell adjusts as per the screen. So, you will have no control over the video width. Also, that table is fixed with percentage width. So, we cannot do anything with CSS. So, try using a responsive column. But if you want to overwrite the fixed style on that page, then you can add the following CSS:

    @media screen and (max-width: 990px) {
     .page-id-896 table td {
      width: 100% !important;
      display: block;
      box-sizing: content-box;
     }
    }
    in reply to: Testimonials Pager image #306257
    Sakin
    Keymaster

    @belex24: The issue of the pager image on Custom Testimonials has been fixed in version 2.5.8. Please update your theme. Thanks for reporting the issue.

    in reply to: Header Media is cropped too tight. #306252
    Sakin
    Keymaster

    Hi Parker,

    Your page front page is coming as a blog which is why it’s not showing the full header image. It will only show at home. But to fix that can you add the following CSS in “Appearance => Customize => Additional CSS” box:

    .has-header-image.blog .custom-header-media,
    .has-header-video.blog .custom-header-media,
    .has-header-text.blog .custom-header-media {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: end;
     -webkit-justify-content: center;
     -ms-flex-pack: end;
     justify-content: center;
     height: 100%;
     height: 100vh;
     width: 100%;
    }

    Regards,
    Sakin

     

    in reply to: header right menu to the left #306251
    Sakin
    Keymaster

    Hi Hans,

    You can add the following CSS on your thrid site to make the header right to left.

    #header-content .site-branding {
     margin-right: 0;
    }

    Regards,
    Sakin

Viewing 20 posts - 641 through 660 (of 14,499 total)