Forum Replies Created
-
AuthorPosts
-
Psink
Keymaster@lanaegorova-83, Yes we will release an update within a couples of days
February 24, 2025 at 12:20 am in reply to: Immediate Assistance Required: Modifying Homepage Layout in Signify Blocks Pro #209425Psink
KeymasterHello @markkeystoourcity-com,
If you want to add a box layout, just on the front page/Homepage. Please follow this screen record
https://www.awesomescreenshot.com/video/36926981?key=4c7c8ebf59d537004ab33e7367e56f97follow this screen record to apply a box layout to the overall site
https://www.awesomescreenshot.com/video/36927023?key=63219e776cd22fd0a36b5ec74072ea6cLet us know if have any queries left, we will be happy to assist you in building your site
Psink
Keymaster@lanaegorova-83, I guess you are talking about the telegram icon on the social menu, currently, the theme does not have an icon as the social icon. We will release a theme by adding Telegram as a social icon
Psink
Keymaster@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
Psink
KeymasterAhh, 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=07edebcf99f1454c26d60cd299905af1For hiring customizer please vicit below link
https://themepalace.com/hire-a-customizer/-
This reply was modified 7 months, 3 weeks ago by
Psink.
Psink
Keymaster@matija, Strange we have tried to replicate the same issue on our side. But there is no such issue
As you can see in the screen record
https://www.awesomescreenshot.com/video/36713780?key=113c1325d33374c5ef54cdf1b48768eaMay be there is conflict with the plguin. Could you try disabling all the active plugins and check if the issue is still there after diactivating all the plugins.
Psink
Keymaster@lxms, Thanks for the temporary login we are able to fix the issue on the site. Please verify form your side
Psink
KeymasterHello @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!
Psink
KeymasterStrange, seems issue is only on your site, for further investigation is it possible to share temporary login for your site? You can share it to prashant.themepalace@gmail.com
Psink
Keymaster@matija, Thanks for the reaching out! Could you please share URL of the page that you are facing the issue? We will check for the issue and let you know,
Sometimes a conflict with the plugins may cause these kind of issue
Psink
Keymaster@lxms, Seems there is a conflict issue with the third parties plugins. We have checked form our side and there is no such issue.
As you can see in the screen record
https://www.awesomescreenshot.com/video/36669679?key=9b335941f1809bfaa4f3cef5055f01c7Could you please share a URL of your site so that we can investigate the actual reason of the issue?
Also please try deactivating all the plugins and check if the issue exist after deactivating all the plugins.
Psink
Keymaster@rjspiffy, is it possible to share a site URL? or could you please share some of refrance screenshot so that it would be easy for us to track the actual issue
Psink
KeymasterRegarding 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
Psink
KeymasterHello,
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
-
This reply was modified 7 months, 3 weeks ago by
-
AuthorPosts