Forum Replies Created

Viewing 15 posts - 241 through 255 (of 1,548 total)
  • Author
    Posts
  • in reply to: Changing mouse over colour on menu #195017
    Psink
    Keymaster

    Do you mean the hover color of the sub-menus?

    in reply to: How to Put Video Behind Site Logo #194965
    Psink
    Keymaster

    @SNEED, The section with the logo and the section for the header media are two individual sections. For that reason, it is not possible to add a header media behind the logo

    Psink
    Keymaster

    @CHACHIPA16GMAIL-COM, Ahh got you

    You can add this CSS in Additional CSS, Go to Customizer >> Additional CSS and add this CSS there

    For entirely remove

    #page-site-header{
    display: none;
    }

    just remove the header image and reduce the top-bottom gap
    #page-site-header{
    padding: 150px 0px !important;
    }

    you can change the padding value as per requirement

    Psink
    Keymaster

    @CHACHIPA16GMAIL-COM,

    1. I want to change and edit the home page structure and the pro version mentions ability to have up to seven layouts but I couldnt change the one that exists or an option to add another one
    – You can change the layout from the Customizer >> Front Page >> Home Page Layout, after changing the layout, you need to publish and then refresh the site to see the changes

    2. I want to remove the header image but the only option I see is to hide the header image. how can i remove it?
    – You can hide the header image which is technically removing the header image.

    3. what WordPress editor is suitable for this. I tried elementor editor but I only have the option to change page or post and dont see here the option to remove the header image or home page layout
    To change the whole layout of the theme, then you need to use our block-based themes. Currently we only have 3 themes https://themepalace.com/downloads/category/wordpress-themes/block-themes/

    4. If this is not possible I want to cancel my license
    – Yes, you can cancel or exchange the theme license. For that please contact our sales at https://themepalace.com/my-account/

    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?

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