Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #1416581
Theme Issue
Closed

Comments

  • hennysescon started the conversation

    Hi,

    I would like to know how to adjust my theme preview for Mobile close to looking like the desktop version. Because I would like people to see the menu section to have 3 to 4 columns for each items displayed. Instead of scrolling down to every single products displayed.


    And lastly, I don't understand why my entire contact form isn't working. I already integrated the entire Dashboard>Bakery>Contact to an email address I want people to send once they inquire or order.


    Please I would like to hear from you soon.

    Thank you.

  •  228
    Milingona replied

    Hi,

    1. I am afraid that making products display to 3 or 4 columns in mobile view will make them very small and hence unreadable. If you want, we can provide you some custom code to make them show in 4 columns.

    2. Looks that you have problems with DNS. However, to fix that we installed for you WP Mail SMTP plugin and now you can use a Gmail email address for sending emails instead of default PHP mail function. Please go to Settings > WP Mail SMTP SMTP, enter username & password and let us know if that works for you.

    Kind regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  • hennysescon replied

    Hello,

    I just filled up the SMTP username and password, yet the contact forms aren't still working.

    And please I would like to try and see how small or what it looks like in 3 to 4 columns.

    Thank you,

  •  228
    Milingona replied

    Hello,

    1. Look that you've used an email address that ends with your domain. Please use a Gmail address instead.

    2. You can change the number of product items showing on each device by modifying lines 52-55 of portfolio.php file located at wp-content/themes/bakery/plugins/bakery-cpt/shortcodes/.

    "itemsDesktop" => array(1199, 3),
    "itemsDesktopSmall" => array(980, 3),
    "itemsTablet" => array(768, 2),
    "itemsMobile" => array(479, 1),

    "itemsMobile" => array(479, 1) means that 1 product will be shown on mobile view. Simply change 1 to 2 to show two products per row.

    Kind regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  • hennysescon replied

    Hi,

    Sorry for the late respond. But the email address that I use specifically [email protected] is purchased in Gmail.

    And secondly, I was wondering which part of the shortcodes is this part of the menu, because this is the part which I wanted to apply 2-3 products to be seen. http://www.vjandep.com/pastels/

  •  228
    Milingona replied

    Hi,

    1. The point was to use an email address that ends with @gmail.com. However, looks that now you're using that but your password is wrong and emails are not being sent so please double check it.

    2. The instructions were for the products showing in the homepage so just ignore the earlier code. Now, try to add col-xs-6 class to each of the column containing the product.

    Kind regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter