Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter ichomusic

    (@ichomusic)

    Ah great ..it would be amazing. Do you by any chance know when the next update might be?

    Thread Starter ichomusic

    (@ichomusic)

    Hi,
    I asked the support at Toolset (authors of Views who I am using for this slider) to have a look at the pagination. They have looked at the error messages and the YourChannel plugin code, tested the pagination and also identified a possible fix in your code.

    Here is what they’ve said, see what you think:?
    I can see the error. It seems to me that the YourChannel plugin’s Javascript expects to have a special class on the element(video) that needs to be run. I am not, sure. I just think so from a quick look at the plugin’s code. Check this screenshot https://prntscr.com/11ifupo

    We can check if the pagination fires the initialization, by adding a console.log line to it.
    Check this screenshot https://prntscr.com/11ig1qq

    The message is logged after the error. Which means something else is interfering.
    https://prntscr.com/11ig2w0

    I think that we’ll need the YouChannel authors to help us understand what is missing, so we can fix it.
    From my inspecting of their plugin code. I believe the video or a wrapping tag needs to have the class “yrc-shell-cover”. From these lines, especially line 519?https://prntscr.com/11igsmk

    ………………

    Do you think this is the fix that’s needed?
    Thanks
    Nick

    Thread Starter ichomusic

    (@ichomusic)

    Ohh .. that sounds like it might work.

    Just to clarify. If I’m using my google apps email it is in the format [email protected] using my own doamin … not gmail.com

    Are you saying in my Gravity Form to put the notification ‘to’ address as [email protected] ?

    Thanks

    Thread Starter ichomusic

    (@ichomusic)

    Hi,

    Thanks for the tip. I’ve actually tried the filters and the only options were:
    – Skip the Inbox (Archive it)
    – Mark as read
    – Star it
    – Apply the label: Choose label…
    – Forward it add forwarding address
    – Delete it
    – Never send it to Spam
    – Send canned response: Choose canned response…
    – Always mark it as important
    – Never mark it as important
    – Categorise as…

    I can’t seem to find one that sets an email to unread :o(

    Have I missed something or maybe an app from the labs?

    Thanks

    Thread Starter ichomusic

    (@ichomusic)

    Hi,
    I’ve checked gmail settings and I can’t find anything that might be doing this. I got google apps support looking into this but they are puzzled too and suggested maybe the plugin was doing something?

    Exact same problem … all options missing and only see a blank screen … oh dear!!

    Thread Starter ichomusic

    (@ichomusic)

    Got it … and all fixed … thank you.
    That must have been the faster response and resolution I’ve ever had … wish all WP plugin developers were as quick as you!

    Thread Starter ichomusic

    (@ichomusic)

    Wow that was quick!

    do you want to just let me know which snippet it is I need to change and I can do it through the plugin editor? What ever is easier.

    Thanks

    Thread Starter ichomusic

    (@ichomusic)

    Hi Allen,

    Your not going to believe this but the category I would like to enter is 120 … and the new field you kindly created only takes 2 characters.

    Is that right or am I doing something wrong?
    Thanks,
    Nick

    Thread Starter ichomusic

    (@ichomusic)

    OK thanks … I will upgrade and start using anyway … thanks for all your help and such a great plugin!

    Thread Starter ichomusic

    (@ichomusic)

    Hi Allen, That sounds great! Thank you.
    Can I double check. Will this allow us to assign multiple categories for the different feeds we have? Or will it add all posts to one category.

    For example, it would be great to be able to assign all imported posts from the BBC Good Food rss to my wordpress ‘Food & Wine’ category and a local events rss to my wordpress ‘Travel Events’ category. Will that be possible, or am I asking too much now!! :o)

    Thread Starter ichomusic

    (@ichomusic)

    Hi Allen,

    Sorry I think I’m getting confused. I am only wanting to use the rss feeds to import as posts so the main thing I’m trying to use is the Feed to Posts.

    My original question was .. is it possible for these imported posts to be assigned a category (I’m talking about the blog post categories in wordpress not the categories within the plugin).

    So if I had a Food & Wine blog page that shows posts I have assigned the ‘Food & Wine’ category to, and I would like to have some of them come from a 3rd party rss … can I auto assign a category to them as they are imported?

    I think you mention if I know the category ID then it might be possible? I do know the category IDs … but does this involve php coding? If so, I’m out of my comfort zone ;o)

    Thread Starter ichomusic

    (@ichomusic)

    Hi Allen,
    I was waiting for a day till new posts were imported and they are still coming in as Uncategorized. So I must be doing something wrong.

    When I go to the ‘Feed To Post Options’ tab where do I assign the category?

    Is it this option: ‘Restrict to one of your defined categories’ which I then set to a category I have set up under the ‘Category Options’ tab? Which are then assigned to a feed under the ‘RSS Feeds’ tab?

    Another question I have … to match these categories up to ones that I use for my WP posts … do I create the category as the name or the slug … for example:
    name: Food & Wine
    or
    slug: food-wine

    Hope that makes sense? :o)

    Thanks

    If I paste this in it works:

    <div id=’wp-float-1551′>testing testing 1 2 3</div>
    <p> <script type=’text/javascript’>
    jQuery(document).ready(function($) {
    jQuery(‘#wp-float-1551’).dcFloater({
    width: ‘100’,
    location: ‘bottom’,
    align: ‘right’,
    offsetLocation:400,
    offsetAlign:0,
    speedFloat:”,
    tabText: ”,
    tabClose: false,
    easing: ‘easeOutQuint’,
    event: ‘hover’,
    disableFloat:false,
    center: false, centerPx: 0,
    idWrapper: ‘wp-float-post-1551’,
    });
    });
    </script>

    But there might be a neater way of doing it?

    Hi Sam,

    Here is the code I’m using:

    [wp_float type=”float” location=”top” align=”right” center=”false” offsetlocation=”200″ offsetalign=”” speed=”” width=”100″ ]hello[/wp_float]

    I am not adding any <p> tags.

    BUT .. By turning off all plugins and changing themes I’ve discovered it is the theme I’m using. It works with the default theme but have tried both Bangkok Press (which we are using) and another called Continuum.

    So it looks like the wordpress is adding this automatically. Have you come across this before? Any ideas how to solve it?

    I have tried the plugin called Raw HTML with the following variations:

    [wp_float type=”float” location=”top” align=”right” center=”false” offsetlocation=”200″ offsetalign=”” speed=”” width=”100″ ][raw]hello[/raw][/wp_float] – didn’t work

    [raw][wp_float type=”float” location=”top” align=”right” center=”false” offsetlocation=”200″ offsetalign=”” speed=”” width=”100″ ]hello[/wp_float][/raw] – just should the shortcode code in full

    Thanks

Viewing 15 replies - 1 through 15 (of 19 total)