Forum Replies Created
-
in reply to: VC Sidebar Widget
Hello,
Yes, it is secure to use it. Removing it is a decision of theme developers. You can redo the edit in case of a theme update, or use a child theme.
Add the edited file (with the hole path) in the child theme folder. This will keep you from making the same change every theme update.Best regards!
in reply to: link down page only working onceHello,
I have replied you regarding this, on this other topic of yours: https://support.codeless.co/forums/topic/anchor-link-jq-scroll-conflict/
What theme do you have installed? Please restrict to writing only at your theme’s support forum.Best regards!
in reply to: anchor link jQ scroll conflictHello,
Where are you trying to do this? Have you set up the page as one page?
You can only navigate thru site via row id. This is a feature of the “one page” site structure and will work only when the page is set as “one page”.
Let us know.
PS: The site posted is not available. Please check it.Best regards!
in reply to: Removing title’s border in Codeless SlideHello,
Please add this css code into your custom css box, for the borders in codeless slider titles:
.codeless_slider .swiper-slide h1 { border-top: none; border-bottom: none; }Best regards!
in reply to: Drop Down Menu Not working properlyHello,
I checked the Test site but i do see the smooth scrolling. Did you manage to fix your issue?
To make header sticky in mobile as well, please add this code into your custom css box:@media (max-width: 767px){ .header_1 .header_wrapper { position: fixed !important;} }Let us know if you need further help.
Best regards!
in reply to: Color menu in Shop and productsHello,
For these two cases, add this code:
.woocommerce-page nav .menu > li > a { color: #777 !important;}
This will affect all woocommerce pages.Best regards!
in reply to: Placing Page Header Below Site HeaderHello,
Yes, please add this code into your custom css box:
.codeless_slider_swiper { padding-top: 100px; }Let us know.
Best regards!
Hello,
I was able to import dummy data of the default demo. I also set up the main configurations, like setting up home page, blog, widgets and sliders. You can continue with further customization.
However, your site has issues in saving. Please make sure to check on these settings:
-To have the required access on themes files,
-check the execution time limit,change it on your server if not long enough to let all dummy data import.
-Check to have have enough memory limit.You can increase it yourself by adding this line into your wp-config.php file :define('WP_MEMORY_LIMIT', '94M');
Or ask your hosting provider to do it for you.
Let us know if you need further help.Best regards!
in reply to: Dummy Data for Default will not loadHello,
Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Image gallery auto rotateHello,
Please go to file \js\jquery.flexslider-min.js and find this line:
slideshowSpeed: 7E3,replace “7E3” with a value (example: 5000) and save changes. That is the speed in miliseconds.Best regards!
in reply to: title in the slideHello,
The text in custom css box has errors. From what i see of what you pasted, it should be like this:
/*#header{ margin: 0 auto; }*/ .page-id-2298 .header_page.centered h1{text-align:left;} /*.page-id-2298 .header_page.with_subtitle.centered .titles h5*/ .codeless_slider .swiper-slide .content h1 {width: 600px;}Why did you add this line:
.page-id-2298 .header_page.with_subtitle.centered .titles h5?
It has only css classes and it does not give them any attributes. This is causing the code i gave you, not to work. I commented it out. If you want to use it, complete it and remove the comment tags(/* */).Best regards!
in reply to: google map problemsHello,
You are setting it up wrong. Do not paste the entire link copied by google map. You need to remove the
<iframe>tags and leave only the map url.
Please see example below:
Wrong:
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6334.398620881024!2d126.70201398927989!3d37.4560157877702!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357b798165bffb43%3A0xd854733a55d6f1b4!2zKOyjvCnsnbjsspzsnKDrgpjsnbTti7Drk5w!5e0!3m2!1sen!2s!4v1457615221057" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
Right:
https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6334.398620881024!2d126.70201398927989!3d37.4560157877702!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357b798165bffb43%3A0xd854733a55d6f1b4!2zKOyjvCnsnbjsspzsnKDrgpjsnbTti7Drk5w!5e0!3m2!1sen!2s!4v1457615221057Best regards!
in reply to: Button placementHello,
Yes, you can rearrange their layout with some css code. Add it into your custom css box.
Best regards!
Hello,
Please see here the result after applying the above code, screenshot. Did you add the custom code into your custom css box?
Send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: but parallax, works?Hello,
What are you trying to do? Please send us your site’s url so we can give a closer look.
Best regards!