Forum replies created

    In reply to SlideDeck
    Denzel Chia
    Moderator
    Posts: 2656
    07.01.2016 at 08:38 #23396

    Hi,

    If the plugin has shortcode, you can use it in the content.
    You cannot use it in the current slider location.

    Thanks.

    Denzel Chia
    Moderator
    Posts: 2656
    07.01.2016 at 08:33 #23395

    Hi,

    Sorry, that’s not possible.

    I suggest you to use content box shortcode to create this page.
    http://demo.theme4press.com/alora/elements/

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    07.01.2016 at 08:18 #23394

    Hi,

    That’s more than 2 question.

    1. How can I add a posts slider in the posts index?

    Use a posts page.

    How to create a separate page for blog posts

    Edit the post page and you will be able to see slider options. You can select a slider and add to your posts page.

    I am aware alora comes with two integrated sliders, but none of them offers the option to create a recent posts slider.

    Yes, you are correct. Please go our demo site to see what’s available in Alora Theme.
    http://demo.theme4press.com/alora/

    – I am using Smart Slider 2 two create sliders throughout the website. I also created a recent posts slider and placed it in the homepage of the website. However the posts index does not have a text editor, so I cannot add any shortcodes (… to include the recent posts slider …)

    Sorry, we do not assist in modifying theme code or adding new features. We can only provide custom css codes.

    2. When I create posts and insert images I cannot align them to the right as they always end up below the sidebar … like this … http://www.dyslexicadvantage.org/scientific-american-on-the-advantages-of-dyslexia/
    This issue happens only with images. Text and other elements behave correctly.

    Remove your customization.

    /*SOCIAL ICONS HORIZONTAL*/
    .alora-row .alignright {
    right: 115px;
    position: absolute;
    }

    This is what’s causing the issue.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    06.01.2016 at 08:08 #23383

    Hi,

    Sorry, the shortcode editor is not capable of doing that.
    You will have to manually edit in editor.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    06.01.2016 at 07:58 #23382

    Hi,

    Use the following for you menu colors.

    #nav ul li a {
    color: blue !important;
    }
    #nav ul li ul li a {
    color: grey !important;
    }

    Thanks!

    In reply to Missing Sidebars
    Denzel Chia
    Moderator
    Posts: 2656
    06.01.2016 at 07:52 #23381

    Hi,

    Go to WordPress admin -> Theme Options -> Blog -> Blog Archive/Category Sidebar

    For Buddypress, find the activity page, edit and look for Page Options -> Sidebar Position.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    06.01.2016 at 06:10 #23380

    Hi,

    You are very welcome!

    Yes, the difference is the preview.
    Glad it worked for you.

    I suggest you use only Appearance -> Theme Options, if you do not require preview.
    This is much stable then Appearance -> Customize.

    Best Regards,
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    05.01.2016 at 10:29 #23371

    Hi,

    I am using PHP 5.6.10
    Don’t think there is much difference.

    I am not seeing any HTML of your social icons in your footer.

    Please check in Theme Options -> Social Media Links
    Did you enter any URL in all the available text inputs?

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    05.01.2016 at 10:22 #23370

    Hi,

    Yes, it does not work. I will report this bug. Thank you.

    As a temporary fix. Use the following custom css.

    .reading-box .btn {
    background: #000 !important;
    }

    Thanks!

    In reply to Table Font Size
    Denzel Chia
    Moderator
    Posts: 2656
    05.01.2016 at 10:14 #23369

    Hi,

    You can increase the body text size to the size that you think is normal.
    For example.

    body{
    font-size:40px;
    }

    Thank you.