Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1326308
    iggoz
    Participant

    Hello,
    How I swap the category description under the product and the product page under the subtitle of the archive.

    #1326314
    iggoz
    Participant
    This reply has been marked as private.
    #1326749
    Rupok
    Member

    Hi there,

    Thanks for writing in! Kindly provide your URL and add a screenshot of what you are trying to achieve.

    Cheers!

    #1327219
    iggoz
    Participant
    This reply has been marked as private.
    #1327389
    Rupok
    Member

    Hi there,

    Thanks for clarifying. It would be possible by editing the WooCommerce templates only through Child Theme. Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    Thank you for your understanding.

    #1375872
    iggoz
    Participant

    Ok I’ve done this with my developer.

    #1376024
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    #1] Did your developer added some custom functions to display the description? Would you mind giving us access to your site and ftp details so that we can check it?

    #2] Regarding the read more, regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this.

    Thanks for understanding. Take care!

    #1377876
    iggoz
    Participant
    This reply has been marked as private.
    #1377895
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! Regretfully we cannot connect to your ftp. It seems that the given information is not correct. Please double check it.

    May I ask how did you inserted the term description? If you have added it through a custom function in the child theme, you can hook your function instead. You can make use of this line in your child theme’s functions.php file

    
    add_action('x_after_view_integrity__landmark-header', 'your_custom_function_name_here');

    Just make sure to insert the correct function name.

    Hope this helps.

    #1377908
    iggoz
    Participant
    This reply has been marked as private.
    #1377958
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! I have logged in and updated the code in your child theme. I made some modifications and have these:

    remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
    //add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 12 );
    
    add_action('x_after_view_integrity__landmark-header', 'woocommerce_taxonomy_archive_description');

    It should have work yet no changes is visible on the page. It looks like you are using CloudFlare. Please login to CloudFlare and clear your site cache. It would also help if you set CloudFlare as development mode.

    Please let us know how it goes.

    #1379092
    iggoz
    Participant

    What changes you made?

    #1379099
    iggoz
    Participant

    Hello, why now it back to normal? To clear cloudflare or any cache there is wp rocket button on the bar. Clear it if you need it. ok

    #1379105
    iggoz
    Participant

    Hello, please fix it asap. Because it’s so wrong 🙁

    #1379364
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .site .term-description {
        width: 88%;
        max-width: 1200px;
        margin:20px auto;
    }
    
    

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1326308 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>