• Resolved jaxcatz

    (@jaxcatz)


    Hi

    I liked your plugin very much, its quite useful, but it says No items when using it to display feed from my another website. Can you help me by suggesting how I can generate the feed from one of my website to use that to display in my another website.

    TIA

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author vaakash

    (@vaakash)

    Hi @jaxcatz

    Thanks for using Super RSS Reader.

    Can you please share the RSS feed URL you are using ?

    It is possible that the RSS feed is empty.

    Thanks,
    Aakash

    Thread Starter jaxcatz

    (@jaxcatz)

    Thanks @vaakash

    Got that sorted… btw can you please let me know where to edit the fonts style in here. Like to show barlow font in bold for the feed headings and unbold for the content area.

    Thread Starter jaxcatz

    (@jaxcatz)

    I tried adding the below in – super-rss-reader\public\css\style.css file at line 57

    .srr-wrap .srr-title {
     line-height:150%;
     font-family: 'barlow';
     text-transform: uppercase;
     font-weight: bold;
     font-size: 15px;
    }
    .srr-wrap .srr-meta {
     font-size: 13px;
    }

    Can you help me out.
    Thanks

    Plugin Author vaakash

    (@vaakash)

    Hi @jaxcatz,

    What you tried should work, but themes will sometimes override your style. So you may need to add !important before semicolon.

    Also for the font, you have to ensure if it is loaded on the page with correct font name. Please see this page for more information – https://www.w3schools.com/css/css_font_google.asp

    Thanks,
    Aakash

    Thread Starter jaxcatz

    (@jaxcatz)

    Hi @vaakash

    Thanks for the reply, I actually got it working without using the !important, but I am unable to change the color of the text even when using !important.
    I would also like to change the color of the summary extract.
    Can you please help me out, any pointers would be great, thanks.

    Plugin Author vaakash

    (@vaakash)

    Hi, please share the page where widget is active. I’ll have a look.

    Thanks

    Thread Starter jaxcatz

    (@jaxcatz)

    Thanks @vaakash

    Please check this link, the widget is added in the homepage.

    https://kozhikode.choiceschool.in/

    Really appreciate your help.
    Thanks ??

    Plugin Author vaakash

    (@vaakash)

    Hi,

    You can paste the CSS below.
    It will change the color of the description and the time.

    .srr-summary p, .srr-meta {
        color: black;
    }

    Here you can change black to the color you want as needed.

    Thanks,
    Aakash

    Thread Starter jaxcatz

    (@jaxcatz)

    Thanks bro ??

    I actually changed the meta (date) color by adding this below code –

    }
    .srr-wrap .srr-meta {
     font-size: 13px;
     color: #850303; 
    }

    But then decided to go with the default grey itself.

    What I was trying was to change the .srr-title and the ‘READ MORE” to #850303, I am unable to give the hex code like I did in the above meta area.

    Any pointers would be much appreciated.
    Thanks.

    Thread Starter jaxcatz

    (@jaxcatz)

    Hi @vaakash

    Any help updates on this, please ??

    TIA.

    Plugin Author vaakash

    (@vaakash)

    Hi,

    Please use the style below.

    .srr-title a, .srr-read-more {
        color: #850303;
    }

    You can refer this page for the list of elements which you can target and change style.

    https://www.aakashweb.com/docs/super-rss-reader/faq/#q-how-to-make-custom-css-styling-to-the-feed-like-changing-colors-width-etc

    Thanks,
    Aakash

    Thread Starter jaxcatz

    (@jaxcatz)

    Thanks a ton @vaakash ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Generate feed’ is closed to new replies.