shellig
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Menu Icons not showing in adminThis is exactly what I was coming to check on!!! I have the same problem. All I see is “Actions” and the rest is blank. All the icons I had selected are not showing up anymore in my menu!
Forum: Fixing WordPress
In reply to: Customizer scroll bar difficult to use with touch pad?Example: One minute video of me trying to scroll down using touchpad in the Customizer to change Typography settings. I think the setting for hyperlink color is here but I can’t scroll down to check 🙁
https://drive.google.com/file/d/1cMuq07vpkjANjMr4YI17T-m1rm7DNXhW/view?usp=sharing
Forum: Fixing WordPress
In reply to: Customizer scroll bar difficult to use with touch pad?I am trying to get to the selections at the bottom and dragging is not working well with the touch pad. I know. I should just attach a mouse but that limits my laptop portability and makes me move my hands (yes I am an old-time DOS throw-back who types rather than uses the mouse as much as I can).
Thank you.
Amit, just noticed my MegaMenu is now indented. Is that from that Custom CSS? How do I NOT do that? I tried this and it did not work.
ul.megamenu.col-5.sub-menu { margin: 0 0 0 0 !important;
}I also just tried:
ul.megamenu.col-5.sub-menu { list-style-type:none !important; }with no success.
I did not start a new subject as this is still related, I think.
http://metroatlantabeekeepers.org/wp/
- This reply was modified 7 years, 1 month ago by shellig.
Thanks that worked. I was trying to make it harder than that.
I had :
Installed child theme: https://github.com/oceanwp/oceanwp-child-theme followed instructionsand then started following this to manually add custom styles to widgets but got confused – https://www.wpbeginner.com/wp-themes/how-to-add-custom-styles-to-wordpress-widgets/
Lots to learn! Appreciate the help. I think we are ready to make this the new site for our group!
Darn – loading the child theme wiped out my previous customizations… Good practice I guess 🙂
- This reply was modified 7 years, 2 months ago by shellig.
I will try once I figure out where to add it 🙂 Thank you
It is still under development but I will give you a link: http://metroatlantabeekeepers.org/wp/help-the-bees/
The top nav bar works great, The one on the side that should be like a list with indentations for some menus is not doing that is one long list, no nesting. Everything I Google says it should be nested and that makes sense.
I also just added the wordpress navigation element onto the post itself to show you what it is supposed to look like in the side bar.
I also see no way to add a screenshot.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Word wrap events in month viewBummer 🙁
Forum: Fixing WordPress
In reply to: “Navigation Menu Widget” not showing nesting OceanWP on the sidebarI wonder if this a theme specific issue? I can’t figure out how to delete and repost in OceanWP?
Forum: Networking WordPress
In reply to: Multisite 404 on subdomain adminWow thank you so much for the detailed and clear (to me) response! Even though I found this frustrating, the support from you had made the experience worth it.
I did not know how to get the knowledge to solve the problem and have a much greater understanding now!!
Forum: Networking WordPress
In reply to: Multisite 404 on subdomain adminNewest update. Added a test subdomain in WordPress. It works. There is no folder in Public_HTML and I do not know why I thought there had to be (I guess because there were some before). I will delete the folders as they are not needed. Yah! pointing the Document root to /public_html seems to work…
So, to sum up, I had a pre-existing subdomain pointing to a folder with subdomain.domain.com configuration but that was incompatible with WordPress multisite.I am not really sure I understand why that is true and how I would ever separate these sites if I want to in the future… I will not mark it as resolved to give you guys the opportunity to help me better understand that. Thanks!
- This reply was modified 7 years, 8 months ago by shellig.
Forum: Networking WordPress
In reply to: Multisite 404 on subdomain adminok, renamed the folders, added new folders at public_html for shellig & prepared4it and put in an index.html file to make sure they were working for shellig. Works but the subdomain.domain.com/wp-admin is still not working for either one of those.
here is the .htaccess in its entirety. I do not know what the lscache stuff is for but removing that section does not solve the problem:
# BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
### marker MINIFY start ###
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} ^(.*)/min/(\w+)\.(css|js)$
RewriteCond %1/wp-content/cache/$2/$1.$2 -f
RewriteRule min/(\w+)\.(css|js) wp-content/cache/$2/$1.$2 [L]
</IfModule>
### marker MINIFY end ##### LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END NON_LSCACHE
# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* – [E=Cache-Control:no-autoflush]
RewriteRule ^min/\w+\.(css|js) – [E=cache-control:no-vary]</IfModule>
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END LSCACHE# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]# END WordPress
Forum: Networking WordPress
In reply to: Multisite 404 on subdomain adminThanks bcworkz, will try that now. The folders and subdomain based URLs were created when I added those domains to the host prior to adding WordPress. I am confused about the cPanel subdomain definition vs the one in WordPress. WordPress does not have the document root indicated anywhere. I guess many people create the subdomain from scratch with a multisite set up but I complicated the issue by already having subdomains and having them with primary URLs that are not the subdomain.domain.com URL. Wondering if I should remove them and start over. If I remove from cPanel, though, I am afraid I will not figure out how to add them back correctly to point to the primary URLs through the external hosts.
Forum: Plugins
In reply to: [WooCommerce] Products on dashboard with zero quantity show "In Stock x 0"I do not see an easy way to change the backorder state on >900 products easily. I guess I will reimport. Thanks!
Forum: Plugins
In reply to: [WooCommerce] Products on dashboard with zero quantity show "In Stock x 0"Oh. I did not think of that. I want people to be able to filter to find out what is “on hand” vs. what they can “pre-order.” I am a distributor in a niche business. I guess I can manually tag what is in stock as “in stock” so they can do that. Thanks! (Other suggestions welcomed!)