Steve
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Open submenu on click enstead of hovering overShall do that, thanks.
Forum: Themes and Templates
In reply to: [OceanWP] Open submenu on click enstead of hovering overYes, was a plugin conflict with “YITH WooCommerce Category Accordion”
Forum: Themes and Templates
In reply to: [OceanWP] Open submenu on click enstead of hovering overDoing that now
Forum: Themes and Templates
In reply to: [OceanWP] Open submenu on click enstead of hovering overintimatesforwomen dot com /about-us/ will get you past the landing page.
Forum: Themes and Templates
In reply to: [OceanWP] Open submenu on click enstead of hovering overMine is having opposite effect! I want to open on hover on desktop, but only opens on click – submenus don’t open at all on a tablet.
<?php if (is_syndicated()) : ?> <p>This is a syndicated post. Read the original at <a href="<?php the_syndication_permalink(); ?>"><?php the_syndication_source(); ?></a>.</p> <?php endif; ?>
From https://feedwordpress.radgeek.com/wiki/templates/
get_syndication_permalink() / the_syndication_permalink(): returns or outputs the URI of the original permalink for a syndicated post, on the source it was syndicated from
get_syndication_source() / the_syndication_source(): returns or outputs the human-readable title of the website that a syndicated post was syndicated from
Looking at the feed for analyticallyspeaking.com at https://feeds.feedburner.com/AnalyticallySpeaking there are no images. Have you changed any settings in that blog?
Forum: Plugins
In reply to: Feedwordpress: Disable automatic inclusion to CategoryThere is a problem with this version of FWP and it’s handling of categories.
@otto42 – The author of the plugin hasn’t replied to ANY questions since December, I imagine that is why the question is being asked here in the support forum for the plugin.
There are a lot of issues with this version… none of which have been addressed by the author.
Forum: Plugins
In reply to: Problem with FeedWordPress RSS PluginAsk your server admin for the location of curl, that may be the problem. I had to put the full path in my crontab for it to work.
My crontab is:
*/30 * * * * /usr/local/bin/curl -s -o /dev/null https://www.domain.com/blog/?update_feedwordpress=1and it works OK
Forum: Plugins
In reply to: Feedwordpress problemI’ve contacted the developer about this and a few other problems I have been having, but am not getting a reply. His website has not been updated since December… thinking maybe he is having a lot of problems with the restructure of WP.
The other problems I have include:
- Feeds with ampersands in them are having the extra info disregarded – i.e. affiliate info or other vital detail is being stripped
- Cannot hardcode categories – i.e. if no category stipulated in RSS, then item not getting posted, even though I am telling FWP which category to post to
- When selecting a category to post to (as in above), admin page is giving error about an array that should be a string.
- Strippng videos out of a video feed, just leaving an empty div
If ANYONE can shed light on these errors I would be most grateful. I spent two days recoding my theme and plugins to upgrade to 2.3.1, but now my site is virtually broken because of FWP ??