Forum Replies Created
-
AuthorPosts
-
Hi Nikko,
Many thanks for that! And really really sorry for the late reply.
It works perfectly! Ahhh, that makes sense, completely missed that.Many thanks
Working perfectly!
Many many thanks!Hi Mike,
thanks a lot!
Excellent help as usual! Working perfectly!One last question: I want to change the text “Billing&Shipping” in the checkout page with “your info”.
I added a code in the PHP but it seems to change either the word Shipping or the word Billing but not both of them.
Any suggestions on how to do that?The code I’ve added so far is:
// change Billing textadd_filter(‘gettext’, ‘translate_reply’);
add_filter(‘ngettext’, ‘translate_reply’);function translate_reply($translated) {
$translated = str_ireplace(‘Billing’, ‘Your info’, $translated);
return $translated;
}Many thanks
Hi Mike,
Thanks for this.
I think I managed to do that adding a trigger and a couple of plugins.
Can you help me with a css to hide the button “vie cart”?
On the shop page, I just want the button “Checkout” and not the “view cart”.
I’ve tried several css but no one seems working.Many thansk
Hi Mike,
I would need your help :)
I opened a post about delivey option for a restaueant website but I didn’t receive any reply.
I need to add a take away menu on a restaurant website http://www.pagliaefieno.co.uk (enfold theme) with the option of checking the postcode and deliver to the client.
I see that enfold restaurant has an online shop but there is no integration with any address checker.
The pluging for woocommerce is apparently not working with my wordpress (for no apparent reason as I have WP 5).
Do you have any suggestion to solve this?
Many thanks
FrancescaHi,
We have a problem on our website http://www.mylittlesouschef.com
Since yesterday it is impossible to open any page, there is a fatal errorError: Cannot use string offset as an array in /home/mylit485/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php:489 Stack trace: #0 /home/mylit485/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(443)
Plus other error and we can not do any changes. We have the latest version of WordPress, and I can not understand how to fix this.
Can you please help us?Many thanks
FrancescaHi Mike,
Sorry to bother you.
The website is online and I noticed that the menu still appears under the “button” in the header once you open the website and change pages. It does that with all the different browser. I tried it with different computers and the problem is still there.
This is not happening with the mobile version, so my question is: is this related to the new “widget” header?
I’ve attached a video.Hi Mike,
I took a video. it’s getting quicker and quicker now, and it is not showing in all the pages. It was way more visible yesterday, for some reasons. It’s not a big deal, it was mostly a curiosity.
Below the link for the video, check on the left side of the header, next to the logo, where at the moment we have the address. You can see that for a second when you change page, you can see the menu.https://drive.google.com/open?id=1Zm493V1NqrUN1rdl2jQ3DJy58DXyN0Ff
Thanks for all your support so far!!!!
Hi Mike,
thanks a lot! It worked perfectly!
Not sure if you have noticed it but, when you change pages, for a couple of second, the menu appears on the left side of the header, next to the logo.
I’ve tried to understand why and if that’s a problem of cache or anything else.
Do you have any ideas?Thanks again! You gave me an incredible support!!
Hi Mike,
thanks a lot for this. It’s exactly what I was looking for!
Last question: I’m trying to hide the address and the button in the header when I’m in mobile mode.
You can see the website online, the address on the left and the button on the right of the logo are perfect in the desktop version, but they don;t work in mobile. The best solution it’s just not having them in the mobile version.I’ve been trying to use the css:
@media only screen and (max-width: 767px)
.header_main_alternate
{display: none! Important:}But it doesn’t work. Any suggestion?
Thanks again for your super useful helpHi Mike,
Happy New Year!
I’m using the same chat as I need an help with the same header, this time in the mobile version.
The website is online, and you can see that in the mobile version the burger menu is under the header. Is that possible to move it up? Classic top right position next to the logo?
I won’t have any widget on the side of the logo in the mobile version, just the logo and the burger menuThanks a lot for the help
Hi Mike,
thanks a lot for this and really sorry for the late reply.
Yes, I think it is all for the header. Can I ask you another quick help? I want to reduce the line space between text in a block text.
I’ve tried using the custom css.avia_textblock {
line-height: 1em
}But it seems to affect also the normal text. Is there a way to change only the block text? I have two buttons in the “reservation” page with a text block and as you can see there is a wide space between the lines.
Thanks again for the amazing support
Hi Mike,
thanks a lot for this! It looks perfect!
Just a final question: I see that the widget are now “custom html”. If I want to transform the text on the right in a button, can I just insert in the widget the html code for the button?Thanks again
Hi Mike,
thanks a lot. I’ve added the credential in the private content.
What I was trying to follow is the article below, but It’s a bit confusing once you get to the point of the JS and PHP scripts.Thanks a lot
FrancescaHi Victoria,
sure, I want to do the same as per https://www.the-ivy.co.uk.
As you can see there is an address on the left of the logo and a button on the right.
I know you can activate widget for the header in enfold, and I found an article that explain how to do that, but it is not very clear.
Can you help me with that?
My website is still not online (at the moment I have a “Coming soon” page), but I can give you the credentials if you want to checkThanks
Francesca -
AuthorPosts