Forum Replies Created

Viewing 15 replies - 1 through 15 (of 56 total)
  • Thread Starter benjammin

    (@benjino)

    Do you have an outside email address I can send screenshots to? How do I send them?

    Thread Starter benjammin

    (@benjino)

    I sent over a support ticket, please check for that.

    Thread Starter benjammin

    (@benjino)

    I was able to get acceptance by adding Google calculated tax for my State.

    For shipping, I added a flat-tax of $3.99 for all products which is not accurate either as some items cost more than 3.99 for shipping. Google’s matrices for how you can configure your shipping rates in their settings do not match the matrices that my Fulfillment Center has.

    But, ultimately, people are going to click on a single product from Google Merchant and get to my store which will show them the correct Tax & Shipping. Google is such a pain in the rear!

    • This reply was modified 2 years, 2 months ago by benjammin.
    Thread Starter benjammin

    (@benjino)

    This is how the tax and shipping are showing up in the XML file:
    <g:tax/>
    <g:shipping/>
    No CDATA gets populated even though I have every product in my store set to Taxable for tax, and Standard for shipping.

    In the template I have tax as attribute = Tax[tax] & value = Tax Class, and attribute = Shipping & value = Shipping Class. I don’t actually have any values for tax or shipping created because the two separate plugins that do that do it dynamically.

    So I believe this is why the CDATA values are not showing up.

    Also, this is ridiculous to add google’s method because these are dynamically calculated and to do all of that is dependent on a lot of variable, so you can’t just simply enter a single, flat price and have that be valid for people seeing it on googles merchant product display pages.
    I’ll try adding them as you suggest and see how that goes.

    • This reply was modified 2 years, 2 months ago by benjammin.
    • This reply was modified 2 years, 2 months ago by benjammin.
    Thread Starter benjammin

    (@benjino)

    No, it is not on a password protected directory.

    Thread Starter benjammin

    (@benjino)

    That did not fix it. I first then turned off pre-load css and checked when logged out, and it was broken, and then turned off combine css, logged out and checked, and the bg image reappeard. Your fix didn’t help. This is on my homepage. I’d try isolating NOT combining that page but that’s the one page I want to loaded fastest of course, so that is not an option.

    Thread Starter benjammin

    (@benjino)

    I solved the issue with this bit of CSS, but I’m wondering if there is a way within the plugin, or through the plugin code that would be closer to the plugin itself?

    This makes the ratings show only on single-post view and WP default loop Archive, which is what I want.

    .page-template-default.page table.rw-rating-table.rw-ltr.rw-left.rw-no-labels {
        display: none;
    }
    • This reply was modified 5 years, 3 months ago by benjammin.
    Thread Starter benjammin

    (@benjino)

    Thanks!

    Thread Starter benjammin

    (@benjino)

    I did not create a webhook in Woocommerce > Settings > Advanced > Webhooks > Add webhook, and then add the webhook in the plugin’s settings webhook field.

    I do not know how to create a webhook, what that does, and have never created one.

    So if that is the missing piece please give me a clear example of how to create one.

    Thread Starter benjammin

    (@benjino)

    Thanks Mikko!

    Thread Starter benjammin

    (@benjino)

    I found the problem. I had the taxonomy of media_type (logos, print design, web design) with a rewrite slug of ‘portfolio.’ I removed the rewrite and now I can see a single post.

    However, going back to the very beginning before I even created a taxonomy for cpt ‘portfolio’ I had the page of ‘portfolio’ and so at first that is why it wouldn’t allow me to create a cpt of the same, and then… ah well you can see how it all got confusing. I can honestly say I am learning more about how CPT UI works in making these mistakes!

    I thank you kindly for your most logical help and support!

    • This reply was modified 5 years, 9 months ago by benjammin.
    Thread Starter benjammin

    (@benjino)

    1. I did and it still won’t show /portfolio/test-post when I update the cpt slug by checking the update posts and clicking save.
    2. #2 should be #1 as you’re reading this, so yes, I can confirm I have a post_type of ‘portfolio’ in CPTUI’s registered post types, and in my phpMyAdmin db.
    3. With all settings to a cpt of ‘portfolio,’ confirmed in the registered post types of cptui plugin, and in phpmyadmin db, I created a new post in portfolio and I’m still getting a 404.
    4. yes I did this.
    5. not showing its contents, shows 404.
    6. has archive is set to true, and single-post view will still show 404.
    7. I’ve been refreshing permalink rules as step every time.
    8. single-post view is still throwing a 404; though I do get an archive showing for /portfolio, AND /portfolio page has been changed to /work-portfolio.

    Thread Starter benjammin

    (@benjino)

    Doing some further inspection…

    The archive https://mydomain.com/?post_type=portfolio will show both test cpt posts, but when I click on either singular post titles of /test-work or /test-work-2 I get the 404 error.

    Also I can confirm by looking in phpMyAdmin in the post_type column that there is only one ‘portfolio’ post type, the one I created by creating post type ‘dog’ first, and then changing it to ‘portfolio.’ I do this because CPT UI won’t allow me to create post_type ‘portfolio’ with zero registered post_types.

    • This reply was modified 5 years, 9 months ago by benjammin.
    Thread Starter benjammin

    (@benjino)

    I hear ya’.

    I am not registering the same post type elsewhere.
    It comes down to the slug of the CPT. It won’t accept /portfolio if I try to create a CPT with that slug as a new CPT. In other words it won’t do anything, meaning if I look in the registered post types there is nothing there. However, if I create a slug of ‘dog’ and use portfolio for plural and singular it will create the CPT… AND if I THEN update the post type slug from ‘dog’ to ‘portfolio’ it will then take portfolio but when I navigate to a test post it gives me a 404.

    I have a page called /portfolio where I intend to show my portfolio work. Would having a page of /portfolio conflict with creating a CPT of portfolio? Is this why I can’t create ‘portfolio’ as a CPT?

    Well, regardless, I’ve changed that page to be /work-portfolio and updated the CPT slug to be /portfolio (from /portfolio_work) and when I go to a test post of mydomain.com/portfolio/test-work it gives a 404. If I use anything else other than /portfolio for the CPT slug the test post will show.

    I don’t know why I can’t have a slug of /portfolio.

    I’ve tried looking in my db in PHPMyAdmin and that’s where I got the clue of maybe the page of /portfolio needs to be a different slug.

    • This reply was modified 5 years, 9 months ago by benjammin.
    • This reply was modified 5 years, 9 months ago by benjammin.
    Thread Starter benjammin

    (@benjino)

    I enter, portfolio, Portfolios, Portfolio, just the basics, nothing else and it does absolutely nothing. I enter dog, Dogs, Dog or any other word like portfolio_work, Portfolio Works, Portfolio Work and everything works as expected.

Viewing 15 replies - 1 through 15 (of 56 total)