Dre
Forum Replies Created
-
Never mind I found it.
For those who are wondering:
Change line 17 of class.drop-down-pages.php to limit the query to something more manageable. My example below (changed from -1 to 25)
<?php /** * Drop Down Pages * * Will return a heirarchical list of pages in a key->value pair. * * @since 2.1.0 * * @param array|string $args Optional. Override default arguments. * @return string or HTML content, if not displaying. */ if( !function_exists('eps_dropdown_pages')) { function eps_dropdown_pages($args = '') { $defaults = array( 'posts_per_page' => 25, 'offset' => 0, 'category' => '', 'orderby' => 'post_title', 'order' => 'DESC', 'include' => '', 'exclude' => '', 'meta_key' => '', 'meta_value' => '', 'post_type' => 'post', 'post_mime_type' => '', 'post_parent' => '', 'post_status' => 'publish', 'suppress_filters' => true, 'depth' => 5 );
Can you please post your modification on the get_posts with the limit. I’m having the same issue and can’t seem to find the right place to put the limit on the query.
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Wrong BItcoin addressesThe addresses are being generated based on your electrum seed. They will be different every time. This is by design. Developer is not trying to cash in on anything. Do your research.
I’m still having the same issue, when Track enhanced eCommerce is selected all category pages lead to a 404. Links display properly when hovering over them, then when clicking on them it leads to domain.com/category/undefined. I’m hesitant to add another plugin to the site as Watch Teller suggest. Anyway we can work together to try to resolve this? I know it’s in beta, but I really would love to track addtocart with product names and have not been able to get it done with older versions. I can get add to cart events to post into analytics, but actual sku/product name I have not been able to. any help is appreciated.
This is actually a really big problem for us as well. in the last 2 days I’ve had my .htaccess corrupted 4 times. All by iThemes plugin. Each time I have to manually go and clean it out. problems are always the same, missing part of the syntax or missing opening / closing tag of <files> or <IFModule> . Please fix asap, plugin is unusable now due to these issues.
Thank you for the reply. I have tried that and it still appears.
For those of you having the same issue, I was able to fix it by making the following changes to config.php in root of the this plugin folder.
Line 16, 17 and 18 in the file is as follows:
if (force_ssl_admin() && (strpos($base_url, 'https') !== 0)) { $base_url = str_replace('http', 'https', $base_url); }
Simply comment out line 16 and 17, forcing the plugin to load everything over https:
//if (force_ssl_admin() && (strpos($base_url, 'https') !== 0)) { $base_url = str_replace('http', 'https', $base_url); //}
Hope this helps someone as the author does not seem to be responsive.
Yes I know this is a hack, but I do not have time to figure out why the if statement fails and AAM loads everything over http instead of https, and the hack works for me.
I’ve also emailed you directly via your site contact us form. Please reply or I will be forced to file paypal disputes as the paid extensions are not usable when site is in SSL.
Bump for support? I’m a paid customer, have several of your extensions for AAM, would like to keep site on SSL instead of having to reconfigure it every time I need to make a change in AAM. Also due to this unable to get full use out of the paid extension AAM Activities as I can’t view them unless I disabled https which is not acceptable.
Bump for support?
Forum: Fixing WordPress
In reply to: Upgrade error: Cannot redeclare wp_convert_bytes_to_hr()Awesome! Had the same issue with 3.5 to 3.8.1 update. Took 3.8.1 files and overwrote the originals. Issue resolved. Thank you!
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Do not upgrade to Electrum 1.9.4This plugin does not seem to be actively supported or developed anymore, my store broke and stopped working with this plugin over 4 weeks ago, i’ve since moved to bitpay as I was unable to get it up and running. Have a support request here regarding same issue with no response for over 4 weeks.
Thank you!