Forum replies created

    Priyank
    Spectator
    Posts: 747
    February 1, 2018 at 8:28 am #36407

    Hii,

    We will update woocommerce version 3.3 all template as soon as and release new update coming soon.

    If you change shop page product column then show below image

    http://prntscr.com/i8ipvk

    Thank You

    In reply to Portfolio issue
    Priyank
    Spectator
    Posts: 747
    February 1, 2018 at 6:50 am #36406

    Hii,

    First one in, You can’t change this word only because shop menu and web menu word get by the same place.

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

    Go to line no.148 and remove below code.

  1. Thank You

    Priyank
    Spectator
    Posts: 747
    February 1, 2018 at 6:06 am #36405

    Hii,

    Go to the post and add class “fancybox”.you can show below image.

    http://prntscr.com/i8hliw

    Thank You

    In reply to Portfolio issue
    Priyank
    Spectator
    Posts: 747
    January 31, 2018 at 10:54 am #36398

    Hii,

    You can’t change the name of word Menu by “Shop” by WPML because WPML plugin search “menu” keyword in the whole theme and change the word in the whole site.

    and portfolio in pagination is right way according to developer side there are no issues because pagination is display the result to load a page again so previous data goes away and display an all data.

    Thank You

    Priyank
    Spectator
    Posts: 747
    January 31, 2018 at 9:09 am #36397

    Hii,

    However, you add an image on the post, it time creates a link.so in “a” tag you add class=”fancybox”.

    Thank You

    Priyank
    Spectator
    Posts: 747
    January 31, 2018 at 8:07 am #36396

    Hii,

    Go to theme Option

    Theme Option -> Advanced -> UberMenu Plugin Support( Uncheck this box ).

    And set other option

    Theme Option -> Header-> Menu -> Responsive Menu Layout( select clean dropdown menu ).

    Thank You

    Priyank
    Spectator
    Posts: 747
    January 31, 2018 at 6:02 am #36395

    Hii,

    Can you provide FTP details in Private reply?

    Thank You

    Priyank
    Spectator
    Posts: 747
    January 30, 2018 at 8:31 am #36389

    Hii,

    I think its problem occurs through jetpack plugin, you deactivate this plugin and check easy fancy plugin are work or not.
    and one thing, your fancybox script is a list in noscirpt tag so scripts don’t work.

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 30, 2018 at 6:57 am #36388

    Hii,

    We can find issues, it errors in the load_assets function. “single-quote” issues in that function, so it can’t work.
    We can change this code but not access to change the code in the plugin, so you change below code on wp-content\plugins\t4p-core-composer\core\core.php.

    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 29, 2018 at 11:30 am #36385

    Hii,

    Please give me site URL for check issues.

    Thank You