amandathewebdev
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [QuickStrap] Responsive Menu > Sub item is not showingHi Franky 2014,
Could you provide a link to the site with the issue? That way we can inspect the code and see if anything is blocking the sub items from showing.
Forum: Themes and Templates
In reply to: String of medium images no longer aligning neatlyHi shane66, the images look neatly aligned to me. Maybe try logging out and viewing them? What browser are you using?
Forum: Themes and Templates
In reply to: Static home page isn't workingHi k ruby,
First double check in your admin, under Settings > Reading, that Front Page is set to your homepage. If not, select the page you want to serve as your front page from the drop down. Also while you’re there, make sure your Posts Page is set to your blog page.
If that’s not the problem, let me know
Forum: Themes and Templates
In reply to: Woocommerce Add Prices to Shop PageHi there. I’m not seeing the code for any prices in the page source code which leads me to believe this is happening on the template level. You are saying that the prices were there before?
I would deactivate my plugins one at a time and see if there is a plugin that is conflicting with your theme. Or temporarily switch your theme to twentysixteen and see if your prices come back. If they do, it’s a conflict and you might need to reach out to your theme developer or the culprit plugin’s developer.
If this isn’t the case, check out your woocomerce archive template file. If the theme you’re using is a woocommerce theme, they will have a woocommerce folder with their own archive template file so look there. You should see something for price. If you don’t, try adding in this:
<?php echo $product->get_price_html(); ?>@darrensen, I would imagine so, since you are able to host WordPress anywhere. It looks like you do have to have a Shopify account, and you get a code snippet to use on your WordPress site. Is that what you meant?
Forum: Themes and Templates
In reply to: Weird CSS targeting issue on woocommerce variantsThe object caching was on, so it was working, but I wasn’t seeing the changes.
brinkingyellows, you have a nice site there. It’s exciting to me to have an alternative in Shopify. Would you be willing to share why you chose this way over other WP eCommerce plugins?
Thanks, Daniel. This is exciting, can’t wait to try it out on a site!
Forum: Fixing WordPress
In reply to: Setting up a Multisite with pre-existing sites/subdomainsThanks for all of your help 🙂 I think I’m all set
Forum: Fixing WordPress
In reply to: Setting up a Multisite with pre-existing sites/subdomainsIt is a static site. I’m reading through the code link you provided (thank you) and the Create A Network info https://codex.ww.wp.xz.cn/Create_A_Network
I’m still not sure how setting up subdomains works, currently they are all separate WP installs with their own subdomains. Migrating them into their new multisite install, how should the subdomains be handled?
Forum: Fixing WordPress
In reply to: Setting up a Multisite with pre-existing sites/subdomainsI am also migrating to a new hosting service. Would it be easier to migrate and then create a multisite or create a multisite and then migrate?
Looking into this a little further, got a reply from Daniel Patricio on the Shopify blog.
1.) Found a few use cases using WordPress, one has only one product, another has three, and another has about 50. I guess the only way to really know if this is usable as a full blown store is to try it out, but I would like to hear about how people intend to use it. I’d like to know if it’s manageable with a bunch of products.
2.) I think he meant that you don’t have to have a Shopify store front, just an account and the $9/month is added features.
Forum: Fixing WordPress
In reply to: Color swatches in WoocommerceUpdate: the file I’m looking at for product categories (woocommerce/includes/admin/class-wc-admin-taxonomies.php) has the code to create thumbnails but the file that controls adding attributes (class-wc-admin-attributes.php) looks so different that I’m having trouble relating the thumbnail upload code into the attributes file.
Forum: Plugins
In reply to: [WooCommerce] Customer add notes at product level, on product page or cartHi Mike,
Thanks for the reply but I was looking for help to add it myself via some PHP.
Hi, I’m sorry, I forgot about this post. I figured out how to do this. I call the form normally in a shortcode with ajax set to true:
[gravityform id="2" title="false" description="false" ajax="true"]And in the field settings, under the advanced tab, I have this:
{embed_post:post_title}I hope that helps!