Forum Replies Created
-
in reply to: Folie in mobile
Hello,
Folie theme is a responsive theme. All it’s pages and elements are designed to look good in mobile as well. Can you please check if the responsive option is set on? Go to Customizing ▸ General Site Options ▸ Responsive Layout, make sure it’s ON. Clear cache and refresh page.
If the situation persists, add some wp credentials in a private reply. So we can check closely.Best regards!
in reply to: Display Error on first slide after updatingHello,
Sure, let us know for anything.
Best regards!
in reply to: Shop page does not pagingHello,
The shop was set up with element instead of assigning it as the shop page in Woocommerce settigns. I assigned the page as shop page in Woocommerce > Settings > Products > Shop page(screenshot).
The pagination is showing ok now. Please check your site.
Best regards!
in reply to: Error on Folie array_mergeHello,
I replied you here: https://support.codeless.co/?topic=display-error-on-first-slide-after-updating
Please check it.
Best regards!in reply to: layout on mobileThat sounds great.
Let us know anytime.Best regards!
in reply to: Display Error on first slide after updatingHello,
Please try overwriting file folie/includes/codeless_functions_backend_editor.php of this site, with the edited file of the first site.
*Every change made in our customers files will be included in the next theme update. So you won’t need to redo these changes again.
Best regards!
in reply to: Tower ThemeThis reply has been marked as private.in reply to: BLOG SettingHello,
What theme version do you have? Please make sure to have the latest version of theme and all included plugins.
I can’t do much from it being in localhost.. Whenever you can share an online link with us, let us know so we can debug it properly.Best regards!
in reply to: layout on mobileHello,
Yes, it was a speedy mistake. I checked the online site that the logo in the screenshot dictates. I forgot this was in localhost.
The code i gave is the one that eliminates any possible horizontal scrolling. If it persists, that means some element is larger than other elements in the page. For this i need to check the site. I can’t blindly suggest css.
Whenever you can share an online version of this site, let us know so we can check.
Best regards!
in reply to: layout on mobileHello,
I checked but the site does not scroll horizontally. Please clear cache and try again.
Best regards!
in reply to: FAQ Collopsed when page is openedHello,
By default only one faq is open. The rest will open when you click on it. There is no option to have them all closed when first opening the page. To achieve this you need to edit theme files.
Go to vc_templates/faq.php and find these lines:$output .= '<div class="accordion-group '.esc_attr($sort_classes).'">'; $output .= '<div class="accordion-heading '.( ($i == 1)?'in_head':'' ).'">'; $id = rand(0, 50000); $output .= '<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion'.esc_attr($nr).'" href="#toggle'.esc_attr($id).'">'; $output .= get_the_title(); $output .= '</a>'; $output .= '</div>'; $output .= '<div id="toggle'.esc_attr($id).'" class="accordion-body '.( ($i == 1)?'in':'' ).' collapse ">'; $output .= '<div class="accordion-inner">'; $output .= get_the_content(); $output .= '</div>'; $output .= '</div>'; $output .= '</div>';Edit both:
$i == 1to$i == 0Save changes.Best regards!
-
This reply was modified 6 years, 9 months ago by
Mirela.
in reply to: Full Blog pagesHello,
Did you add any custom codes, or installed/updated any new plugin recently? Please reset permalinks first. if the situation persists, add some wp credentials in your profile. So we can check close.
Best regards!
in reply to: Support – Problems with WP bakeryHello,
Right here. Just write your question and possibly add a link to your site. So we can check.
Best regards!
in reply to: Specular – WordPress removed codeless-frameworkHello,
Please re-download theme files from your Envato > Downloads. Then replace the current files in your wp-content/themes folder in the server. Read this section of documentation for more details: https://codeless.co/documentation/main.html#update_theme
Best regards!
in reply to: Tower ThemeHello,
What php version are you running? Please add some wp credentials in a private reply. So we can check closely.
Best regards!
-
This reply was modified 6 years, 9 months ago by