Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    05.01.2016 at 10:10 #23368

    Hi,

    1.- Size of Slider: ¿It is possible change the heigth of the slider? I use a Bootstrap Slider and I would like this element more thin. ¿How I can change it?

    This is no advisable, your slider will be too small in mobile view. Text will overflow.

    2.- Space between slider and content: It is possible to make this space more small? I prefer the content more closer to the slider.

    Use the following in Theme Options -> Custom CSS

    .home #content {
    position: relative !important;
    top: -50px !important;
    }

    3.- Post Recent blocks: It is possible to edit in the blocks with recent post (“Ciencia”, “Recursos”) things like: color and border for each post?

    Yes, highly possible.
    Please tell me what color hex code for text and border.

    1.- It is possible to center the image in the widget?

    Use the following.

    #text-3 img {
    max-width: 100% !important;
    width: 400px;
    }

    2- How I can change the backgroud color for an specific widget, such as Text/HTML widget?

    You need to give your HTML a class name

    3.- It is possible to center the Facebook Widget? It seems like left align.

    Use the following

    .facebook-like iframe{
    position: relative !important;
    left:15px !important;
    }

    Denzel Chia
    Moderator
    Posts: 2656
    05.01.2016 at 09:55 #23367

    Hi,

    Yes, you are correct. I just did a clean test installation on my localhost.
    The header padding settings are not working.

    Please use the followimg custom css for header.

    .header {
    height: 200px !important;
    padding: 0 !important;
    }

    To change the menu colors.
    Please try Theme options -> styling -> menu

    To center your menu. Please use the following.

    .nav-holder {
    margin: 0 auto !important;
    width: 600px;
    }

    You will need to adjust the 600px as you menu gets larger.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    05.01.2016 at 09:45 #23366

    Hi,

    The following is the images sizes used in the Theme.

    add_theme_support('automatic-feed-links');
    add_theme_support('post-thumbnails');
    add_theme_support('title-tag');
    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);

    Notice the last variable is true for all portfolio images.
    This means all images are cropped.
    All you need is to upload an image larger than 660 x 405

    As for the portfolio loop, the query is in it’s own portfolio template.
    For example portfolio-four-column.php

    $args = array(
    'post_type' => 'evolve_portfolio',
    'paged' => $paged,
    'posts_per_page' => $evl_portfolio_no_item_per_page,
    );

    You can add any available arguments to it.

    Please try them out, we do not provide customization support, other than custom css.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    05.01.2016 at 09:01 #23364

    Hi,

    There is no work around.

    This is no maximum number, it depends on how much your server resources can handle.
    Some server, starts to drop menu item at a much lesser number.

    You know you hit the limit when it starts dropping menu item.

    Try increasing your server time out and see if you can add more items.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    05.01.2016 at 08:55 #23363

    Hi,

    Sorry, that’s not possible.
    That’s too wide a topic.

    Besides, programmer whom understand css will only need a tool such as firebug to view the class and id.

    For a non-programmer, providing a css class name and id list will still be useless to them.

    I suggest you to learn CSS and Firebug tool, if you are interested to customize it by yourself.

    Thank you.
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    04.01.2016 at 06:41 #23345
    Denzel Chia
    Moderator
    Posts: 2656
    04.01.2016 at 06:39 #23343

    Hi,

    I have no problem with the social media icons in footer.

    Do you have any cache plugin installed?
    If yes, clear the cache.

    If you have server cache such as Varnish.
    Clear it too.

    Thanks!

    In reply to My Account Menu
    Denzel Chia
    Moderator
    Posts: 2656
    04.01.2016 at 06:33 #23342

    Hi,

    It’s a Theme feature for Woocommerce plugin.
    You have to install Woocommerce plugin.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    03.01.2016 at 09:26 #23336

    Hi,

    My employer replied.

    His suspecting it to be related to the translation. He is still trying to hire a chinese developer to look into this matter.

    Sorry to keep you waiting.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    03.01.2016 at 07:20 #23335

    Hi,

    Sorry to keep you waiting.
    I have not receive any updates on this issue.

    I will check with my employer now.

    Thanks!