Forum Replies Created
-
in reply to: Site dropped after the upgrade
Hello,
I see the site is showin ok. Screenshot: https://ibb.co/XbQtT83
What is the problem?Best regards!
in reply to: Error HTTP 500 Installing themeHello,
Please re-download theme again. We have just uploaded an new version with this error fixed.
Best regards!
in reply to: Codeless Slider Display IssueHello,
May i please see some screenshots? I did a check in browser simulated screens, but i don’t see the issue. See screenshot: https://ibb.co/PFFPwSn
Best regards!
in reply to: Side navigation page for Private pagesHello,
Yep, you are right! It was a wrong statement from my side. The private pages do not show up in left sidebars. WordPress feature! You need to have pages public (what’s the use to set them in sidebars if they are hidden anyway).
Just make sure to set a parent page first. Then set other pages as child pages to that parent. To the child pages you assign the “Left Navigation” template. I noticed no page was set up in parent-child relation so i made a demo for you. See the page’s relation in Pages menu.
Screenshots: https://ibb.co/wSdJcWr
https://ibb.co/kV75t4KBest regards!
in reply to: child theme overwriting parent filesHello,
Please add wp credentials in a private reply. So we can check what is not set up properly.
Best regards!
in reply to: Tower Mobile HamburgerHello,
First, please make sure to have set ON the Show Responsive Menu Dropdown in Header Options.
Then add this css in General Options > Custom Css:@media (max-width: 480px){ #logo { left: 80px !important; } #logo img { margin-top: -105px !important; height: 200px !important; } }Let us know.
Best regards!in reply to: Portfolio — Video Playing w/Out AudioHello,
Sorry for the late reply.
Can you please add some wp credentials in a private reply? So we can check is closely.Best regards!
in reply to: 2.5.4 updateHello,
1-Reload site for the content to reset to the new size. When the site is opened in a different screen size, it is loaded with the dimensions of that screen size. https://ibb.co/br4gtKy
https://ibb.co/Nns23ZT2-Yes, it is possible. It was a
.cl-row{ margin-left: 15px;}that was causing it. I removed it already. Please check it now and let me know.3-Yes. You add the portfolio as an element, so you can add it as many time you want in a page. Or many pages.
4-Yes, you can have more than one slider in one page. The gallery does not have an option for autoplay carousel. You can add it but it will need code customization. Please keep in mind that personal customization are not included in support.
5-The menu style is selected in Customize > Header > Layout > Header Layout. Change it to ‘top’. See screenshot: https://ibb.co/5cvRy02
Let us know.
Best regards!in reply to: 500 Error Internal Server ErrorHello,
The latest version is 1.7.1. Check here theme change log: https://themeforest.net/item/june-multipurpose-responsive-woocommerce-theme/20904893?s_rank=3
Best regards!
in reply to: Side navigation page for Private pagesHello,
Being a page private or public does not limit any of theme options. Please add some wp credentials in a private reply. So we can check this close.
Best regards!
in reply to: Remove Prices on Shop PageHello,
This is a woocommerce customization. Try adding this css in Custom Css box:
.woocommerce-variation-price .price, .woocommerce ul.products li.product .price { display: none; }Then add this js in the Custom JS box:
(function($){ $(document).ready(function(){ $('.variations_form.cart select').change(function(){ $('.woocommerce-variation-price .price').css('display', 'block'); console.log('changed'); }); }); })(jQuery);Let us know.
Best regards!in reply to: Error on Folio home page URGENTHello,
Please add some wp credentials in your profile data. So we can give a closer look.
https://support.codeless.co/?ht_kb=add-private-login-credentialsRegards!
in reply to: 500 Error Internal Server ErrorHello,
What version do you have? It’s strongly advised to have always the latest version, however the 500 error is an internal server error. You should consult your host regarding it.Regards!
in reply to: Codeless Slider – remove arrowsHello,
Please add this code into your Custom Css box:
.codeless_slider .nav-thumbflip a.prev, .codeless_slider .nav-thumbflip a.next { display: none; }Best regards!
Hello,
No, that is not necessary. Please add some wp and ftp credentials in your profile. So we can check it directly.
https://support.codeless.co/?ht_kb=add-private-login-credentialsRegards!