Coder Social home page Coder Social logo

test new version about feedzy-rss-feeds HOT 4 CLOSED

codeinwp avatar codeinwp commented on August 16, 2024
test new version

from feedzy-rss-feeds.

Comments (4)

contactashish13 avatar contactashish13 commented on August 16, 2024

@selul these are the bugs for use case 0: bugs in the production code

  • single quotes are shown encoded i.e. Don't need a title...
  • documentation of the attributes to be used in the short code is lacking. had to dig in the code e.g. what does meta do? and whether the booleans are yes/no or true/false or 1/0?

from feedzy-rss-feeds.

contactashish13 avatar contactashish13 commented on August 16, 2024

use case 1

  • problem with shortcode not display images
    [feedzy-rss feeds="http://9gag-rss.com/api/rss/get?code=9GAG&format=1" max="1" meta="yes" summary="yes" summarylength="20" thumb="yes" size="20"]

in prod version:
image
the code is

<li style="padding: 2px 0 3px" class="rss_item"><div class="rss_image" style="width:20px; height:20px;"><a href="http://9gag.com/gag/ajqGEVx" target="_blank" title="What kind of inception is this?"><span class="default" style="width:20px; height:20px; background-image:  url(http://localhost:81/wp-content/plugins/feedzy-rss-feeds/img/feedzy-default.jpg);" alt="What kind of inception is this?"></span><span class="fetched" style="width:20px; height:20px; background-image:  url(http://img-9gag-fun.9cache.com/photo/ajqGEVx_460sa.gif);" alt="What kind of inception is this?"></span></a></div><span class="title"><a href="http://9gag.com/gag/ajqGEVx" target="_blank">What kind of inception is this?</a></span><div class="rss_content"><small>Posted by <a href="http://9gag.com" target="_blank" title="9gag.com">9gag-rss.com</a> on December 29, 2016 at 9:42 am</small><p> […]</p></div></li>

in dev:
image
the code is

<li style="padding: 2px 0 3px" class="rss_item">               
                <div class="rss_image" style="width:20px; height:20px;">
					<a href="http://9gag.com/gag/ajqGEVx" target="_blank" title="What kind of inception is this?" style="width:20px; height:20px;">
						<span class="fetched" style="background-image:  url(http://img-9gag-fun.9cache.com/photo/ajqGEVx_460sa.gif);" alt="What kind of inception is this?"></span>
					</a>
				</div>
				<span class="title">
					<a href="http://9gag.com/gag/ajqGEVx" target="_blank">
						What kind of inception is this?
					</a>
				</span>
				<div class="rss_content" style="">
					<small>
						by <a href="http://9gag.com" target="_blank" title="9gag.com">9gag-rss.com</a> on December 29, 2016 at 9:42 am
					</small>
					<p> […]</p>
				</div>
			</li>

seems to be ignoring the size parameter in the span

from feedzy-rss-feeds.

contactashish13 avatar contactashish13 commented on August 16, 2024

use case 2

  • activate the pro plugin
  • without making any changes to the existing widget, refresh the front end that shows the widgets
  • get the attached error

image

  • field "Template to use when displaying the feed" in widget config - changes to this field do not get saved when editing the widget

from feedzy-rss-feeds.

selul avatar selul commented on August 16, 2024

@contactashish13 thanks we should be good to go now

from feedzy-rss-feeds.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.