deeveedee
Forum Replies Created
-
@wpnzach – there appears to be a bug in the action
ninja_forms_loaded– I have duplicated the findings in the Jul 28 post here: https://github.com/wpninjas/ninja-forms/issues/1910If I hook action
nf_initinstead, my custom merge-tag is available.I have tried the merge-tag example posted at http://developer.ninjaforms.com/codex/merge-tags/, but it is not working. The merge-tag {my:foo} is not found when I attempt to add it to my form’s success message. Has anyone successfully duplicated this example or does anyone have another working example of a Ninja Forms custom merge-tag?
Details:
I followed the example and exactly duplicated theMy_MergeTagsclass definition in fileclass.mergetags.phpin my child theme directory and inserted the following code in my child theme’sfunctions.php:add_action( 'ninja_forms_loaded', 'my_register_merge_tags' ); function my_register_merge_tags() { require_once 'class.mergetags.php'; Ninja_Forms()->merge_tags[ 'my_merge_tags' ] = new My_MergeTags(); }When I attempt to add the merge-tag {my:foo} to my form’s success message, the merge-tag is not found and the title ‘My Merge Tags’ does not appear in the merge-tag category listing (under ‘Fields’ ‘WordPress’ ‘Form’ and ‘Other’).
@wpnzach – Thank you for the quick reply!
Forum: Themes and Templates
In reply to: [Fruitful] WooCommerce 3.x CompatibilityWe have updated to Fruitful Theme v3.4 in our test environment and are still seeing the following issues:
- woocommerce_get_page_id is deprecated since version 3.0! Use wc_get_page_id instead
- fruitful/woocommerce/single-product/product-image.php version 2.6.3 is out of date
- The “add_to_cart_fragments” hook uses out of date data structures and function is deprecated since version 3.1.2. Replace with woocommerce_add_to_cart_fragments.
We performend the v3.4 update via the WordPress dashboard. Should we have retrieved the v3.4 update in a different manner to get these latest updates?
Other than this, the new version appears to be working perfectly in our test environment. Thank you for the great theme and for your hard work.
Thank you.
Our test environment is as follows:
- WordPress 4.8.2
- WooCommerce 3.1.2
- PHP 5.6.31
- This reply was modified 8 years, 7 months ago by deeveedee.
Forum: Themes and Templates
In reply to: [Fruitful] WooCommerce 3.x CompatibilityThank you for posting the new Fruitful theme update which is now available via the standard WordPress updating mechanism!
Thank you so much for your great theme and your hard work!
Forum: Themes and Templates
In reply to: [Responsive] Waiting for stable release of 3.xOk. Thank you.
Yes – that is correct. I currently have autoplay_interval set to 1000, but this is too slow. I would like to be able to set autoplay_interval to 400. Is there something that I can change/fix to make that possible?
Also, with version 1.2.8, orderby defaulted to “title.” With Version 1.3, the default orderby changed (maybe it changed to “rand” but not sure), so I had to add
orderby="title"to restore the version 1.3 behavior back to that of 1.2.8. Our new shortcode for version 1.3 is[logoshowcase limit="-1" hide_border="true" autoplay="true" autoplay_interval="1000" loop="true" slides_column="5" speed="1000" slides_scroll="2" dots="false" arrows="false" image_size="medium" show_title="false" orderby="title"]It looks like you may have found the problem. I changed the autoplay_interval to 1000 and the device rotation works, but now the slider is much too slow. Is there anything that I can do so that the logo slider supports
autoplay_interval="400"Thank you again for your great support!
My current shortcode is as follows
[logoshowcase limit="-1" hide_border="true" autoplay="true" autoplay_interval="1000" loop="true" slides_column="5" speed="1000" slides_scroll="2" dots="false" arrows="false" image_size="medium" show_title="false"]We have updated to 1.3.1 in our test site. The version number in
logo-showcase.phphas not been updated from 1.3, so WordPress does not recognize the new plugin as an update and still indicates that there is an update available.Thank you very much for your quick responses. As indicated previously, 1.3 does not fix the device rotation problem. We will leave our production site at version 1.3 and await a future release.
Our current shortcode on the alottajava.com home page is
[logoshowcase limit="-1" hide_border="true" autoplay="true" autoplay_interval="400" loop="true" slides_column="5" speed="1000" slides_scroll="2" dots="false" arrows="false" image_size="medium" show_title="false"]Thank you for a great plugin and for your great support.
- This reply was modified 8 years, 8 months ago by deeveedee.
Thank you for your very quick response! Version 1.3 (currently running on the production site) does not fix the device rotation problem. The slider still breaks when the iPhone 5s is rotated.
To test, visit https://www.alottajava.com. Rotate the device so that the screen width changes (from portrait to landscape and from landscape to portrait). You may need to rotate a couple of times to see the problem. Once broken, the screen must be manually refreshed to restore proper operation of the logo slider.
We will update to 1.3.1 in our test environment and retest before applying to our production environment.
Thank you! We have applied v1.3 in our test environment before installing on our production site. Version 1.3 enables
show_titleby default. Since we do not want to display titles, we needed to addshow_title="false"to our shortcode.- This reply was modified 8 years, 8 months ago by deeveedee.
I have removed the firewall rule that blocks your CIDR. You should now be able to access https://www.alottajava.com.
Please let me know what you find when you view the logo slider on my home page and rotate your device.
Thank you very much for your help!
Thank you!
Thank you for your quick reply and for testing on your iPhone 5s. It’s probably something specific to my website. You should now be able to access my website if you would like to test it.
Thank you very much for your hard work and your great support!
Thank you for your very thorough reply and thanks for your great support.