Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterDo you mean the hover color of the sub-menus?
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
January 23, 2024 at 10:17 pm in reply to: Mega charity Pro – what editor should we use to change page structure #194950Psink
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
January 23, 2024 at 4:00 am in reply to: Mega charity Pro – what editor should we use to change page structure #194938Psink
Keymaster1. 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 changes2. 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/Psink
KeymasterThe 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.
Psink
Keymasterwe 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
Psink
KeymasterGot 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;
}
}Psink
KeymasterDo you mean a random header image? If that is the case you may have set multiple images to header media option in customizer
Psink
KeymasterI 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;
} );Psink
KeymasterAhh 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
Psink
KeymasterIs 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
Psink
KeymasterWe 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
Psink
Keymaster@RIVERSIDEMEDIAGROUP, We have released an update, you can update the theme to the latest version v3.9.1
Psink
Keymaster@RIVERSIDEMEDIAGROUP, We will check for the update and get back to you soon.
January 5, 2024 at 3:10 am in reply to: University Hub Pro licenses didn’t work (URGENT ATTENTION PLEASE) #193223Psink
KeymasterWe 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?
-
AuthorPosts