gediweb
Forum Replies Created
-
A little confused. I installed the plugin, go to woocommerce > settings > shipping > shipping packages and see all your options. I see all my classes, and 3 columns of what I assume are shipping methods, but I dont know which one is which there are no headings on top. Please see my screenshot here: https://snipboard.io/7eLstB.jpg
I’m sorry I didnt see your initial response. I ended up making all the images the same height and width. What was happening is the square/round ones were resized and looked big and the horizontal ones were resized smaller.
Making all the images the same width and height solved my problem. Thank you.
OMG! I feel so stupid. It wasnt the theme or plugins. I was putting in the url for the image but never actually uploading the image under “set logo image” didnt see that. Figured since I dont see any more settings, it’s supposed to get the image from the url… Guess not. so that works now! Thanks @tomicmarko for reaching out.
thanks @tomicmarko. My images are same height (125px) but different widths. I tried medium & thumbnail but still not working. I even tried 125×125 and still nothing.
Testing it now on a staging server so that I can play around with turning off all the plugins and changing themes to see if there is a conflict…
Forum: Plugins
In reply to: [WooCommerce Square] Weird Page When trying to connect to Square AccountAll fixed for me. Was able to connect to square and successfully sync the products to square. Not showing on the checkout page yet, but I think it’s because I dont have an SSL yet? Not sure. Will need to check once I get an SSL Cert.
Forum: Plugins
In reply to: [WooCommerce Square] Weird Page When trying to connect to Square AccountI get the same result. Hopefully there’s a fix for this… ? Here is the screenshot:
Forum: Plugins
In reply to: [Easy Facebook Feed] videosThanks @timwass,
So the owner of the facebook page generated a token. Some videos now show and others dont. Not sure why there would be a difference. Please let me know if you can shed some light.
url http://yogafactoryfitness.com/media/ (FB on the right)
FB: https://www.facebook.com/yogafactoryfortlauderdaleI did find a solution on how to hide the ugly screenshot. Not perfect because the outer frame of the post is still there, but at least the blurry pic is gone. I did this by referencing the image name in the css.
body .eff-panel-body img.lazyloaded[src*="p370x247/30833298_1915223888548574_5088000176476389376_n.jpg"]{display:none !important;}Forum: Plugins
In reply to: [Easy Facebook Feed] (#4) Application request limit reachedThank you @timwass! I dont know how I missed that. Works perfectly now! Did I say thank you?
Forum: Plugins
In reply to: [Easy Facebook Feed] (#4) Application request limit reached@timwass I have 3.0.21 & Pro Where is the option to generate an access token? I just see an option to select if you want to use your own token and then a field to enter your token. Dont see anywhere to generate. Unless I’m missing something..
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Repeating pod on the page in adminHi @jimtrue
Not sure if you understood my question. I’m showing these sets of fields in the editing of my post type by extending that post type (screenshot): https://snag.gy/r65qhW.jpg and then show the entered values through auto template.
I want to duplicate that pod to have 3 or 4 sets of that data to be filled out.
I tried to duplicate the pod, but there is no option choose to extend the same post type as I already did (my custom post type). Does that make sense?
Never mind I figured it out. It doesnt look like the developers are supporting this. In case anyone needs:
1. I changed the word Sku: to Product#: in /public/shortcode/product-view.php
2. Copied the following on /public/shortcode/product-view.php$item_price = get_post_meta( $post_id, '_ctlggi_item_price', true ); $item_sku = get_post_meta( $post_id, '_ctlggi_item_sku', true );&
if( empty( $item_price ) ) $item_price = '0'; if( empty( $item_sku ) ) $item_sku = '';and replaced the price declaration around lines 62 & 68 with the above on /public/pages/includes/cataloggi-products.php
Then to show the sku, I added the following to the same page right after the section that shows the price around line 114
<hr class="cataloggi-hr"> <?php if ( $item_sku != '' ) { ?> <div class="cataloggi-row"> <div class="cataloggi-col-6"> <?php _e( 'Product#:', 'cataloggi' ); ?> <?php esc_attr_e( $item_sku ); ?> </div><!--/ col --> </div><!--/ row --> <?php } ?>hope this helps someone
Forum: Plugins
In reply to: [Contact Form 7] Redirect Mobile issueThank you for that! It is the theme. When I switched to twentyseventeen worked perfectly. But I don’t have an option to change themes. Can you recommend what to do to make it work with my theme?
Sorry for the double post, put this was a different question. The url is: http://womensbusiness.info/events/
Forum: Plugins
In reply to: [XT Event Widget for Social Events] Larger image?Yes. Thank you! Its: http://womensbusiness.info/events/
Thank you that worked!