• Customer

    Photo do not appear on homepage, edit header, edit product box

    Posted by: egypttrotter Aug 8, 2020 at 07:19 (3 year ago)
    Hi, I wanted to ask for a few points.

    1. any content added through slider revolution is not visible on website. Only the button is visible, see homepage www.marcqa.com

    2. I need the relevant CSS code to edit the header menu on each page (height, background color, etc)

    3. have you any idea if the plugin "product filter" by "X for woocommerce" would work properly with the boutique theme ?

    4. please provide the css code or any other way to edit the font size on the product boxes on all website (like name, price, etc)

    Thank you a lot for your time.

    hope you have a good day

  • Customer

    Posted by: egypttrotter, Aug 8, 2020 at 08:54 (3 year ago)

    5. Also, whenever I add a picture in the boutique banner shortcode, the picture is blurry. but when I add the picture through normal image, its just fine.

    6. Also my logo only appears in my home page and not other pages even when I add it to each one of them

    Thank you
  • Customer

    Posted by: yame, Aug 10, 2020 at 09:11 (3 year ago)

    Hi @egypttrotter,

    Thanks for sending us your questions.
    Could you please provide me your admin + FTP account? I would like to check all in your site. And it will be better if you can take the screenshots for all of your questions. I will check faster

    Awaiting your reply
    Regards,
    Yame
  • Customer

    Posted by: egypttrotter, Aug 10, 2020 at 09:28 (3 year ago)

    Hi Yame, thank you for your reply.

    I have solved a lot of the mentionened issues. Can you just provide me with the class name of the header menu so I can modify it on CSS ?
    Can you also let me know of you think the plugin "product filter" by "X for woocommerce" would work properly with the boutiques theme ?

    Thank you and have a good day.
  • Manager

    Posted by: yame, Aug 11, 2020 at 10:31 (3 year ago)

    Because you just mentioned to the "header menu". It is quite general. There are lots of css, not only one. So you can take the screenshot for the location you want to know then my coder will give you the exact answer

    About the plugin, we cannot test all the third-party plugins so we also don't know. You just can use it. If there is any problem, we can help you to check

    Thank you!
    Yame
  • Customer

    Posted by: egypttrotter, Aug 11, 2020 at 18:42 (3 year ago)

    Thank you for your reply. please find attached the screenshot of my main menu. I am using the header 14 for my website.
    I need to :
    1 - reduce the space or padding between the menu items and the logo
    2 - change the height of the menu itself
    3 - modify the font size and family (it seems there is a CSS code over writing any CSS customization I make myself
    4 - change this icon
    5 - reduce padding in between every icon
    6 - disable and remove the search option (if possible)

    Thank you for your time, Yame !
  • Manager

    Posted by: yame, Aug 12, 2020 at 09:21 (3 year ago)

    So, please provide me your admin + FTP account. I will send it to my coder. He will check for you. Thank you!
  • Customer

    Posted by: egypttrotter, Aug 12, 2020 at 10:10 (3 year ago)

    Please help, WP Bakery doesn't allow me to edit any block anymore, I can only add new blocks.
    here is my WP account details
  • Manager

    Posted by: yame, Aug 12, 2020 at 15:38 (3 year ago)

    I am still able to edit your Homepage: https://prnt.sc/tygnp1
    Could you take the screenshot for your question? Then I will check again for you

    Thanks!
  • Customer

    Posted by: egypttrotter, Aug 12, 2020 at 16:07 (3 year ago)

    Never mind the last question, I solved it with WP bakery support, thanks !
    Let's focus on the menu and header as I mentioned in the question before.

    Thank you for your time !
  • Manager

    Posted by: yame, Aug 14, 2020 at 03:19 (3 year ago)

    I sent it to my coder. You can provide me your FTP account also
  • Manager

    Posted by: yame, Aug 14, 2020 at 09:15 (3 year ago)

    Here will be the answer:
    1. reduce the space or padding between the menu items and the logo:
    @media (min-width: 768px){
    .header.style-14 .logo{
    width: 345px;
    }
    }

    2. change the height of the menu itself
    .header.style-14 .box-header-nav .main-menu > .menu-item > a{
    padding: 20px 0;
    }
    .header.style-14 .control-inner > * > a{
    padding: 18px 45px;
    }

    3. modify the font size and family
    .box-header-nav .main-menu > .menu-item > a{
    font-size: 12px;
    line-height: 20px;
    }

    4. change this icon
    .block-userlink > a .icon::before{
    content: "\e666";
    }

    5. reduce padding in between every icon
    .header.style-14 .control-inner > * > a{
    padding: 8px 45px;
    }

    6. disable and remove the search option (if possible)
    .header.style-14 .control-inner > .block-search{
    display: none;
    }

    Please add these CSS codes into the Customizing of the theme or custom css in Theme Options and remember to backup these codes if you want to update the theme in the future.

    If you are satisfied with this support, hope that you will spend a little time and go to this website:
    https://themeforest.net/item/armania-elementor-woocommerce-theme/reviews/26743715 and leave your 5 stars and your good comments there. It is really worth to me

    Thank you so much!
    Yame
  • Customer

    Posted by: egypttrotter, Aug 15, 2020 at 16:40 (3 year ago)

    First of all, I want to thank you very much for reaching out to the coder and help me customize my menu on desktop, it's great now just perfect.
    I left a review for you, check joined picture ;)

    I would need just one last favor please, I need to customize my main menu, but on smartphone devise this time. (check picture)
    1 - I would like to reduce the height of the menu, it is taking almost 25% of the screen!

    I really appreciate your efforts, have a great day !
  • Manager

    Posted by: yame, Aug 17, 2020 at 03:07 (3 year ago)

    Thank you so much for your rating ^^

    About the customizing the main menu on the mobile version, you mean that you want to remove these: https://prnt.sc/u0poft and make the same line for logo and menu ??
  • Customer

    Posted by: egypttrotter, Aug 18, 2020 at 18:19 (3 year ago)

    No, I mean that I want to remove the "search" only and make everything appear on the same line. Like on the desktop menu.
    Thanks
    I have another issue with woocommerce. It indicates that the theme is not tested and working on the last version of Woo commerce. Please check the pictures. thank you and have a good day !
  • Manager

    Posted by: yame, Aug 20, 2020 at 11:29 (3 year ago)

    I already sent all to my coder. He will check. And remember to provide me your FTP also
  • Manager

    Posted by: yame, Aug 25, 2020 at 09:34 (3 year ago)

    DONE. Please check your site again: https://prnt.sc/u5ge0g
    My coder added css in Theme Options / General / ACE Settings / Editor Style. You should backup these codes

    About the message of Woo, it is because we still do not edit some files of Woo. It will not affect anything to your site. My coder will update it in the next version.
    Regards,
    Yame

INSTALLATION SERVICE

Theme Installation: $49. Pay now

CUSTOMIZED SERVICES

Use our expert service to turn your ideas into reality. Please send an email to kutethemes@gmail.com to provide the more detailed information. Thanks!

WORKING TIME

Our support service works from Monday to Friday.
Mean time (GMT +7):
+ 7:30 - 11:30 AM
+ 1:30 - 5:30 PM
We will try to answer all the questions within 24 hours and solve them as quickly as possible