sharonvillines
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Livro] Changing Background Color(Sent to mark this resolved)
Forum: Themes and Templates
In reply to: [Livro] Changing Background ColorThank you. I’m new to blocks.
Forum: Plugins
In reply to: [Glossary] Background Color of Highlighted LinkThank you! If I did the CSS on my own, where would I put it?
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Change Specific Related PostI have list chosen, not thumbnails. And each post has thumbnails anyway.
Forum: Fixing WordPress
In reply to: Finding Theme that shows full text on blog pagesMany of them have the option — show full posts or excerpts on the archives and blog pages. But then the themes don’t pay attention. I spent a long time looking for a plugin conflict.
Forum: Fixing WordPress
In reply to: Edit link on post pagePerfect. I had never noticed that link because I always used the other one.
Thank you!
Forum: Fixing WordPress
In reply to: Edit link on post pageThank you for responding. More questions as I’m clueless about php.
Below is the code I pasted into the includes > modules.php . The choices were style.css, ace_functions.php, custom_widgets, modules.php, and widgets.php
When I tried to save, got the error messages that I couldn’t redeclare the ‘edit_post_link’
Did I put this in the wrong place?
——————
function edit_post_link( $text = null, $before = ”, $after = ”, $id = 0, $class = ‘post-edit-link’ ) {
$post = get_post( $id );
if ( ! $post ) {
return;
}$url = get_edit_post_link( $post->ID );
if ( ! $url ) {
return;
}if ( null === $text ) {
$text = __( ‘Edit This’ );
}$link = ‘‘ . $text . ‘‘;
/**
* Filters the post edit link anchor tag.
*
* @since 2.3.0
*
* @param string $link Anchor tag for the edit link.
* @param int $post_id Post ID.
* @param string $text Anchor text.
*/
echo $before . apply_filters( ‘edit_post_link’, $link, $post->ID, $text ) . $after;
}Forum: Themes and Templates
In reply to: [Responsive] remove “tag” and “archives”When I go to my account on the Cyberchimps website there is a menu item for “support. When I go to that page, it just says “you don’t have any open support tickets. How do I create a ticket?
After installing Responsive, many of the older posts do not load the photos. I have to click through and “replace” them. Since the site has 1000+ photos this is a problem. Is there any automatic process I can do that will replace/connect them? When I have a list of posts, I can click through on the ones missing photos and click the pencil to edit the photo. Then I click replace and it appears.
Forum: Plugins
In reply to: [Gallery Plugin for WordPress - Envira Photo Gallery] CSS SamplesThank you! It works!
Forum: Plugins
In reply to: [Gallery Plugin for WordPress - Envira Photo Gallery] CSS SamplesThis is the gallery but the site is password protected.
https://photos.takomavillage.org/in-the-beginning-1998-2000-page/
What I want to do is style the captions. I changed the CSS for regular captions but it didn’t apply to the Envira gallery captions.
Forum: Plugins
In reply to: [Advanced Excerpt] Image Conflict with ThemePerfect! And it works on all pages with excerpts. I hadn’t tried it because I didn’t know what tags to leave in and was bewildered by the choices.
Thank you again!
I’m not an expert by any means but I’ve found that these problems have been caused by plugins. If it isn’t the cache or layers of them, try turning off the plugins. Some people start by turning all of them off and testing. Then testing one at a time as they turn them back on. I go in reverse starting with the ones that haven’t been updated in the last 6 months. Since I don’t know programming, the connections between plugins that could be causing a problem is impenetrable.
Forum: Reviews
In reply to: [Twenty Nineteen] Grrrrr!Not an expert response but I had the same problem and it was a result of plugins. I’m using Twenty Fourteen. Wordfence scans for dated plugins but I can’t delete some of them without crashing the site.
Forum: Plugins
In reply to: [Postie] php_network_getaddresses: getaddrinfo failedThe confusion is that takomavillage.org is redirected to another server. The subdomains are on Bluehost and WordPress installed at photos.takomavillage.org BUT that worked!!! Thank you.
Forum: Themes and Templates
In reply to: [Twenty Nineteen] Category description on pagesIt was a plug-in problem.