This topic has 12 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Hi,
I hope you can help me, i speak a very bad english… 🙂
My problem…When customers order, they register and create a personal account.
How to have a link (in the footer or in the header)
How to make appear a link to connect to the personal account once the order is finished ? For example, for tracking an order ..
My customers, once the order is over, can no longer access to their account.
I looked in Woocommerce settings but I did not find ..
Thank you
Hello,
Theme Options > General > header Settings > Enable Sign In link.
Also, you can create footer content using a static block. To get VC editor shown for static blocks go to wp-dashboard > WPBakery Page Builder > Role Manager > Post Types > Custom > tick “static blocks”. Then set your block in Appearance > Widgets > Footer Area.
Here is an example of My account link – My Account
Let us know if you need any further assistance.
Regards
Hi,
Thank you very much! 🙂
Another question…
The Facebook icon, in the header, top right, doesn’t display on mobile phones (samsung, Iphone..), can you help me?
Thank you
Hello,
You’re welcome!
Please add this code in Theme Options > Styling > Custom css > Global custom css OR in style.css file of your child theme:
@media only screen and (max-width: 992px) {
.template-container .top-bar .top-links {
display: block;
}
.fa-facebook-f:before, .fa-facebook:before {
color: #d1cbc5;
}
.et-follow-buttons {
position: absolute;
top: 10%;
right: 5%;
}
.top-bar .links {
display: none;
}
}
Regards
Hi!
Great! It works, thank you very much!
Another question …again … 🙂
I create a static block (which is called “footer ml cdv”) and i put it in a widget (8th static block) in the footer (footer area).
In this footer, there is already a widget containing a static block, they are one below the other, in column.
How to make the widget aligned? … and not in columns.
I do not know if I’m understandable …
Thank you
Hello,
Please provide us with temporary wp-admin access sow e can take a closer look.
Regards
Ok
I put the id and the password below, in the private content.
Thank you
Hello,
I’ve enabled VC for static blocks http://prntscr.com/kzojdj
So you can create columns appropriate to your needs http://prntscr.com/kzojk2
Here you can watch video tutorials https://www.8theme.com/videos/ (Legenda WordPress Theme – How to create footer and Royal – WordPress ThemeEngine – Footer Set Up)
Regards
Thank you
2 questions :
-I put the site in Https (for security …) but apparently, some items available on the site, are not from a protected address and the browser doesn’ t validate the security. Can you explain me the problem (i don’t understand…) and tell me how to solve this problem?
I deleted some images and I reloaded them but it did not change anything, I did some research in the text code of my pages to add an “s” to Http ….
In the long list of firefox, for exemple, my favicon:
https://savonneriedescevennes.com/wp-content/uploads/2017/07/favicon.png
-In my footer, center, it’s written “[/vc_column]”? Why?
Thank you
Hello,
1) You need to reupload images: http://prntscr.com/l0psik , http://prntscr.com/l0pt0c and Breadcrumbs background image (Theme Options > General > Header Settings).
2) There was an error in the structure of “Victoria” static block. Please check now.
Feel free to ask if you have any other questions
Regards
Hello,
Thank you for the help! 🙂
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up