Forum Replies Created
-
in reply to: Add to Cart button not redirecting to cart
Hello,
The option “Redirect to the cart page after successful addition” is valid for shop page buying only. The single product shopping is created with ajax.
Sorry but changing this requires coding that is not included in support.
If you must have this, send us an email at [email protected] to request for a quote from our developers.Best regards!
in reply to: Edit Single Post template (header)Hello,
Can you please be more specific on what you intend to change in page header? Some changes can be done using Custom css, and some may need you to change the responsible file directly. The page header file is located in specular\includes\view\page_header.php
Let us know.
Best regards!
in reply to: Problem with jquery?Hello,
I see you are using an outdated copy of theme. Please update theme first and check again.
Do you have any other third party plugins installed? Which buttons are having issues?Let us know.
Best regards!
in reply to: Responsive MenuHello,
1-The background color can be changed in Customize > Styling > Body Background > Body Overal background Color. See screenshot: https://postimg.cc/image/okig6hdk7/
You can set it transparent, but it will not have the result you think.I changed it for now to the color of first row background. You can change it back to your wish and save changes.
I have added this css into your Custom Css box to increase the codeless slider row padding so that it covers this header space:
.cl-row .bg-layer { top: -53px; } .cl_slider .cl-slide > .cl-row { margin-top: -57px; }This is the result: https://postimg.cc/gallery/273vtqrx4/
2-I have already send you the custom css for that! Please see my last reply. Just change the padding-top value to 50%, 40%, 45%..whatever value you are satisfied of the result with.
Best regards!
in reply to: Fast Page Customize not workingHello,
Happy to help :)
All plugins listed in theme’s profile in Themeforest are already tested and recommended for use. As a Seo plugin you can use Yoast SEO.There is no problem updating WordPress and Woocomemrce to your wish. If they are updated all the time, the better for the site’s work and security.
We update theme frequently so even if a conflict would appear by any system update, we will take care of it soon enough.
Best regards!
in reply to: Prices backwards for variable productsHello,
For the single product page, please add this code:
.product span.woocs_price_code { flex-direction: unset !important; width: 31% !important; }See screenshot: https://postimg.cc/image/joa80xdpj/
-Are you referring to edit only single product page price? Or every where (shop, single product etc)? To add text before the price you need to interment directly to theme files. Sorry but this is a customization not supported from this forum.
If you want more professional help in further customizing theme to your wish, our developers can help you.
Send an email to codeless.sol[at]gmail.com to ask for a quote.Let us know.
Best regards!
in reply to: How to Hide "Add to Wishlist" – June ThemeHello,
@kogostudio, Sorry for the late reply.
Please add this code to hide wishlist in category page:.list-entries .product_item .cl-action.add_to_wishlist { display: none; }https://postimg.cc/image/k60bjsufr/
-I checked the cart page and there is no wishlist showing: https://postimg.cc/image/orwfse8br/
-To remove the “Sort by” filter in category page, please add this code into your Custom Css menu:
.archive .cl-woocommerce-results-title { display: none; }-The category page is indeed set as list.
Can you post the shop page link? I can’t seem to find it from the menu.Best regards!
in reply to: Site breakdown after installHello,
4-Please replace the current js/codeless-main.js file with this copy: https://jmp.sh/YzMLL3z
Did you made any changes to theme files directly? I checked and this seems to happen only to simple products. The necessary “cl-carousel owl-theme owl-carousel” classes are not being added in order for the gallery in Quick View to load properly.
However this issue is not present on our side.Let us know.
Best regards!
in reply to: Mobile Grid No CaptionHello,
Please edit the
display: none;todisplay: none !important;
Let me know.Best regards!
in reply to: Fast Page Customize not workingHello,
Sorry for the late reply.
I activated Mailchimp plugin and now it’s ok. The plugin needs to be active in this theme as it’s scripts are related to theme scripts.
Let us know.Best regards!
-
This reply was modified 8 years ago by
Mirela.
in reply to: Site breakdown after installHello,
1-These are settings you set up for each product to your convenience. See this video tutorial to understand more how it is configured: https://youtu.be/Rw_tct2pfoY?t=2m36s
3-I have notified the developer regarding these warnings. We will include a fix for them in the upcoming theme update (we are working on it already).
Please know that these warnings do not affect the front view of your site.4-This is strange. I tried replicating the same situation on my side, but it’s not happening. Not on shop page, nor in categories page.
On your shop page as well, the images in Quick View gallery are displaying as a normal gallery. I have forwarded this to our developers. We will get back to you regarding this asap.5-You can change the ‘sale’ text in file june\woocommerce\loop\sale-flash.php
Find this line:
<?php echo apply_filters( 'woocommerce_sale_flash', '<span class="onsale">' . esc_html__( 'Sale!', 'june' ) . '</span>', $post, $product ); ?>Adding additional labels for other product situations requires coding that is not included in support. If you want, our developers can help you achieve it. Email us for a quote in [email protected]
6-Sorry but this is not possible with theme’s default options. I suggest you use a custom plugin to add more features to posts.
Best regards!
in reply to: Responsive MenuHello,
Technically there is no black menu bar.
The black bar in header is due to the background color difference between the content and the first row background color. The first row background is gray and since it starts under menu bar, that’s why you see this black bar in the slides where there is only text.
See screenshot: https://postimg.cc/image/nedj4pm6f/I you watch closely while scrolling thru the slides with images, this black row under menu is not present at all. See this other screenshot:
https://postimg.cc/image/s1jl6hh93/ (attempted to catch while scrolling)-In the last reply i send you for point 1, some css that positions the text in mobile.
This code:@media (max-width: 480px){ .cl_column > .cl_col_wrapper > .col-content { padding-top: 60%; }}I tested it in my device and the text looks quite centered. If you are not satisfied with this result, then just change the value of padding-top until you are satisfied with the result.
Let us know.
Best regards!
in reply to: Mobile Testimonial Length Not User FriendlyHello,
I understand but this is a customization that requires coding and this exceeds the support reach. If you have a lot of changes needed to do to the template, i suggest you hire a developer. Or request a quote from our developers so they can assist you in further customizing theme.
Best regards!
in reply to: Mobile Grid No CaptionHello,
Sorry for the late reply.
Please add this code into your Customize > General > Custom Codes > Custom Css menu:@media (max-width: 480px){ .entry-link, .entry-lightbox { display: none; }}It will remove the link effect from the overlay of portfolio items in mobile. So that you can tap over an portfolio and then the overlay with title will show up. Then only if you tap again on the title, you will be send to the single portfolio page.
Let us know if this works for you.
Best regards!
in reply to: Menu Behaving Differently on Different PagesHello,
For each page you have to select the style of header to use (light/dark). For this go to page’s general settings > Header Color. See screenshot: https://postimg.cc/image/9jsk82zjb/
Let me know if this is what you needed.
Best regards!
-
This reply was modified 8 years ago by