Yes I fixed it – sorry was doing it whilst you checked.
Yes I fixed it – sorry was doing it whilst you checked.
Hi
Thanks – please see private info!
Hi
Please see private info – thanks for your help.
Hi
Thanks – perfect. Could you please help me with the breadcrumbs – they are not going 100%…. 🙁
See private info.
awesome thank you – I couldn’t find it lol
Brilliant, thank you again 🙂
Thanks for this – works perfectly, albeit it does break all the existing product layout and ideally, I want to use a couple of different product templates – is this possible?
Basically in the new block section we want to add a delivery info box – one category is 7 days as its custom and the other is instant, via Royal Mail – so cannot use the same block across all products – is it possible to run two product layouts to achieve this?
Thanks again for your help.
Hi
Please temporarily ignore this request as I am looking at using a different theme (one of your demo themes I mean) – so the request to fix mobile transparency may not be needed after all.
Thanks – will come back and update in next day or two.
Hiya
Sorry – just realised, the new homepage header that you did (see first post reply above) – Thanks for this. Looks perfect (until I edit it) but how do I get it to be transparent on mobile view too as on mobile, the header is back to the standard one with slider below it.
I’d like the header transparent on top of the slider (homepage only) across all devices please.
Thanks again.
Thanks. That fixed it. Nice one.
Hi – see private info.
Hi
The second one – this -> https://prnt.sc/_7S6t4IesNOR
That is the correct icon to use for filter.
Thank you for your help as always.
Hi
Thanks. See private info.
Hi
Please see private info.
Awesome thanks. Just noticed on mobile there’s no main menu. The menu (hamburger) only shows contact info like your fly out menu.
The main menu ie about / services / contact etc isn’t showing on mobile devices anywhere.
Again it’s not a big problem. I’m just looking at this theme in case I decide to import it.
Thanks again.
Hi it’s normal – around 16″ or so but it should be responsive surely as it exceeds both 1200 & 1400px size ??
It’s no biggie. Just checking that you knew as it’ll clearly mess up most views on tablets.
To me it appears as though there should be padding at the top of the left side to align it properly.
Perfect thank you so much 🙂
Works like a charm – brilliant as always
Ahh – that’s because I moved the whole block from the page that correctly called the contact form via the button but when I moved into the custom block element; I didn’t update it.
All sorted now – just created a new block linking the contact form and then used that block as the button call-up.
Sorted- thanks 🙂
Hiya
This has actually tooled the page – please see private info for details but essentially when I enable the custom block in the page settings, the page crashes and all layouts die. When I remove the custom block again, it loads properly again.
Please check and fix the update as it’ll affect other users who downloaded it.
Thanks
Just noticed this request was added to the update today.
You guys get better. Saved me loads of time so thank you very much. Nice job.
Not updated theme yet as it’s 00.20am but I’ll do it first thing and report back. This makes life so much easier as essentially; related products would always be the last item above the footer / below product content / after last CTA (block etc).
Just wanted to come back and say thanks for listening to your users. Awesome support & aftersales. ?
Hiya
This tooled the whole site and changed breadcrumbs banner to white and added a third siidebar column etc; so am just restoring it – I will just add the block directly into each product instead of using it centrally as I do not want to use product builder – prefer the out-the-box version.
Ideally, in next update just reposition the blocks so that the You May Be Interested In… segment always sits at the bottom of the other in-page block that we add per-product. This way we do not need to mess with product builder. Just my thoughts…
Thanks though.
Hiya,
Thanks for replying – have sorted point 1 – basically I set a contact form inside a custom block and then used the fancy button. However, due to the positioning of the popup it was super-slim on mobile devices (only 50% width) and the success message gets hidden behind the form upon submission.
For the benefit of others, just add the following css under the contact form within Contact -> Contact Forms -> Your Pop-Up Form
What this css will do is position it better on mobile devices and also hide the form upon submission, replacing it with a white background that will echo the success message. Its much nicer.
<style>
form.wpcf7-form {
position: relative;
}
.wpcf7-response-output {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: white;
font-size: 20px;
text-align: center;
vertical-align: middle;
padding-top: 25%!important;
}
.mfp-close-btn-in .mfp-close {
color: #c62828 !important;
}
@media screen and (max-width: 991px) {
#etheme-popup-holder {
width: 100%;
}
}
</style>
Here is form with above edits added -> https://i.ibb.co/hBcjzQ9/mess-before.png
And here is the new success – hiding the form to show success -> https://i.ibb.co/TRQR42p/mess-success.png
Point 2 – will come back to you. It’s basically adding an icon to the individual variables as added in product -> variations -> custom variation. This wash labels next to Cool Wash / Do not Iron etc.
I’ll come back to this as I don’t think it’s possible – will need to add functions most likely which isn’t part of the theme so I’ll sort it I guess.
@zaua
I’m not 8theme support but have spent days on Stripe so just wanted to wish you good luck with the Stripe layout!
It comes messy if you use the Woocommerce Stripe Plugin (remember the cards are no longer visible) so you need to add functions to child theme etc to get it right.
You have the main checkout page to tidy-up / customise – here is the one we have just done for our client -> https://i.ibb.co/9wbQrty/str-chk.png
Then you have to sort the My Account -> Payment Methods -> Add New Card layout which means using a lot of ::before / ::after pseudo-elements to get it right without editing templates – here is our completed layout on the add new card page -> https://i.ibb.co/KbJVC39/str-act.png
Just replying cos I found very little help out there and I ended up writing loads of functions and recreating the layout using css overrides to get it to look right!
Good luck, if you need help to get the cards to show then give me a shout and I’ll post the function for you.
Just an update – I have managed to do this manually and it works well.
For the benefit of others, I first created a new widget (/wp-admin/widgets.php) called 404 Search and then added the Xstore search widget to it, then saved this.
Then I created a new static block (/wp-admin/edit.php?post_type=staticblocks) and created my page layout, then added the widget into the correct place using the WPBakery Widgetised Sidebar element.
Copy the new static block code (i.e. [block id=”6400″] ) and paste it in Xstore theme options -> 404 page in the content box.
My 404 is now fully customised exactly how I want it and it uses the search option I wanted too.
Very easy once I sat and thought about it. 🙂
Thanks again. I’ve reviewed again 🙂
This is complete so fine to close. ?
Awesome. Thank you very much.
Your support truly is excellent. You always go that extra mile. Top job.
Thanks again for resolving my issue. ?
ps – thanks for last reply. I sorted the issue regards breadcrumbs. I just created the template folder and dropped the php file in it and edited that (in child). Sorted it. Not that it matters as I’m redirecting to a set-page as I hate the way WordPress uses archive so I create a static posts page for each category and then redirect from the archive to it – helps breadcrumbs look nicer too. ?
Hi
Sorry I’ve not started a new thread (I’m on my mobile and can’t get versions etc).
Could you please help again with the transparent header on a single page as no matter how many times I try to do this, I just can’t.
You helped before on a different licensed domain but I’m after the same on this domain. Please see private for details & thanks for any help. I’m totally lost doing these dual headers 🙁
Thanks
Hi thanks for this – apologies for the delay. Regards the transparent background in the menu header – see private info for images as it shows the site name.
Thanks for any help.
Perfect – thanks again for being awesome 🙂
Hi,
Please delete the above as it shows the website which is not live as yet…
Thank you very much for this, however I note on mobile it is still dark and also, the my account link has removed all padding by the looks of it (click the little user icon in top right corner)…
Thanks again for your help. Really appreciate it.