Forum Replies Created
-
in reply to: Portfolio items sorting
Hello,
The format of the category word is not the same in the portfolio items, with the one in the filter bar. See screenshot: https://pho.to/AjcUU
This caused to deliver an empty search.
Please add your wp credentials in the profile, or add them in a private reply. So we can give this a closer look.Best regards!
in reply to: Installation not working properlyHello,
Please read this article for more details on this issue: https://support.codeless.co/?ht_kb=import-of-dummy-data-stops-before-100
If the issue persists, send us some valid wp credentials in a private reply. So we can give it a closer look.Best regards!
Hello,
That’s great. Please let us know if you need further help.
Best regards!
in reply to: image not showing up on posts pageHello,
Sorry for the late reply.
I do see the image showing up well in the post. See screenshot: https://pho.to/Ajc5L
Did you manage to fix your issue?
Let us know if we can help with anything.Best regards!
in reply to: Portfolio items sortingHello,
You can reorder them but you will need to install a custom plugin for it. Like “Post Type Order“.
You can use it to reorder any custom type post such as portfolio items, posts and codeless slider slides.Best regards!
in reply to: Homepage sliderHello,
I already showed you how to add a slider to a page (or in this case the home page), in the last reply. Home page is also a normal page, so it’s the same procedure.
Depending on the slider you chose to add (Codeless / Layerslider / Revolution slider), to edit the slider, go to the slider and select the slider you are using. Open it for edit.
Example: If i chose to show one of the “home” slider of Revolution slider (like in the screenshot in the last reply), to edit out this home slider, i will go to Slider Revolution > Sliders. See screenshot: https://pho.to/AjNzUIf you select to display slider in fullwidth, than it will cover the desktop screen from left to right completely. It will adapt also to other layout (ipad, mobile). An example of a fullscreen slider is this: https://codeless.co/specular/default/
Best regards!
in reply to: Copyright for header 7Hello,
The copyright code is placed int the footer.php file. To add it into the header, means removing this code from footer.php to header.php file. This is a customization not included in support as it’s a personal preference change.
I would suggest you add the info of the copyright as text widget to the header. Go to Appearance > Widgets to add it.Best regards!
in reply to: WPML Specular Theme ver 2.3.3This reply has been marked as private.Hello,
The site is in “Coming soon” mode and i can not test the animated counters in mobile. I tried the previous login credentials you send me but it’s not possible to login.
Do you have many third party plugins installed? The animated counters do work well in mobile. There must be something else interfering with it’s scripts.
I suggest you disable all third party plugins and try again.
Let us know how it goes.Best regards!
in reply to: How to add more room for team / staff bio?Hello,
The difference is not in the number, but in the function. I changed
get_the_excerpt()toget_the_content(). We were increasing the excerpt number of words, while you were adding(showing) content instead.Let us know if you need further help.
Best regards!
in reply to: How to add more room for team / staff bio?Hello,
In file vc_templates/staff.php in the child theme i edited out this line:
$output .= '<p>'.codeless_text_limit(get_the_excerpt(), 90).'</p>';
to this:
$output .= '<p>'.codeless_text_limit(get_the_content(), 190).'</p>';The text shows up all now.
Best regards!
in reply to: codeless slider not fully resonsiveHello,
This version also does not present any issue in mobile. You need to make sure first that you have assigned a height to the slider in General Settings > Slider Options > Height. Please see here the mobile view of the slider in the test page: https://pho.to/AjCAP
Let us know.
Best regards!
in reply to: Mobile menu & slider content issuesHello,
Yes, just edit the code above to this:
@media (max-width: 979px){ .codeless_slider .swiper-slide .content { right: 0 !important; top: 36% !important; }}Result screenshot: https://pho.to/AjC20
Best regards!
in reply to: Column gap not working in inner row settingHello,
Thank you for noticing this. The inner row is a feature not overwritten from theme. All it’s code’s are directly deriving from the plugin code.
We will give this a closer look and include a fix if we can. Please use the element’s animation in the time being.Best regards!
in reply to: Swap logo and menu positions.Hello,
In the code i previously gave you, this part:
.header_tools { padding-right: 24% !important; }is responsible for rearranging the search icon position (search is part of the header tools). change it’s value to your wish, until you have the desired result.
Best regards!