Forum Replies Created
-
in reply to: active menu on sub page
Hello,
Please add this code into your custom css box:
.header_1 nav li.current-page-ancestor > a { color: #dd9933 !important; }It will give the color to the parent page, when you are in it’s child page.
Kind regards!
in reply to: light version header – active colorHello,
Please add this code into your custom css box:
.header_1 nav li.current-menu-item > a {color: #dd9933 !important;}Let us know.
Best regards!
in reply to: translate "x Comments" and "LEAVE REPLY"Hello,
The string i gave you is part of the
<h4>line you pasted. Anyway, good to know you found it and edited.
Yes, sure i will notify our developers team for it.
If you have other suggestions/requests please do not hesitate to tell us. Write them at our Suggest Us Features forum.Best regards!
in reply to: Blog: masonry layout errorHello,
Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.
The login you send is not valid for wp admin login.
Read this article for more information.
Best regards!
in reply to: Change the language "Read More" buttonHello,
Yes, you are right. Sorry for the late reply.
Please go to the post’s options panel and at the top-left corner of the screens, open “Screen Options“. Check the “Excerpt” box and add as much text as you want in the excerpt text field, that will be shown afterward.Best regards!
in reply to: prevent jump on sticky navHello,
Sorry for the late reply.
Please send us some valid ftp credentials. We need to check the javascript files for this.
You can fill them in the extra information fields of your profile data.Read this article for more information.
Best regards!
in reply to: light version header – active colorHello,
What kind of site do you have? Normal or One page? Please send us a link of it so we can give it a closer look, to understand the situation.
Best regards!
in reply to: Import Demo Data Problem AgainHello,
Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.
Read this article for more information.
Best regards!
in reply to: active menu on sub pageHello,
Set the page you want to keep being active as the sub-page’s parent in Page Attribute’s (screenshot).
Let us know.Best regards!
in reply to: translate "x Comments" and "LEAVE REPLY"Hello,
In the same file \includes\view\blog\comments.php please try to replace this line:
_e("Comments", "codeless");
with this:
__("Comments", "codeless");And this one:
_e("Leave Reply", "codeless")
with this:__("Leave Reply", "codeless")Try again and let us know.
Best regards!
in reply to: Active page header – not responsiveHello,
This is strange. However, i added this code into your custom css box:
@media (max-width: 767px){ .slider#slider-fullwidth { min-height: 425px !important; opacity: 1; overflow: visible; } .codeless_slider_swiper, .codeless_slider_wrapper { min-height: 425px !important; opacity: 1; overflow: visible; } .codeless-slider-container.swiper-parent.swiper_slider.codeless_slider { height: 425px !important; } .codeless_slider .swiper-slide h5.animated.fadeIn { margin-left: -61px !important; text-align: center !important; }}It’s ok now. This is how it shows up in mobile: https://pho.to/AYsmR
Please check and let us know.Best regards!
in reply to: Dummy Data Still Not ImportingHello,
We are sorry to have caused such inconvenience, but please know that this is not a two years old issue. The topics you replied has a very different issue and theme is definitely not the same as many important updates have been taking place ever since.
We have many satisfied customers using the same theme. We would want you to be one of them as well so please let us know what have you been trying to do at first place.
I already advised to get the last theme update, which is vs 2.3.
Please make sure to have all needed requirements for a successful import. Read this article: https://support.codeless.co/?ht_kb=import-of-dummy-data-stops-before-100 then let us know how it is going.If the issue persists, fill in the necessary information on your extra information fields of your profile data. WordPress and ftp too. So we can give it a closer look.
Read this article for more information.
Best regards!
in reply to: New update but not accessHello,
I need more information on this. What message are you getting? Any way it looks like the plugin that caused the first issue may have affected theme scripts. I suggest you to disable all third party plugins, delete theme plugins and update theme. Then proceed in installing required plugins from WordPress dashboard jsut like you did the first time.
Let us know.Regards!
in reply to: Blog: masonry layout errorHello,
I see theme’s code is edited. The styling of blog has opened tags. Did you perhaps made any changes to theme files? Or installed any new plugin lately?
Please disable all third party plugins first. Update theme and try again.
Let us know.Best regards!
in reply to: translate "x Comments" and "LEAVE REPLY"Hello,
These string are translatable with the lang files. You can also find them in file \includes\view\blog\comments.php
Best regards!