imcobarn
Forum Replies Created
-
Hello,
Thanks for reply.
I did disable and flush all caches but what was most telling is that when I add IP address then it works but without Allow IP set it does not work. I without being registered user on need to allow anyone with password to view site without being registered user on the site.
I have settings like this:
Allow Administrators YES, Allow Logged In Users NO, Allow RSS Feeds NO, Allow REST API YES but still only works when I add my IP address.
- This reply was modified 2 months, 2 weeks ago by imcobarn.
It seems like if I add IP address then it works but without Allow IP set it does not work.
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Pre Sale questionAlso just wondering if Theme/software allows payments by check? I would assume the Woo Plugin would allow it as Woocommerce has check as a payment method.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce css has hard coded /plugins/ path@mikestraw yes that is exactly how they are set:
define( 'WP_CONTENT_DIR', dirname(__FILE__) . '/core-content' ); define( 'WP_PLUGIN_DIR', dirname(__FILE__) . '/core-content/modules' ); define( 'WP_CONTENT_URL', 'https://myshop.com/core-content' ); define( 'WP_PLUGIN_URL', 'https://myshop.com/core-content/modules' );
Thanks for looking into this.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce css has hard coded /plugins/ pathHi,
Looking in source code via browser developer tools.
Console shows error “Failed to load resource: the server responded with a status of 404 (Not Found) – WooCommerce.woff:1 ”Then in “sources” tab looking at woocommerce.min.css shows this:
“@charset “UTF-8″;@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:star;src:url(../../../../../../../plugins/woocommerce/assets/fonts/star.eot);”Just looked at the css file itself and it is not hard coded but it is like this:
“@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format(“embedded-opentype”),url(../fonts/star.woff)”So src:url(../fonts looks in /plugins/fonts directory and ignores constants defined in wp-config I guess?
In Firefox I get “downloadable font: download failed (font-family: “WooCommerce” style:normal weight:400 stretch:100 src index:1): status=2147746065 source: https://mywebsite.com/custom-content/plugins/woocommerce/assets/fonts/WooCommerce.woff”
It is interesting as I also use “WP_CONTENT_URL” and “WP_CONTENT_DIR” constant set to “custom-content” so it recognizes that apparently but not plugins URL/DIR.Thanks.
- This reply was modified 4 years, 2 months ago by imcobarn.
Forum: Plugins
In reply to: [WC Pickup Store] Need help with the map columnHello,
Tried pasting iframe embed code but the field value does not save when published.
Where can we read more detailed instructions on plugin settings and what they do?
Thanks.
- This reply was modified 4 years, 7 months ago by imcobarn.
Hello,
Is this something specific to the Authorize account so you can’t share how it was resolved?
In case someone else has same issue.Thanks.
Forum: Plugins
In reply to: [Premmerce Brands for WooCommerce] Filter brands shortcodeDo we need to try make our own shortcode?
I’d rather use built in.Thanks.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] NinjaFormsFigured it out, needed to add a checkbox field to the form not just action.
Didn’t see any instructions on this but maybe I missed it.
Thanks again.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] NinjaFormsThanks for getting back with me.
As I said no errors, it is empty “– Nothing here. Which means there are no errors!”
I have opt in selected both in mailchimp and in the form mailchimp action.
Thanks.
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Search keywordI think that would be great feature, thank you for considering.
Is there a way to disable auto-suggest feature? simple or pro versions?
Also I think being able to create customized search form would be great feature.
With shortcode there is no control on how fields are displayed, by default some are 100% wide and in my case I’d like to have one line form with few fields inline inside the grid.
Maybe drag and drop form builder with grid columns?Is there feature like that in the pro version?
Thanks again.
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] MapsThanks.
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Undefined index: display_typeActually error was there before but turning WP_DEBUG to true displays error.
Just checked on older install.Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Templates overrideFigured it out.
For anyone else looking for the answer name the file single-properties.php
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Templates overrideI was able to get that by adding my divs directly to archive-properties.php file and uncommenting //do_action( ‘es_before_content’ )
How can I make single.php for property single page?
what should I name the file?Thanks.