Josh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: adjusting excerpts starting point@binarywc Thanks for the response. I do know how to do that, but I’m looking for the site to autogenerate so the main page has the excerpts without me having to create them manually every time a new post is created. Also, I don’t want to have to go back and edit all the existing material.
I was hoping for something I could drop into the function.php file. But if not, the manual way works too ??
Thanks.
Forum: Plugins
In reply to: [Contextual Related Posts] Can’t get plugin to work on new sitesorry…I thought I replied…I know it’s 5 months late, but thanks for the help with this!
Forum: Everything else WordPress
In reply to: styling specific recurring words@catacaustic, thanks for the response. Sadly, it did not work…and not only that, but it broke my site…when I tried to view a post using this, I just got a blank screen ??
All good… I’ll keep tinkering.
Thanks.
Forum: Themes and Templates
In reply to: [Cenote] previous/next articlethanks for the reply. I actually figure it out. And unfortunately my site isn’t live (just on my computer), so I can’t share right now. I will try to get it up so I can share it since i have several other questions.
Thanks.
Forum: Themes and Templates
In reply to: [Cenote] previous/next articleJust to clarify…I want to remove the links below the content of my posts. I have the following php code in the sidebar widget to move the previous/next links to the sidebar instead of placing it below the content:
<?php cenote_post_navigation(); ?>
When I tried
.post-navigation .nav-links { display: none; }
it hid the links in the footer as well as in the sidebar.
Thanks.
Forum: Plugins
In reply to: [Contextual Related Posts] Can’t get plugin to work on new siteOK…I just figured it out….private posts don’t show up.
Is there a way to fix that? If I have the ability to see private posts, I’d like to be able to see related posts, even for those private posts.
Thanks.
Forum: Plugins
In reply to: [Contextual Related Posts] Can’t get plugin to work on new siteugh…still having issues…I got it to work on the test site, so I turned it on on my (sort of) live site and nothing happens…no images again. I tried playing with every option. I kept the
<li>,</li>
and removed it, I fixed the code in the plugin, and nothing…Forum: Plugins
In reply to: [Contextual Related Posts] Can’t get plugin to work on new site@ajay sorry for the delay. Unfortunately, my test site is only on my computer at the moment. For now, I’ve put the extra space back in the form blocks to make it all work. I’m planning to update my live site soon, so I can share the link then.
THanks.
Forum: Plugins
In reply to: [Contextual Related Posts] Can’t get plugin to work on new siteGot it…that seemed to work…but… now my two rows of 3 thumbnails each are no longer 3 pretty columns…now they 2 rows, one of 4 and one of 2. When I put the spaces back in, they line up again. I’m assuming CSS will fix this? Any thoughts on what that would be?
Thanks.
Forum: Plugins
In reply to: [Contextual Related Posts] Can’t get plugin to work on new siteSince I’m not sure which file, I’m assuming I am not in a position ??
I’ve got it working, and I’ll stand by any updates that come out.
Thanks.
Forum: Plugins
In reply to: [Contextual Related Posts] Can’t get plugin to work on new site@ajay, thanks for getting back to me.
I will try Query Monitor, but in the meantime, I went option by option and I figured out what’s causing the problem…now jut need to figure out how to fix it.
In Settings, under the Output tab, I removed
<li>
and</li>
in theBefore each list item
andAfter each list item
, respectively. This is how I have it on my functioning website. Once I remove these tags, everything disappears. When I add it back in, all goes back to normal (except I have the the bullets, which I want to get rid of).Update: I just put a space into each block and now it’s all working perfectly…still seems something’s off somehwere.
Also, I installed the query monitor plugin…but It’s beyond my skills to know what I’m looking for.
- This reply was modified 4 years, 3 months ago by Josh.
Forum: Themes and Templates
In reply to: [Tracks] parallax effect on Featured ImageI understand. it is a very nice theme. I think the parallax would be worth the effort, but i completely understand.
Thanks for the hard work on the theme!
Forum: Everything else WordPress
In reply to: display specific info from RSS@bcworkz, definitely not that important ?? My websites are for one purpose only…fun. I use them to try to teach myself how to do things…then move on to the next thing I want to try. They are just a testing ground.
Thanks again. I’m giving up on this idea for now and moving on to the next idea.
Forum: Everything else WordPress
In reply to: display specific info from RSSThanks again for this information. I think this is way beyond my level of comprehension and ability. I have zero coding experience, and the code means absolutely nothing to me ??
I think I’m going to give up on this idea for now.
Thanks again.
Forum: Everything else WordPress
In reply to: display specific info from RSS@bcworkz, thanks for the response. I should have mentioned that I’m using the Exifography plugin, so all the EXIF data appears in the second website when I echo the description, so I know the EXIF is showing up in the RSS feed…I just can’t figure out how to isolate that data instead of showing everything that appears when I use
<?php echo esc_html( $item->get_content() ); ?>