Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    10.01.2016 at 08:35 #23430

    For a record.

    To any person reading this thread.

    Here is the revolution slider.
    http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380

    Still for sale.

    Use the key word “revolution slider” in google search, this url comes up the top result. Not that difficult to find.

    Years ago it did contain vulnerabilities, but it was fixed.

    Even Jetpack plugin

    Akismet plugin that comes together with WordPress

    Has their own vulnerabilities.

    The most important thing is that they were fixed.

    Denzel Chia
    Moderator
    Posts: 2656
    10.01.2016 at 08:22 #23429

    Hi,

    Are saying you want different color for your share icons?

    Please post url to your share icons and also provide me with the hex color code for each icon.

    http://www.colorpicker.com/

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    10.01.2016 at 08:17 #23428

    Hi,

    In Appearance -> Menus
    Use a Custom Links.
    Add # as the URL.
    Add to menu.

    View post on imgur.com

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    10.01.2016 at 08:12 #23427

    Hi,

    Open up evolve-plus/library/functions/basic-functions.php
    Go to line 1861 find and comment out the following codes.

    // Table name
    $table_name = $wpdb->prefix . "layerslider";

    // Get sliders
    $sliders = $wpdb->get_results("SELECT * FROM $table_name
    WHERE flag_hidden = '0' AND flag_deleted = '0'
    ORDER BY date_c ASC");

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    09.01.2016 at 16:15 #23416

    Hi,

    Please try disabling one plugin at a time to find any conflicting plugin.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    09.01.2016 at 16:06 #23414

    Hi,

    Please post your url to the issue you mentioned.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    09.01.2016 at 16:03 #23413

    Hi,

    The content boxes looks centered to me.

    View post on imgur.com

    The left and right margins looks even.

    Can you please provide a screenshot with annotation to point out why you think it is not centered?

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    09.01.2016 at 15:48 #23412

    Hi,

    Please try using this plugin.

    Loco Translate

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    08.01.2016 at 09:46 #23403

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    Font size and color under “Front Page Content Boxes”

    .home-content-boxes h2 {
    font-size: 40px !important;
    color: #fff !important;
    }
    .home-content-boxes p {
    font-size: 40px !important;
    color: #fff !important;
    }

    Fix the size of “Front Page Content Boxes”

    Sorry, what do you mean by fix? There is nothing broken.

    Menu: want to see color changes when hovering on menu items.

    #nav ul li a:hover{
    color:#000 !important;
    }

    Want to add text on top right of the header where you see the RSS & social media links

    Sorry, you will have to modify the Theme in order to do this. We can only provide custom css support.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    07.01.2016 at 08:47 #23397

    Hi,

    That’s a background image. That’s how it behaves.
    Background image does not resize when you view in small device.

    You have to add some kind of javascript to resize it.

    Thank you.