Theme Palace » All Posts https://themepalace.com/forum/pro-themes/x-bliss-pro/feed/ Mon, 24 Mar 2025 13:42:55 +0000 https://bbpress.org/?v=2.6.12 en-US https://themepalace.com/topic/header-images-3/#post-209428 <![CDATA[Reply To: Header Images]]> https://themepalace.com/topic/header-images-3/#post-209428 Mon, 24 Feb 2025 14:30:56 +0000 Tena Festini Oh, yes, this fixed the issue! Thank you so much! 🙂

]]>
https://themepalace.com/topic/header-images-3/#post-209421 <![CDATA[Reply To: Header Images]]> https://themepalace.com/topic/header-images-3/#post-209421 Mon, 24 Feb 2025 04:45:12 +0000 Psink @islanderess, Ahh okay, I have figured out the issue. We have to select the image size before choosing the image. Here is the screen record – https://www.awesomescreenshot.com/video/36926182?key=8f71d576cdd5a6c185b54aea67901fc4. Please follow the screen record

]]>
https://themepalace.com/topic/header-images-3/#post-209420 <![CDATA[Reply To: Header Images]]> https://themepalace.com/topic/header-images-3/#post-209420 Sun, 23 Feb 2025 19:51:17 +0000 Tena Festini Hi! I have another problem. XD In the “Merry Christmas & Happy New Year 2018 Section:”, it ruins the quality of whatever photo I upload as background. It’s the “O meni” section on the homepage. I tried several photos with different sizes and it does that with everything I upload. It’s Front Page Widget Area: Bliss: Call To Action widget.

https://tenatravels.com/

]]>
https://themepalace.com/topic/header-images-3/#post-209419 <![CDATA[Reply To: Header Images]]> https://themepalace.com/topic/header-images-3/#post-209419 Sun, 23 Feb 2025 17:55:31 +0000 Tena Festini Thank you very much! This fixed the issue. Also thank you for the info on the customisation. I will think about it and act accordingly.

]]>
https://themepalace.com/topic/header-images-3/#post-209384 <![CDATA[Reply To: Header Images]]> https://themepalace.com/topic/header-images-3/#post-209384 Tue, 18 Feb 2025 06:03:42 +0000 Psink Ahh, the slider heading is hiding behind the header section. Please add this refined CSS in the Additional CSS

@media only screen and (min-width:1023px) {
#main-slider h3 {
font-size: 65px;
}
#main-slider{
height: 650px !important;
}

#main-slider .cycle-slide img,
#main-slider .cycle-slide {
height: 650px !important;
}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
#main-slider h3 {
font-size: 45px;
}
#main-slider{
height: 400px !important;
}

#main-slider .cycle-slide img,
#main-slider .cycle-slide {
height: 400px !important;
}

}

@media only screen and (max-width: 600px) {
.banner-subtitle, #main-slider p {
display: none;
}

#main-slider{
height: 200px !important;
}

#main-slider .cycle-slide img,
#main-slider .cycle-slide {
height: 200px !important;
}
}

Here is how it works for different screen size
https://www.awesomescreenshot.com/video/36711093?key=07edebcf99f1454c26d60cd299905af1

For hiring customizer please vicit below link
https://themepalace.com/hire-a-customizer/

]]>
https://themepalace.com/topic/header-images-3/#post-209380 <![CDATA[Reply To: Header Images]]> https://themepalace.com/topic/header-images-3/#post-209380 Mon, 17 Feb 2025 19:30:52 +0000 Tena Festini Hi! Thank you very much. The TikTok icon issue is resolved.

Regarding the slider, on the desktop version, it is still covering the letters of the posts. On the mobile version, it is ok, but still looks huge. So its height should be smaller.

https://tenatravels.com/

You need to open it on the desktop version to see how the headlines are covered.

