Forum Replies Created
-
in reply to: Plugins updateThis reply has been marked as private.in reply to: HTTPS Problem
Hello,
Please share your online link, so I can find which image do that and how we can fix it.
Anyway, you can also check out our guide on how to make a WordPress Site from HTTP to HTTPS:
Regards!
in reply to: Demo Install issuesHello,
Yes it will be the best solution so we can install the new demo exactly like the online version.
Regards!
in reply to: Can't remove gap?Hello,
I have made it. You can edit with WpBAkery Visual Composer edit Row > Design :
Regards!
in reply to: Open Portfolio items in same windowHello,
I have edited the file handel/includes/codeless_functions_portfolio.php
$target = 'target='.'"'.codeless_portfolio_item_permalink_target().'"';
replace with:handel/includes/codeless_functions_portfolio.php $target = 'target='.codeless_portfolio_item_permalink_target();If you like our theme and support please rate our theme with 5 stars.
Thank You!
in reply to: Codeless builder overwrites stylesHello,
I have edited the file /wp-content/themes/handel/codeless_builder/cl_button.php
<?php echo esc_attr( $extra_classes ); ?>" <?php /*$this->generateStyle('.cl-btn', '', true)*/ ?> target="<?php echo esc_attr($target) ?>"> <span><?php echo cl_remove_empty_p( cl_remove_wpautop($btn_title, true) ) ?></span></a>I have commented the code: $this->generateStyle(‘.cl-btn’, ”, true)
Regards!
in reply to: Problems with widgetsHello,
First thing I want to be sure that you have the latest version of Codeless Builder and Folie theme
The Codeless Slider is editable directly through Edit Codeless Builder.
You have to login into WordPress Dashboard > Pages > Hover the Mouse on the page you want to edit > Click Edit With Codeless Builder.
After that, you have to click on the slider and continue with slide editing.
Let us know.
Regards!
in reply to: Open Portfolio items in same windowHello,
I suppose now this is also resolved.
Let us know.
Regards!
in reply to: Codeless builder overwrites stylesHello,
Please can you check it out now? It was our issue I have fixed it and will be ok also on the next update.
Sorry for the inconvenience.
Regards!
in reply to: Classic editor pluginHello,
Sorry I have tried to check the issue but seems impossible 403 error.
I also tried on my local machine the classic editor and folie and there is no issue with the featured image.
I think the issue is caused by some third party plugin or you have disabled the featured image on the Screen Options:
Let us know.
Regards!
in reply to: blog Excerpt LengthHello,
Can you check out this PHP file instead: wp-content/themes/folie/template-parts/entry-content/
// Display excerpt if auto excerpts are enabled in the admin if ( codeless_get_mod( 'blog_excerpt', true ) && ( ! is_single() || codeless_get_from_element('blog_from_element', false) ) ) : if( get_the_excerpt() == '' ){ $content = get_the_content(); $content = preg_replace("~(?:\[/?)[^/\]]+/?\]~s", '', $content); echo wp_trim_words( $content, codeless_get_mod('blog_excerpt_length', 40), ' [...]' ); } else the_excerpt();replace with:
// Display excerpt if auto excerpts are enabled in the admin if ( codeless_get_mod( 'blog_excerpt', true ) && ( ! is_single() || codeless_get_from_element('blog_from_element', false) ) ) : if( get_the_excerpt() == '' ){ $content = get_the_content(); $content = preg_replace("~(?:\[/?)[^/\]]+/?\]~s", '', $content); $content = ''; } else $content = '';Let us know.
Regards!
in reply to: Codeless builder overwrites stylesThis reply has been marked as private.in reply to: Open Portfolio items in same windowThis reply has been marked as private.