Gus
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Plugin disappearedI just reinstalled the plugin and it seemed to solve the problem. I say seemed because I had some issues in which links (categories and archives) on my site did not work and caused a 404 not found error. After I reset this plugin to default settings (Found under General tab) the problem was resolved.
Oh I missed the change when hooking into jetpack_relatedposts_filter_hits.
Everything works great now, thanks so much for you help!
Thanks for the zip file, it worked for this particular post. But what if I want to do the same for other posts?
I duplicated the code in the plugin and just changed the ID’s to correspond to a different post and related post, but that didn’t produce any results.
Sure, here is a link to a post https://rollingspoke.com/pedal-mode-monday-vol-16/
The post ID in the link is -> 10997
The related post I’m looking to have appear -> 8329I have the following in the functions.php
function jetpackme_append_related_post( $hits, $post_id ) { // $post_id is the post we are currently getting related posts for if ( 10997 == $post_id ) { // Add 1036 to the front of the hits array array_unshift( $hits, array( 'id' => 8329 ) ); // Remove the last element of the array array_pop( $hits ); } return $hits; } add_filter( 'jetpack_relatedposts_filter_hits', 'jetpackme_append_related_post', 20, 2 );
Thanks for your reply. Using this code didn’t change anything.
Forum: Plugins
In reply to: [Contextual Related Posts] Thumbnails do not displayOkay, thanks for your explanation.
Forum: Plugins
In reply to: [Contextual Related Posts] Thumbnails do not displayYes I am noticing issues with ALL of the thumbnails not displaying.
I only see the default graphic appear for every thumbnail.
Forum: Themes and Templates
In reply to: [Sequel] Latest posts alignment gets messed up.I wish but I just can’t leave the site in such disarray. Is there anyway anyway I can post a screenshot?
Thanks for the reply. The issues were becoming resolved one by one and now the sharing buttons work as they should.
Thanks for the reply, it was a caching issue and I no longer have the mobile theme enabled on the iPad.
Thanks for your reply. Many of the issues have been resolved in the past week. Perhaps updates are the reason?
Pinterest is just a touch finicky. Some of the images show up on the sharing page while others do not when the sharing button is selected from the Front page for instance. I suspect that other plugins may be causing the issue since I use them for galleries.
It works fine from the single post pages using the sharing buttons.
Tumblr now works on all levels.
My site : https://rollingspoke.com/
Yes I solved the issue.
#branding {
z-index: 999;
}I had put the following code into my style.css and replaced the file on my FTP, which didn’t do anything.
Following an earlier suggestion to go to Appearance> Edit CSS> and add it there resolved the issue.
I believe a recent update to WordPress (possibly a re-install) eliminated the code.
I know this has been beaten to death but and I had this working fine until just recently.
I haven’t changed anything (with the exception of trying to troubleshoot) and I now have the Header image appearing on top of my images again.
I’m not sure if a recent update did something or what. Any help would be appreciated.
Forum: Plugins
In reply to: [Firelight Lightbox] Navigation arrows not visible, only in Gallery mode@ravanh Yes FancyBox provided with Photonic does work with externally hosted images.
I don’t believe I was clear. I didn’t know how to initially setup the FancyBox plugin on its own to work with externally hosted images. I was just referencing them through my library.