Forum Replies Created

Viewing 20 posts - 121 through 140 (of 228 total)
  • Author
    Posts
  • in reply to: Menu direction should be left to right #338049
    sujapati
    Keymaster

    @Annan: You can change the submenu alignment from left to right by adding following CSS to your site.

    
    
    @media screen and (min-width: 75em) {
      .navigation-classic .main-navigation ul li:hover > ul, .navigation-classic .main-navigation ul li.focus > ul {
        left: 0;
        right: auto;
      }
      .navigation-classic .main-navigation ul ul li:hover > ul, .navigation-classic .main-navigation ul ul li.focus > ul {
        left: 100%;
        right: auto;
      }
    }

    Please feel free if you need any further assistance.

    Kind Regards,
    Sujapati

    in reply to: Site displays errors to site visitors #338038
    sujapati
    Keymaster

    @Granny:

    Generally, a ‘critical error’ message in WordPress indicates issues with plugins, themes, or PHP settings. Since we’ve verified the theme is not causing issues, please try the following steps:

    1. Plugin Check: Go to the Plugins area and temporarily deactivate all plugins. If the error disappears, try reactivating them one by one to identify any conflicts.
    2. PHP Version Check: Please also check the PHP version on your hosting. WordPress recommends PHP 7.4 or higher, so updating it may help if you’re on an older version.

    Kind Regards,
    Sujapati

    in reply to: Slider going all over the place #338031
    sujapati
    Keymaster

    @janine:

    I’m sorry to hear you’re still experiencing issues. As mentioned, we’ve carefully tested everything on our end and didn’t encounter this problem. These types of errors can sometimes happen when JavaScript loads slowly, image sizes are too large or there could be a hosting server issue.

    Looking at the screenshot you shared, we noticed that the slider navigation and controls are extending beyond their container. You can prevent this by adding the following CSS, which hides any overflow outside the parent div.

    #main-slider {
        overflow: hidden;
    }
    #slider-nav,#controllers {
        top: auto;
    }

    Kind Regards,
    Sujapati

    in reply to: Sidebar went downstairs after content #337966
    sujapati
    Keymaster

    @Tatyana1981: Yes, we’ll need access to your site to investigate further. We’ll be reaching out to you via email shortly.

    Kind Regards,
    Sujapati

    in reply to: Slider going all over the place #337825
    sujapati
    Keymaster

    @janine: We have thoroughly checked your website, and everything appears to be functioning properly. Additionally, we conducted tests on our server and found no issues. All images and navigation buttons are working as expected. If the issue occurs again on your site, we recommend clearing the cache and trying again.

    Kind Regards,
    Sujapati

    in reply to: Sidebar went downstairs after content #337811
    sujapati
    Keymaster

    @Tatyana: Would you please send us screenshot of the general settings and the settings of the page where you changed the layout options because we found article content is out of the primary div on the page where the sidebar is selected. Also please can you try deactivating plugins and check it.

    Kind Regards,
    Sujapati

     

     

     

     

     

     

    in reply to: photofocus pro theme not working #337804
    sujapati
    Keymaster

    @Maria: In that case, we will need to conduct a more detailed investigation of your site. We’ll reach out via email shortly to proceed with the next steps.

    Kind Regards,
    Sujapati

    in reply to: photofocus pro theme not working #337802
    sujapati
    Keymaster

    @Maria: Have you tried deactivating the plugins you’ve recently added? In most cases, plugin conflicts can cause issues. If the problem persists and it’s not related to a plugin, we may need temporary site admin access to investigate further which we will send you through an email.

    Kind Regards,
    Sujapati

    in reply to: Search Result’s dont work #337801
    sujapati
    Keymaster

    @Barbarossa: Yes,  resetting the header part will change the navigation menu to the default settings. You will need to re-select your previous menu afterward.

    Kind Regards,
    Sujapati

    in reply to: photofocus pro theme not working #337799
    sujapati
    Keymaster

    @Maria: Could you please share with us your URL? We conducted testing on our server with same WordPress version and is functioning properly.

    Kind Regards,
    Suajpati

    in reply to: Search Result’s dont work #337792
    sujapati
    Keymaster

    @Barbarossa: The issue still seems to be occurring on your site. This might be due to a cache issue related to the header section. Could you please check your settings by navigating to Appearance > Editor > Patterns > Header?
    Make sure to select the current header you’re using.

    You can follow the steps shown in the image below to reset the header:

    image

    Please let us know if this resolves the issue or if you need any further assistance.

    Kind Regards,
    Sujapati

    in reply to: Search Result’s dont work #337765
    sujapati
    Keymaster

    @Barbarossa: Since you are using the latest version, it should be resolved by now. We’ve tested on our end and everything is working fine. Could you kindly share your site URL so we can check further?

    Kind Regards
    Sujapati

    in reply to: Sidebar on homepage Rock Star Pro #337596
    sujapati
    Keymaster

    Hello Maurizio,

    Please navigate  “Appearance => Customize => Theme Options => Layout Options”.

    There you can see the lists of layout options. To achieve right sidebar, please set the Default Layout option to ‘Content, Primary Sidebar’.

    image-28

    Kind Regards,
    Sujapati

    in reply to: Hamburger Icon Invisible #337589
    sujapati
    Keymaster

    @tdlock14: The hamburger icon appears invisible because both the icon and the header background are white in color on your site. You can resolve this by applying a background color to the icon using CSS.

    CSS

    button.wp-block-navigation__responsive-container-open {
        background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange);
    }

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

    addtional-css

    Kind Regards,
    Sujapti

     

    in reply to: Appearance / Editor won’t load #337588
    sujapati
    Keymaster

    @butlergroup: We’re sorry for the inconvenience you’re facing. We’ve tested the editor on various browsers and systems, and the Editor is easily accessible as expected. It seems there may be an issue specific to your site. We will be in touch via email shortly to investigate further.

    Kind Regards,
    Sujapati

    in reply to: Appearance / Editor won’t load #337562
    sujapati
    Keymaster

    @bultergroup:

    Thank you for bringing this to our attention. We’ve thoroughly tested the ‘Editor’ feature and can confirm that everything is functioning properly on our end. It’s possible that a plugin may be causing a conflict. Could you please try deactivating your plugins temporarily and check if the issue resolves?

    Please don’t hesitate to reach out if you continue experiencing any difficulties, we’d be happy to assist you further.

    Kind Regards,
    Sujapati

    in reply to: Sidebar showing on Homepage when it should not #337554
    sujapati
    Keymaster

    @RichaardChubb: I’m glad to hear the issue has been resolved. Please don’t hesitate to reach out if you need any further assistance.

    Kind Regards,
    Sujapati

    in reply to: Sidebar showing on Homepage when it should not #337547
    sujapati
    Keymaster

    @RichaardChubb:

    It looks like you’ve selected the ‘Static Page’ option for your homepage displays, which, unlike the ‘Latest Posts’ option, follows the default layout by design.

    image-27

    If you’d like to modify the layout, simply click on ‘Edit Page’ in the top admin bar. This will take you to the front-page editor, where you can choose the template you’d like to display.

    image-26

    Hope this works for you.

    Kind Regards,
    Sujapati

    in reply to: Can you edit Patterns? #337546
    sujapati
    Keymaster

    @Jason Reed: Thank you for reaching out with your query. The difficulty  you’re facing is from WordPress’s own limitations, not the theme. WordPress does not allow direct edition of patterns. However, you can easily work around this by creating a new page where you can customize and modify the pattern as needed.

    Kind Regards,
    Sujapati

    in reply to: Sidebar showing on Homepage when it should not #337545
    sujapati
    Keymaster

    @RichaardChubb:  We apologize for the inconvenience caused. We are investigating on that issue  and will updated you shortly.

    Kind Regards,
    Sujapati

Viewing 20 posts - 121 through 140 (of 228 total)