Forum replies created
Hi,
There is a plugin setting the font size to 0 which is why you cannot see the text.
Please use the following in Theme Options -> Custom CSS
.page-navigation .nav-previous a {
font-size: 15px !important;
}
This is the result.

Thank you
Hi,
My localhost demo site with demo content has the same setup.
Please install a localhost WordPress on your computer, install woocommerce and follow by importing demo content.
Then have a look at the woocommerce settings as an example.
Thank you.
Hi Lily,
Thank you for reporting this issue.
Yes, you are correct.
The Theme Options -> PAGE TITLE BAR -> Parallax Background Image ( setting )
only works on desktop and does not work in mobile Safari
This URL http://creating.essentialyogaschool.com/about/
has the page title bar parallax background and it works on desktop,
but in mobile safari it does not.

It’s beyond my knowledge to provide a solution for this issue.
I will report this issue to my employer, hopefully the developer is able to find a solution for this issue.
Please wait for next available version update.
Thank you for your patience.
Best Regards,
Denzel
Hi,
Login to WordPress admin
Find Appearance -> Theme Options -> Shortcodes -> Button
The button gradient color setting applies to read more button and button generated by shortcode.
Thank you,
Hi,
I just tried your checkout page
It’s functioning normally.
I am able to get to paypal payment page.
Please see screenshot.
http://i.imgur.com/sbtsEC6.png
All you need to do is to login or fill up all billing and shipping information.
Thank you.
Hi Lily,
As per our forum rule.
https://theme4press.com/support/topic/theme4press-support-forums-rules-please-read/
You have to open a new thread in the Alora Theme forum for your request.
By the way, your issue is different from Krista’s
Different theme and different location.
I will need to investigate.
Please also provide the website URL and explanation of your issue.
Thank you
Denzel
Hi Harald,
Thank you for your feedback.
Regards,
Denzel
Hi,
You cannot rename the theme. Automatic update will not work.
SEO ranking depends on your content or activity on the internet, renaming the theme will not do you any good.
For example, there could be millions of Denzel Chia in this world.
But if you search my name Denzel Chia on google you can see all results on first page is related to me and my activities.
Thank you.
Denzel
Hi,
You can use the following to adjust the sticky header height.
.sticky-header .nav-menu li {
height: 80px !important;
}
But it will affect the sub menu height…
Perhaps you should disable your plugins to find out if there is any of them causing css conflict? Instead of redoing almost all menu positioning?
Thank you.