Forum replies created

    vaibhav
    Spectator
    Posts: 287
    October 18, 2017 at 9:02 am #35078

    Hi,

    It seems that in PHP 7.1, a Warning will be emitted if a non-numeric value is encountered.
    We have updated our custom-css.php file related to PHP 7.1 and release next theme update.
    If you should update immediately so you have to update all changes manually.

    go to line no 41 in custom-css.php
    find this line:
    $evolve_width_px = evolve_get_option( ‘evl_width_px’, ‘1200’ );
    replace with this
    $evolve_width_px = (int)evolve_get_option( ‘evl_width_px’, ‘1200’ );

    go to line no 42 in custom-css.php
    find this line:
    $evolve_custom_width_px = evolve_get_option( ‘evl_custom_width_px’, ‘1024’ );
    replace with this
    $evolve_custom_width_px = (int)evolve_get_option( ‘evl_custom_width_px’, ‘1024’ );

    go to line no 63 in custom-css.php
    find this line:
    $evolve_hundredp_padding = evolve_get_option( ‘evl_hundredp_padding’, ’40px’ );
    replace with this
    $evolve_hundredp_padding = (int)evolve_get_option( ‘evl_hundredp_padding’, ’40px’ );

    Thank you

    vaibhav
    Spectator
    Posts: 287
    October 18, 2017 at 7:49 am #35075

    You are welcome 🙂

    vaibhav
    Spectator
    Posts: 287
    October 18, 2017 at 7:33 am #35073

    Hi,

    Sorry, you have misunderstood, we have created all parameter of blog shortcode for blog shortcode page means it’s work for only blog shortcode page but you have click Read More button after that you have redirect single blog page and this all parameter not work on this page.

    Thank you

    vaibhav
    Spectator
    Posts: 287
    October 18, 2017 at 7:09 am #35072

    Hi,

    Sorry but it’s not possible to change the order of header widget and content boxes.
    If you have to customize your site please contact our customize service:
    https://theme4press.com/theme-customization-service/

    Thank you

    vaibhav
    Spectator
    Posts: 287
    October 18, 2017 at 6:56 am #35071

    You are welcome 🙂

    vaibhav
    Spectator
    Posts: 287
    October 17, 2017 at 9:03 am #35056

    Hi,

    We have solved your issue, check your site.
    Theme4Press slider display in your french home page.
    A problem only on that you have not selected theme4press slider in your french home page under page options. and also you have not set parameter of french home page slider.

    Thank you

    vaibhav
    Spectator
    Posts: 287
    October 14, 2017 at 12:10 pm #35051

    Hi,

    Add below custom css for change color
    .t4p-flexslider.flexslider-posts .slide-excerpt h2 {
    background: rgba(0, 0, 0, 0.8);
    }
    .t4p-flexslider.flexslider-posts .slide-excerpt h2 a {
    color: red;
    }

    Add your color that you want to it.

    Thank you

    In reply to Main menu
    vaibhav
    Spectator
    Posts: 287
    October 12, 2017 at 7:47 am #35040

    Hi

    Sorry but your site title is long so it’s not adjusted in sticky header area and it’s effect in the sticky menu.
    Sticky header height generates dynamically so we can’t control it.
    but we suggest that if you have to no problem with removing your site title in the sticky header so you have to remove site title in the sticky header with this options.
    Theme Options -> Header -> Sticky Header -> Enable sticky header logo
    Another option that you have to create a new menu for sticky header
    Appearance -> Menus -> Create new menu and assign as Sticky Header Navigation in Menu settings

    Thank you

    In reply to Sharing Box
    vaibhav
    Spectator
    Posts: 287
    October 12, 2017 at 7:19 am #35039

    Hi,

    Social sharing icon position in post page is our predefine theme design so we can’t change it.
    And user uses shortcode when and where it needs. it does not display every where without its use.

    Thank you

    In reply to Sharing Box
    vaibhav
    Spectator
    Posts: 287
    October 11, 2017 at 8:32 am #35035

    Hi,

    Sorry but not any way to add the sharing box at the end.
    If you have to customize your site please contact us our customize service
    https://theme4press.com/theme-customization-service/

    Thank you