Forum Replies Created
-
AuthorPosts
-
March 31, 2021 at 6:30 am in reply to: Automatic Capital Letters in Menus, Links and Footers #147493
Psink
KeymasterRemove the previous css and add this one
a, .site-header-top-main .site-navigation a, .header-style-two .site-header .site-header-main .wrapper .site-description, .site-description, .main-navigation .sub-menu a, .top-navigation .sub-menu a, .widget-area:not(.sidebar) .widget .widget-title, .posts-navigation a, #content #infinite-handle span button, .header-media .more-link, .main-navigation a{ text-transform: none !important; }
However, it works for site title, site description, buttons
But for some reason, it doesn’t work for the top bar menu and child menu because output text is in Uppercase formAs you can see the difference in screen record
https://www.awesomescreenshot.com/video/3234559?key=30e9eb1a91534924914d6c011e54a5f4Since the text output is in the uppercase on your site as you can see – it shouldn’t be like that
At the end of the video on another site as you can see there is no uppercase text on the child menuCan you check your menu panel on the customizer maybe there is an issue? I guess there may be all uppercase text assign to menu items
Regards,
PsinkMarch 31, 2021 at 3:18 am in reply to: Automatic Capital Letters in Menus, Links and Footers #147490Psink
KeymasterHello Anglicky
Please add this css in Additional Css –
.main-navigation a{ text-transform: none; }
Have a great day
Regards,
PsinkPsink
KeymasterHello Becka
Yes, please watch from this link
https://www.awesomescreenshot.com/video/3232275?key=ab49eefd7ded8e74c694934e958d09e6Regards,
PsinkMarch 31, 2021 at 12:15 am in reply to: Block Editor: Some blocks are showing black text fields with black text #147481Psink
Keymastercan you please share a screenshot of the entire browser. It quite defaults to find the actual issue only with the inspector screenshot
if color for text is not working you can use important
ascolor: #000 !important;
Regards,
psinkMarch 31, 2021 at 12:01 am in reply to: Automatic Capital Letters in Menus, Links and Footers #147478Psink
Keymastercan you please share your site URL?
Regards,
PsinkMarch 30, 2021 at 6:53 am in reply to: Block Editor: Some blocks are showing black text fields with black text #147423Psink
KeymasterHello Metallio
Sorry for keeping you waiting.
Here is the solution, In order to change the css of block editor you need to code css in the child-editor-blocks.css
Here is the few code – add this code at the end
.editor-styles-wrapper.edit-post-visual-editor { background-color: #000; color: #999999; } .editor-styles-wrapper, .editor-styles-wrapper input, .editor-styles-wrapper select, .editor-styles-wrapper textarea, .editor-styles-wrapper input[type="date"], .editor-styles-wrapper input[type="time"], .editor-styles-wrapper input[type="datetime-local"], .editor-styles-wrapper input[type="week"], .editor-styles-wrapper input[type="month"], .editor-styles-wrapper input[type="text"], .editor-styles-wrapper input[type="email"], .editor-styles-wrapper input[type="url"], .editor-styles-wrapper input[type="password"], .editor-styles-wrapper input[type="search"], .editor-styles-wrapper input[type="tel"], .editor-styles-wrapper input[type="number"], .editor-styles-wrapper .editor-styles-wrapper .mce-content-body a:not(.more-link):not(.button):not(button):hover, .editor-styles-wrapper .editor-styles-wrapper .mce-content-body a:not(.more-link):not(.button):not(button):focus, .editor-styles-wrapper .editor-styles-wrapper .mce-content-body a:not(.more-link):not(.button):not(button):hover, .editor-styles-wrapper .editor-styles-wrapper .mce-content-body a:not(.more-link):not(.button):not(button):focus, .editor-styles-wrapper a:not(.more-link):not(.button):not(button):hover, .editor-styles-wrapper a:not(.more-link):not(.button):not(button):focus, .editor-styles-wrapper textarea, .editor-styles-wrapper .wp-playlist-light .wp-playlist { color: #fbf4f4 !important; } .editor-styles-wrapper textarea.editor-post-title__input, .editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6 { color: #000 !important; }
If you don’t where the child-editor-blocks.css file is then follow the screen record
https://www.awesomescreenshot.com/video/3222469?key=5c071d6abc940f7cf9ddcf102de3d41fHave a great day
Regards,
psinkPsink
KeymasterHello Halldor thor
Ahh, ok so the input fields of the search form did not align on the same straight line
Please add this css in the additional css
.wp-travel-filter .wp-travel-search p label { width: 100%; }
Have a great day
regards,
psinkPsink
KeymasterHello Henno
I somehow manage to find the issue with the slider. Firstly you have not attached featured images for the posts used in the slider and second, while the Yoast SEO plugin is active it’s not allowing to attached featured image to the posts. So first deactivate that plugin and attached the featured image to the post after you complete to attach image then activate the plugin.
Here is the screen record for how to attached featured image
https://www.awesomescreenshot.com/video/3219047?key=07e1591af24bbbf2b3e1ad78749ae3d7Regards,
psinkPsink
KeymasterCan you please unlock the access, I’m not able to login to your dashboard.
Regards,
PsinkPsink
KeymasterHello Henno Jacques,
We are not getting how the slider images not displaying. Is it possible to share your backend dashboard login it would be helpful to verify the issue?
Please share your dashboard login details through our contact form
https://themepalace.com/contact-usRegards,
PsinkPsink
KeymasterIs this what the error message looks like Fatal error: Maximum function nesting level of ‘256’ reached ?
This article may help you
https://wordpress.org/support/topic/fatal-error-maximum-function-nesting-level-of-256-reached-aborting/Regards,
PsinkPsink
KeymasterCan you please contact this issuse directly throught our contact fourm
https://themepalace.com/contact-us
Regards,
PsinkPsink
KeymasterIt seems ploylang doesnot suppprt option to change logo for different language. We have follow different resources but we are not getting to fix this issue.
We will get to you after we find some way to fix this
Regards,
PsinkPsink
KeymasterPlease deactive all plugins once and check if same error arise. sometimes third party plugins may Cause such issue
Regards,
PsinkPsink
KeymasterCan you please confirm that you have set featured image for page properly?
Regards,
Psink -
AuthorPosts