Forum replies created
Hi,
Please try the following codes in your Theme Options -> Custom CSS
.home .post {
display: none !important;
}
If that doesn’t work, Please try to use firebug to find the class name.
Thanks!
Hi,
Please use the following codes in Theme Options -> Custom CSS
This will set the image width to 500px, change according to your preference.
.single-product #content div.product div.images img {
width: 500px !important;
}
This will decrease your product title font size to 25px, change according to your preference.
.single-product .product_title.entry-title {
font-size: 25px !important;
}
The following code will reduce the width of the container for product title, product price.. etc. Notice the margin-left, that is for setting the gap between image and product title container.
.single-product .summary-container {
margin-left: 100px;
width: 250px !important;
}
The combine result screenshot of the above codes. http://prntscr.com/8ea5dv
Thanks!
Hi,
You can use the Image Carousel shortcode via the Theme4Press core shortcode creator. Set “Image Lightbox” to Yes and in “Image Website Link”, enter the youtube video url, for example https://www.youtube.com/watch?v=Ra_iiSIn4OI
When you click on the image in the carousel, it will show video in a popup.
Screenshot http://prntscr.com/8e9yml
Thanks!
Hi,
Please post your site url here.
I need to see your webpage source code and your website in browser error console to look for clues.
Thanks!
Hi,
Please use a 100% width template and the full width shortcode.
Then post the url here. I need to take a look and see if I can provide you the solution.
Thanks!
Hi,
Sorry, I don’t understand your request.
Please kindly post your website url, I need to take a look and hopefully understand your request and provide a working solution.
Thanks!
Hi,
You will need to modify the template and probably the javascript.
Please contact us via our services page https://theme4press.com/services/ if you require this customization, alternatively you can hire from http://jobs.wordpress.net/
Thanks!
Hi,
Sorry, that will require customization. You can hire a developer to do it or contact us for this customization via our services page https://theme4press.com/services/
Alternatively, you can use the following code in your Theme Options-> Custom CSS to hide the left and right slider control.
.carousel-control {
display: none !important;
}
Thanks!
Hi,
Please use the following code in your Theme Options -> Custom CSS
.home .one_third img {
height: 192px !important;
}
Result. http://prntscr.com/8dw3aq
Thanks!
Hi,
In Theme Options -> General -> Layout Width
You must have accidentally “removed” the selection, this is the reason why it’s causing fatal error.
I have made a selection, now it’s loading properly.
Please also make sure Theme Options -> General -> Layout Style is selected. I have selected boxed layout, you can change to wide layout.
For Theme Options that are dropdown, Please check that you have made a selection, it should not be “removed” by clicking on the “cross” sign.
Thanks!