bhomatude
Forum Replies Created
-
I setup a separate page with the problem here:
Forum: Plugins
In reply to: [Download Monitor] Not saving download logsSame issue here.
I’m using 1.9.6 with WP 4.7.3 — I receive notification emails but logs are not saved. If I take a look at the download post itself, the number of downloads is being counted correctly. But logs are empty as is the csv file.
I’m using it in conjunction with contact form 7.
- This reply was modified 7 years, 8 months ago by bhomatude.
Forum: Plugins
In reply to: [WP Responsive Menu] centering the menu icon1 minute after posting… I though I figured it out:
#wprmenu_bar { right:49.2% !important; left:auto !important; padding:10px 0px !important; }
But that messed up the background. hmm.
Forum: Plugins
In reply to: [WPSSO Core - Complete and Optimized Structured Data SEO] Fatal ErrorUnchecking the “Apply WordPress Content Filters” option did the trick. Thanks.
Forum: Plugins
In reply to: [WPSSO Core - Complete and Optimized Structured Data SEO] Fatal ErrorHi — Yes here is the error message:
PHP Fatal error: Call to undefined function it_exchange() in ithemes-exchange/lib/templates/messages.php on line 20
line 20:
<?php if ( it_exchange( 'messages', 'has-errors' ) ) : ?>
Entire messages.php:
<?php /** * This file contains the markup for error and * notice messages. * * @since 0.4.0 * @version 1.0.0 * @link https://ithemes.com/codex/page/Exchange_Template_Updates * @package IT_Exchange * * WARNING: Do not edit this file directly. To use * this template in a theme, simply copy over this * file's content to the exchange directory located * at your templates root. * * Example: theme/exchange/messages.php */ ?> <?php if ( it_exchange( 'messages', 'has-errors' ) ) : ?> <ul class="it-exchange-messages it-exchange-errors"> <?php while ( it_exchange( 'messages', 'errors' ) ) : ?> <li><?php it_exchange( 'messages', 'error' ); ?></li> <?php endwhile; ?> </ul> <?php endif; ?> <?php if ( it_exchange( 'messages', 'has-notices' ) ) : ?> <ul class="it-exchange-messages it-exchange-notices"> <?php while ( it_exchange( 'messages', 'notices' ) ) : ?> <li><?php it_exchange( 'messages', 'notice' ); ?></li> <?php endwhile; ?> </ul> <?php endif; ?>
Forum: Plugins
In reply to: [iThemes Exchange - Custom Loop Add-on] Another request in a future updateThanks Ron – But can I also change the “price” as well — For example, I’ve changed “default” to “Sort Products (default)” and capitalized “Price” and “Name”
Forum: Plugins
In reply to: [iThemes Exchange - Custom Loop Add-on] Category dropdown selectIf only there was a store shortcode with category or categories option. Then it would be easy to drop each shortcode into an accordion or tab and you’ve got an instant organizer without having the page reload each time.
Forum: Plugins
In reply to: [Gravity Forms Checkout Info: IT Exchange] Terms and ConditionsHi Timothy — I ended up doing a very simple css driven hide or display terms checkbox that seemed less cumbersome for the client. But I think your plugin could be very useful as a complete integration with exchange. thanks.
Wow. Perfect! A very welcome upgrade.
Thanks!
That’s great! Thanks so much for your continued development of this plugin.
Thank you for such a quick reply!
This worked fine for me — thanks so much. I can add custom sidebar widgets in my theme and perhaps I can target a specific widget to show content here. Will look into this.
something like echo get widget ” ”
Forum: Plugins
In reply to: [Gravity Forms Checkout Info: IT Exchange] Terms and ConditionsI sent an email to the developer for a potential freelance feature request job on this plugin: I would like the purchaser to be always presented with the form, even if they purchased a specific product before — this is important as I’m using it to display a terms and conditions agreement that need to be checked each and everytime the user buys the particular product.
Forum: Plugins
In reply to: [Gravity Forms Checkout Info: IT Exchange] Terms and ConditionsUpdate on the 2nd:
I see that the form is added to the payment invoice that is logged into Exchanges “Payment” section on WordPress. Now to just be able to add it as a shortcode perhaps? into the purchase order form that is received by the admin via email?
Forum: Plugins
In reply to: [Clean Testimonials] Suppress Comma after nameMoments later…. found it.
class.wp-testimonial.php
The weird thing is that the css — changing the color of:
.galleria-info .galleria-info-title
broke because I was using:
[ngg_images gallery_ids=”1″ display_type=”photocrati-nextgen_pro_slideshow”]
in a widget in order for the captions to show up (as opposed to the next gen slideshow widget which does not show captions).
When I went back to the slideshow widget — the css color change appeared.