Forum Replies Created

Viewing 15 posts - 241 through 255 (of 1,544 total)
  • Author
    Posts
  • in reply to: H1 Tag is Missing on Front-Page #194919
    Psink
    Keymaster

    @ZINNI,

    The site title is supposed to have an h1 tag but in your case site title is using a p tag. I have noticed you are using the theme v1.0.7 can you please update the theme to the latest version? If the issue exists in the latest version, please provide us with a temporary login to your site for further investigation.

    in reply to: PHP 7.4 to 8.0 #194900
    Psink
    Keymaster

    we have tested the theme with WordPress v6.4.2 and PHP v8.0.29. It might be a plugin issue as well. Could you please try disabling all the third-party plugins except for the recommended one and check if the issues still exist? If the issue still exists please provide us with a temporary login of your site for a further investigation

    in reply to: Static header image. #194865
    Psink
    Keymaster

    Got your point, you can add this CSS to disable fixed background attachment

    @media only screen and (min-width: 48em){
    .custom-header .wrapper:before {
    background-attachment: initial !important;
    }
    }

    in reply to: Static header image. #194857
    Psink
    Keymaster

    Do you mean a random header image? If that is the case you may have set multiple images to header media option in customizer

    in reply to: Is it possible to desactivate Homepage ? #194856
    Psink
    Keymaster

    I guess you are trying to show the page content on the homepage. For that, you can add this PHP snippet to your site

    add_filter( ‘music_zone_filter_frontpage_content_enable’, function(){
    return true;
    } );

    in reply to: Event set in the future doesn’t display #194847
    Psink
    Keymaster

    Ahh okay got you.

    Could you explain in more detail regarding “Only problem is that past date doesn’t necessarly match the day (saturday becoming Tuesday for example)” including the whole process? If possible with the screen record

    in reply to: Event set in the future doesn’t display #194843
    Psink
    Keymaster

    Is it on the homepage or some other pages that you are trying to show an event?

    It would be great if you share a reference screenshot of the process

    in reply to: PHP Warning on service section #194842
    Psink
    Keymaster

    We appreciate for finding the issue in the themes. It seems no audio files have been uploaded on the site, once the audio files are uploaded, the issue will be solved.

    For the current scenario will release an update fixing the issue if there are no audio files on the site

    in reply to: PHP 7.4 to 8.0 #194769
    Psink
    Keymaster

    @RIVERSIDEMEDIAGROUP, We have released an update, you can update the theme to the latest version v3.9.1

    in reply to: PHP 7.4 to 8.0 #193279
    Psink
    Keymaster

    @RIVERSIDEMEDIAGROUP, We will check for the update and get back to you soon.

    Psink
    Keymaster

    We have checked from our side, the license is active on the site https://www.rayu.edu.et/

    Could you please share a screenshot of the license activation page?

    in reply to: Music Zone Copyright text #191928
    Psink
    Keymaster

    @JLOPES, Yes the options to change the copyright text is only available for pro version

    in reply to: Remove the menu button from the mobile version of the site #191876
    Psink
    Keymaster

    @PREPOD, it’s not possible just with the CSS. We need to develop a child theme to customize the header. For that, you can hire a theme developer or our customization team

    in reply to: Decrease featured slider Title font Size #191839
    Psink
    Keymaster

    @GEBRIYE14, Is it possible to share your site URL? We will provide you a CSS to decrease the font size of the slider title

    in reply to: New version cannot be installed #191803
    Psink
    Keymaster

    @HKOEHLER20, we apologize for the late response.

    Is your site live or local? If it’s a live site is it possible to share a temporary login for investigating the issue?

    You can share log in to prashant.themepalace@gmail.com

    We will let you know once the issue has been fixed

Viewing 15 posts - 241 through 255 (of 1,544 total)