helo4444
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] “You need a higher level of permission. Sorry, you are not… “No recent changes to roles, no multi site.
But here is what it was. I had Easy Digital Downloads deactivated, but bc it was set to erase all data on deletion, when I deleted it, it caused problems with Woocommerce products somehow.
So I changed that setting on EDD and deleted it, and the products show up fine.Thanks.
Okay thanks for getting back to me. I have it set to learn, and it may not have been Wordfence in the first place. I had Easy Digital Downloads deactivated, but bc it was set to erase all data on deletion, when I deleted it, it caused problems with Woocommerce products somehow. I think that is it. So I think I will be able to use your plugin after all. Thanks for getting back to me, sorry for the confusion. I’ll leave you a good review.
Okay now it is doing it again. I used the plugin to uninstall Wordfence.
Is there anything else I need to take out?Hi sorry I’d erase this thread if I could, I was a bit freaked out. At this point though I’ve uninstalled it and am a bit too wary to reinstall.
Moving from Blogger, I am kind of shocked how fragile WordPress sites are. If you look the wrong way everything can crash.
Forum: Plugins
In reply to: [wpForo Forum] How to Shut Off “Our newest member:”I found it: Go to Forums (on top) > Features > Show Forum Statistic
Shut it to off.
Sorry I’m going to have to rate this plugin as “total nightmare.” This is very frustrating. I went to deactivate the plugin from the backup I had restored and my theme broke. Could not login or anything. I managed to reinstall to a previous version which did not have Worfence.. UGH. Runaway screaming.
I went back and restored to a previous version, which did not have Wordfence, and had access to my products.
Then I reverted to the installation with Wordfence, and it shut me out of my products.
Now that Wordfence is active, what do I have to do to make it NOT shut me out of products?
Then I will uninstall it.
Forum: Plugins
In reply to: [Easy Table of Contents] Easy TOC Not ShowingI found I was able to right align it by using Appearance > Float > Right. Seems to be working for now.
I’m wondering about the spacing underneath the TOC. I would like to put a space under the TOC, before the header, to match the other formatting.
I’ve tried putting in <br> and <p> </p> right before the header, and after the [toc], but still no space.
Is there an easy way to do this?
Thanks for your feedback.
- This reply was modified 4 years, 6 months ago by helo4444.
Actually I found a built-in mechanism to do so, in case anyone else needs this:
Woocommerce > Settings > General > Shipping location(s) > Disable shipping & shipping calculations.
Forum: Plugins
In reply to: [Easy Table of Contents] Easy TOC Not ShowingThanks so much. I figured it out, it works and looks great. The Table of Contents also doesn’t show on the editing page, but it shows on the published page. So I think in some cases I may have been just looking at the editing page.
Do you know, is there any code to center or right-align the TOC?
Thanks again.
Thanks for the extra info. Now that I’ve done some more research, I see that I won’t have to worry about needing sales tax integration for a while…
It also has a dashboard listing of submissions in case something gets lost in the email. Others (that don’t work) charge for this.
Forum: Themes and Templates
In reply to: [Asagi] Changing Header SizeGreat thank you so much that works! I have seen people struggle so much across so many themes to try to solve this, so I’m glad you can help me.
And I just want to say that the pictures you use for your theme are really beautiful and I am considering using a few.
I also noticed your account system was great — it automatically sends me an email with an account in case I ever want to set one up. Can you tell me what plug in or program you are using for this?
Thanks again!
——-
Here are some of my notes for future reference in case it helps anyone else and so I don’t lose them:
If you want to make a menu taller or shorter, you can do so for both desktop and mobile in Layout -> Primary Navigation -> Menu Item Height. Click the mobile icon to set mobile pixel height. (The Primary Menu is the one beneath the header.)
If you want to turn on or off the top menu, called Secondary Menu (that sits above the header), go to: Menu > View all locations > Secondary Menu (leave at -Select- for off, or select one of the menus to turn on)
And here’s the code I used with a narrow banner (the Layout -> Header – > padding set to: 125,5,20,5):
@media (max-width: 967px) {
.inside-header {
padding-top: 120px;
padding-right: 15px;
padding-bottom: 5px;
padding-left: 15px;
}
}@media (max-width: 768px) {
.inside-header {
padding-top:70px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
}
}@media (max-width: 400px) {
.inside-header {
padding-top: 20px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
}
}- This reply was modified 4 years, 7 months ago by helo4444.
Forum: Themes and Templates
In reply to: [Asagi] Changing Header SizeActually when I looked at my actual cell phone (android), your CSS basically works on various cell browsers, just cutting off about 1/8 on each side (even if I set the padding). On another phone I have it still works, just taking off a little bit more. So I’ll center my imagery a little bit more in the picture.
It appears that the WP Customizer phone representation for cell phones isn’t accurate.
But if there’s any chance you have some simple CSS that would allow the header to shrink to fit, let me know. That would be the best fit.
Thanks.
Forum: Themes and Templates
In reply to: [Asagi] Changing Header SizeThanks for the feedback. I’m so glad you’re able to help me with this.
I had some time to experiment with the padding and settings.
With the header set to cover, I can fit the header well in all 3 views using padding function (but this requires different padding settings for each view).
So I set the padding settings to view the desktop header, and cut and pasted the CSS you have me to set the mobile padding, but for some reason it didn’t work. I changed the numbers for the CSS paddings settings, but still it didn’t affect the mobile or tablet padding.
Is there some different CSS to set the padding, or maybe CSS for the desktop and tablet views? Or would it be easier to set some time of “shrink to fit” function
Thanks so much!