momsthewordus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Page Template Not Showing UpThank you. That didn’t work either. I also tried adding the code from the website for a sample page. That didn’t change anything.
I searched on the web for this problem, and I found some developers talking about it. They said there was a problem with caching that those files were only updated every hour. Those threads were a year old, though. I would think whatever that problem was would be fixed by now.
Some of them talked about bumping up the theme (I’m guessing that means changing the version number), but I can’t do that because I’m not the creator of the theme.
I found a plugin, but it doesn’t do the things I need it to. I want to create a full page with no header or footer and be able to change the CSS for that page. (A lot for a novice coder, but I’ve figured out harder things before.)
Forum: Fixing WordPress
In reply to: Custom Page Template Not Showing UpThank you for your quick response.
It’s just a blank page right now to see if the page will appear. I don’t want to spend the time figuring out the coding until I can get the template to show up. I’m following an online tutorial. Could it not be showing up because it is nothing but a title?
Here’s the code:
<?php /* Template Name: CustomPageT1 */ ?>
Forum: Fixing WordPress
In reply to: WordPress WP-CLI Auto Update runs even when it’s disabled in confI have been getting these same emails several times daily. I’m so glad you posted this thread! I’ll contact my host and see what they can do. I thought I had done something to initiate the emails, or that it was an issue with one of my plugins that was keeping the update from going through.
Thank you!
Here’s the error code: function (){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);”function”===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&”string”!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this}
Forum: Fixing WordPress
In reply to: Visual Editor No Longer WorkingAll of those files exist, but I don’t know what the version numbers after them mean. Of course, there are no version numbers on my files in ftp.
Forum: Fixing WordPress
In reply to: Visual Editor No Longer WorkingThanks, Josh. I didn’t mean delete a file. I just meant delete the code for diagnosing.
It’s still working today, although things are still really slow. I checked for errors again (even thought I can see the editor). They are different error than yesterday.
These are the original errors. (Found with IE console before I started this thread.) : Failed to load: https://onecreativemommy.com/wp-includes/js/tinymce/plugins/hr/plugin.min.js
Failed to load: https://onecreativemommy.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js
Failed to load: https://onecreativemommy.com/wp-includes/js/tinymce/plugins/wpview/plugin.min.jsIn another thread, someone said they downloaded tinymce to fix the problem, but I had no idea what that meant, so I didn’t do it.
I have a screen shot of the new errors, but I don’t know how to add it here.
You can find it here.Thank you!
Forum: Fixing WordPress
In reply to: Visual Editor No Longer WorkingI’m not sure why that worked, but it did! Thanks! I followed the directions on the link. The problem was with a bunch of tinymce files. Do I delete that line from my code now, or leave it?
Thank you so much!
Thanks, Clint. Glad to know it’s not a problem with my site. So, is there a way to notify Smush.It of the problem? I thought posting here was how, but I think this forum is just users helping users. (I’m just basing that on the fact that when I’ve asked questions on other topics, I’ve never heard anything from the actual makers of the plugins.)
Forum: Plugins
In reply to: [Genesis Grid] The grid loop thumbnail size is incorrectThank you, Bill. That’s actually the first thing I tried to fix, but it didn’t work until yesterday. I think there was a plugin that messed things up after my crash. I fixed the thumbnail size again yesterday, and it worked. I have no idea how the thumbnail size got changed in the first place, but I think it’s pretty safe to say it way probably user error! Have a great day!
Forum: Plugins
In reply to: [Genesis Grid] Teaser Image Size/ Featured Image SizeSorry! That’s beyond my knowledge. Good luck!
Forum: Plugins
In reply to: [Genesis Grid] Teaser Image Size/ Featured Image SizeI’m no expert, but I created my customized image sizes for the teasers using this in the functions.php file:
/** Add new image sizes **/
add_image_size(‘child_full’, 450, 563, TRUE);
add_image_size(‘child_thumbnail’, 150, 194, TRUE);
add_image_size(‘child_full_2’, 500, 625, TRUE);
These sizes then appeared in my genesis settings and I could select them. You can see it on OneCreativeMommy.com, but be aware that I am currently having an issue with the teaser image for my first post not appearing correctly. If you go past the first few posts, you’ll see it showing up correctly. Hope that helps!