Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #760217
    Patrick Rosemeyer
    Participant

    Hey,

    after the newest update ox theme x I have a problem with the css of the product single page. If I change the font size in css, than change all the font-size on the page.

    I would like to change:

    1# the font size of the headline of product. How can I do this?

    2nd the the font size of price space above and below

    3rd the font size of extra costs and the space above

    4th the headlines h2 in the product tabs.

    5th the head line of related products.

    I have another problem with /plugins/cornerstone/includes/integrations/conflict-resolution.php

    Can you help me please.

    Thanks in advanced

    Patrick

    #760946
    Rad
    Moderator

    Hi Patrick,

    Thanks for writing in.

    Would you mind providing your site’s URL? You may also provide your admin login credentials in private reply if your site is behind under construction page.

    Thanks!

    #761642
    Patrick Rosemeyer
    Participant
    This reply has been marked as private.
    #762121
    Lely
    Moderator

    Hello Patrick,

    Thank you for the credentials.

    1.) Are you referring to single product page like this link:http://test.rosemeyers.com/shop/design-kerzenstaender-set-maple/. If yes, please add the following CSS via Appearance > Customize > Custom > CSS:

    .woocommerce div.product .summary .product_title {
        font-size: 20px; /*Change 20px to your preferred font size*/
    }

    2.) To change price font size and space:

    .woocommerce .price .amount {
        font-size: 30px; /*Change 30px to your preferred font size*/
        margin-bottom: 20px; /*Space below*/
        margin-top: 20px; /*Space above*/
    }

    3.)

    small.wgm-extra-costs-eu {
        font-size: 20px;
        margin-top: 20px;
        display: block;
    }

    4.)

    .woocommerce div.product .woocommerce-tabs h2 {
        font-size: 35px;
    }

    5.)

    .woocommerce li.product .entry-header h3 {
        font-size: 20px;
    }

    Please do clarify the issue with /plugins/cornerstone/includes/integrations/conflict-resolution.php so we can help you better.

    Always,
    X

    #766632
    Patrick Rosemeyer
    Participant

    Hi,

    thank you for your reply. Sorry for the delay reply . The CSS works fine. The problem with /plugins/cornerstone/includes/integrations/conflict-resolution.php is a conflict with WPML. The support will check the root cause for this. Do you have experience with this conflict and possible denouement?

    Best regards

    Patrick

    #766684
    Patrick Rosemeyer
    Participant

    Hi,

    I have another problem with essential grid. I would like to built the woocommerce shop page and categories with essential grid like this: http://essential.themepunch.com/woocommerce-grid-jason/

    In the backend the preview show this correct, but on the frontend show the filter and search but don’t show the feature images of the products. Can help me for this?

    Thanks in advanced
    Patrick

    #767407
    Rad
    Moderator

    Hi Patrick,

    Is it okay if I activate WPML? Or it will break your site? Would you mind providing the exact conflict error being thrown by that file?

    And which page has this Essential grid?

    Thanks.

    #767417
    Patrick Rosemeyer
    Participant

    Hi,

    it is ok, if you activate WPML. I deactivated WPML because I can than work with cornerstone. On test.rosemeyers.com/shop is the essential grid.

    What do you mean with: Would you mind providing the exact conflict error being thrown by that file? For essential grid or the error from WPML?

    Thanks in advanced

    Patrick

    #768030
    Rad
    Moderator
    This reply has been marked as private.
    #768319
    Patrick Rosemeyer
    Participant
    This reply has been marked as private.
    #768579
    Zeshan
    Member

    Hi Patrick,

    Please make sure WP Debug mode is disabled in your site. If it’s disabled and the PHP notices are still coming in the Customizer, please provide us with your FTP credentials so we can take a closer look to the issue. Don’t forget to select Set as private reply to ensure your data remains hidden from other users.

    As for Ess. Grid on your shop page, it’s showing correct at my end (see: http://prntscr.com/9vvjkl). Would you mind confirming the issue again?

    As for editing Shop page Cornerstone, this is a native behaviour of WordPress that you cannot edit an archive page to insert your custom content. It could however 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. X is quite extensible with child themes, so there are plenty of possibilities.

    Thank you!

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