Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter jg_DigitalMedia

    (@jg_digitalmedia)

    Thanks Joy,

    It sounds like I’ve been approaching things the wrong way. I’ll consider what you’ve suggested and redevelop accordingly. 🙂

    Thread Starter jg_DigitalMedia

    (@jg_digitalmedia)

    Hi Jan,

    Thanks for your reply.

    I’m beginning to think there’s no more support out there for the theme so we’ll probably do as you suggest and look for another theme. I’m just keen to ascertain if it’s because of this support drop for the specific theme that the display is broken or if I did something behind the scenes that messed it up. I simply don’t know.

    Edit to add: I’ve been to Cr3tiv and Theme Forest to try to contact too with no luck 🙂
    Thanks again 🙂

    Thread Starter jg_DigitalMedia

    (@jg_digitalmedia)

    Hi Mike,

    Thanks for coming back to me.

    I actually went ahead earlier on and I was able to get the cart to appear by using the following loop

    <?php
    /*
    Template Name: Page Default
    */
    
    get_header();
    ?>
    
    		<!--
    		Markup for Woocommerce pages
    
    		<p>page.php</p>
    		-->
    
    		<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    
    			<?php the_content(); ?>
    
    		<?php endwhile; else :  ?>
    			<p>gffg</p>
    
    		<?php endif ?>
    
    <?php
    get_footer();
    ?>

    I didn’t need woocommerce_content(); at all and infact this seeemed to cause an infinite loop. And since “checkout” is the page set as the “checkout” page in the settings, this page seems to be styling and functioning perfectly.

    Thanks for all your help in this thread 🙂

    Thread Starter jg_DigitalMedia

    (@jg_digitalmedia)

    Hi Mike,

    I’ve removed woocommwerce.php from the project but unfortunately there’s been no change.

    Something isn’t hooked up properly for my custom theme although I have been able to see the cart when I switch to another theme.

    Thread Starter jg_DigitalMedia

    (@jg_digitalmedia)

    Page.php is the template file I’m supposed to (I think) add the php function that’s a catch all for WooCommerce pages. (my-account, shop, pages et) And that ‘s woocommece_content(); Here’s the code below

    <?php
    /*
    Template Name: Page Default
    */
    
    get_header();
    ?>
    
    <?php
    get_header();
    ?>
    
    	<p class="welcome">
    				<span id ="center">Page.php Template</span>
    	</p>
    
    	test
    	<?php woocommerce_content(); ?>
    
    <?php
    get_footer();
    ?>

    Then I have woocommerce.php which serves the same purpose. That kicks in when I view an individual product and try to add product to the cart or view the basket.

    <?php
    /*
    Template Name: Shop Template
    */
    
    get_header();
    ?>
    
    <?php
    get_header();
    ?>
    
    	<p class="welcome">
    				<span id ="center">Woocommerce.php Template</span>
    	</p>			
    
    	<?php woocommerce_content(); ?>
    
    <?php
    get_footer();
    ?>

    I have a screenshot of my home page which contins hard coded content as well as the “hot off the hook” section which are 6 test woocommerce products.

    The pages themselves on the admin side don’t have much on them except the Woocommerce pages which are simply the WooCommerce short codes. e.g. basket [woocommerce_cart]

    Thread Starter jg_DigitalMedia

    (@jg_digitalmedia)

    Hi Mike, thanks for this, I enclose screenshot below

    http://s19.postimg.org/52igvd74i/wordpress_custom.jpg

    And a copy of my current status report.

    ### WordPress Environment ###
    
    Home URL: http://localhost/WooCommerce-C2H
    Site URL: http://localhost/WooCommerce-C2H
    WC Version: 2.5.5
    Log Directory Writable: ✔
    WP Version: 4.5.2
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    Language: en_GB
    
    ### Server Environment ###
    
    Server Info: Apache/2.4.16 (Win32) OpenSSL/1.0.1p PHP/5.6.12
    PHP Version: 5.6.12
    PHP Post Max Size: 740 MB
    PHP Time Limit: 300
    PHP Max Input Vars: 1000
    SUHOSIN Installed: –
    MySQL Version: 5.6.26
    Max Upload Size: 740 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    
    ### Database ###
    
    WC Database Version: 2.5.5
    :
    woocommerce_sessions: ✔
    woocommerce_api_keys: ✔
    woocommerce_attribute_taxonomies: ✔
    woocommerce_termmeta: ✔
    woocommerce_downloadable_product_permissions: ✔
    woocommerce_order_items: ✔
    woocommerce_order_itemmeta: ✔
    woocommerce_tax_rates: ✔
    woocommerce_tax_rate_locations: ✔
    
    ### Active Plugins (6) ###
    
    Advanced Custom Fields: by Elliot Condon – 4.4.7
    Custom Post Type UI: by WebDevStudios – 1.3.4
    Projects: by WooThemes – 1.5.0
    Easy SMTP Mail: by priyanshu.mittal – 1.7
    WooCommerce: by WooThemes – 2.5.5
    Yoast SEO: by Team Yoast – 3.2.5
    
    ### Settings ###
    
    Force SSL: –
    Currency: GBP (£)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    
    ### API ###
    
    API Enabled: ✔
    API Version: 3.1.0
    
    ### WC Pages ###
    
    Shop Base: #4 - /shop/
    Basket: #5 - /basket/
    Checkout: #6 - /checkout/
    My Account: #7 - /my-account/
    
    ### Taxonomies ###
    
    Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    ### Theme ###
    
    Name: Crook2Hook Supplier of luxury crochets and kits
    Version: 1.0
    Author URL: http://www.jonniegrieve.co.uk
    Child Theme: ✕ – If you're modifying WooCommerce on a parent theme you didn't build personally
    then we recommend using a child theme. See: How to create a child theme
    
    WooCommerce Support: ✔
    
    ### Templates ###
    
    Overrides: crook2hook/woocommerce/archive-product.php
    crook2hook/woocommerce/cart\cart-empty.php
    crook2hook/woocommerce/cart\cart-item-data.php
    crook2hook/woocommerce/cart\cart-shipping.php
    crook2hook/woocommerce/cart\cart-totals.php
    crook2hook/woocommerce/cart\cart.php
    crook2hook/woocommerce/cart\cross-sells.php
    crook2hook/woocommerce/cart\mini-cart.php
    crook2hook/woocommerce/cart\proceed-to-checkout-button.php
    crook2hook/woocommerce/cart\shipping-calculator.php
    crook2hook/woocommerce/checkout\cart-errors.php
    crook2hook/woocommerce/checkout\form-billing.php
    crook2hook/woocommerce/checkout\form-checkout.php
    crook2hook/woocommerce/checkout\form-coupon.php
    crook2hook/woocommerce/checkout\form-login.php
    crook2hook/woocommerce/checkout\form-pay.php
    crook2hook/woocommerce/checkout\form-shipping.php
    crook2hook/woocommerce/checkout\payment-method.php
    crook2hook/woocommerce/checkout\payment.php
    crook2hook/woocommerce/checkout\review-order.php
    crook2hook/woocommerce/checkout\terms.php
    crook2hook/woocommerce/checkout\thankyou.php
    crook2hook/woocommerce/myaccount\form-add-payment-method.php
    crook2hook/woocommerce/myaccount\form-edit-account.php
    crook2hook/woocommerce/myaccount\form-edit-address.php
    crook2hook/woocommerce/myaccount\form-login.php
    crook2hook/woocommerce/myaccount\form-lost-password.php
    crook2hook/woocommerce/myaccount\my-account.php
    crook2hook/woocommerce/myaccount\my-address.php
    crook2hook/woocommerce/myaccount\my-downloads.php
    crook2hook/woocommerce/myaccount\my-orders.php
    crook2hook/woocommerce/myaccount\view-order.php
    crook2hook/woocommerce/order\form-tracking.php
    crook2hook/woocommerce/order\order-again.php
    crook2hook/woocommerce/order\order-details-customer.php
    crook2hook/woocommerce/order\order-details-item.php
    crook2hook/woocommerce/order\order-details.php
    crook2hook/woocommerce/order\tracking.php
    crook2hook/woocommerce/single-product\add-to-cart\external.php
    crook2hook/woocommerce/single-product\add-to-cart\grouped.php
    crook2hook/woocommerce/single-product\add-to-cart\simple.php
    crook2hook/woocommerce/single-product\add-to-cart\variable.php
    crook2hook/woocommerce/single-product\add-to-cart\variation-add-to-cart-button.php
    crook2hook/woocommerce/single-product\add-to-cart\variation.php
    crook2hook/woocommerce/single-product\meta.php
    crook2hook/woocommerce/single-product\price.php
    crook2hook/woocommerce/single-product\product-attributes.php
    crook2hook/woocommerce/single-product\product-image.php
    crook2hook/woocommerce/single-product\product-thumbnails.php
    crook2hook/woocommerce/single-product\rating.php
    crook2hook/woocommerce/single-product\related.php
    crook2hook/woocommerce/single-product\review.php
    crook2hook/woocommerce/single-product\sale-flash.php
    crook2hook/woocommerce/single-product\share.php
    crook2hook/woocommerce/single-product\short-description.php
    crook2hook/woocommerce/single-product\tabs\additional-information.php
    crook2hook/woocommerce/single-product\tabs\description.php
    crook2hook/woocommerce/single-product\tabs\tabs.php
    crook2hook/woocommerce/single-product\title.php
    crook2hook/woocommerce/single-product\up-sells.php
    Thread Starter jg_DigitalMedia

    (@jg_digitalmedia)

    Hi Mike,

    I see my theme outline and everything except the checkout form. So the theme templates are working. I have access to the products and and click to add a product to the cart. But I have no access to the cart form or the basket via “view basket”.

    Force SSL isn’t checked.

    I feel like I’ve tried everything but that I’m missing something obvious. :/

    Thread Starter jg_DigitalMedia

    (@jg_digitalmedia)

    Hi James

    Thanks I’ll try again later.

    I’ve sent a couple posts in the recent past but got no replies dhe to the sheer volume of posts in that forum 🙂

    Thread Starter jg_DigitalMedia

    (@jg_digitalmedia)

    Hi animesh, yes sure

    http://www.jonniegrieve.co.uk

    i set debug to true but it didn’t come up with any errors.

    Thread Starter jg_DigitalMedia

    (@jg_digitalmedia)

    Great tips thank you.

    I’ve just performed such a test and it has come through as passed. So I’m taking this to mean the form is set up correctly. Thanks for your help. 🙂

    Thread Starter jg_DigitalMedia

    (@jg_digitalmedia)

    I don’t know how, or why, but the links on my main navigation are now working!!! and it’s local version now broken.

    I did look at my Search/Replace plugin one more time but I did dry runs that told me the tests I was making wouldn’t have made any changes anyway. But right now, my websites links are all working 😀

    Thanks again!

    Thread Starter jg_DigitalMedia

    (@jg_digitalmedia)

    Hi Geoffrey,

    Yes I updated the HOME and SITEURL constants in WordPress. I notice that change has taken effect in the general settings.

    I’ve looked at a few of the permalinks when I was looking around in my admin area and they look up to date.

    Thread Starter jg_DigitalMedia

    (@jg_digitalmedia)

    It seemed to me that the only way to resolve this in my current level of knowledge was to delete the posts, fields and pages and start again.

    Now the price is now showing up. Therefore i consider this resolved even if no fixes were applied. Thanks for trying. 🙂

    Thread Starter jg_DigitalMedia

    (@jg_digitalmedia)

    Hello all,

    Sorry about the way the links appear in this post. But this issue is looking like it’s fixed now. I deleted and reactivate the plugins and got rid of any links that was in the Bin. Having these meant that there were copies on the server so links were redirecting.

    So I’ll mark this post as resolved. 🙂

    Thread Starter jg_DigitalMedia

    (@jg_digitalmedia)

    Well I’m out of ideas now.

    I tried googling and doing

    max_input_vars = 3000
    suhosin.get.max_vars = 3000
    suhosin.post.max_vars = 3000
    suhosin.request.max_vars = 3000

    in a php.ini file but it doesn’t make much difference.

    I tried also adding your function to my functions.php file. It’s a strange one.

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