Forum Replies Created

Viewing 30 posts - 22,231 through 22,260 (of 30,391 total)
  • Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 12, 2019 at 19:03

    Hello,

    What is your WP role: editor or admin? WPBakery has known issue with WP roles and does not allow to use WPBakery for the custom posts types if you logged in as the editor or store manager etc, only for admin. So, try to login as admin and check if you have the editor buttons.

    I have passed the problem with topic creation to our developers. They will check and I’ll inform you about the answer.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 12, 2019 at 18:58

    Hello,

    It’s not our theme issue.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 12, 2019 at 18:52

    Hello,

    1) To change the order of the featured image and product gallery add the following code to Custom CSS

    .gallery_vertical .woocommerce-product-gallery {
         -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }

    2), 3) There is no option by default to add 2 different tables in the product description to show them for the single product and for the product grid. You can disable short description for the Quick View http://prntscr.com/mwuu7b . 2 different options to add different descriptions could be added only by additional customization. If you don’t have PHP skills you can submit the request to Codeable team.

    4) To change the width of the description column for this type of layout copy woopress/woocommerce/content-single-product.php file to child theme, find the code http://prntscr.com/mwxt3b and change classes to http://prntscr.com/mwxsvc

    5) You can try Additional information block option http://prntscr.com/mwxuhq and Static Blocks. Create static block with the necessary content using WPBakery page builder http://prntscr.com/mwxv88 (tabs for example) and choose this static block in the Additional information block drop-down.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 12, 2019 at 15:16

    Hello,

    I don’t see any problem with this if you set correct Stripe settings and fixed js error http://prntscr.com/mwugav

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 12, 2019 at 15:14

    Hello,

    1) Why do you use pages to create content and don’t use static blocks from the start? You just need to enable the WPBakery for the static blocks http://prntscr.com/mwub83
    2) You can create static block and translation for the static block http://prntscr.com/mwueft
    3) When you create and update translation make sure that you don’t overwrite your translation by the default one http://prntscr.com/mwue1s and http://prntscr.com/mwud19

    Also, if you have the new questions that are not related to the current issue, please, create a new topic. Don’t use 1 topic for all the problems you faced to avoid confusion.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 12, 2019 at 13:05

    Hello,

    1) Have you made the icon font that includes that icon or just created a simple image?
    If you created simple image then you can add the following code to child theme functions.php and add link to your image

    function et_cart_summ() {
            global $woocommerce;
            ?>
    			<a href="<?php echo wc_get_cart_url(); ?>" class="cart-summ" data-items-count="<?php echo WC()->cart->get_cart_contents_count(); ?>">
    				<div class="cart-bag">
    					<img src="link_to_your_image" alt="Cart" style="width:20px;">
    					<?php esc_html_e('Cart', 'legenda'); ?>
    					<?php echo wp_kses_data( sprintf( '<span class="badge-number">%1$u %2$s</span>', WC()->cart->get_cart_contents_count(), _nx( 'item for', 'items for', WC()->cart->get_cart_contents_count(), 'top cart items count text', 'legenda' ) ) );?>
    					<span class="price-summ cart-totals"><?php echo WC()->cart->get_cart_subtotal(); ?></span>
    				</div>
    			</a>
            <?php
    	}

    2) You provided screenshot of the FontAwesome 5.0 but Legenda uses the FontAwesome 4.7, so you can choose only 4.7 icons or additionally customize child theme to support FA 5.0.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 12, 2019 at 12:55

    Hello, @ cassim

    Thank you for your suggestion but unfortunately, we don’t plan new WooPress versions in the nearest future. If you are looking for the game version I would like to draw your attention to XStore theme https://xstore.8theme.com/demos/games/

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 12, 2019 at 12:48

    Hello,

    Seems you did not use the correct key, you have js error in the console http://prntscr.com/mwru9p
    Follow Stripe docs https://stripe.com/docs/keys
    If you have any other questions about stripe settings contact plugin author https://wordpress.org/support/plugin/woocommerce-gateway-stripe/
    We are theme author and provide support for theme, not for the third-party plugins, sorry.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 12, 2019 at 10:28

    Hello,

    Built-in search includes search by posts, pages, products (description, title, SKU) by default. There is no option to search by brand, tags etc. We did not test search plugins with our theme and especially search by built-in brand option, so, we can’t recommend anything, unfortunately. Actually, I suppose if you want to search bu built-in brand then you will need additionally customize either theme or plugin. You can contact Codeable or WPkraken teams to submit customization request and get the quote.

    If you use third-party search plugin you will need to replace our search by the plugin search field. If you choose theme customization then you don’t need to replace search.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 12, 2019 at 10:12

    Hello,

    There is no this icon in the FontAwesome icons list https://fontawesome.com/v4.7.0/icons/
    What icon font is it? Where did you get this icon?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 11, 2019 at 13:16

    Hello,

    You are welcome!

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 11, 2019 at 13:15

    Hello,

    Check now, please. Let me know if you still have the unchanged font anywhere.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 11, 2019 at 13:08

    Hello,

    Check now. We have added custom CSS to child theme style.css to fix the problem.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 11, 2019 at 12:48

    Hello,

    You are welcome.
    No, not 50% but some code is overwritten according to different mobile devices. At this moment we don’t have separate CSS files with styles for the mobile devices and desktop.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 11, 2019 at 12:32

    Hello,

    If you check the page that you provided you’ll see that paddings of the text are much bigger than you used http://prntscr.com/mw9ef7 So, if you set the paddings for your text in vw http://prntscr.com/mw9dsm you’ll get almost the same result https://gyazo.com/b752328cd125c2d00f9da891b3c857ca
    Also, probably you saw all the images on your example have some space above and below the pictured things http://prntscr.com/mw9thq it allows to avoid cutting during resize.

    If you use bg cover for the column, please, check the documentation on how the bg cover works to understand the main point and choose the correct values for the paddings, margins etc https://www.w3schools.com/cssref/css3_pr_background-size.asp

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 11, 2019 at 10:34

    Hello,

    By default notifications about new user registration and all the other WP emails go to the email mentioned in Settings > General > Email address. There is no default option to change email for the new user registration only. You can try this solution if you want to implement this, maybe it helps you https://wordpress.stackexchange.com/questions/174831/custom-admin-email-for-new-user-registration

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 7, 2019 at 17:24

    Hello,

    Provide us with screenshot for better understanding where you want to put the menu categories.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 7, 2019 at 17:23

    Hello,

    Go to Theme Options > Breadcrumbs > disable Return to previous page option.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 7, 2019 at 17:17

    Hello,

    Thank you. We have passed your request to our developers and will inform you once they find the reason of the problem.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 7, 2019 at 17:02

    Hello,

    We have fixed the number of slider per scroll on mobile devices.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 7, 2019 at 12:11

    Hello,

    Problem caused by Lazy Load by WP Rocket plugin. If plugin is enabled then icons are not visible even on the desktop.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 7, 2019 at 12:10

    Hello,

    Problem caused by Lazy Load by WP Rocket plugin. If plugin is enabled there is no logo at all http://prntscr.com/mujgew .

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 7, 2019 at 11:59

    Hello,

    There is such notification by default https://prnt.sc/muj80h
    If WooCommerce Splash Popup plugin is enabled there is no this notification. Contact plugin author to fix this issue.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 7, 2019 at 10:52

    Hello,

    1) If you want to use the button instead of simple text + icon go to Wishlist > Colors > http://prntscr.com/mui059 edit the options according to your needs: enable icon, change the bg color, add the border. Add the following styles to child theme style.css to remove our default wishlist icon

    .product-information .yith-wcwl-add-to-wishlist a:before {content: "";}
    .product-information .yith-wcwl-add-to-wishlist a:before {background:none;}
    .product-information .cart button[type="submit"] {float: left;}

    2) Image in the plugin description is wrong because if you check their demo https://plugins.yithemes.com/yith-woocommerce-wishlist/product/yith-bag-roger/ you’ll see that add to wishlist button is located below the Add to cart button and even out of the Add to cart block http://prntscr.com/muhze2 You can enable even default theme, Storefront for example.
    If you want to place wishlist next to Add to cart button got to Wishlist > Settings > Position > Use shortcode. After that add the following code to child theme functions.php

    add_action( 'woocommerce_after_add_to_cart_button', 'et_custom_action', 5 );
    function et_custom_action() {
    echo do_shortcode('[yith_wcwl_add_to_wishlist]');
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 7, 2019 at 10:18

    Hello,

    1) Ok, we’ll try to fix problem with images sliding. I’ll inform you once our developers finish.
    You can’t wrap the WPBakery shortcodes to a tag because it breaks the elements. By default neither text element nor separator with text, column have the link option. Massive addons plugin allows you to add the link for your column. If you want to disable this plugin and don’t use this option and want to use a tag then use either use default elements that have the link option (for example custom heading http://prntscr.com/muhee8 , banner http://prntscr.com/muhgpv ) or HTML element http://prntscr.com/muhby5 and HTML code + custom CSS to create divs like banners, and heading like text with the separator.

    2) Point is that you did not reduced file. Because you can make parent theme style.css minification using cache plugin and minification option and there is no need to copy minified styles to child theme! But you just copied whole file http://prntscr.com/muhiev and changed only some styles to redesign some elements. Child theme style.css is not created to overwrite the whole style.css of the parent theme but just to add some of your custom styles in addition or overwrite only some local styles. For example http://prntscr.com/muhmjv
    Do you understand me? So, I would recommend you to split the custom styles and parent styles and leave in child theme only custom styles(you can use the minified form if you want).

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 6, 2019 at 18:37

    Hello,

    Then replace that code by

    .navbar-header.show-in-header .login-link,  .navbar-header.show-in-header .my-account-link, 
    .fixed-header .login-link, .fixed-header .my-account-link {
        order: 1;
    }
    .navbar-header.show-in-header .shopping-container, .fixed-header .shopping-container {
        order: 2;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 6, 2019 at 18:34

    Hello,

    The accordion element does not have a typography option. So, you can change it by custom CSS

    .vc_tta-panel .vc_tta-panel-heading span {
        font-family: "Open Sans";
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 6, 2019 at 18:30

    Hello,

    1) If you want to add the background image for the cart page title you can use custom code for this page only because there is no special option, for example, http://prntscr.com/mu6lft

    .cart-checkout-nav {
        background-image: url(https://www.leshopdescoquettes.fr/wp-content/uploads/2019/03/Patricia-3.png);
    }

    2) You did not add the units for the height http://prntscr.com/mu6jvs

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 6, 2019 at 17:49

    Hello,

    Yes, sure. Add the following code to child theme style.css

    .header7 .logo img {
        max-width: 500px;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    March 6, 2019 at 17:48

    Hello,

    What styles do you want to change? Font-size? Font-weight? Font-family?

    Regards

  • 1 2 3 741 742 743 1,012 1,013 1,014
    Viewing 22,260 results - 22,231 through 22,260 (of 30,391 total)
Viewing 30 posts - 22,231 through 22,260 (of 30,391 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.