David
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Remove Magical White LineDoesn’t work because all margins are at 0px already. Again, in the editor there is no white line. But on the live site there is – so it’s hard coded into the site.
I guess this is just an annoying limitation of this theme. It I set the site background to colored it fixes the problem. But then literally every page is then colored, even blog posts.
Forum: Fixing WordPress
In reply to: Amazon “Image Only” HTML Embed Not WorkingI hope it’s just a bug riverkeeper, I really liked the way it worked previously too. As when I make buying guides I can paste an Amazon complaint image in with ease. I’ll take at a look at shortcode. Thanks for that suggestion.
Forum: Fixing WordPress
In reply to: Amazon “Image Only” HTML Embed Not WorkingThe classic editor does not solve this issue nor does the tinymce help. I’m embedding HTML from Amazon. Amazon gives HTML for products for their affiliates.
In 5.2.3 and earlier you just copied and pasted this HTML in a block and it grabbed the image from Amazon automatically and linked to it automatically.
Sort of like how when you copy and paste in a YouTube URL in, it automatically embeds a video.
Now when you copy and paste that HTML in 5.3, the block remains blank. Literally blank. This is a bug in 5.3 that’s why i’m bringing it up.
Anyways, thanks for your response.
Wow really? That’s the shortcode outlined on this page:
https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/
So that’s why I’m confused. What is the sort code then?
The Yoast contact page:
https://kb.yoast.com/kb/support/#free
Tells me to use the forums here ??
Forum: Fixing WordPress
In reply to: Pages Not Loading Design…ahhh that’s really weird. I see what you’e saying. On the homepage and the other pages in the HTML it’s saying Headway cache, and Yoast and Flare etc. But on the blog posts it’s working normally (ie the Twenty Twelve Theme).
I don’t think I have server side caching. I’ll send them a support question. Any idea why this site is doing this?
Forum: Fixing WordPress
In reply to: Pages Not Loading Design…Hi Andrew,
Upon your request I’ve activated the Twenty Twelve theme (previously I had the Headway Theme going).
This is a pretty old site (started in 2009). Really appreciate it if you could give me some idea as to what is wrong.
-David
Forum: Plugins
In reply to: [CleanSave] Remove from HomepageHi Jeff,
I could NOT get it to work!
Kidding, it works great. Thanks for your help.
The error message:
“There was an issue moving the MU component”
Was not clear enough for me to know what to do. I would have never thought it was a simple “writable” issue.
Forum: Plugins
In reply to: [CleanSave] Remove from HomepageHi Jeff,
Yes I followed your instructions.
First you need to make sure you can disable plugins on other pages or posts.
I can NOT disable other plugins.
Make sure you have the disable plugins radio button set to on on the settings page.
Set to disable.
Make sure you have pages checked under post type support on the settings page.
I have posts and pages checked off.
Make sure you have the mu-plugins piece in the mu-plugins folder.
The MU-plugin folder. My installation of WordPress does not have this. I’ve never heard of “must-use” plugins before. I’ve been reading up on this the last few days to better understand as this is probably the solution to my problem.
When I select “move” and click submit under “manage mu plugin file” I get the error: “There was an issue moving the MU component”
What do you mean by “MU-plugin piece”?
What do you mean by static home page?
By static homepage I mean I have a WP page set as homepage. Not a static file with WP installed in a directory.
Almost have it figured out. Thanks for your help Jeff.
Forum: Plugins
In reply to: [CleanSave] Remove from HomepageHey Jeff, what do you recommend?
Forum: Plugins
In reply to: [CleanSave] Remove from HomepageSo either WordPress is not applying the is_front () tag to the homepage, or the plugin is not recognizing it.
Forum: Plugins
In reply to: [CleanSave] Remove from HomepageThe shortcode method is not working as the button is not appearing.
I’m using the Headway theme and I have a functions.php and a custom_functions.php.
I can not edit functions.php for this framework as it will stop functioning correctly and the custom_functions.php (which is designed for these custom changes) has no effect for some reason
I added this to custom_functions.php:
add_shortcode(‘cleansave_button’, ‘get_cleansave_button’);
function get_cleansave_button() {
if( function_exists(‘cleansave_add_save_button’) ){
return cleansave_add_save_button();
}
}and the short code
[cleansave_button] and I tried [get_cleansave_button] to pages and posts.I have a tutorial site with 60+ pages (not including posts) so I really want to add CleanSave to these pages except for the one designated the homepage.
Is there anyway I can remove CleanSave from just one specific page?
Forum: Fixing WordPress
In reply to: DATA LOSS username/password/email failfigured it out, heres the solution:
Login to phpMyAdmin connected to the MySQL database server.
Select the database the used by the WordPress blog that the password wanted to be reset.
Locate the wp_users table (normally the last row), and then click on the Browse icon under Action column on the same line.Locate the user_login which the password want to be recovered and reset, and then click on the Edit button in front of the line.
Under the user_pass field, delete everything in the corresponding Value field on the same line.
Enter a new desired password (case sensitive) in the now empty Value text box, i.e. NEW PASSWORD in the illustration.Select MD5 in the Function field drop-down menu.
Click on Go button to save and reset the password.
After resetting the password, use the new password to log in to WordPress.