Atlantic BT
Forum Replies Created
-
Forum: Plugins
In reply to: [Sponsor Flipwall Shortcode] Problem with flipwallCan you please provide a link to your site where the issue is occurring?
Forum: Plugins
In reply to: [Yet Another Glossary] displays only the first page-ful of entriesGoogle is telling me to stay away from your site.
Please correct these issues and I’ll be more than happy to see what I can do to help you. Thank you, Will
Forum: Plugins
In reply to: [Sponsor Flipwall Shortcode] Sounded interesting butThanks. I do this support on my own time and am not afforded time or resources from my company to make this changes. There are a lot of things that I would like to do with this and our other plugins, but just don’t have the capacity.
I’m sorry you had trouble with this, but this is a plugin that hasn’t been updated in over a year and hasn’t really seen wide adoption. I’d suggest looking at those two variables before you select plugins in the future. I’ve initially not updated this plugin b/c I don’t have time to provide real support and don’t want to give that impression.
Again, sorry for the trouble you encountered and I wish you the best of luck with your site.
Forum: Plugins
In reply to: [Sponsor Flipwall Shortcode] Sounded interesting butI’m sorry for the confusion. Within the editor, what I referred to in the wysiwyg, you have to use short-codes and you cannot use php code regardless of what mode you are in. This is true for everything in wordpress.
The reference you are seeing to “<?php wp_sfw_render(); ?>” refers to placing that in the actual template file within the theme.
To be honest, I never knew that the short-code with the same name was supported. I didn’t write this plugin and only provide support b/c the person who made it left the company. I’m doing what I can to support this community in the same way it supports me.
Good luck with the rest of your project. From what I saw, the site looks good.
Forum: Plugins
In reply to: [Sponsor Flipwall Shortcode] Sounded interesting butI don’t think php is going to render in the wysiwyg area, can you try adding the shortcode instead? It would be something like the following…
[flipwall
id=”image-name”
title=”Sponsor Name”
url=”https://whatever.com”
linktext=”Instead of whatever.com”
image=”url to image”
text=”description if singleline”
class=”optional tile class”
target=”_blank”
]
Description with HTML
[/flipwall]Forum: Plugins
In reply to: [Sponsor Flipwall Shortcode] Sounded interesting butCan you provide a link so I can try to figure out what is going on?
Forum: Plugins
In reply to: [Yet Another Glossary] Not working in posts/pagesunfortunately post aren’t supported right now. I’ll look to add it into the feature set, but I’m a long way out from being able to get back to the development of this plugin. Again, sorry for not being able to help.
Forum: Plugins
In reply to: [Yet Another Glossary] Not working in posts/pagesYou’re site isn’t in english. You need to change the settings to tell it to use non-english letters.
Forum: Plugins
In reply to: [Sponsor Flipwall Shortcode] Issue – not sure whyI think you’ve but the code in the wrong part of the editor. Change the editor tab over to the other option and put the code in. We need to get the script to be read in as html not as text.
Forum: Plugins
In reply to: [Sponsor Flipwall Shortcode] Issue – not sure whyTry adding this to the content editor for that page in text mode.
<script type=’text/javascript’ src=’https://www.barneyadvisorytest.com/wp-content/plugins/sponsor-flipwall-shortcode/script.js?ver=1.2.1′></script>
Forum: Plugins
In reply to: [Sponsor Flipwall Shortcode] Issue – not sure whyI’m not sure why, but it appears the the non-working site isn’t getting the js included on the page for the flip plugin. If you look at the page source of the working site, you’ll see
<script type=’text/javascript’ src=’https://www.gringham.com/wp-content/plugins/sponsor-flipwall-shortcode/script.js?ver=1.2.1′></script>
That same js script isn’t on the page source of the non-working site.
Like I said, I’m not sure why that is happening. Are they the same versions of wordpress? If not, which version is the non-working one.
Forum: Plugins
In reply to: [Sponsor Flipwall Shortcode] Grouping isn't working.Marking resolved due to lack of feedback
Forum: Plugins
In reply to: [Sponsor Flipwall Shortcode] Issue – not sure whySorry I couldn’t get to this sooner. I can’t get to those pages to pull up anymore, looks like you might have moved on. Again, sorry about that.
Forum: Plugins
In reply to: [Sponsor Flipwall Shortcode] Problem!Try something like this in your theme’s stylesheet.
div.flipwall-tile div.flip { color: black; }
Also, really like the site. Pretty slick.
Forum: Plugins
In reply to: [Sponsor Flipwall Shortcode] Problem!Glad that worked. The issues you’re having with the description should be able to be fixed by css and really is outside the scope of plugin support.
Thank you.