Forum replies created
Hi,
I checked with my localhost copy.
There is a design change. The shadow lines under a post are removed.
I do not know what’s the reason for the changes in design.
I will get the Theme Author to reply to you.
Thanks!
Hi,
1. Is there a way that I can add 2 sliders via Slider Option on Pages?
Sorry, no…
2. If the answer of question no.1 is “No” then how to set my 2nd slider to have the same size as the 1st slider? Do I have to code it with Html or CSS? If that so can you guide me please?
The slider created by shortcode is limited to the width of the content area.
Try using a 100% width template.
Thanks!
Hi,
To reset your WordPress password.
https://codex.wordpress.org/Resetting_Your_Password
Your server may have timed out while importing demo content.
Or your server does not allow communication with remote server, other than WordPress.org
You can create a localhost on your PC and setup WordPress demo with Alora and import demo content. You localhost will not have restriction using MAMP.
https://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP
Thanks!
Hi,
No. You only do it once.
Thanks!
Hi,
Your website is not loading when I visit it.
Thanks!
Hi,
You will need to resize and shrink your image until it’s within a file size acceptable by your web server.
Or you can change the upload_max_filesize in your web server php.ini
http://stackoverflow.com/questions/2184513/php-change-the-maximum-upload-file-size#answer-2184541
This has nothing to do with Theme.
Thanks!
Hi,
You need to be at least on Alora 2.7.5
in order to have automatic update.
Now you need to manually update.
Thanks!
Hi,
Post your website url.
Not sure if able to use Custom CSS.
Thanks!
Hi,
Those share links are from your plugin.
Not the Theme.
Most probably. Jetpack.
Thanks!
Hi,
Please use the following in Theme Options -> Custom CSS
.home-content-boxes h2 {
font-size: 20px !important;
}
.home-content-boxes p {
font-size: 12px !important;
}
Change the 20px and 12px to your required size.
Thanks!