Problem displaying with Inka
-
Hey there!
So basically my problem is, that the shopping-cart takes a second line display, while there would be enough space to fit in the normal navbar.
The previous technician solved this by writing a static menu in the header.php, which completely destroyed the WPML-usage.
The used theme is Inka.Could you help me out there? I wasn’t able to find a solution so far.
Website: http://goo.gl/mZoiDKRegards
Creeju
-
Hi Creeju,
I’m getting a blank page when following that link. The first thing that comes to mind is that this may be a result of your alignment setting. If you haven’t set this to “Default Menu Alignment.” in the settings, try that to see if that fixes it (or try another). You may need to close and reopen the tab to see the effect, WooCommerce AJAX cache can be quite persistent!Ewout
Hey Ewout,
sorry, I was changing PHP versions and this somehow crashed my testing-system. It is reverted and running now.
I will look into this setting now, one minute please.Creeju
The setting is already at Default, if you were talking about the one of Menu Cart itself. I also tried the other settings, but it didn’t change it being in a second line.
At the moment it is set to “Right”.Hi!
I see that you’re using pro! The problem seems to be related to the paddding, it works much better if you reset that. Setting the alignment to default also fixes the one in the footer..wpmenucartli a.wpmenucart-contents { padding: 0; }Better yet, you can do without that image and go for an all-css solution (I reused your cart-3 selection here):
.wpmenucart-icon-shopping-cart-3 { margin-top: 15px !important; background-image: none !important; } .wpmenucart-icon-shopping-cart-3:before{ content:"\e002" !important; font-size: 20px; padding: 10px !important; border: 2px solid; border-radius: 25px; } .wpmenucartli.cartcontents { top: -15px !important; left: -15px !important; }This is what that looks like:
http://i.imgur.com/fdQtZqh.pngsome of the !important tags may not be necessary if you remove your own customizations.
Hope that helps & have a great weekend!
Ewout
Thank you very much! I will put that in as soon as possible.
Your help means much to me, I’m currently refactoring the whole system, because the previous administrator created a “little” mess.Keep up your great work and have a nice weekend too!
Creeju
Forgot to mark as solved. Done now. 😉
You’re welcome! If you have a minute, I’d really appreciate a review!
Also, if you have any other questions – do not hesitate to contact us directly at [email protected], since you are a pro customer 🙂Ewout
Posting your solution into the Stylesheet worked or would you suggest another place? Currently I’m still using the image, as the customer wants to keep it first (other one is too small).
I still didn’t find the place where the cart was altered to use the image, do you know where this happenend?
Creeju
The topic ‘Problem displaying with Inka’ is closed to new replies.