-
Posted in : Efor
-
Hi, I need help on these issues currently
1. If you see this page https://dikshalalwani.com/guided-meditations/ you can hit edit and check the full image. in preview I can see full image but once updated on the live website half bottom image gets cut. I have tried various various things like size alignment etc. In most of my images top or bottom is getting cut randomly. I would want to show the entire photograph as a COVER Photo in the beginning of the pages as seen. pls help.
2. How can I create more space in top menu bar.
3. Which plugin I need to show the currency in USD for people clicking outside India or what to do.
4. In Tutor LMS plugin Dashboard, it shows the client HOWDY RIMA (Client name) Is it possible to change HOWDY to HEY or NAMASTE ? is it possible to even change the colours of the tutor lms backend
5. Lastly how to disable Debugging on the website I have no clue.
Since we are announcing the website to go live tonight I would appreciate your quick reply as always. the website is not glitching anymore like last evening. But I see it glitching on and off on CHROME browser. You have the login as well.
ok for issue 2. i used this code from your earlier post
@media screen and (min-width: 992px) { .is-submenu-dark .nav-menu ul ul { background-color: #181818; } }
.is-submenu-dark .nav-menu ul ul li a { color: #ccc; }top menu looks ok now.
HOwever i need spacing / padding between the sub menu items as all their spacing is gone. i tried changing it from customise but does not work, please help with how to increase sub menu spacing.
I am sorry i posted the wrong css for pointer 2.
the css i used for the top menu spacing is :
@media screen and (min-width: 992px) { .nav-menu ul li a { padding: 0 0.8em; } }
The spacing appears perfect as mentioned.
However 2 things
1. The sub menu spacing is gone i need spacing like before in drop down sub menu
2. If i goto this link https://dikshalalwani.com/courses/ the top menu becomes BOLD which is not the case otherwise.
Please help. Thanks alot.
Hi,
– My screen resolution is 1450px x 720px at the moment. And your image origin is different. WordPress automatically crops the photo in this way to fit it. If you upload a photo in the resolution I specified, it will not crop.
– If you go to appearance > customize > header > menu > you can customize the menu here. Also there are settings for the submenu item as well.
– You can try to use woo multi currency plugin to show the currency differently.
https://tr.wordpress.org/plugins/woo-multi-currency/
-Please go to loco translate plugin, choose tutor lms plugin > choose your language > type the “howdy” letter and use another word and save it.
Courses page background comes via body background color. You can control it over customizer. And also you can use this custom css code;
.courses-template-default { background: #ffe4e4; }
– You need to contact your hosting for help on debugging options.
-When I login to your website, I didn’t see any issue related to the glitching issue on chrome browser with the latest version.1. image issue sorted. thanks alot
2. If you go to appearance > customize > header > menu > you can customize the menu here. Also there are settings for the submenu item as well.
I tried this before sending a message to u. the code worked for top menu but sub menu is not changing from there. we need more spacing between menu items in sub menu. padding is gone totally. i tried to customise not working.3. If i need to add a line / link on the ORDER RECEIVED page (once client has made a purchase he sees this page) how can i do it ? couldnt see in woo commerce settings.
3. rest plugins ect wil try and see.
appreciate your replies. thanks alot.. :)
Hi,
You can try to use this custom css code for submenu@media screen and (min-width: 768px) { .nav-menu ul ul li { padding: 3px 0; line-height: 1.6; } }– Woocommerce > settings > checkout end points > order received > you can add the URL here and go to pages and create a page with the same URL. By default its URL is …/checkout/order-received/…, but if you go to WooCommerce > Settings > Advanced in wp admin area you can change it to …/checkout/thank-you/… for example.
https://docs.woocommerce.com/document/woocommerce-endpoints-2-1/
Thanks
You must be logged in and have valid license to reply to this topic.