Forum replies created
Hi,
Are you referring to the slider in the footer of this website https://fogwm.org/?
If yes, Please use the following codes in Theme Options -> Custom CSS
.footer .widget_wooslider_slideshow_posts .widget-content {
height: 435px !important;
}
Thanks!
Denzel
Hi,
You are welcome!
Glad to know that you have found and fixed the issue.
Best Regards,
Denzel
Hi Timothy,
Please try using the Full Width template or 100% Width template for your page.
Comments doesn’t seem to work with Default Template in Alora Theme.
Please see screenshot.

I do not know if this is a bug or by design.
I will have to ask the theme author about this.
Thanks!
Denzel
Hi,
You are welcome!
Have a nice day.
Regards,
Denzel
Hi,
Please kindly provide me with a screenshot and some annotation of the problem area.
It’s will be good if you can point to me the area that your fonts are smush.
This will help me understand better.
Thank you.
Regards,
Denzel
Hi,
I have reported this issue to the theme author, asking him to get his developer to look into this issue. See if there is a possibility of this being a bug or just a cache issue.
Thanks!
Denzel
Hi,
Very Sorry, I did not pay attention to your question.
I thought it was about background image, that’s why my explanation was irrelevant.
Now, I notice that on your screenshots, all your slides has the same button and same button text.
But that’s not what I saw with my own devices. There is nothing wrong with your button text when I am viewing your site with my iPhone 6 plus.
I will post my set of screenshots here, with mobile screenshot referencing desktop screenshot.
My mobile is iPhone 6 Plus, real device, not emulator.
This is slide 1 on mobile.
This is slide 1 on desktop.

This is slide 2 on mobile.

This slide 2 on desktop.

This is slide 3 on mobile.

This is slide 3 on desktop.

This is slide 4 on mobile.

This is slide 4 on desktop.

This is slide 5 on mobile.

This is slide 5 on desktop.

I understand that you will probably say that this happens randomly.
Therefore, although I am not seeing anything wrong with the slide button text,
I am going to report this to the theme author, let him get his developer to look into the possibility of this issue being a bug.
Perhaps all you need is to clear your mobile browser history.
If there is any server cache or plugin cache, you will have to clear it.
Hope this time you are satisfied with my answer.
That’s all I can provide as a support moderator, I am not the developer or author of the theme.
Sorry for causing any inconveniences.
Best Regards,
Denzel
Hi,
Please use the following code to increase your mobile header height.
Use it Theme Options -> Custom CSS
@media screen and (max-width: 768px) {
.header {
height: 220px !important;
}
}
You can change the 220px to a lower or higher px value.
Thanks!
Hi,
Please use the following codes in your Theme Options -> Custom CSS
@media screen and (max-width: 768px) {
.header {
height: 250px !important;
}
.container.container-header.custom-header {
height: 250px !important;
}
}
Thanks!
Denzel
Hi,
Sorry, Please use the following in Theme Options -> Custom CSS
h2{
color:#fff !important;
}
You can change the #fff to any other color hex code.
Thanks!