Forum Replies Created
-
in reply to: Codeless Slider not resizing on mobileThis reply has been marked as private.in reply to: issue with translation
Hello,
Please try out these steps:
1-Add the new function to add page header in file functions.php in the child theme:function child_codeless_add_default_page_title(){ if( !codeless_page_from_builder() && is_page() && ! codeless_is_shop_page() && ( ( function_exists( 'is_wc_endpoint_url' ) && !is_wc_endpoint_url( 'order-received' ) ) || !function_exists('is_wc_endpoint_url') ) && get_page_template_slug() != 'template-sidenav.php' ){ get_template_part( 'template-parts/default-page-header' ); return; } }2-Add this file too in child theme folder, using the same folder path:
\includes\codeless_hooks.php
Then add this line into it:
add_action( 'codeless_hook_content_column_begin', 'child_codeless_add_default_page_title' );Let us know if this fixes it.
Best regards!
in reply to: Codeless Slider not resizing on mobileHello,
Can you please add some wp credentials in a private reply? So we can check closely.
Best regards!
in reply to: OnePage link to id scroll to farThis reply has been marked as private.in reply to: Codeless Slider not resizing on mobileHello,
Did you try to open it from another browser? I checked the site from my phone and the slider resized the images well without needing any refresh or other action. See a screenshot of it: https://ibb.co/c6QtRqC
Try clearing cache or deactivate any add-ons you may have installed in the browser.
Let us know.Best regards!
in reply to: Handel – Home page menu layout & slider positionThis reply has been marked as private.That’s great!
Thank you for letting us know.Best regards!
in reply to: linking out on imagesHello,
If there is one php file responsible for the image or text, then yes. The changes will affect all site. The same goes for the text links.
In order to have the option to open in new tab only some text or some images, then a new option must be added. I will notify the developers for your suggestion, but i can not assure you right now that it will be included in future theme updates.If you think this is important feature or if you have other suggestions, please let us know by writing them here: https://support.codeless.co/?forum=suggest-us-features
Best regards!
in reply to: ButtonsHello,
Try this way:
1-unzip the file you downloaded from Envato; Extract theme folder;
2-open wp-content/themes folder using a ftp account; rename the current theme folder (example: folie-old);
3-upload the new version;
4-go back to wordpress dashboard, check if there are notification on the screen for plugins updates. If there are, continue to update plugins(like in this screenshot: https://ibb.co/JRGvmGS).Let us know.
Best regards!in reply to: Handel – Home page menu layout & slider positionHello,
Sorry but i am not sure i understand what you want to do here. You have already installed theme and another support member already imported the dummy data for you. That’s all you need. You do not have to import dummy data again! That’s a one time action.
If you want to use a child theme, great. Just unzip the file you downloaded from Envato. You will see the child-theme there. Upload it into your wp-content/themes folder via ftp. Or zip only the child theme folder and upload it in Appearance > Themes. Install it like any other theme. Lastly, activate child theme and that’s it.
Keep in mind that parent theme MUST be installed as well. Even if you have child theme active.
See this video tutorial for more: https://youtu.be/yfuE31iBkEo
https://youtu.be/FUMbHW8njHUBest regards!
in reply to: Child themeHello,
If you want to make direct changes to theme files, then yes you need to use a child theme. Keep in mind that the changes need to be made in the child theme files in order for them not to be lost in the next theme update.
The point of using child theme is to make the changes in the child theme so the parent theme is left untouched.
Best regards!
in reply to: Child themeHello,
Are you referring to the content? If you have been customizing the content, then yes. You can activate child theme and no loses will happen.
Let us know.
Best regards!
in reply to: Resource usageHello,
The recommended image size is 250mb at max. Or you can try to allocate your site more resources. If you are on a shared server and this is not possible, we recommend re-optimize images again.
Best regards!
in reply to: Handel – Home page menu layout & slider positionHello,
1 – The ‘Open Positions’ table missing: the table element needs to be created first. Then you select it to show in the page. Go to “TablePress” plugin options. Create new table. Then in the “Careers” page’s customizer, select the new table from the tablepress element.
2-The same logic here as in point 1. The “Cost Calculator” is a Contact Form 7 element. Go to the Contact Form 7 menu, create it and them select it in the page.
3-This:
[cl_woocommerce columns="4" filters="fullwidth" product_title="h4"]is woocomemrce shortcode for the shop page. You need the install Woocommerce plugin first. Activate it, then you will see the shop page take form.
See related: https://docs.woocommerce.com/document/woocommerce-shortcodes/
Let us know if you have further questions.Best regards!
in reply to: logo in responsiveHello,
Is it ok now? let us know if you need further help.
Best regards!