ichomusic
Forum Replies Created
-
Ah great ..it would be amazing. Do you by any chance know when the next update might be?
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/11ifupoWe can check if the pagination fires the initialization, by adding a console.log line to it.
Check this screenshot https://prntscr.com/11ig1qqThe message is logged after the error. Which means something else is interfering.
https://prntscr.com/11ig2w0I 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
NickForum: Plugins
In reply to: [Gmail SMTP] Email Notifications are coming in as read … not unreadOhh .. 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
Forum: Plugins
In reply to: [Gmail SMTP] Email Notifications are coming in as read … not unreadHi,
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
Forum: Plugins
In reply to: [Gmail SMTP] Email Notifications are coming in as read … not unreadHi,
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?Forum: Plugins
In reply to: [Form Lightbox] Add Form Lightbox does not workExact same problem … all options missing and only see a blank screen … oh dear!!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Automatically assign category to the postGot 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!Forum: Plugins
In reply to: [WP RSS Multi Importer] Automatically assign category to the postWow 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
Forum: Plugins
In reply to: [WP RSS Multi Importer] Automatically assign category to the postHi 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,
NickForum: Plugins
In reply to: [WP RSS Multi Importer] Automatically assign category to the postOK thanks … I will upgrade and start using anyway … thanks for all your help and such a great plugin!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Automatically assign category to the postHi 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)
Forum: Plugins
In reply to: [WP RSS Multi Importer] Automatically assign category to the postHi 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)
Forum: Plugins
In reply to: [WP RSS Multi Importer] Automatically assign category to the postHi 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-wineHope that makes sense? :o)
Thanks
Forum: Plugins
In reply to: [WP Float] [Plugin: WP Float] Load on specific pages?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?
Forum: Plugins
In reply to: [WP Float] [Plugin: WP Float] Load on specific pages?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