These are some typical adjustments to our WordPress templates. This material will be updated often. To stay up to date with our news, you may bookmark it.
While importing demo content, you may get error message like this:
The fix is to raise the PHP limitations by modifying the php.ini
file in the root directory, or you can contact your web host and request that they increase those limitations to a bare minimum, as shown below.
max_input_time = 6000
memory_limit = 128M
max_execution_time= 6000
post_max_size = 64M
upload_max_filesize = 32M
set_time_limit (600)
Change Header Logo
Login to Admin -> Go to site -> Hover on Edit with Elementor -> Select Header x
(x is the sequence number of the header).
Change Footer Logo
Login to Admin -> Go to site -> Hover on Edit with Elementor -> Select Footer x
(x is the sequence number of the footer).
Go to Admin -> Setting -> General -> Check the option 'Anyone can register'
.
Will be posted after admin approval.