Forum Replies Created

Viewing 13 posts - 331 through 343 (of 343 total)
  • Author
    Posts
  • in reply to: WPML Language Switcher Showing Up in All Menus #496506

    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.
    in reply to: Full Search Field by Main Nav #479129

    Thanks Rikard. That worked great.

    in reply to: Full Search Field by Main Nav #478162

    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.

    in reply to: Full Search Field by Main Nav #477738

    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.

    in reply to: Full Search Field by Main Nav #477724

    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%);
    }
    in reply to: Full Search Field by Main Nav #477658

    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

    in reply to: Full Search Field by Main Nav #477331

    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.

    in reply to: Full Search Field by Main Nav #477315

    Awesome! Thanks Yigit.

    in reply to: Position of Image Captions #477301

    I actually was able to do it using a full width button right above the images. Thanks for the suggestion!

    in reply to: Remove WooCommerce Read More & Cart Icon #468963

    That worked great. Thanks Yigit!

    in reply to: Enfold Shop Without eCommerce Functionality #468951

    The code provided worked fine for me. Thanks!

    in reply to: Remove WooCommerce Read More & Cart Icon #468948

    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!

    in reply to: Remove WooCommerce Read More & Cart Icon #468174

    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;
    } 
Viewing 13 posts - 331 through 343 (of 343 total)