mellk
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress] Feeds not updating/syndicating anymoreI’ve pinpointed the problem. On a clean install with Apache webserver, everything runs fine. Same clean install on Nginx and the fetching doesn’t work.
I’m guessing the install misses some package(s). Anyone have a clue how to get it fixed on Nginx?
Forum: Plugins
In reply to: [FeedWordPress] Feeds not updating/syndicating anymore@neotrope Thanks! I re-installed it and removed all feeds. I checked if Curl is installed (see terminal output).
Weird thing is: when I add a feed, it doesn’t seem to recognize anything in the feed, see screenshot. All feeds that worked now give that same result while adding.
Any know reasons why it can’t recognize posts in the feed?
Forum: Plugins
In reply to: [FeedWordPress] plus image loaded via httpI actually just switched from http to https without any problems. Did you change the main url in your WordPress Settings > General to https?
If you change that, all requests within the domain for WordPress will automatically be requested with https without hard-coding any redirects.
Just the one with my domain.com followed by “/sitemap_index.xml”. Google will find the others it refers to in the XML file.
Forum: Plugins
In reply to: [Featured Link Image] Can't see itSame here, installed the plugin but nothing happens.
Forum: Themes and Templates
In reply to: [Fruitful] Next/previous buttons for blog items and commentsSolving by replacing with newest Fruitful theme code.
Forum: Themes and Templates
In reply to: [Fruitful] Every link in body blogpost disabled by commentsSolved by refreshing with the newest Fruitful theme code.
Forum: Themes and Templates
In reply to: [Fruitful] Block between first and second postGreat, works! On mobile it doesn’t display the code, only on desktop. Where should I put the code, for also displaying it on mobile on the same position?
Forum: Themes and Templates
In reply to: [Sparkling] Remove comment numbersSuperb! That piece of code resolved the problem instantly!
Forum: Themes and Templates
In reply to: [Sparkling] Remove menu icon on mobileI solved it by removing this line from header.php
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">Forum: Themes and Templates
In reply to: [Sparkling] Remove comment numbersActually I just discovered it’s a browser thing. Chrome doesn’t display any number count besides the comment boxes, but Firefox does. It seems when a list is declared in the code, it thinks it should display these numbers. Really annoying but not something directly related to the code.
Forum: Themes and Templates
In reply to: [Sparkling] Possible bug: text with code tag out of lineThat did the trick. Solved!
Forum: Themes and Templates
In reply to: [Sparkling] Possible bug: text with code tag out of lineI’ve tried your code block, but it just adds the border. I use the same
tags, but the problem remains.Forum: Themes and Templates
In reply to: [Sparkling] Remove author part under postThis is heaven! Thanks you 🙂
Forum: Themes and Templates
In reply to: [Sparkling] Hide 'Add a menu' linkAhh, you’re right. Thought I checked it without being logged in, my bad 😉