The testimonials was causing issues so I purchased this plugin.
Your theme is causing the issue, please help to resolve.
The testimonials was causing issues so I purchased this plugin.
Your theme is causing the issue, please help to resolve.
thanks that did the trick!
ok maybe I will try it and see
That did the trick Eva, thanks!
ok will try and get back to you … did not think of that Eva :0
Please see image below.
The submit button and the clock icon are on different elements but when on mobile they don’t have a big gap from the top I.e. margin-top

If I have 2 row set at 1/2 and then 1/2 again on the same row, when it goes to mobile the elements go into single blocks due to mobile screen resolution.
When it does this the blocks are close together, needs padding or margin-top to give a gap.
Thanks
How can I add margin-top of let’s say 20px
If you can let me know so I can do this for future pages
Thanks
Eva,
I will try on default wordpress theme and get back to you.
Failing this I might have to try an add-on from code canyon that I have seen for testimonials.
Thanks
ok,
can you explain why every time I put the testimonial on it wipes out my seo for the page?
I have to fill out all the fields on the fullwidth home page?
Still looking to get this issue resolved please, Brian or Eva?
Ok I will read that, but is that the same for woocommerce product short description?
Thanks Eva,
I will have a read through that
Yes please.
I had to disable the testimonials off the home home page as it was causing some conflict.
Would appreciate some help
Thanks in advance
I have had to disable the testimonials for now as it messed with my website.
Some how removed my Seo settings for the home page.
I tried adding the codes and no read more link appears, just the short product description (excerpt) ?
Eva,
I think I sorted it by adding a class for the text next to the icons.
I used this code:
@media (max-width:480px) {
.icon-pull {
display:block;
margin:-20px 0px 0px 30px;
font-family: 'Raleway';
font-size:16px;
font-weight:600;
color:#676767;
}
}
I did try inline but block seemed to work
Eva,
I’m curious to know, what is the best method for optimising the images.
My load speed is half what the original posters is, I do have a lot for CSS though.
My website has not gone live yet, I don’t think I have Gzip enabled yet.
Rather than have full (short description) of product on products page (excerpt)
Just have read more link under the title, so it would be like this:
Product image
Product title
Read more (link)
Price
Thanks
Brian,
thanks, so would I use Eva’s code as well yes.
How about if I just wanted read more as just a text link?
thank you guys!
Is there any way just to have read more link for the excerpt?
Thanks Eva,
How would I limit the excerpt length? I would like to say have 10 words and then a read more link.
Thank you very much
Ok no such plugins do this, that is a shame.
ok I think I have sorted this myself but thanks with the help with the related products carousel, I got some pointers off the css code to use for all the products so now the add to basket buttons align up …. this is a massive improvement and looks much nicer.
I really advise adding this information to your documentation for other users of the theme to implement, I just had to tweak the height for the images as they were getting cut off!
Code used to make products / titles / buttons stay on the same line (will need adjusting to your needs)
.product-content-image {
height: 165px !important;
}
.products-grid .product-title {
position: absolute;
height:10px;
bottom:70px;
width: 100% !important;
}
.content-product .product-details {
padding-top: 55px;
}
related products css code was posted earlier on by Brian and is below;
.carousel-area .product-content-image{
height:160px!important;
}
.carousel-area .product-title{
position: absolute;
height:10px;
bottom:120px;
width:100%!important;
}
.carousel-area .product-details{
padding-top:70px;
}
Olga,
I will try and add that code.
Don’t really want to buy the plugin when you advertise it comes with extra bundled plugins, if you are advising to buy them then offering them with your theme is not of any use as all the customers who buy your theme might have to buy a new licence?
That is not good and advertising all these extras are just a gimmick!
The W3C validation is a good tool, clean code is good and a lot of developers will use it.
Your theme does not have a lot of errors, I’m sure the developers could easily solve them if you are bothered?
Many thanks Olga!
any luck brian?
Brian,
that did not work sorry to say, see image below
is this not product-grid ?

Brian,
make sure your resolution matches the iPad in portrait mode (1024px and under), if you don’t you wont see the problem.
Thanks
Brian,
link to page in private content
the problem is on the 2nd row of products, when the title length goes to 2 lines it makes the buttons all different heights.
Brian,
Thanks a lot ….that seems to have done the trick!
How about products for the products category pages? they are still out of alignment.
** THIS ONLY HAPPENS ON IPAD PORTRAIT SCREEN RESOLUTION WHICH IS 1024PX MAX I THINK? **