azwaldo
Forum Replies Created
-
Forum: Plugins
In reply to: [Hypothesis] Missing installation step in README for this pluginWith fix, Hypothesis plugin is working with WordPress V.5.8
Thanks for quick reply…will take your new plugin for a test drive soon.
In an older post, Jeremy Herve described how to create a custom sharing button using the “Add a new service” option.
- In “Service Name”, type in “Facebook”
- In “Sharing URL”, enter http://www.facebook.com/sharer/sharer.php?u=%post_full_url%
- In “Icon URL”, enter http://YOUR_SITE_URL/wp-content/plugins/jetpack/modules/sharedaddy/images/facebook.png
Now that Jetpack has been
“updated…to use the official Share button instead of the Like Button”
…can a similar solution be cobbled together?
(Can a “new service” be created to add a Facebook Like button along with the Share button?)
Forum: Fixing WordPress
In reply to: WP creates many image duplicates on uploadSimilar problem with “Responsive” theme (creating seven additional image files). Found several forum topics about this issue; but, your thread had the clue.
In a more remote file
/wp-content/themes/responsive/core/includes/functions-extentions.php…I found the responsive_add_image_size() function (note that fxn is prefixed with theme’s name), which made multiple calls to the same function:
add_image_size()Thanks for posting (your own!) solution.
Forum: Fixing WordPress
In reply to: Featured Image Not Working since 3.6, 3.7I had also followed the same instructions described by miamitom (above, first post in thread) without success. Finally found a solution in this thread (different forum) where user: ialocin commented:
“To apply changed thumbnail sizes to already uploaded images you have to regenerate the thumbnails…”
This worked for me.
I selected “Delete Permanently” for each image used in three recent posts, then uploaded those images all over again (saving associated markup in original posts). Correct thumbnail images are now fetched as needed.Forum: Fixing WordPress
In reply to: Error: Could not find the template function: TinyMCE_advanced_….more…
i had uploaded the files to my server manually; must have missed uploading the advanced folder into wp-includes/js/tinymce/themes<br><br>the “advanced” folder (WordPress 2.0) should contain the following:- folder:css (3 files)
- folder:images (1 folder, 61 files)
- folder:jscripts (7 files)
- folder:langs (1 file)
- files (9)
if you are uploading by hand, file by file, have a thinkful about DL’ing smartFTP (free trial version; fast and easy)…if i’d done that first, i’d never have even visited this thread
Forum: Fixing WordPress
In reply to: Error: Could not find the template function: TinyMCE_advanced_….I was able to fix this same problem (WP 2.0) by uploading the “advanced” folder (and all its contents) into this folder:
wp-includes/js/tinymce/themes
the folder was otherwise empty. I found the problem by text searching all files downloaded initially (that I uploaded later to my site).
hth