• Resolved pl.xrisa

    (@xrisa30)


    Hi,

    I did the last update and I have some problems.

    1. This shortcode, [oceanwp_woo_free_shipping_left], still not working, if I want to translate the content.

    2. I use a custom header made with elementor. For mobiles, I have a different section and I use the “custom header nav”. But, when I set “custom header” in the customize, I’m not able to choose the order of the elements for the mobile menu. For example, I want to show (menu/logo/cart) and if I have custom header, I can’t choose the order of the elements. Why is this happening?

    3. Before the update, I had inserted this shordcode “[oceanwp_woo_cart]” and I had wrote this css:

    .wcmenucart-cart-icon:before {
    content: 'cart/';
    font-size: 14px;
    }
    
    .wcmenucart-cart-icon:after {
    font-family: FontAwesome;
    content: "\f07a";
    color: #333333;
    font-size: 20px;
    }
    
    .wcmenucart-cart-icon .wcmenucart-number {
    right: 1px;
    float: right;
    color: #333333;
    font-family: roboto;
    font-size: 9px;
    letter-spacing: 0px;
    border: none;
    background-color: #3DE8B7;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    bottom: 5px;
    }
    
    .wcmenucart-cart-icon .wcmenucart-number:after {
    display: none;
    }

    After the update, I saved again the scripts and styles and I lost almost all the css for this shortcode.

    5. After every update, I lose my tranlation for two strings in the cart shortcode dropdown (Your cart is empty and Subtotal). I use loco and my file is in safe place. I have translated a lot of theme’s strings and all of them remain the same after every update, except these two.

    And finaly I have a question too.

    You added OpenGraph and meta tags. I use yoast. Will these two options conflict each other? I ask because maybe I must disable the one of them.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello,

    1. Yes, I still work on this issue.

    2. With a custom header, you need to do everything manually.

    3. Where did you add this CSS? If it was in the theme, that is normal that you lost everything, you need to add CSS codes in a child theme or via the custom css section of the customizer.

    4. If you directly added your translation in the theme, it is normal that you lost them because I didn’t add them in the theme.

    No, if Yoast SEO is activated, the meta tags are from the plugin.

    Thread Starter pl.xrisa

    (@xrisa30)

    Hi,

    1. Ok, I will wait.

    2. Until now, I have inserted the custom nav menu in a section for mobiles and I have change the float for the cart, gave z-index and wrote margins to move it to the right with media queries. Is there another way to do it? Probably, it’s not the ideal one.

    3. All the CSS are safe. I resolved this issue. The problem was that this class (.wcmenucart-number) renamed to this –> (.wcmenucart-count).

    So, I must disactived the OpenGraph from customize?

    Thank you for your answer.

    Theme Author oceanwp

    (@oceanwp)

    For OpenGraph, no you don’t need to do anything, it automatically takes the Yoast SEO settings.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problems After Latest Update’ is closed to new replies.