Forum Replies Created
-
AuthorPosts
-
August 3, 2020 at 11:23 am in reply to: How to remove the "Your Message:" CONTENT / How to target different languages #1234782
Thanks Ismael. Maybe I didn’t explain it correctly.
The details below are part of the response sent to the client. I as a user get the details but I don’t want the customer to see those details on the response that he receives.First Name: azim
Your E-mail Address: (Email address hidden if logged out)
Your Mobile: 0204400456
Your Company: ACEteK LimitedJuly 30, 2020 at 2:37 pm in reply to: How to remove the "Your Message:" CONTENT / How to target different languages #1234164As much as I apply these I can only get rid of the titles: First name, E-mail address but i need to remove the below details too:
First Name: azim
Your E-mail Address: (Email address hidden if logged out)
Your Mobile: 0204400456
Your Company: ACEteK LimitedKindly assist.
Awaiting a response on this
Rebuilding from scratch / adding a new page too doesn’t bring the regular advanced layout builder. It just won’t come up.
Kindly view screenshot on the link.
I had deactivated them earlier and I did it again but it doesn’t change anything.
Thanks Nikko but I still cannot use it.
Adding a new page brings about the shortcut area for the layout builder but the pages available don’t show any options.
Kindly see page belowThanks for the response.
I tried the code below but there was no change.#menu a{
color:#ffffff;
font-size:13px;
font-family: ‘Oswald’, arial, sans-serif;
text-decoration:none;
word-wrap:break-word;
}#menu ul {
list-style-type:none;
}#menu{
height:15px;
width:680px;
float:right;
}
#menu ul{
margin-left:0px;
padding:0px;
position:absolute;
line-height:50px;
z-index:500;
}
#menu ul a{
float:left;
display:block;
padding:5px 20px 5px 20px;
line-height:35px;
z-index:500;
margin-top:-5px;
}
#menu ul li{
float:left;
position:relative;
padding-bottom:0px;
z-index:20;
margin-left:20px;
margin-right:20px;
}
#menu ul ul{
display:none;
margin:0px 0px 0px 0px;
top:40px;
left:0px;
width:160px;
}
#menu ul ul a{
margin:0px;
line-height:22px;
}
#menu ul li li{
margin:0px;
width:160px;
}
#menu ul ul ul{
top:auto;
padding-top:10px;
padding-bottom:10px;
}
#menu ul li ul a{
float:left;
width:120px;
}
#menu ul li ul ul{
top:0px;
left:162px;
}
#menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li:hover ul ul ul ul { display:none; }
#menu ul li:hover ul, #menu ul li li:hover ul, #menu ul li li li:hover ul, #menu ul li li li li:hover ul { display:block; } -
AuthorPosts