Forum Replies Created
-
in reply to: Portfolio – Publications order
Hello
No, but this plugin works on backend and will not affect the performance of the website.
Please try to update the theme to the latest version.
Regards!
in reply to: Portfolio – Publications orderHello,
When you add a new category the order can be changed but you can change the order as you want in the Customizer by editing the portfolio element. Another way is to install one free plugin for post order.
This will resolve any your issue.
Regards!
in reply to: Specular – Couple of bugs (Mobile menu, accordion)Hello,
Now i have resolved your issue by deactivating the revolution slider from the mobile devices and the menu works.
Please check it now.
Regards!
in reply to: Changes on default themeHello,
1. If you are using Specular WordPress Theme please try to change the layout width at WordPress Dashboard Specular > Layout WordPress Dashboard > Specular > Header Styling.
2. What do you mean with “ui is draggable ”
3. You can’t change the whole icons with images because is impossible. Or you can edit one element to remove the icon and add a images. But this need a customization of the theme.
Let us know.
Regards!
in reply to: Website width/centring issues on mobileHello,
Please try add this lines into Specular > Custom Css:
@media (max-width: 767px){ .boxed_layout { width:100% !important; margin-left:0px !important; } .container { margin:0 auto !important; } }Please add those lines click save and let us know.
Regards!
in reply to: Specular – Couple of bugs (Mobile menu, accordion)Hello,
To fix your issue you have to wait for an update we will launch soon or you can edit the file functions.php file and remove the line below:
wp_enqueue_script( 'jquery');Save the file.
And check again.
Let us know.
Regards!
in reply to: Search results pageHello,
Please check it now. I have fix your search now. You have changed the search type. the old one is only for the blog.
Regards!
in reply to: faviconHello,
Please try to delete the the lines below in header.php file:
<?php if (function_exists('codeless_favicon')) { echo codeless_favicon($cl_redata['favicon']['url']); } ?>After that please check this article on how to add the favicon in the latest WordPress version:
https://codex.wordpress.org/Creating_a_FaviconRegards!
in reply to: Custom Code ProblemHello,
Please can you be more specific. Which custom code element are you referring ? Let me know what code you want to insert so i can help you.
Let me know.
Regards!
in reply to: Header disappears into menu after text edit in WPHello,
I have fixed the issue by replace the function below into includes/codeless_html_attrs.php file:
function codeless_extra_classes_inner_content( $classes ) { if( codeless_get_meta( 'page_fullwidth_content', 'off', get_the_ID() ) === 'on' ) $classes[] = 'container-fluid'; else $classes[] = 'container'; return $classes; }Now it is everything ok.
Regards!
in reply to: Header disappears into menu after text edit in WPHello,
The title now is in the center. We recommend you to use custom font option to place the title in the center of the page header.
I think there is no issue. The theme change the layout in relation with the display width.
Please check it again. Because i have checked it now on my macbook and seems ok.
Regards!
in reply to: Header displaying off-screenHello,
Please check this article on how to update the theme and plugins included with it: https://codeless.co/update-wordpress-themes-and-included-plugins/
Let us know.
Regards!
in reply to: Custom Code ProblemHello,
I have reinstalled the Codeless Builder and Kirki plugin that is required for the theme to work.
Check it now.
Regards!
in reply to: Quick view is not working in mobileHello,
We have added this fix in our upcoming updates. You will receive an emails asap that will notify you about the new update.
Regards!
in reply to: Header disappears into menu after text edit in WPHello,
I think now it is ok. Please check the about page, i’ve also removed the custom code.
Let me know.
Regards!