niyaswp
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Disable Menu Sub-Items Auto ExpandHello @ironware
Great!
Regarding your new request, could you please clarify what you’re trying to achieve so that I can check if this is possible?
Thanks!
Forum: Fixing WordPress
In reply to: remove “by” on blog postHi @sham3815
Wow.. Awesome. To remove ‘/’, kindly use the following custom CSS:-
body div.blog div.blog-author:before{ content: "/"; position: absolute; left: 0; background: #fff; color: #fff; } body div.blog div.blog-author{ position: relative; }
Forum: Fixing WordPress
In reply to: remove “by” on blog postForum: Fixing WordPress
In reply to: mobile menu not working and images not displaying.Glad to know it’s working now!
Forum: Installing WordPress
In reply to: installing WordPress on a web hosting server?Hi @grownow
Please look at the following article
https://www.wpbeginner.com/how-to-install-wordpress/
Hope this helps!
- This reply was modified 1 year, 9 months ago by niyaswp.
- This reply was modified 1 year, 9 months ago by Jan Dembowski.
- This reply was modified 1 year, 9 months ago by Jan Dembowski. Reason: Fixed link
Forum: Fixing WordPress
In reply to: Different Header Colors on Different PagesHello @luckypetoutlet
Kindly use this code:-
body.blog nav#site-navigation li a, body.blog a.header-button { color: #000 !important; }
Forum: Fixing WordPress
In reply to: mobile menu not working and images not displaying.This seems to be one of the inconsistencies of plugins, please deactivate/reactivate one by one and check the issue.
You need to check it from incognito window, if it still doesn’t work for you, I suggest you contact your theme support and ask them for help!
Forum: Developing with WordPress
In reply to: Disable Menu Sub-Items Auto ExpandHello @ironware
No worries! You can use the following custom CSS to fix this problem:-
#foldout-menu li.menu-item-has-children.open li .sub-menu{ display: none; } #foldout-menu li.menu-item-has-children.open li.menu-item-has-children.open .sub-menu{ display: block; }
Hi @rorschach75
Please just add ‘-‘ to the plugin or theme name. For example
Budddypress
instead
Buddypress-
Pleaser note that you have to check one by one. This will help you identify where the problem is coming from.?
Hello@rorschach75
If the error message contains ‘no such file or directory’, then you need to look in the code to figure out which file is mentioned on that particular line.
If it is a plugin or theme file, then this means that the plugin or theme files were either deleted or not installed properly.
You can find it by deactivating the plugin and theme one by one. If you can’t access your WordPress site, you need to rename the plugin or theme folder.
Forum: Fixing WordPress
In reply to: CSS help, pleaseHi @yumiko
Glad it worked!
Forum: Everything else WordPress
In reply to: Video display problemsHi @laura711
To fix this issue, kindly try this code:-
body section iframe.elementor-video { height: 600px !important; }
Forum: Fixing WordPress
In reply to: CSS help, pleaseHi @yumiko
Kindly try this code:-
body div#content section#sph-3e0dcf0f50d00d2988e5a4f64cf0de25 { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
Forum: Fixing WordPress
In reply to: Woocommerce checkout page keeps loading when clicked on place orderHello @maaz4324
Could you please clarify what issue are you facing? Some screenshots would be helpful.