Forum Replies Created
-
in reply to: How to change the Single Product Display page
Hello,
-The css classes for the product and info area are:
Image:
.single-product .cl-style-default .cl-product-info .cl-images-wrapperInfo:
.single-product .cl-style-default .cl-product-info .summary-You can change image sizes in Codeless > Image Sizes > Other (screenshot);
-Sorry but this styling is made in the code and in the option panel there are other customizations.
With June especially, the developer has tried to include as many styles as possible. Being this a dedicated woocommerce theme.
The customizations you want are not done by the Codeless Builder, nor Visual Composer. These are independed plugins and the products pages are related to Woocommerce plugin. Check out the Woocommerce plugin’s official site to learn more how to change it further.
https://docs.woocommerce.com/Best regards!
in reply to: Mobile Menu sometimes not appearingHello,
I see. I have notified the developer and we will check upon this closely and include a fix in the next theme update.
Best regards!
in reply to: "Learn More" button for team memberHello,
You can add a normal button and link it to the team profile page. See example: https://ibb.co/NrHF4K2
Best regards!
in reply to: Services page bugHello,
How did you add the icon? Using Visual Composer elements or by code? I see the brackets in the code are messy which results in the double quotes at the start of “Energy” word.
Can you please add some wp credentials in your profile? So i can check closely.
https://support.codeless.co/?ht_kb=add-private-login-credentialsBest regards!
in reply to: How can I insert a list of "Careers" to my pageHello,
Add a new element in the page. Either be it a blog or simple text element where the “Carrers” are listed. Then drag and drop the row with this element in the position inthe page, that you want it to stand.
In this case drag it between the two rows containing “Custom headings”.Best regards!
in reply to: Cannot change page content by Codeless Page BuilderHello,
Sorry i didn’t understand very well the last reply. Is all ok now on your part? Do you want us to check anything else?
Let us know.
Regards!in reply to: Is the sale price displayed after Regular price?Hello,
Please add this css into Customize > General > Custom Codes:
body[class*=" currency-"] .product-type-variable > .cl-product-info .summary.entry-summary > .price .woocs_price_code { flex-direction: row-reverse !important; justify-content: flex-end !important; }Result screenshot: https://ibb.co/r7nXhvN
Best regards!
in reply to: Issues updating pages with Codeless BuilderHello,
The required plugins i mentioned were installed but not active. I activated them and it’s all ok now. See screenshots:
https://ibb.co/zGq307J
https://ibb.co/fxPsff1Side note: Please do not add code like this in a ticket. it’s messy and not understandable. Theme has no problems n my side so even if i were to copy-paste this for test, it still wouldn’t show the same result as in your site.
Remember to always send screenshots of the errors or shortcodes. It’s better for us to understand.Regards!
in reply to: Services Circle Icon – how to add more iconsHello,
Sorry for the late reply.
The icons are symbols created from these fonts. To change their size, just change font size using custom css.
Example: add this code into your General Options > Custom Css box:.services_medium i { font-size: 20px !important; }Best regards!
in reply to: Issues updating pages with Codeless BuilderHello,
Please install and activate all required plugins for theme to work properly. Such as Codeless Visual Composer Backend and Customize Posts.
Regards!
-
This reply was modified 7 years, 1 month ago by
Mirela.
in reply to: translateHello,
Both strings are translatable. If they are not present in the .PO file, you can add them by editing the file with PoEditor.
Here is where they are locaetd in theme files:
1-Sale! -> june\woocommerce\loop\sale-flash.php (line 28)
<?php echo apply_filters( 'woocommerce_sale_flash', '<span class="onsale">' . esc_html__( 'Sale!', 'june' ) . '</span>', $post, $product ); ?>2-Out of Stock -> june\woocommerce\loop\sale-flash.php (line 34)
<?php echo apply_filters( 'woocommerce_outofstock_flash', '<span class="outofstock">' . esc_html__( 'Out of Stock', 'june' ) . '</span>', $post, $product ); ?>–june\includes\codeless_functions_woocommerce.php (line 1313)
<div class="cl-info outstock"><span class="out-stock"><i class="cl-icon-alert-circle"></i><?php esc_attr_e( 'Out of Stock', 'june' ); ?></span></div>Best regards!
in reply to: Checkout page horizontal slideHello,
Can you send us a screenshot of it? I check it in mobile and chrome mobile simulator but i find no issues.
Best regards!
in reply to: Issues with upgradeHello,
Please add some wp and ftp credentials in your profile data. Read this article for more information: https://support.codeless.co/?ht_kb=add-private-login-credentials.
So we can check this closely.
Best regards!
Hello,
One of theme’s js files is not being loaded. See screenshot: https://ibb.co/nPt8Ly6
Please make sure all theme files are being loaded correctly.Let us know.
Best regards!in reply to: How to change the Single Product Display pageHello,
If you want to change only the dimensions, you can do so using custom css. Add it in Customize > General > Custom Codes. I can help with the code, but i need to see a link of the product page. What change do you want to make? Increase width/decrease?
Let us know.
Best regards! -
This reply was modified 7 years, 1 month ago by