Jason
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme Blvd Sliders] Crop selection reverts to defaultI was able to confirm this bug. It was actually that when you’re in the slider manager, whatever image crop size you select was getting saved properly, but wasn’t getting displayed back properly when you reload the slider manager page.
This issue has been fixed with v1.1.3. Thanks for pointing this issue out!
Forum: Plugins
In reply to: [Tweeple] Tweeple Stopped WorkingDid you ever get this worked out? This would suggest some sort of conflict with your server’s setup.
Or, it means the security file is missing from the Tweeple plugin here:
/lib/thmOAuth/cacert.pemForum: Reviews
In reply to: [Tweeple] It works!Hey Mark,
Thanks for taking the time to review!
now all I have to do is workout the shortcode that gives you the latest Tweet i.e. as in the Swagger builder element!
If you need help with this, feel free to post in our support forum. 😉
Forum: Plugins
In reply to: [Theme Blvd Sliders] Crop selection reverts to defaultHi Mary,
I just wanted to let you know I’m seeing your post now, and I will look more into this and see if I can reproduce on my end, and hopefully get the issue resolved with the next update. I will post when I have more information. Thanks for pointing out the issue and providing relevant details!
Forum: Plugins
In reply to: [Theme Blvd News Scroller Widget] Can this grab from multiple categories?No, apologies, there is no feature for this. You could possibly group multiple categories into one parent category and then select that from the widget.
Forum: Reviews
In reply to: [Theme Blvd Layout Builder] Great tool for customizing layoutsHello,
Thank you for the review! It’s really appreciated. It’s great to see that you’ve gone out of your way to post, even though you’re not having any kind of issue. And more importantly, I’m glad you like the plugin and how it works with the framework.
The one thing I would like to see is a visual editor toolbar with the text area option.
This is honestly something that has come up a lot in the past and something I’ve worked quite a bit to integrate. Because of how the Builder currently pulls everything in through javascript for editing, I could never get WP’s TInyMCE editor to insert right and initiate.
you could just set it up as a floating widget area and use the Black Studio TinyMCE Widget plugin
This is an interesting workaround I had not heard of before. Another sort of workaround is to select content from external page. Here’s a video that talks about using this to essentially tackle the issue you’re describing:
Forum: Plugins
In reply to: [Tweeple] Twitter feed does not exist.Hm, yea interesting. I’m not quite sure how to reproduce the issue. If you stumble across any other odd things like that and you can come up with some more patterns that produce the issue, please feel free to post.
Forum: Reviews
In reply to: [Theme Blvd Responsive Google Maps] Just greatAwesome, thank you for the suggestions.
Forum: Plugins
In reply to: [Theme Blvd News Scroller Widget] Only 2 options on drop down categoriesNope, this is the only scroller plugin I’ve got.
Forum: Plugins
In reply to: [Tweeple] Can Tweeple show multiple timelines?See the first example here for creating a function in your theme’s functions.php or your own plugin file.
https://github.com/themeblvd/Tweeple/wiki/Merging-multiple-Twitter-feeds
In in this example
my_tweets()function, you can see where it’s pulling from Tweeple feeds with ID’s 1, 2, and 3 at the top. So, you’d just adjust this in yourmy_tweets()function to have ID’s that correspond to your Tweeple feeds.Then, in your theme you’d output this like:
<?php my_tweets(); ?>Forum: Plugins
In reply to: [Theme Blvd News Scroller Widget] Only 2 options on drop down categoriesApologies, but there’s no feature for this.
Forum: Plugins
In reply to: [Theme Blvd News Scroller Widget] Only 2 options on drop down categoriesIf a category contains one or more published, publicly-viewable posts, it should show up in the widget’s category dropdown option.
Forum: Plugins
In reply to: [Theme Blvd News Scroller Widget] Only 2 options on drop down categoriesDo all of your categories have posts in them? The dropdown should show any categories you’ve setup that currently contain posts.
Forum: Plugins
In reply to: [Theme Blvd WPML Bridge] Compatibility between Barely Corporate and WPMLHello,
What is the issue? You can link me to the WPML forum post if you like.
Forum: Plugins
In reply to: [Theme Blvd prettyPhoto] Theme Blvd Theme Only?Hello,
It’ll work with any theme, but you just need to use HTML.
For example, after you’ve activated the plugin, you could do something like this in your page or post under the “Text” tab:
<a href="http://yoursite.com/image.jpg" title="Title Here" rel="themeblvd_lightbox"> <img src="http://yoursite.com/thumb.jpg" /> </a>If you’re using a Theme Blvd theme, it just gets integrated into a lot of other things, too.