Viewing 15 replies - 31 through 45 (of 51 total)
  • Thread Starter Denis de Bernardy

    (@denis-de-bernardy)

    The plugin looks for the images in two locations:

    yourblog_url/wp-content/plugins/sem-subscribe-me/
    yourblog_url/wp-content/plugins/

    If you locate your blog files in something different, I am assuming you know what you are doing.

    If I knew what I was doing my images would be showing up. lol

    My images are here:

    https://www.theviewfromhere.us/blog/wordpress/wp-content/plugins/sem-subscribe-me/

    So you’re saying my wordpress files should be in /blog/wp-content… without being in a “wordpress” folder?

    Thread Starter Denis de Bernardy

    (@denis-de-bernardy)

    and the plugin is looking for them in:

    https://www.theviewfromhere.us/blog/wp-content/plugins/sem-subscribe-me/

    you’ll find an image dir variable in the plugin, simply edit it.

    That worked. Thanks much!

    OK. I removed all and did a clean install of the new version of WP and then did a clean install of this plug in.

    For some reason it doesn’t appear on my Windows XP machine but it does on my wifes Mac so I’ll trust that its something strange with my machine.

    The only problem I’m having is the first feed (the one with the XML.gif) is giving me a broken URL. I have no idea how to correct this. You can see what I mean at https://wp.adammersky.com/yossiblog

    Here is the code in that section of the sidebar:

    <h2>Subscribe</h2>

    <ul class=”feeds”>

    I fixed the code so the HTML wouldn’t appear on this post:

    <h2>Subscribe</h2>

    <ul class=”feeds”>
    < —

    One more try…;-)

    <h2>Subscribe</h2>

    <ul class=”feeds”>

    Moderator James Huff

    (@macmanx)

    IZMO, as it states below the post field, code needs to be placed in between backticks. The backtick key is typically under the escape key, above the tab key, and to the left of the 1 key.

    Thanks macmanx!

    <li><a href="<?php bloginfo_rss('rss2_url'); ?> ">Entries (RSS)</a></li>
    <li><a href="<?php bloginfo_rss('comments_rss2_url'); ?> ">Comments (RSS)</a></li>
    <li><a href="<?php sem_subscribe_me(); ?> </li>
    </ul>

    So does anyone have an answer for why the ‘RSS’ feed has an incorrect URL?

    You can see it on my testing server at wp.adammersky.com/yossiblog

    Thanks for everyone’s help. If I can get this one part working then I’ll be all set.

    Thread Starter Denis de Bernardy

    (@denis-de-bernardy)

    there’s probably an error in the html somewhere.

    Do you know which document contains the HTML that needs to be fixed. I viewed the source of my site and there is definitely code there that needs to be deleted. I just don’t know which document I need to open to edit.

    Thanks again…everyone has been very helpful and I really appreciate it.

    Do you know which document contains the HTML that needs to be fixed. I viewed the source of my site and there is definitely code there that needs to be deleted. I just don’t know which document I need to open to edit.

    Thanks again…everyone has been very helpful and I really appreciate it.

    Thread Starter Denis de Bernardy

    (@denis-de-bernardy)

    Likely the plugin file (sem-subscribe-me.php) if you modified it.

    I never modfied this file. In fact I just reinstalled a clean version of the plug-in from your site and it’s still there. I can’t find out where this rogue code is coming from. It seems to work fine in other themes but for some reason in Blix its creating a problem.

    I give up.

Viewing 15 replies - 31 through 45 (of 51 total)
  • The topic ‘Plugin: Subscribe me’ is closed to new replies.