Forum Replies Created

Viewing 20 posts - 201 through 220 (of 304 total)
  • Author
    Posts
  • in reply to: Excerpt field not visible in post editor #336838
    sujeet
    Keymaster

    Hello @heinelg,

    We’ve checked and clearly found an excerpt option in the sidebar of editor.
    The screenshot has been attached for you reference.

    excerpt

    I hope the option should be there in your sidebar and there is nothing issue with the latest version of wordpress and yes the featured image option is now at the top of the sidebar with latest wordpress udpate.

    Can you please send us the an screenshot of the editor and sidebar?

    Kind Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @soulmister,

    Sorry for the inconvenience caused.

    We have now added the support for dimensions tab for blocks. You will get a theme update. Please have patience. Thank you.

    Kind Regards,
    Sujeet

    in reply to: Catch Flames Pro – fonts and upgrades #336836
    sujeet
    Keymaster

    Hello @rockmusicraider,

    I am so sorry to let you know that there is no specific fonts folder in this theme, but instead it is coded inside the theme. So you are able to change fonts for your websites. For changing fonts you can go to “Appearance => Customize => Theme Options => Font Family Options”.

    And for your kind information, yes the theme is safe to use even there is no update for a while. And one more thing, we are in the process of converting all the classic customizer themes to new Blocks Themes. So hopefully you will able to use blocked based themes soon. Thank you.

    Kind Regards,
    Sujeet

    in reply to: Change predefined social icons from Twitter to X #336799
    sujeet
    Keymaster

    Hello @bigoslesli,

    You will get an update regarding the social icon update. Please update the theme once you get an update.

    Please let me know if the theme update updated the icon. Thank you.

    Kind Regards,
    Sujeet

    in reply to: etc/event block not supported #336675
    sujeet
    Keymaster

    Hello @pixelfaenger,

    Please check your email. Thank you.

    Kind Regards,
    Sujeet

    • This reply was modified 1 year, 3 months ago by sujeet.
    in reply to: etc/event block not supported #336672
    sujeet
    Keymaster

    Hello @pixelfaenger,

    Sure, we will contact you shortly.

    Kind Regards,
    Sujeet

    in reply to: How to change font used in “Header Media” #336671
    sujeet
    Keymaster

    Hello Heiko,

    Glad to know that it worked for you.

    Kind Regards,
    Sujeet

    in reply to: Side bar disappear and footer #336647
    sujeet
    Keymaster

    Hello @jmsgrazulex-be,

    For footer, you can add multiple blocks to show under footer areas. For that:

    Please go to Appearance => Widgets => Footer Area 1, Footer Area 2, Footer Area 3, Footer Area 4.

    Or

    Go to Appearance => Customizer => Widgets => Footer Area 1, Footer Area 2, Footer Area 3, Footer Area 4.

    widget-2

    widget-1

    Just add blocks in the footer areas and publish. You will see them in your website footer.

    And regarding Sidebar,
    We have tested it in our side and are fine here. As you can see in screenshot, the filters are there.

    woo

    This may be the feature of woo-commerce. The filters may be disabled in some pages where it is not needed. And also please try adding multiple products having different options for colors and sizes.

    Hope this helped you. Thank you.

    Kind Regards,
    Sujeet

    in reply to: etc/event block not supported #336646
    sujeet
    Keymaster

    Hello @pixelfaenger,

    Can you please share your website URL, so that we can check it and try solving the issues?

    Kind Regards,
    Sujeet

    in reply to: How to change font used in “Header Media” #336645
    sujeet
    Keymaster

    Hello @pixelfaenger,

    Please go to Appearance => Editor => Front Page => Choose Title in Header Media => Go to settings in Right side => Under typography you will see Font option => Choose the font you want.

    We’ve sent you an screenshot as well for better understanding in the process.

    font

    Please kindly let us know if this worked. Thank you.

    Kind Regards,
    Sujeet

    in reply to: Mobile Menu Not Active #336644
    sujeet
    Keymaster

    Hello @theartbeacon,

    Have you used any plugin or script in the theme? Please try to check disabling all the external plugins and scripts.

    We have checked in our end and found everything fine. Please check and let us know. Thank you.

    You can also check the link below for some help.

    https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/

    Kind Regards,
    Sujeet

    in reply to: Hide submenu on mobile #336615
    sujeet
    Keymaster

    Hello Nicos,

    We will let you know and update you on this. Please have patience. Thank you.

    Kind Regards,
    Sujeet

    in reply to: Hide submenu on mobile #336611
    sujeet
    Keymaster

    Hello Nicos,

    I am sorry to let you know that the theme has no such feature of hiding and showing sub-menus by request for mobile.

    Kind Regards,
    Sujeet

    in reply to: Hide submenu on mobile #336609
    sujeet
    Keymaster

    Hello Nicos,

    The CSS code only hide sub-menus in mobile which you preferred to do.
    Do you want anything different? Please let me know.

    Kind Regards,
    Sujeet

    in reply to: Change Navigation Menu Color #336605
    sujeet
    Keymaster

    Hello @anon-user,

    Please kindly try adding the following css code to Appearance => Editor => Frontpage => Additional CSS. I’ve attached an screenshot as well. Please check.

    
    .wp-block-navigation__responsive-container .wp-block-navigation-link a,
    .wp-block-navigation .wp-block-navigation-item__content,
    .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
       color: red !important;
    }
    
    .wp-block-navigation__responsive-container .wp-block-navigation-link a:hover,
    .wp-block-navigation .wp-block-navigation-item__content:hover,
    .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
       color: green !important;
    }
    

    color

    You can change the colors red and green as you preferred.

    If this didn’t work, then please kindly share your website URL, so that we can give you an exact code. Thank you.

    Kind Regards,
    Sujeet

    in reply to: Hide submenu on mobile #336589
    sujeet
    Keymaster

    Hello Nicos,

    Thank you for the URL.

    You can please try adding the following css code to “Appearance => Customize => Additional CSS”

    
    @media screen and (max-width: 990px) {
    .sidr ul li ul {
        display: none;
      }
    }

    Please let me know if this worked. Thank you.

    Kind Regards,
    Sujeet

    • This reply was modified 1 year, 3 months ago by sujeet.
    • This reply was modified 1 year, 3 months ago by sujeet.
    • This reply was modified 1 year, 3 months ago by sujeet.
    • This reply was modified 1 year, 3 months ago by sujeet.
    in reply to: Hide submenu on mobile #336587
    sujeet
    Keymaster

    Hello Nicos,

    Can you please share your website URL so that we can give a solution? Thank you.

    Kind Regards,
    Sujeet

    in reply to: Edit Page URL #336540
    sujeet
    Keymaster

    Hello @sampledigital,

    To change the URL of entire pages/posts of website, please go to Dashboard => Settings => Permalinks. There you can choose URL styles under Permalink structure.

    And you can also change URL of any specific page/post from editor. For that please go to a page => in right side you will see URL. You can change as you want.

    I’ve attached an screenshot as well.

    ss

    Please let me know if this helped.

    Kind Regard,
    Sujeet

    in reply to: Can’t remove title space #336539
    sujeet
    Keymaster

    Hello @arr_ramos,

    Can you please share your site url, so that we can give an exact solution?

    Kind Regard,
    Sujeet

    in reply to: h1 tags on home page #336425
    sujeet
    Keymaster

    Hello @effess,

    I think everything should be fine now.  Let me know please?

    Regards,
    Sujeet

    • This reply was modified 1 year, 4 months ago by sujeet.
Viewing 20 posts - 201 through 220 (of 304 total)