Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2808124
Can i update to PHP 8.0?
Closed

Comments

  • ngmiko started the conversation

    Hi,

    I'm checking if is there any issue to update to PHP 8.0? I'm currently using PHP 7.4. Will there be any compatibility issues?

    Thanks. 

  •  2,494
    PenciDesign replied

    Hi,

    You can update to the latest stable version of PHP (8.0.7) without risk.

    Regards,
    PenciDesign.

  • ngmiko replied

    Thanks for the reply. I've tried to update it but something broke, perhaps it is one of the plugins I have, so I reverted back to 7.4 at the moment.

    I have some questions:

    1.) I realised the search function in my top menu is no longer working; it was working before the speed optimisation

    2.) The video play button on the post thumbnail (home page and related posts) is not working. After pressing play, nothing happens, or rather it disappears upon hovering on it. There's one post on my homepage with video embed

    Can you assist? Thank you.

  •  2,494
    PenciDesign replied

    Hi,

    1. Some JS files of the plugin you installed not working correctly, please go to Settings > PageSpeed Optimizer, click Purge All to Re-build Merge Files.

    2. This is not a play button, this is an icon showing the type of post format.

    Regards,
    PenciDesign.

  • ngmiko replied

    Thanks.

    I've already purge all for pageSpeed Optimizer, WP Rocket and also cloudflare. The search still cannot be used, also i noticed that the mobile menu button on mobile device also not working (cannot be clicked, same as the search).

  •  2,494
    PenciDesign replied

    Hi,

    Please re-send me your site login credential in a PRIVATE reply. I'll log in and help you config.

    Regards,
    PenciDesign.


  •   ngmiko replied privately
  •   ngmiko replied privately
  •   PenciDesign replied privately
  •   ngmiko replied privately
  •  2,494
    PenciDesign replied

    Hi,

    I've edited your site. Please check.

    Regards,
    PenciDesign.


  • ngmiko replied

    Thank you. I've just checked and the menu button and search button is now working.

    How about the logo on the mobile menu bar? And the aspect ratio of main logo in the header (when viewed on slightly bigger device or landscape mode in mobile)

    I've attached the snapshot earlier on the issue. Thanks

  •  2,494
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 960px){
        .penci-hlogo-center .penci-mobile-hlogo, .penci-hlogo-center #navigation.header-6 #logo {
            top: 15px !important;
        }
    }
    This code will align the logo on the menu bar.

    Regards,
    PenciDesign.