Jordan Wellington Lint
Forum Replies Created
-
Forum: Plugins
In reply to: [Bogo] Posts Page ProblemThank you! Thank you for continuing your amazing work with Bogo! ??
Forum: Plugins
In reply to: [Bogo] Custom Post Types?Hello,
I’m also interest in implement this to my website. Of course, I don’t want to modify the plugin. Can I use the
bogo_localizable_post_types
in my functions? How?Thank you!
Forum: Plugins
In reply to: [Firelight Lightbox] Error when opening Fancybox for the second timeYes, that’s true! I’ve done it! Thank you, again! ??
Forum: Plugins
In reply to: [Firelight Lightbox] Error when opening Fancybox for the second timeHi!
Thank you for your help! I double-checked and found that what actually happens is some conflict with my scripts defined with $!
The dev version works perfect and the issue is solved!
Thank you very much, RavanH!
Forum: Plugins
In reply to: [Firelight Lightbox] Error when opening Fancybox for the second timeHello! Thank you RavanH for your suggestions! I’m so sorry for the long silence!
I first switched to the older jQuery 1.8.3 but the result is the same. I also tried the dev version 1.5.1 but it breaks the site.
As I explained before, I followed the instructions in the FAQ on how to add INLINE content but I found that the unique wrapping ID is removed and a class “fancybox-inline-tmp” is placed. The result is: it works well for the first time but after the unique ID for the wrapping DIV is removed the with the href that point to the unique ID doesn’t find the DIV and it shows the whole site.
Thank you a lot for your patience!
Forum: Plugins
In reply to: [Firelight Lightbox] Error when opening Fancybox for the second timeOh! That’s true! Sorry! I’m forced to use many plugins which I don’t like and jquery is loaded many times. Now I searched and locate all instances and found that jquery 1.9.1 is in the header and jquery 1.6.4 is loaded by the instagram snippet. However, if I just leave one instance or them both the same occurs. ??
I think I kind of understood something:
After firing the fancybox and show correctly the inline content for a hidden div the ID is removed and looks like this is the reason!
In other words:
1) I first click in then the Fancybox is fired and <div id=”data”>…</div> is shown as expected.
2) However, as soon as the Fancybox is fired the id for the hidden div is removed and a class .fancybox-inline-tmp is placed.
3) As a consequence, It’s not possible to fire the fancybox-inline again and the result is the whole page inside the fancybox-inline because no div/anchor is found.
How can I solve that?
Forum: Plugins
In reply to: [Firelight Lightbox] Error when opening Fancybox for the second timeThank for having a look at it. I removed the jQuery instance you mentioned and the problem remains the same. However, that second instance was not loading and checking at the resources loaded there’s only one instance of jquery.
Thank you again for your help! ??
Forum: Plugins
In reply to: [Firelight Lightbox] Error when opening Fancybox for the second timeSure! Here: https://tasteofbcn.renommewp.no/
The stickers Call us, Ask us and Email us fire a Fancybox and it works well the first time… but not a second time.
Thank you!
Thank you! Solved! Woo-hoo! ??
Thank you, Jeremy!
After spending many hours I figured out what the problem is: I’m including the widget twice. That’s the thing. I need to include it twice (don’t ask why…).
I obtained the following in the console:
Uncaught TypeError: Object #<Object> has no method ‘tl_344801249184595969’
I first thought it was some conflict between libraries, plugins… but found out it was due I’m adding the plugin twice.
How can I make the embed widget to work twice on the same page? Is the a way? Thank you!
Thank for your help! However, it doesn’t make sense because:
– I’m using WordPress 3.5.1
– I’m using Jetpack 2.2.5
– I downloaded and installed Jetpack 2.2.5 last week. A few days ago it worked well.
– Suddenly, it stopped working and the javascript file show that message I posted before.The twitter widget it’s suposed to be the latest version. What can I do then?
Forum: Plugins
In reply to: [Bogo] URL for languages return a Not Found error.Yes. I placed the *.mo files in wp-content/languages and Language Switcher is in the admin-bar menu. A metabox is shown in the sidebar for edit-post page and I can add/edit/manage pages in several languages as expected. Column for Locales is there, too.
Than you again for your help!
Forum: Plugins
In reply to: [Bogo] Add current language as a body classThank you, Takayuki! I really love your plugin! Thank you for maintaining it as simple as powerful and beautiful. ??
I just found the plugin uses the body_function so I added <?php body_class($class); ?> to the body tag and now it works! Thank you for pointing it out! I build my themes from scratch and that’s the reason the function wasn’t there. Anyway, this is solved!
I have another problem: URL (pages?) for languages other than the default doesn’t work. For example, mydomain.com/es or mydomain.com/de show a Not Found. That’s because I’m missing something necessary in my theme? I don’t have a page.php… that’s the reason? I checked the .htaccess rewrite rules and everything is fine.
Thank you for your support!