cconoly
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-FlyBox] Request for new custom tabThere is a custom tab that allows you to put in your own HTML. Would that work?
Forum: Plugins
In reply to: [WP-FlyBox] Conflict with plugin & websiteHi, Are you still having this problem? When I view your website I see all 4 tabs showing and everything seems to be working fine?
Forum: Plugins
In reply to: [WP-FlyBox] Flybox stopped working since WordPress updateIs the twitter tab enabled? Did you try clearing the cache under Wp Flybox settings -> Other Options?
Forum: Plugins
In reply to: [WP-FlyBox] 2 different google tabsYea I should have caught it much sooner! Sorry for the problems and thanks for helping me solve it!
-CyleForum: Plugins
In reply to: [WP-FlyBox] 2 different google tabsOK I think I have a solution.
Try using the same code but adding</iframe>
after it so it becomes:
<iframe style="border:none;width:300px; height:550px;background-color:#ffffff;" src="https://www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/pages/Jeugdorkesten-Peel-en-Maas/1476933519225709&width=300&height=550&colorscheme=light&show_faces=true&stream=true&header=false" title="Facebook">
And if that does not solve it then change the part after href= to:
https%3A%2F%2Fwww.facebook.com%2Fpages%2FJeugdorkesten-Peel-en-Maas%2F1476933519225709
instead of:
https://www.facebook.com/pages/Jeugdorkesten-Peel-en-Maas/1476933519225709
Forum: Plugins
In reply to: [WP-FlyBox] 2 different google tabsOK So we know the custom tabs breaks it. Now lets see if we can figure out which part of the custom tab breaks it. Remove all the “Custom HTML Goes Here” and leave it blank or just put the word test. Then see if the js stuff is broken. If it is fixed with “test” or nothing in that box then copy and paste the HTML code you had in the box here, please. Thanks
Forum: Plugins
In reply to: [WP-FlyBox] 2 different google tabsCan you try it with just the 1 custom tab and not the facebook tab. That way we can narrow it down to the problem being 2 tabs or the problem being the custom tab. Thanks!
Forum: Plugins
In reply to: [WP-FlyBox] 2 different google tabsDoes the problem with the pulldowns remain when WP-Flybox is set to Off (Not on a side)?
Forum: Plugins
In reply to: [WP-FlyBox] 2 different google tabsNo not natively it is not set up to display 2 of the same page.
BUT…
You can do it with a custom tab. Choose facebook as one tab and Custom #1 as the other tab. And do the following:
1. Download : https://cconoly.com/WP-Flybox%20Sprite%20Images.zip This is the tab pictures separated into individual files.
2. Upload either the right or left facebook tab to your site via the media page. Copy the URL to somewhere of the image once uploaded.
3. In WP-Flybox Settings under edit tabs, fill in your facebook settings under the facebook tab.
4. Use the following code under the custom setting where it says something like “input HTML code here”:
<iframe style="border:none;width:300px; height:550px;background-color:#ffffff;" src="https://www.facebook.com/plugins/likebox.php?href=https://facebook.com/Wordpress&width=300&height=550&colorscheme=light&show_faces=true&stream=true&header=false" title="Facebook">
5. In the above code changehttps://facebook.com/Wordpress
to the location of your second facebook page. Change thewidth=300&height=500
andwidth:300px; height:550px;
to the sizes you want. And also change the color scheme tolight
ordark
. Then change the other options withtrue
orfalse
6. Then under the custom tab settings where it says something like “location of custom icon” use the URL of the facebook image that you uploaded to your media page earlier.
7. Change the custom icon width to 33 and custom icon height to 101.That should make it to where you have 2 facebook tabs, but different pages inside each. Let me know how it works!
Forum: Plugins
In reply to: [WP-FlyBox] Flybox stopped working since WordPress updateOK great! sorry about that!
Forum: Plugins
In reply to: [WP-FlyBox] viadeo social networkGo to https://socialtoolbox.viadeo.com/ and choose the snapshot or whichever you want and then click allow it to view your profile publicly. Then customize the profile widget and when done click on “get code”. Take that code and copy->paste it into the custom html box in wp-flybox settings. Let me know if you run into any problems.
Forum: Plugins
In reply to: [WP-FlyBox] Flybox stopped working since WordPress updateUnder Display Options->Show Options try unchecking all the boxes and saving then check all the boxes and save again and let me know if that solved it. Thanks!
Forum: Plugins
In reply to: [WP-FlyBox] get_options giving warnings.I added quotes to all option calls in the 6.3 update. Please check and see if that solved the issue. It seems to be working for me and others in 4.0.1. What theme are you using? Thanks
Forum: Plugins
In reply to: [WP-FlyBox] Suggestion for custom content.That’s a good suggestion. Of course, you could just set the height in the custom html. Something like
<div style="height:100px">...</div>
. I could include a min-height, but if you want a custom tab then I would have to then find the height and use that value. If I have time I may add it on the next release.As for the top and bottom, I like it, but unfortunately I do not have the time to implement that. I am mainly only updating this plugin with bug fixes and easy requests at the moment.
Forum: Plugins
In reply to: [WP-FlyBox] getoption for custom content pulling from single recordOK thanks so much! I must have missed it. I have released an update fixing this issue.