-
-
Hi, The theme is great, but I got some issues about the theme:
1. How to edit Header and Footer in HTML, CSS and PHP ( without Codeless Editor ) 2. How to set sticky header on mobile. 3. How to sticky without reveal effect, just make it stick. 4. How to display featured, trending, new on each rows than tabs 5. How to set codeless slider width and margin same with other row ( trendings ) 6. How to set codeless slider image responsive ( different image on desktop and mobile ), height based on image ( keep aspect ratio ) 7. How to set custom login and register page ( not wp-admin )
Thank you
-
Hello,
1-You can add custom code in Appearance > customize > General > Custom Codes menu. Or edit out theme files. We strongly recommend to not edit directly theme files as it will prevent you from taking future theme updates which are very important for your site’s well-going. if you plan on changing a lot from theme’s original layout, we suggest to use a child theme instead.
PS: if you change theme core files on your own, we can not offer support on theme for any issues that may arise after that.
2-This is not a feature in theme’s layout. If you want to add it, use custom css. Add the css in Appearance > customize > General > Custom Codes > Custom Css. Example css:
@media (max-width: 480px){ .header-top { width: 100% !important; position: fixed !important; background-color:white !important; z-index: 5000000000 !important; }}
3-You will need to use custom css for this as well. Try out this code:
.cl-header-sticky{ -webkit-transition: -webkit-: none !important; -moz-transition: -moz-: none !important; transition: none !important; }
4-The feature mentioned here is an original element created for June theme. To have different product categories in different rows, just add a new row > than add a ‘shop’ element inside it. Select the category you want to show in it. Repeat the steps for the other rows.
5-Open Codeless slider element’s options by hovering over it with the mouse. Scroll down to the ‘Tools’ option to add padding/margin to your wish. See screenshot: https://ibb.co/kAKDE7
6-Do you want to use different images for different screen sizes? Sorry but this is not possible. Codeless slider is already responsive. You can also use other type of sliders from the included plugins.
7-This is not a feature controlled from theme. I suggest you install a plugin to control and set up user login page.
Let us know.
Best regards!
-
Hi Mihaila,
Thank you very much for the support,
However there are still some issues,
1. The code editor css, i got Expected RBRACE at line 10, col 37 ( only warning no performance issue ). Got this error :
There are 2 errors which must be fixed before you can save. Can force update though.
2. The mobile sticky header is incomplete, here’s the expected css
@media (max-width: 480px){ .header-top { width: 100% !important; position: fixed !important; background-color:white !important; z-index: 5000000000 !important; } #main { padding-top: 90px; } #wpadminbar { position: fixed !important; z-index: 5000000000 !important; } }
3. The transform effect is gone, but the header didn’t stick from the top like above mobile css.
<pre><code> .cl-header-sticky{ -webkit-transition: -webkit-: none !important; -moz-transition: -moz-: none !important; transition: none !important; }</code></pre>
4. Shop issue is fix, but how to add set how many column on desktop and mobile? same with june shop trending (category) and add a custom div column
[row] [ banner - 1/4 ] [ product list - 3/4] [/row]
5. How to change the text like [ Search Your Style ] and [Similar Styles]
6. Codeless Editor doesn’t work while nginx gzip is enabled ( ver 1.1 and 1.0 )
Thank you
- This reply was modified 6 years, 7 months ago by ostrichegret.
- This reply was modified 6 years, 7 months ago by ostrichegret.
- This reply was modified 6 years, 7 months ago by ostrichegret.
- This reply was modified 6 years, 7 months ago by ostrichegret.
-
Hello,
Sorry for the late reply.
1-Just check that there are no brackets left open or double. This is a syntactic error. Check the syntactic error. This message you got: “There are 2 errors which must be fixed before you can save. Can force update though.” shows up when you change code from style.css file directly. When opened from Appearance > Editor. However, you can still save your changes.2-Great!
3-Please try adding this attribute to the current css:
position: fixed !important;
4-You can change the width of products in mobile using custom css. Can i please see a link where you have this? So i can help with the code.
5- The “Search Your Style” and “Similar Styles” can be found in files:
june\includes\codeless_builder\header-elements\cl_header_search.php
june\includes\codeless_builder\header-elements\cl_header_tools.php
june\lang\june.pot
june\woocommerce\single-product\related.phpOpen files in an editor and use Ctrl+F combination to search for the strings. You can use the pot file to replace the current strings with your own as well. Use the same workflow as if you were to translate them.
Check this article to understand more on this way of replacing strings: https://support.ellethemes.com/?ht_kb=translate-site-using-po-mo-filesLet us know.
Best regards!
-
Hello Mihaila,
Thank you very much for the support
1. For the sticky header without transition on desktop i use this
Codeless css overwrite
.cl-header-sticky{ -webkit-transition: -webkit-: none !important; -moz-transition: -moz-: none !important; transition: none !important; position: fixed !important; }
/* Disable this on style.css */ /* .cl-header-sticky-prepare:not(.cl-actived-fullscreen-header){ transform:translateY(-100%); -webkit-transform:translateY(-100%); -moz-transform:translateY(-100%); position:absolute; } .cl-header-sticky-prepare .top_nav{ display:none; visibility: hidden; } .cl-header-sticky-prepare.cl-header-top-nav-sticky .top_nav{ display:block; visibility: visible; } .cl-header-sticky-ready:not(.cl-actived-fullscreen-header){ position: fixed !important; background: #fff; top: 0; width: 100%; z-index: 99999; } */
2. How to set same width for row? [Link on the next post]
3. How to set same height for product row? [Link on the next post]
4. How to set same height for Instagram photo? [Link on the next post]
5. The Subscribe input form not showing on codeless editor and frontend
6. The social icon show on codeless editor but on at frontend
7. How to add product category burger menu on .c-left header-col ?
8. How to edit item column number on mobile on Shop Category ( Below Rev Slider )?
9. I tried to code manual html on wordpress editor but it keep adding <br/> and remove the format.
10. How to remove featured product banner on mobile or change to above product list
11. On Shop, How to add All Category on sidebar above listed category?
Thank you
- This reply was modified 6 years, 7 months ago by ostrichegret.
- This reply was modified 6 years, 7 months ago by ostrichegret.
- This reply was modified 6 years, 7 months ago by ostrichegret.
- This reply was modified 6 years, 7 months ago by ostrichegret.
- This reply was modified 6 years, 7 months ago by ostrichegret.
- This reply was modified 6 years, 7 months ago by ostrichegret.
-
-
Hello,
1-All good then?
2-By default all rows are of the same width, and the height is variable of the amount of elements added into it. To set custom width, open row settings and assign the value you want. See screenshot: https://ibb.co/cghrE7
3-You can set this up with custom css. Or just make sure to have the products images in the same height. Set this up in Customizing > Woocommerce > Product Images (screenshot)
4-Are you referring to the Instagram in footer? The widget? This is a pre-defined element. You only need to set up the user and key to import the images. They will show up in same size as shown in demo. To change these dimensions, use custom css.
5-Please make sure to have installed MailChimp plugin first.
6-Have you added any link to the socials? Each social will show up in the page, only if there is link set up for it.
7-Every element you can add to each side of the menu is listed in the Codeless builder elements showing up when you click on the little balloon. See screenshot: https://ibb.co/eWXxnS
If the menu is not available in the list, then you can not add it.8-This too requires custom css. You can add the custom code in Customize > General > Custom Codes > Custom Css.
9-Please try to use the default elements instead. You can use the “Custom Code” element to add text and use the html tags in it as well.
10-This is a customization that requires coding and is not included in support.
11-Sorry can you be more specific? What do you want to change?
Let us know.
Best regards!
-
-
Hello,
1. Update the Theme and the recommended plugins to the latest version. If you have third party plugins that are not required by the theme, try to disable them and see if the problem persists.
2. Can you be more specific? A screenshot should be helpful.
3 & 5. This requires custom css. You can add the custom code in Customize > General > Custom Codes > Custom Css.
4. See the screenshot provided below :
https://ibb.co/c4U6MJLet us know.
Best regards! -
Hi Medrit,
1. I was using june 1.3.1 when I try to update to 1.5 the codeless editor show blank page.
So i try using brand new wordpress 4.9.5 installation, install june 1.5,
2. on June 1.3.1 and 1.5 account login [large menu with description] is missing?
https://ibb.co/ea77Dy3. When I try codeless 1 click theme setup ( fresh wordpress 4.9.5 and june 1.5 installation ) it hang halfway,
4. after user click add to cart, it show the cart content or redirect to https://june.com/cart/
5. Font awesome didn’t work? I try this but didn’t work: <i class=”fas fa-bars”></i>
6. There’s [ Create Account ] Button, but cannot register account.
https://ibb.co/gDwHDyThank you very much
- This reply was modified 6 years, 6 months ago by ostrichegret.
- This reply was modified 6 years, 6 months ago by ostrichegret.
- This reply was modified 6 years, 6 months ago by ostrichegret.
- This reply was modified 6 years, 6 months ago by ostrichegret.
-
Hello,
Sorry for the late reply.
1-After theme update, please make sure to go to plugins and re-activate the Codeless Builder. it will be inactive by default.2-Are you referring to this: https://postimg.cc/image/jak531b2z/ ?
By default only wishlist and cart have descriptions. We will add it in the next theme update, which will be released soon this week.3-Please increase your wp memory limit and file upload size limit. Check required server settings here:
https://codeless.co/june/documentation/#requirements
4-You can add a product to cart, the cart total amount will be updated instantly, but you will be on the product page still so that you can keep on shopping. If you want to check the cart, go to the cart icon in the top-right corner.
This is theme’s default style. If you want to change it, then you have to edit theme files.
Please keep in mind that personal customizations are not supported from this forum.5-Can i please see a link where you tried to use this font?
6-Please refer to this topic regarding this: https://support.codeless.co/?topic=edit-logged-out-version-of-my-account
Let us know.
Best regards!
-
Hello Mihaila,
Thank you very much for the support,
1-After theme update, please make sure to go to plugins and re-activate the Codeless Builder. it will be inactive by default.
1. Okay, I will try on the next theme update
2-Are you referring to this: https://postimg.cc/image/jak531b2z/ ?
By default only wishlist and cart have descriptions. We will add it in the next theme update, which will be released soon this week.2. Yes, it is, thank you. When is the next theme update?
3-Please increase your wp memory limit and file upload size limit. Check required server settings here:
https://codeless.co/june/documentation/#requirementsAlready set the requirementsL https://s33.postimg.cc/3phlpwpa7/2018-06-02_12-39-27.jpg ,I will try again on the next theme update
4-You can add a product to cart, the cart total amount will be updated instantly, but you will be on the product page still so that you can keep on shopping. If you want to check the cart, go to the cart icon in the top-right corner.
This is theme’s default style. If you want to change it, then you have to edit theme files.
Please keep in mind that personal customizations are not supported from this forum.4. Is there an option to redirect to shopping cart after pressing add to cart in the theme?
https://s33.postimg.cc/793jfi9xr/2018-06-02_12-35-52.jpg5-Can i please see a link where you tried to use this font?
5. On the homepage, i want to use it on header menu. I also tried to change the footer icon for test purpose : https://s33.postimg.cc/uolgkv1en/2018-06-02_12-43-09.jpg
6-Please refer to this topic regarding this: https://support.codeless.co/?topic=edit-logged-out-version-of-my-account
6. Sorry i don’t know i have to turn on : Allow customers to create an account on the “My account” page on Woocommerce settings.
7. Currently cl shop trending will auto sort category based on name, how to set a custom order instead ?
https://s33.postimg.cc/m7lya2mgv/2018-06-02_12-45-55.jpg
I have tried to change the custom order on the code but it still auto sort.
[cl_shop_trending categories=”{‘0′:’101′,’1′:’103′,’2′:’105′,’3′:’108′,’4′:’104′,’5′:’102′,’6′:’131′,’7′:’109′,’8′:’110’}_-_json” columns=”9″]8. After updating to latest woocommerce, i got a notification that june use outdated core version.
https://postimg.cc/image/a70i9jx4b/Thank you very much.
- This reply was modified 6 years, 5 months ago by ostrichegret.
- This reply was modified 6 years, 5 months ago by ostrichegret.
- This reply was modified 6 years, 5 months ago by ostrichegret.
-
Hello,
2-I can’t give you an ETA just yet. But you will be notified when the update will be available for download.
4-Yes, that’s correct! You can use woo-commerce default option to achieve this. Sorry for misunderstanding your question.
5-First you need to add the font files in june/css folder. And then add the new font-family in june/css/codeless-icons.css file. The same as other custom codeless fonts have been added.
7-Yes, the trending shop tab posts products by random selection. Sorry but you can not customize this.
8-We will check these and update the files in the next theme update. If you encounter any issue in the shop’s normal activity after the update, please let us know.
Best regards!
-
You must be logged in to reply to this topic.