Forum replies created
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.
Hi,
Please use the following in Theme Options -> Custom CSS
#nav ul li ul li ul {
left: 189px !important;
}
Thank you.
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
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.
Thank you
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
Hi,
Please follow the imstructions here.
https://theme4press.com/docs/theme-installation-update/
Thank you
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
Hi,
Please post your website url.
Thank you.
Hi,
.related-posts {
display: none !important;
}
.no-comments{
display:none !important;
}
Thank you