Regarding the featured images, how does the hiring of your customizer work?

]]>
https://themepalace.com/topic/header-images-3/#post-209374 <![CDATA[Reply To: Header Images]]> https://themepalace.com/topic/header-images-3/#post-209374 Mon, 17 Feb 2025 06:20:18 +0000 Psink Hello @islanderess,

We’ve released a new update for the theme. Please update it.

This update includes the addition of a TikTok icon, allowing you to display TikTok as a social icon in the top bar.

Regarding the display of featured images in the banner of pages/posts, further customization is required. To proceed, you’ll need to hire our customizer to work on the details.

Let us know if you have any questions!

]]>
https://themepalace.com/topic/header-images-3/#post-209352 <![CDATA[Reply To: Header Images]]> https://themepalace.com/topic/header-images-3/#post-209352 Fri, 14 Feb 2025 07:00:04 +0000 Psink Regarding moving logo to top is not possible since theme code is structured in that way we can modify the theme code.

Regarding Slider – Please remove this one code form Additional CSS for now.

.home #featured-slider .cycle-slideshow{
height: 670px !important;
}

we will try some thing different CSS, for that we need a temporary login of your site so that we can test CSS code that meet your requirement. You can share a temporary login to prashant.themepalace@gmail.com

]]>
https://themepalace.com/topic/header-images-3/#post-209350 <![CDATA[Reply To: Header Images]]> https://themepalace.com/topic/header-images-3/#post-209350 Fri, 14 Feb 2025 06:44:00 +0000 Tena Festini Hi! Thanks for your reply.

It did shrink the banner on the mobile version but did nothing for the laptop version.

Phone: Would honestly be the best if the logo could just go to the top together with the menu. Because the white header area serves for the menu on the laptop version, but for the phone it is redundant, seeing that the menu is on the top. So, if the white area could be removed completely and the logo put on the top or logo completely removed, it would be great.

Phone Version Pic

Laptop: The white header is still huge and is covering half of the headline in the main slider. It would be good if it can be narrower so that the entire headline can be seen.

Laptop Version Pic

Please let me know if this is possible. Thanks!

]]>
https://themepalace.com/topic/header-images-3/#post-209343 <![CDATA[Reply To: Header Images]]> https://themepalace.com/topic/header-images-3/#post-209343 Thu, 13 Feb 2025 05:28:43 +0000 Psink Hello,

Regarding, header spacing issue in the mobile and the slider please add this CSS to Additional

.home #featured-slider .cycle-slideshow{
height: 670px !important;
}

@media only screen and (max-width: 1023px) {
#page {
margin-top: 0px !important;
}
}

@media only screen and (max-width: 550px) {
.site-branding {
width: auto !important;
float: left !important;
}
}

Let us know if this CSS works for you

Regarding Tiktok icon and using featured images on banner of pages/posts – currently this features is not avialble in theme. We will release the update by including both of features in theme soon

]]>
https://themepalace.com/topic/header-images-3/#post-209330 <![CDATA[Header Images]]> https://themepalace.com/topic/header-images-3/#post-209330 Thu, 13 Feb 2025 03:06:29 +0000 Tena Festini Hi!

I had another theme from you before (Travel Master Pro). And there I was able to set seperate header images for separate pages or blog posts. Is there any way to do this here?

For example… Here I would like the image with the rocks and shoes to be above, in the gray area, where it says “O meni”.

Also the same for blog posts. Here for example, I would like the first, header image of the post, to go into the gray square, under the headline of the blog post.

Is there a way to do this?

Thanks!

]]>
https://themepalace.com/topic/header-images-3/#post-209332 <![CDATA[Reply To: Header Images]]> https://themepalace.com/topic/header-images-3/#post-209332 Thu, 13 Feb 2025 03:06:16 +0000 Tena Festini And the third thing… for the links in the upper red part. There are logos for Facebook and Instagram, but I get like this connection image for TikTok instead of a TikTok logo?

Thank you!!

]]>