Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    23.02.2016 at 00:54 #24558

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    22.02.2016 at 02:32 #24547

    You are welcome !

    Denzel Chia
    Moderator
    Posts: 2656
    22.02.2016 at 02:31 #24546

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    22.02.2016 at 02:27 #24545

    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

    Denzel Chia
    Moderator
    Posts: 2656
    22.02.2016 at 02:22 #24544

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    21.02.2016 at 18:56 #24533

    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

    In reply to CSS QUESTIONS
    Denzel Chia
    Moderator
    Posts: 2656
    21.02.2016 at 18:52 #24532

    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

    Denzel Chia
    Moderator
    Posts: 2656
    21.02.2016 at 08:15 #24516

    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

    Denzel Chia
    Moderator
    Posts: 2656
    21.02.2016 at 08:07 #24515

    Hi,

    Please try setting a featured image and see if it works.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    21.02.2016 at 07:31 #24514

    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