Forum Replies Created

Viewing 20 posts - 61 through 80 (of 302 total)
  • Author
    Posts
  • in reply to: Double Widgets #339667
    sujeet
    Keymaster

    Hello @kejraj777,

    I didn’t find any widgets twice in the primary sidebar. Can you please kindly share the screenshot of the repeated widgets?

    If you are viewing any widgets twice, then please check primary sidebar in Dashboard -> Appearance -> Widgets, there you can remove the repeated widgets.

    primary-sidebar

    Regards,
    Sujeet

    in reply to: every page like the front page. Possible? #339649
    sujeet
    Keymaster

    Hello @charleyhankins,

    Yes it’s possible. You just need to search and add the required patterns in the new page. All the patterns used in frontpage are reusable.

    pattern

    Please let me know if you are able to create the page. Than you.

    Regards,
    Sujeet

    • This reply was modified 5 months ago by sujeet.
    in reply to: Add Theme Options to any page #339622
    sujeet
    Keymaster

    Hello @watsee,

    We are so sorry to say that currently the theme has no such option to use features/sections of theme option in a page. Thank you.

    Regards,
    Sujeet

    in reply to: Issue with Page Editing – Blocks Error #339543
    sujeet
    Keymaster

    Hello @robis,

    Sorry, free theme has no option to change from black to white. You will have to use custom css for all elements. Thank you.

    Regards,
    Sujeet

    in reply to: Issue with Page Editing – Blocks Error #339526
    sujeet
    Keymaster

    Hello @robis, Yes you can change.

    in reply to: Editor dont work after WordPress 6.8 update #339491
    sujeet
    Keymaster

    That’s great @staipa.

    Regards,
    Sujeet

    in reply to: Editor dont work after WordPress 6.8 update #339485
    sujeet
    Keymaster

    Hello @staipa,

    Since you have set Your homepage displays to a static home page and after 6.8 update, you are redirected to that specific page in editor after you click on edit site. So for now, you just need to go to templates and go to front page from the list. You will be then able to edit the site. Please check the screenshot below.

    frontpage

    Kindly let me know if that worked for you. Thank you.

    Regards,
    Sujeet

    in reply to: Issue w/ Theme after 6.8 Update #339456
    sujeet
    Keymaster

    Hello @swiftyrox,

    Can you please check disabling the plugins one by one? It might be the plugin issue. And also, please go through the link below, it might help you. Thank you.

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

    Regards,
    Sujeet

    in reply to: Saving failed. #339346
    sujeet
    Keymaster

    Hello @ulisesg,

    Did you try contacting with your hosting provider? There might be some blocking issue. Can you please check with them once?

    Regards,
    Sujeet

    • This reply was modified 6 months, 1 week ago by sujeet.
    in reply to: Catch Evolution Pro PHP Compatibility #339325
    sujeet
    Keymaster

    Hello Jennifer,

    Yes your current theme will function normally even after a PHP update. Thank you.

    Regards,
    Sujeet

    in reply to: Saving failed. #339324
    sujeet
    Keymaster

    Hello @ulisesg,

    Please try the following:

    1. Try deactivating all plugins, in the editor add a random block and try to save.

    2. Refresh your permalink, go to Dashboard->Settings->Permalink and try to changes the permalink.

    3. Check your site health, go to Dashboard->Tools->Site Health, in the Status section, check if the REST API is being blocked and also fix other issues you see there.

    4. Check your web’s firewall service, there is a chance that the service may block your REST API calls. This can cause issue because WordPress mostly uses REST API inside the editor.

    Regards,
    Sujeet

    in reply to: color of login logout button #339310
    sujeet
    Keymaster

    Hello Hans,

    Glad to know that. Feel free to reach out anytime if you encounter any other issues.

    Regards,
    Sujeet

    in reply to: hamburger menu icon is not displayed #339309
    sujeet
    Keymaster

    Hello @sandy07,

    Your theme has already been updated to latest version 3.0, so it should work.
    Firstly, please try to clear cache and secondly, try disabling all the plugins and check it.

    The latest version of theme is all fine in our side. Please let me know if the above suggestions worked for you. Thank you

    Regards,
    Sujeet

    in reply to: color of login logout button #339298
    sujeet
    Keymaster

    Hello Hans,

    You have set link color as black which is causing issue.
    Please add the following css code to Dashboard -> Appearance -> Editor -> Styles -> Additional Css.

    
    .logged-out.wp-block-loginout a {
       color: #0018c0;
    }
    

    Regards,
    Sujeet

    in reply to: hamburger menu icon is not displayed #339297
    sujeet
    Keymaster

    Hello @sandy07,

    I am unable to view the website: https://www.breiterag.ch/ .  Any issue with the website url?
    Can you please check and share me your correct url?

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @ferryhousekayaktours,

    You just have to remove the space between the widgets and copyright sections. And I suggest you not to use height in the footer, it is better to adjust with padding. Here is the css code to remove the space.

    
    #site-generator {
       padding-top: 0 !important;
    }
    
    .footer-widget-area {
       padding-bottom: 0 !important;
    }
    
    .widget-column.widget {
       margin-bottom: 0 !important;
    }
    

    Pleae let me know if you need further assistance. Thank you.

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @rockwall-guitars,

    Can you please check with your server and ask them to check with php version for the issue? Changing the php version can solve the issue.

    Please let me know if that helped. Thank you.

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @ferryhousekayaktours,

    For space, you can’t make adjustment through customizer. You have to add custom css. Please try adding the following css code to Dashboard > Appearance > Customizer > Additional CSS.

    Use the following code to get spacing around the three footer widgets. You can change the value ’50px’ as you preferred.

    
    .widget-area .widget-column {
       padding: 50px;
    }
    

    Regards,
    Sujeet

    in reply to: active post color in menu #339237
    sujeet
    Keymaster

    Hello @effess,

    You can add attribute text for the Blog page. For that you need to enable the attribute text field for the menu items from screen options at top right of dashboard. Please check screenshot for more detail.

    attribute

    Let me know if this worked for you. Thank you.

    Regards,
    Sujeet

    in reply to: active post color in menu #339219
    sujeet
    Keymaster

    Hello @effess,

    Please try adding this code. Hope this works for you.

    
    .archive.category .secondary-navigation .current_page_parent > a,
    .single .secondary-navigation .current_page_parent > a {
       background-color: #e2d3b1;
       color: #000000;
    }
    

    Regards,
    Sujeet

Viewing 20 posts - 61 through 80 (of 302 total)