Forum Replies Created
-
in reply to: Problem with button spaces in mobile version
Hello,
Add this css in your Custom Css menu:
@media (max-width: 480px){ .row > .cl_column.align-v-middle { margin-bottom: 10px; }}Let me know.
Best regards!
in reply to: Search of products in the online store headerHello,
I added this css in your Custom Css menu:
.search-results h1:not(.custom_font), .h1 { font-size: 35px !important; line-height: 40px !important; } .search-results article .post-thumbnail > img { width: 50% !important; margin-left: 25% !important; } .search-results h2:not(.custom_font), .h2 { font-size: 40px !important; line-height: 40px !important; }This is the result: https://postimg.cc/vx8bGLzR
Best regards!
in reply to: Mobile Display IssuesHello,
The menu – logo- cart default position is to be: menu on the left of logo, cart on right of logo. To change it add custom css in the Custom Css box. Sorry but these are styling customizations, not included in support.
-For the title in mobile and ipad, i added this css inside the respective
@mediarules:.header_page h1 { line-height: 25px !important; }By reducing the line height of the title, the remaining words (that were not visible) will be put up enough to be visible.
-I checked the checkout page in ipad before and it looked ok. Can you please clear cache again and hard refresh? Send us a screenshot of it if you can. So i can understand better what you see.
Best regards!
in reply to: Mobile Menu Not WorkingHello,
There is no problem with mobile menu in theme default form. Please deactivate the third party plugins you have installed and make sure ALL recommended plugins from theme are updated and activated (screenshot).
Let us know if you still can not see the mobile menu after these steps.
Best regards!
in reply to: Stripe for WoocommerceHello,
Can you please be more specific? Does it work in mobile or not?
This is not a tested plugin so i can’t give you a direct answer. I will forward your topic to the developers. So they can check and see what we can do.Please know that we do not support third party plugins.
Best regards!
in reply to: Translate the word "reviews" into your subjectHello,
Sorry for the delay.
Please go to file functions.php and find this code (line 365):'language' => array( 'added' => esc_attr__('Added', 'june'), 'add_to_cart' => esc_attr__('Add to Cart', 'june') )Change the text here.
Best regards!
in reply to: 1-click demo not workingHello,
Please make sure to have enough WP memory limit and upload max file size . Check here theme’s minimum server requirements:
https://codeless.co/june/documentation/#requirementsLet us know.
Best regards!in reply to: Menu Style – Different FontHello,
You can change the menu font style in Customize > Header > Menu Style (screenshot).
Best regards!
in reply to: Revolution slider optionHello,
Update it manually. Go to your Envato account, under Downloads, download theme again. The latest version is available.
Unzip the main file and extract theme folder. Go to wp-content/themes folder in your wordpress installation. Use a ftp account or cpanel to access it. And replace the current theme files with the new version.
Go back to wordpress dashboard. If you see any notice to update plugins, follow the instructions and update all included in theme, plugins.Let me know if you need further assistance.
NOTE: if you have made any direct changes to theme files, make sure to save a backup of them! Because the update will overwrite all theme files (not the settings*) and thus all changes will be lost.
Best regards!
in reply to: Anchor – Redirect to a DIV from a ButtomHello,
Of course. That’s all you need to add, an anchor to the section. So just add an id to the row of the section you want to link it to (screenshot). Then add the link to this section in the button or other element you want to use. (screenshot).
Just be sure to set the link as full link. Example above: https://localhost/picante/about-us/#gossip
Best regards!
in reply to: Add to Cart on the Menu (Food Menu)Hello,
Sorry but this is not possible with theme default options.
To add this, code customization is needed and that’s beyond the support coverage. If you feel this is a feature needed for theme, you can suggest our developers to add it and other features in “Suggest Us Features” forum.Best regards!
in reply to: WP backend does not update to frontend properlyHello,
Yes, you can download the latest version available always in Envato > Downloads. To check theme version, unzip the main file downloaded. Go to theme folder and open style.css file. The version is right at the top of the file/ Screenshot: https://postimg.cc/0MJrhsmm
Or when it’s installed, you can check the version from Appearance > Themes > Theme Details (screenshot).Check here the ways how to update theme: https://codeless.co/documentation/main.html#update_theme
Let us know.
Best regards!in reply to: specular assistanceHello,
Just change the value to your wish. Set it to negative number to move the image more to the left. Example:
@media (max-width: 767px){ footer#footer .inner .row-fluid.ff .span12:first-child:last-child { margin-left: -10px !important; }}Best regards!
in reply to: Price Range is BackwardsHello,
Can i please see a link of your site?
Best regards!
in reply to: Image Full Height and WidthHello,
@reibz,
Go to the column’s settings > Design Options > Margin/Padding. Set some values here until you have the background image sorted out.You can use negative values for the margin.
Best regards!