Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    09.07.2015 at 18:14 #18731

    Hi,

    Please post your url to your post slider.

    Thanks!
    Denzel

    In reply to Next post
    Denzel Chia
    Moderator
    Posts: 2656
    09.07.2015 at 18:11 #18730

    Hi,

    No plugin is able to delete your custom css, it’s saved in database option table with a name that is unique to the theme. The plugin would not have know that name.

    You must have accidentally selected all codes and deleted them.

    The only way now is for you to look at your previous thread on this forum and re-apply your Custom CSS codes.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    09.07.2015 at 18:03 #18728

    Hi,

    You webpage looks fine to me. No overflowing of text.
    I cannot help with design.

    Thanks!
    Denzel

    In reply to Next post
    Denzel Chia
    Moderator
    Posts: 2656
    09.07.2015 at 02:52 #18719

    Hi,

    Please use this plugin. http://www.filmtraveler.com/2008/11/18/wordpress-plugin-shorten-link-text/
    You should be able to use it to shorten your previous and next post link.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    09.07.2015 at 02:41 #18718

    Hi,

    Please add the following codes to your Theme Options -> Custom CSS

    .menu-header::after {
    background: none !important;
    }

    It will clear up your content boxes.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    09.07.2015 at 02:37 #18717

    Hi,

    Please use the following in Theme Options-> Custom CSS
    It will make your date red color, if there is a post.

    #wp-calendar a {
    color: red;
    }

    And please elaborate on where and what color you want to add to the calender.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    09.07.2015 at 02:30 #18716

    Hi,

    Please post url to the webpage that you mentioned.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    08.07.2015 at 16:30 #18709

    Hi,

    Sorry, I have no suggestions. Never tried out multilingual site. See if others have any good suggestions.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    08.07.2015 at 16:22 #18708

    Hi,

    You are doing it totally wrong.
    Your child theme is wrong. It cannot have a whole set of complete theme files and with style.css pointing to Evolve plus as the parent theme. This way you have a duplicate of all the functions, that’s more than a thousand fatal errors!

    In a child theme you can only have style.css and other standard template files, and only one functions.php, cannot have a whole set of theme function files.

    Please refer to the following or hire a developer to assist you.
    https://codex.wordpress.org/Child_Themes

    This screenshot shows an almost complete set of functions files in your evolve Plus-child theme.
    http://prntscr.com/7qbku3

    This is your evolve Plus-child theme style.css header, which clearly point to evolve-plus as the template, which results in all these fatal errors. http://prntscr.com/7qbm40

    Thanks!
    Denzel

    In reply to Next post
    Denzel Chia
    Moderator
    Posts: 2656
    08.07.2015 at 07:28 #18703

    Hi,

    Please use the following. Theme Options-> Custom CSS

    .nav-next {
    clear: both !important;
    float: right !important;
    }

    Thanks!
    Denzel