Forum Replies Created
-
in reply to: Login/Signup button not working
Hello,
Please check this ticket to understand more on how to set up the “login/signup” form:
https://support.codeless.co/?topic=edit-logged-out-version-of-my-accountBest regards!
-
This reply was modified 8 years ago by
Mirela.
in reply to: How to Hide "Add to Wishlist" – June ThemeHello,
1. To remove “Add to wishlist” from the product page add the css code below:
.single-product .cl-wishlist-share-wrapper .wishlist, .add_to_wishlist_button{ display:none; }2. To remove it from the cart add the code below:
table.shop_table .cart_item .product-data > .wishlist{ display:none; }Best regards!
in reply to: checkout/cartHello,
I didn’t understand if the situation still persists. If so can you please add some valid WP credentials in your profile data extra fields? So we can give this a closer look. Read this article for more information.
Best regards!
in reply to: Mobile Display IssueHello,
The menu is there but the text color of it is white and that is why is still hiden. Somehow you forgot to add some of the css code we provided above. Please add the code below and let us know if it worked.
.menu-small ul.menu > li > a { color: #5a5555 !important; }Best regards!
in reply to: Mobile VersionHello,
1. To fix the logo postion of the logo on the mobile version please add this custom css in Customize > Additional CSS :
@media (max-width: 480px){ #logo { left: 35px !important; } }2. To center the footer on the mobile version add this custom css in Customize > Additional CSS :
@media (max-width: 480px){ footer#footer .inner .row-fluid.ff .span12:first-child:last-child { margin-left: -150px !important; } }Let us know.
Best regards!-
This reply was modified 8 years ago by
Medrit.
in reply to: Header Button Doesn’t Link to AnywhereHello,
1. You should a link where you want the button to point to. To add a link click the button on customize and the button options will open. Scroll down and add the link. See screenshot below:
https://ibb.co/jekEDy2. To make custom changes to the buttons everywhere on the page you can do it by clicking the button as you did before. You should turn on overwrite the default button style and by changing the options that appears to your needs.
See screenshot:
https://ibb.co/drEKfdBest regards!
in reply to: Disable AJAX refresh on checkoutHello,
This happens because when you change the state/country the tax or shipping costs can change, so the system recalculates the result price of the cart. This is a WooCommerce functionality not overwritten by theme. We would not advise to change the native functionality of WooCommerce as it will prevent you from taking future updates of the plugin. Which are very important for the well functioning and security of your site. Or you’ll have to make the changes every time there is an update.
If you must, then we advise to hire a developer to help you with it. Sorry but personal customizations are not included in support.Best regards!
in reply to: How to Hide "Add to Wishlist" – June ThemeHello,
The css code you tried didn’t work because you had another style of wishlist. Add the css code below:
.product_item.style_large .cl-action.add_to_wishlist { display: none; }See screenshot of what it looks like after adding the code :
https://ibb.co/eFvQLdLet us know.
Best regards!in reply to: product image too bigHello,
Can you please add some valid wp credentials in your profile data extra fields? So we can give this a closer look. Read this article for more information.
Best regards!
in reply to: Button AlignmentHello,
The button as an element has its own options. To change the position of the button you should go to the button options and add padding/margin to position the button to your wish. See screenshot below:
https://ibb.co/nQR6Qd
If you mean something else please let us know.Best regards!
in reply to: Cursor Not Blinking On Input PlaceholderHello,
Can you please add some valid wp credentials in your profile data extra fields? So we can give this a closer look. Read this article for more information.
Best regards!
in reply to: Site breakdown after installHello,
We tested the theme on our side and the categories shown on search are related to what we searched for. Please make sure to disable all third party plugins that are not required by the theme and see if the problem persists.
As for the images of smaller sizes you can create an image in Photoshop, add the base layer of 300px(width) and 225px(height) with white or transparent background. Then add the small images there and save them. So you will have images of the same dimensions for all products.
Let us know.
Best regards!in reply to: June modification listHello,
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!in reply to: Button to topHello,
Which button are you referring to? Please provide a screenshot so we can help you.
Best regards!
in reply to: Portfolio, horizontal scrollHello,
On the portfolio settings have you activated carousel? Make sure Portfolio Rows is set to one row and carousel is set to yes. See the screenshot below and let us know.
https://ibb.co/eSBuLdBest regards!
-
This reply was modified 8 years ago by