Forum Replies Created
-
AuthorPosts
-
Sure. I also contacted WPML support, but I’m not sure they are quite understanding what the issue is. You can see that post/thread here:
https://wpml.org/forums/topic/english-francais-francais/#post-694563
I won’t repeat everything I posted there, but it should give pretty good summary of what the problem is. What I need is to only have the language switcher in the header and not displaying in all the other menus in the website, which is what’s happening now. It can display both language options (English | Français) or just one to switch to the copy of the page in the other language. Either would be fine. But I just need to remove it from all the other menus.
Thanks!
- This reply was modified 9 years, 2 months ago by NicomIT.
Thanks Rikard. That worked great.
Thanks! I hadn’t actually tried clicking on it. Glad you caught that.
One thing I did notice is when you scroll down and the menu/header shrinks, the search stays in the same position. I haven’t been able to figure out how to adjust that. Any help with that would be great.
Okay, looks like I was able to get something to work. I have some quick and dirty CSS in there now that has the search widget showing up where I want it to. However if either of you have any suggestions that could do it a little better, that would be great. Thanks for the help and info.
Also, I tried putting a border around the text widget as a test using the CSS you provided and didn’t have any luck.
#text-2 { border: #093 solid thin; } #text-2 .textwidget { border: #093 solid thin; }
I also tried a couple other variations of that combined with what is shown in the blog post Yigit provided and couldn’t get it to show up.
#header .widget { left: 50%; padding-top: 0; position: absolute; top: 0; transform: translate(-50%); }
Hi Rikard,
I’d like to place to directly to the right of the main menu. Basically exactly where the regular search icon gets added to the menu if that option is enabled.Ryan
Thanks for that info Yigit.
Btw… I was able to add a widget to the header (I just put a text widget in now with the word “Search” in it). However the CSS provided in that post doesn’t seem to work when I try to reposition or modify the new widget. Right now I have a background color applied to it, but I’m not seeing it.
Awesome! Thanks Yigit.
I actually was able to do it using a full width button right above the images. Thanks for the suggestion!
That worked great. Thanks Yigit!
The code provided worked fine for me. Thanks!
Hi Rikard,
Unfortunately I’m still unable to remove the specific link/icon mentioned in my last post. Any help with that you can provide would be great. If it’s not clear what I’m referring to when you view the page, just let me know.Thanks!
The button doesn’t actually say “Add to Cart”. It says “Read More” and has a cart icon beside it. Directly under it is another icon and text that reads “Show Details”. I’d like to keep the second “Show Details” text/icon, but not the “Read More” text/icon that has the cart. You can see what I’m talking about on page linked in the private content with this reply.
I did try the code you provided, but didn’t have any luck. However this code did hide everything:
.avia_cart_buttons { display: none; }
-
AuthorPosts