Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    14.02.2016 at 17:27 #24337

    Hi,

    You can use the theme4press slider to create one slide for each slider.
    Then deploy your slider to your page.

    If this is not what you require.
    Please provide more information.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    14.02.2016 at 17:22 #24336

    Hi,

    Please use the following in Theme Options -> Custom CSS

    #nav ul li ul li ul {
    left: 189px !important;
    }

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    14.02.2016 at 17:15 #24335

    Hi,

    Please add the following in Theme Options -> Custom CSS

    .woocommerce-content-box.evolve-checkout {
    width: 100% !important;
    margin-left: 0px !important;
    }
    .woocommerce-side-nav.woocommerce-checkout-nav {
    margin-bottom: 20px !important;
    }
    .woocommerce-info {
    margin-bottom: 20px !important;
    }

    This will make your checkout page layout look better.

    As for the template updates, I will inform my employer about it.
    Please wait for the next available theme update.

    Thank you,
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    27.01.2016 at 00:39 #23850

    Hi Christian,

    Use a text widget, deploy it to your footer.
    Then add the following shortcode to your text widget and save.
    Do not check the automatically add paragraph check box.

    [testimonials backgroundcolor="" textcolor=""]
    [testimonial name="John Doe" gender="male" company="My Company" link="" target=""]"<img class="size-thumbnail wp-image-3479 alignleft" src="http://demo.theme4press.com/alora/files/2014/01/team-2-150x150.jpg" alt="" width="80" height="80" />Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consec tetur, adipisci velit, sed quia non numquam eius modi tempora incidunt utis labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minimas veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur slores amet untras vel illum qui."[/testimonial]
    [testimonial name="Doe John" gender="female" company="My Company" link="" target=""]"<img class="alignleft size-thumbnail wp-image-3687" src="http://demo.theme4press.com/alora/files/2014/01/team-3-150x150.jpg" alt="376957-1920x1080-1600x900" width="80" height="80" />Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consec tetur, adipisci velit, sed quia non numquam eius modi tempora incidunt utis labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minimas veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur slores amet untras vel illum qui."[/testimonial]
    [/testimonials]

    This is what you will get.

    View post on imgur.com

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    27.01.2016 at 00:30 #23849

    Hi,

    I don’t see any specific size.

    In your shortcode you can enter icon width and icon height.
    Enter the width and height according to the width and height of your uploaded image icon.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    27.01.2016 at 00:20 #23848

    Hi,

    Please follow the imstructions here.
    https://theme4press.com/docs/theme-installation-update/

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    27.01.2016 at 00:15 #23847

    Hi,

    Your featured image on this page.
    http://scorendejongens.nl/scorende-jongens/trainingspeurtocht-24-januari-afgelast/

    Is being loaded from JetPack plugin’s server.
    This is your image url.
    http://i1.wp.com/scorendejongens.nl/wp-content/uploads/2016/01/afgelastingen-e1453574554898.png?zoom=2&resize=750%2C364

    Go to your JetPack plugin settings to disable Photon Module.
    And it will use back theme generated featured image.

    By the way, from the theme codes I can see the post thumbnail size is
    add_image_size('post-thumbnail', 680, 330, true);

    This means your image will be cropped to 680 x 330 or less, depending on your uploaded image aspect ratio.

    I suggest you to try and resize your image to 680 x 330 before uploading in order to avoid much cropping.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    22.01.2016 at 07:53 #23733

    Hi,

    Please post your website url.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    22.01.2016 at 07:49 #23732

    Hi,

    Login to your WordPress admin.
    Then go to updates.

    View post on imgur.com

    Denzel Chia
    Moderator
    Posts: 2656
    21.01.2016 at 02:36 #23680

    Hi,

    .related-posts {
    display: none !important;
    }
    .no-comments{
    display:none !important;
    }

    Thank you