Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    16.02.2016 at 00:39 #24358

    Hi,

    Both are different themes but using the same database values for Theme Options.

    You have to install Evolve Plus theme and activate it, then clear your cache plugin’s cache and browser history.

    Go to Appearance -> Menu and relocate back your menu. The menus items are intact you only need to relocate back your menu.

    If you find any setting that’s different, you can activate back the free theme to check it’s setting.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    16.02.2016 at 00:33 #24357

    Hi,

    Please post your website URL and tell us where you want to relocate it.
    If it’s possible to do using custom css, we will provide the code.
    If not, you will have to hire a developer to modify the theme codes.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    15.02.2016 at 04:21 #24352

    You are welcome!

    Have a nice day!

    Denzel Chia
    Moderator
    Posts: 2656
    15.02.2016 at 04:06 #24350

    Hi,

    Thank for reporting this issue. I am able to replicate this on my localhost test site.

    In Theme Options -> Styling -> Slideshow & Widgets Area
    If I proceed to set -> Background Image of the slideshow and widgets area
    And Enabled -> 100% Background Image

    The background on iPad mini and probably all mobile safari devices does not work like the desktop. It only shows certain part of the background image.

    I will report this issue to my employer.
    Please wait for a fix in the next theme update.

    Thank you.
    Denzel

    In reply to WooCommerce
    Denzel Chia
    Moderator
    Posts: 2656
    15.02.2016 at 03:29 #24349

    Hi Fanita,

    Thank you for your reply.
    I have notified my employer yesterday.

    Thank you for your patience.

    Regards, 🙂
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    15.02.2016 at 03:22 #24347

    Hi Jeff,

    You are welcome!

    Regards,
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    15.02.2016 at 03:21 #24346

    Hi,

    You can use this plugin.

    Page Links To

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    14.02.2016 at 17:59 #24341

    Hi Jeff,

    These are all the image sizes need by Evolve Plus Theme.
    Open up evolve-plus/libary/functions/basic-functions.php
    and you will see the following codes at line 9 to 21

    add_image_size('post-thumbnail', 680, 330, true);
    add_image_size('slider-thumbnail', 400, 280, true);
    add_image_size('tabs-img', 50, 50, true);
    add_image_size('recent-works-thumbnail', 65, 65, true);
    add_image_size('blog-large', 669, 272, true);
    add_image_size('blog-medium', 320, 202, true);
    add_image_size('related-img', 180, 138, true);
    add_image_size('portfolio-one', 540, 272, true);
    add_image_size('portfolio-two', 460, 295, true);
    add_image_size('portfolio-three', 300, 214, true);
    add_image_size('portfolio-four', 220, 161, true);
    add_image_size('portfolio-full', 940, 400, true);
    add_image_size('recent-posts', 660, 405, true);

    There will be 13 images and if including WordPress default sizes, it will be a total of probably 17 images created when you upload one image.

    This is correct. Nothing wrong with it.
    You can remove some image sizes if you are sure that you will not use it.
    For example, if you do not need to use portfolio templates, you can remove the following.

    add_image_size('portfolio-one', 540, 272, true);
    add_image_size('portfolio-two', 460, 295, true);
    add_image_size('portfolio-three', 300, 214, true);
    add_image_size('portfolio-four', 220, 161, true);
    add_image_size('portfolio-full', 940, 400, true);

    Thank you.

    In reply to WooCommerce
    Denzel Chia
    Moderator
    Posts: 2656
    14.02.2016 at 17:48 #24340

    Hi Fanita,

    I will inform my employer to get evolve-plus/woocommerce/content-product.php
    and evolve-plus/woocommerce/single-product/add-to-cart/variable.php
    updated for woocommerce 2.5.2

    Please wait for next available theme update.

    Thank you.

    In reply to Header help
    Denzel Chia
    Moderator
    Posts: 2656
    14.02.2016 at 17:31 #24338

    Hi,

    You will have to open up alora/framework/header/header-v2.php to add your code.
    Sorry we do not provide customization assistance.

    Thank you.