Forum replies created

    Priyank
    Spectator
    Posts: 747
    January 29, 2018 at 11:10 am #36384

    Hii,

    The first one in, Go to theme option

    Theme Option -> Header -> Menu -> Responsive Menu Layout ( Select Clean Dropdown Menu ).

    The second one in, Add Custom CSS on additional CSS area.

    @media (max-width: 450px){
    #bootstrap-slider .carousel-caption p {
    display: block;
    }
    }
    @media (max-width: 540px){
    #bootstrap-slider .carousel-caption p {
    display: block;
    }
    }

    Thank You

    Priyank
    Spectator
    Posts: 747
    January 29, 2018 at 9:05 am #36382

    Hi,

    We need to your wp-admin details in private reply to check your issue.

    Thank you.

    In reply to Portfolio issue
    Priyank
    Spectator
    Posts: 747
    January 29, 2018 at 7:35 am #36381

    Hii,

    First one is when you go to the second page it time second-page data filter it page load again and you go on second page, so you filter like “bodas” category it time second-page data in page load again and display a result.

    The second one is, we change the “menú” to appear the word “tienda”.

    Last one is, go to the theme directory(wp-content\themes\alora\portfolio-grid.php).

    and change below code on lineno.144

    it code to cut and paste on the line no.148 below the endforeach loop.

    Thank You

    Priyank
    Spectator
    Posts: 747
    January 29, 2018 at 5:57 am #36378

    Hii,

    Go to theme plugin directory (wp-content\plugins\t4p-core-composer\core\core.php).

    Then, find load_assets() function and replace with below code.


    function load_assets() {

    if ( isset( $_GET[‘page’] ) && $_GET[‘page’] === ‘evl_options_options’ ) {

    } else {
    // Load styles
    T4P_Pb_Helper_Functions::enqueue_styles();

    // Load scripts
    T4P_Pb_Helper_Functions::enqueue_scripts();

    $editor_screen = ”;
    if ( isset( $_REQUEST[‘t4p_pb’] ) ) {
    $editor_screen = $_REQUEST[‘t4p_pb’];
    }
    if ( is_admin() && $editor_screen != ‘livepagebuilder_editor’ ) {
    if ( isset( $_GET[‘post’] ) && get_post_type( $_GET[‘post’] ) === ‘product’ ) {
    $scripts = array( ‘t4p-pb-addpanel-js’, ‘t4p-pb-jquery-resize-js’, ‘t4p-pb-joomlashine-modalresize-js’, ‘t4p-pb-layout-js’, ‘t4p-pb-placeholder’, ‘t4p-pb-tinymce-btn’ );
    } else {
    $scripts = array( ‘t4p-pb-jquery-select2-js’, ‘t4p-pb-addpanel-js’, ‘t4p-pb-jquery-resize-js’, ‘t4p-pb-joomlashine-modalresize-js’, ‘t4p-pb-layout-js’, ‘t4p-pb-placeholder’, ‘t4p-pb-tinymce-btn’ );
    }
    } else {
    $scripts = array( ‘t4p-pb-jquery-select2-js’, ‘t4p-pb-addpanel-js’, ‘t4p-pb-jquery-resize-js’, ‘t4p-pb-joomlashine-modalresize-js’, ‘t4p-pb-layout-js’, ‘t4p-pb-placeholder’, ‘t4p-pb-tinymce-btn’ );
    }

    T4P_Pb_Init_Assets::load( apply_filters( ‘t4p_pb_assets_enqueue_admin’, $scripts ) );

    T4P_Pb_Helper_Functions::enqueue_scripts_end();
    }
    }

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 26, 2018 at 9:17 am #36369

    Hii,

    Please provide the website Details to check the issue

    Thank You

    Priyank
    Spectator
    Posts: 747
    January 26, 2018 at 9:13 am #36368

    Hii,

    Please, You do Easy Fancy plugin Deactivate, an again active and check it.

    It’s work or not

    Thank You.

    In reply to Portfolio issue
    Priyank
    Spectator
    Posts: 747
    January 26, 2018 at 8:57 am #36367

    Hii,

    1) Go to WPML plugin
    WPML -> String Translation
    Find Menus keyword and change to “tienda”.

    2)Its code will be avilable in next version.

    3) Check your site I have changed that keyword.

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 26, 2018 at 7:05 am #36366

    Hii,

    You check the domain and because I have to open your site its time, it redirects on sedoparking.com/frmpark/
    So, I think your domain has been expired.

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 25, 2018 at 10:16 am #36361

    Hii,

    Almost slider, Image Crop is done only by above type.

    Thank You

    Priyank
    Spectator
    Posts: 747
    January 25, 2018 at 6:40 am #36359

    Hii,

    Go to Wp-config file on your root directory.
    \wp-config.php
    set WP_DEBUG as false.
    define(‘WP_DEBUG’, false);

    Thank You.