Peninah
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Recipe Maker] Is there a way to copy-paste a typed list of ingredients?Thanks!
Forum: Plugins
In reply to: [Force Refresh] Update archive page when new post is postedTechnically, yes, but for the person managing the site, they’ll be posting a post and it’s an extra step to remember to go and find the homepage and refresh it there. It would just be more user-friendly if I could get it on the post page.
Again, I understand this is customized work that isn’t relevant to most users, I understand if there isn’t an answer for this!
I also have this issue.
Yes, thank you, I’m sorry I didn’t include it in the first place:
Forum: Plugins
In reply to: [WP Job Manager] Autocomplete (in browser) fills in old job informationHi @jonryan,
Thanks! Will try…
Forum: Plugins
In reply to: [WooCommerce] Added product description to emails, but p tags are strippedworked it out
Forum: Fixing WordPress
In reply to: PDF PLUGIN that can have multiple pdf o a pgeeI haven’t seen a plugin like that, but I had a client once who chose to put an iframe on their site to an html page with a tree structure for folders with pdfs. (They had a ton and didn’t want to change the structure from the old site.)
Forum: Plugins
In reply to: [WooCommerce] Add username to customer invoiceTHANK YOU!! All is well 🙂
Forum: Fixing WordPress
In reply to: Website in two languagesIt’s a start!
WPML allows you to do what you’re talking about. There are definitely other options, which the articles outline.
Good luck!
Forum: Fixing WordPress
In reply to: Homepage and…Hi Cancale,
Looks like you’ve solved the menu issue yourself? It looks centered…
Re the grey bar, there are 2 layers. There’s a background image with a grey color on top.
The image is here:
html, body { background: url(/wp-content/uploads/2016/11/bg.png) no-repeat top center; }When you’ve gotten rid of that, the grey color should be somewhere in the css, but I didn’t see it. You could try doing a search in your css for the color #808080, and see if you can find it that way.
Forum: Fixing WordPress
In reply to: Website in two languagesWelcome to WordPress!
There are a lot of articles written about options for adding multiple languages to WP.
It is helpful to read some articles and understand what your options are before selecting one. The best option for you will be very dependent on your site and content.
These are just a few, but you can find more if you search:
http://www.wpbeginner.com/beginners-guide/how-to-easily-create-a-multilingual-wordpress-site/
https://www.elegantthemes.com/blog/resources/the-best-10-wordpress-translation-plugins-for-going-multilingual
https://managewp.com/create-multilingual-wordpress-siteForum: Fixing WordPress
In reply to: How To Add A Continue Reading ButtonIs there a reason why you don’t leave it as the_content, but add “read more” tags into your post content?
Also, it sounds like you may not be using a child theme. If you’re not, you’ll want to read up on them if you plan to edit your theme. This link is to one of many tutorials available if you search.
Forum: Fixing WordPress
In reply to: Creating new UserAre you unsure how to add a new admin, or do you just want to remove the ability to create/delete admin users from this particular admin?
If the latter, you could use the plugin Members by Justin Tadlock to clone the admin role, and remove the user capabilities.
Depending on what you need, going one step down and assigning this person an Editor role might be ok for you, too. You can read about user roles here.
Forum: Fixing WordPress
In reply to: Changed WP address, getting 404 error at admin loginChanging the site address is more involved than it looks from the settings page 🙂
It’s absolutely fixable. Can you access your site files via ftp? (You should be able to through GoDaddy’s cpanel as well.) These directions should help you get your site back pretty easily.
You may also find that article helpful for understanding what you should do next, in order to actually change your website address.
Forum: Fixing WordPress
In reply to: Theme Not Allowing CommentsGenerally, if you’ve figured out that a problem is definitely your theme, you’re best off asking the theme author for help. They know their theme best!