WooCommerce login not showing - wordpress

I want users to be able to login to WooCommerce if not. But the loginblock is not visible. When inspecting the site I find this:
form.woocommerce-form-login{display:none !important}.woocommerce-form-login-toggle{display:none !important}.woocommerce-EditAccountForm fieldset,.woocommerce-EditAccountForm label[for='account_email'],.woocommerce-EditAccountForm #account_email{display:none !important}
But I cannot find where the code is added? And thus I cannot edit it. Does someone have some idea?

In your browser's inspector you should be able to find out where this css code comes from.

Related

Woocommerce website product name not showing full

I have a woocommerce site on the front page product title now show full it's show half title and then 3 dots pls anyone can fix this
My website
Woocommerce
I have tried to edit template but it's not works
I have check your installation but didn't spot any issues about the problem that you described.
Check screenshot: https://prnt.sc/BYr-zaTIk4Of
BUT, I have checked the whole site for any issues and I have see this: https://prnt.sc/Hb61fv_wk0IP
Now if you this is your problem it's very simple. You have to edit your main .css file which is located in /wp-content/themes/elessi-theme/style.css and then search for ".nasa-show-one-line" and in this point delete the second rule which is "white-space: nowrap;" like screenshot here: https://prnt.sc/rWOLVKoRnsQg
Before you start to make any changes just remember to take a copy of your css file locally.
I hope to help you with this issue. If you need something else just inform me to take it to another step.
Friendly, George
This may have to do with CSS. So one option is to check what happens there. Another option is to give us a live URL from your installation to check the problem. Sure it's simple to find a a solution.
-- You can check your theme's demos if it happens the same there like in your installation!

unable to View a page on my website but can View it in preview through Wordpress

in the hamburger menu of our website, i created a Yoga Video Course Page via wordpress and it was working fine. I looked this morning and can see it in Wordpress and can even edit it and see it on the preview. However when i try to view it on our website th screen appears Black.
Any suggestions would be grateful?
Thank you
Please try to open the inspect element and look if the elements are displayed as required. The issue might be due to several reasons. You need to investigate further and find a solution. Also look at the network tab on inspect element to make sure there are not 500 internal server errors. Also set the wp_debug=true on config.php to provide more error info. Also try to activate another theme and see if the page is being rendered properly.

Where is “responsive.css” in wordpress theme?

Posted this earlier, forgot to provide a link:
http://amesmakerspace.thenittygritty.org/
Trying to build the above site, and trying to change how it responds to changing the width of a browser window. In chrome I right-click and choose "inspect element" and for the dive "header-right" it shows that the width is changing based on "responsive.css?ver=3.9.2*". I have no idea what that is. When I select the style sheet, it shows "#media screen and (max-width:1240px)" at the top. I am able to change things, but I have no idea where to find the responsive.css sheet in wordpress. Anyone know where it is so I can edit it?? It is absolutely nowhere in the "editor" menu, I checked everywhere.
Thanks
responsive.css is placed insider youthemefolder/css/responsive.css.
As you can see the Url http://amesmakerspace.thenittygritty.org/wp-content/themes/Cinematix/css/responsive.css
you can't access this file from wp-admin editor.
you can access using FTP or C-panel
you need c-panel credential where you can go and change.
Need any other help you can tell me anytime

Facebook like in wordpress something broken

I am getting an error with my Facebook likes when using share this plugin or any facebook like script with my theme
Here is my style.css.
Can you please tell me what to edit or remove?
Maybe overflow:hidden?
The same happened with me but automatically fixed in 2 weeks.
or try to delete cache and cookies it also happens due to incomplete loading a cache and cookies
It's clearly CSS issue. I bet you have styled <li> element that holds FB like item as overflow:hidden. As you suggested. Please drop the site's url, so I could look into it.

How can I prevent this plugin from popping up from behind the content area?

I have this strange issue going on with my CSS on my site, and I'm hoping someone can help me out. I have a sharer box to the left of each of my posts. When you click the box to share (for instance the twitter box) the pop up box goes behind the post content, instead of in front of it. Anyone have any ideas on how to fix this? To see it for yourself, visit one of the posts and try to click on the google plus, or facebook like button (don't worry, it won't actually share unless you confirm it) You can view one of the posts to see what's going on here ---> http://noahsdad.com/child-down-syndrome-friend/ J
Thanks.
Here are a few screen shots of what is going on d.pr/ZCPy and http://d.pr/ax6H
Try with z-index:99999; on pop up box.
For the video shown in the post, add wmode="opaque" to the <object> / <embed> tag.

Resources