Forum replies created
Hi,
Currently it’s not possible, there is theme css code overwriting the tag cloud inline font size, making all the tags into the same font size.
What you can do now is to use the following in Theme Options -> Custom CSS to remove the border.
.widget_tag_cloud a {
border: medium none !important;
font-size: initial !important;
}
I will report this issue to my employer.
Thank you.
You are welcome !
Hi,
Please post your website URL. Show me your tab
Meanwhile, Please disable one plugin at a time to find the plugin that’s causing this issue.
You need to clear cache plugin’s cache ( if you have installed a cache plugin ).
You will also need to clear your browser history.
Thank you.
Hi James,
Please import demo content and work from it.
Login to WordPress, Appearance -> Theme Options -> General -> Import demo content
If you do not want to import into your live site, you can create a localhost test site on your computer and import demo content. Use you localhost as an example.
Thank you
Hi,
Just did a test.
Trying to pin http://demo.theme4press.com/evolve/2008/09/05/readability-test/
And result in error.

I will report this issue to my employer.
Please wait for a fix in the next available theme version.
Thank you.
Hi,
You need to go to Theme Options -> Contact -> Google map options to setup your map.
I suggest you to setup a localhost to run Alora with it’s demo content, so that you can use it as a reference.
Thank you
Hi,
huge_it_catalog_container_14 is an Id not a Class…
Therefore use #
You also need to add !important to force it to work.
#huge_it_catalog_container_14 {
height: 600px !important;
margin-left: 20px !important;
}
Thank you
Thank you
Hi,
That would require modification to theme structure.
You will have to hire a developer for assistance.
We only provide customization help that’s possible using css code, without any modification to theme structure.
Thank you
Hi,
Please try setting a featured image and see if it works.
Thank you
Hi,
I have taken a look at your site.
The HTML code of your slider is in your source.
Seems like the javascript is not working, but I do not know the reason.
Did you make any modification to WordPress setup?
May I know why your website URL resolves to http://alhulafa.com/index.php/main/
You files are loading from http://alhulafa.com/wp-content/themes/alora/style.css
different domain name structure. This can cause weird issues.
Please revert back any modifications to WordPress such as adding codes in .htaccess files…. and see if your issue is fixed.
Thank you