Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1081978

    Blingyz
    Participant

    How to Display page text such as paragraphs h1 headers etc all below the woocommerce shop page products instead of before all of the products? When people visit my shop page I want them to see the products and categories right away …and not 300 words of text then the products. How can i display text paragraphs for seo reasons after the products or at the bottom of each page just above the footers on my site. I dont want it in the footer because for seo reasons each page will have roughly 300 plus of text for seo reasons. When i click on edit page all i see is a blank page, and the woo shop page is called through a php file so the products start displaying. In order to get good seo I want to add text paragraphs on these pages but when I edit the page all these paragraphs are displaying first on the shop page which I dont want it that way. How can i get this text to the bottom of the page below woocommerces called php shop display but just above the header? My site is http://www.blingyz.com and i have no home page so it goes right to the shop page once you visit my site. If anyone can help I would appreciate it greatly. Thank you Rob

    #1082532

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Could you please try adding the following JavaScript code into your Customizer, Custom > JavaScript section (Edit Global JavaScript).

    
    jQuery(function() {
      jQuery( ".home .page-description" ).insertAfter( ".products.cols-4" );
    });
    

    Hope that helps.

    #1086865

    Blingyz
    Participant

    Thanks for the quick reply and tahts code is Great and it worked for the shop page. It didn’t however didnt work for the product category pages once clicked on from the shop page. The product page i dont need changed because I can seo optimize these pages in the product descrition so thats ok. I would like the text for seo purposes to be on the category pages below the pictures of all of the products as well once I click on a category from the shop page to a category page. Thank you. you can check out http://blingyz.com/watches/womens-watches/ and you will see the text displaying before all of the products on the product category pages. Thank you so much for your help and support. You guys have a long time customer with me. I will be buying and reccomending this theme to everyone. A++. Keep up the good work. Ill wait for your response.

    #1086876

    Blingyz
    Participant

    Sorry I forgot to address the fact that it is displaying paragraph content twice now after that j – code. I have the shop page set to my home Page fyi i dont know if that matters or not. Thank you

    #1086888

    Blingyz
    Participant

    Ok no longer displaying stuff twice. I figured that out, so I just need the text to display below the product categories page once clicked from the shop page. Go to http://blingyz.com/watches/womens-watches/ and you’ll see how its displaying. I want all that text displaying below all of the products for each of the five product categories like mens watches, smart watches etc…. Thank you Rob

    #1087633

    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! Please update the JS code and use this instead:

    jQuery(function() {
      jQuery( ".home .page-description" ).insertAfter( ".products.cols-4" );
      jQuery( ".archive .term-description" ).insertAfter( ".products.cols-4" );
    });

    We would loved to know if this has work for you. Thank you.

    #1092545

    Blingyz
    Participant

    Hello I have all broken links fixed on my site after the top bar issue, and it is now displaying

    the following when i ran a broken link check: No idea how to fix this

    Status URL Source link text

    405 Method Not Allowed http://blingyz.com/xmlrpc.php link/href
    405 Method Not Allowed http://blingyz.com/wp-comments-post.php form/action

    Im using, wordpress with x theme and woocommerce. Thank you

    #1092958

    Paul R
    Moderator

    Hi

    This is an issue that only your host can resolve. Some hosts block this WordPress core file for security reasons.

    Kindly contact your host regarding this issue.

    Thanks