Forum Replies Created
-
Hello,
To edit this text you have to edit the page “Shop Single Top Content”, edit the text here will change the text of all Shop or Single Product pages on the top bar with the “Need Help ….” words and phone no.
Regards!
in reply to: Folie Scroll Story mobile responsiveHello,
Please try to add this line:
.cl-mobile-menu nav > ul > li > a { color: black !important; }Regards!
in reply to: Portfolio items problemHello,
Probably the problem is caused by the images size ratio. The images need to be square for example 800×800.
Let us know.
Regards!
in reply to: Where is the link function?Hello,
The link isn’t supported in this part of the site. Maybe we can add the possibility in the next updates.
Regards!
in reply to: Codeless builder code in search resultsHello,
We have fixed this and will update the theme with this issue resolved.
For the moment you can fix this by replace the file \templates-parts\blog\parts\entry-content.php with the lines below:
<?php // 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); if(is_search()){ preg_match_all('/\[cl_(.*?)\]/', $content, $matches_vc ); if ( isset($matches_vc[0]) && !empty($matches_vc[0]) ) return; } echo wp_trim_words( $content, codeless_get_mod('blog_excerpt_length', 40), ' [...]' ); } else { if(is_search()){ $content = get_the_content(); preg_match_all('/\[cl_(.*?)\]/', $content, $matches_vc ); if ( isset($matches_vc[0]) && !empty($matches_vc[0]) ) return; } the_excerpt(); } // If excerpts are disabled, display full content else : codeless_hook_post_content_begin(); $content = get_the_content(); $content = str_replace(']]>', ']]>', apply_filters( 'codeless_the_content' , $content )); $page_header = codeless_extract_page_header($content); $content = codeless_strip_shortcode_gallery( str_replace($page_header, '', $content ) ); if(is_search()){ preg_match_all('/\[cl_(.*?)\]/', $content, $matches_vc ); if ( isset($matches_vc[0]) && !empty($matches_vc[0]) ) return; } echo apply_filters('the_content', $content ); codeless_hook_post_content_end(); endif; wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'handel' ), 'after' => '</div>', 'link_before' => '<span class="page-number">', 'link_after' => '</span>', ));Let us know.
Regards!
in reply to: on page menu issuesHello,
Have you activated the OnePage option on the page. Please can you give you access so we can investigate into this problem.
You can write your online link into this thread with a private reply.
Let us know.
Regards!
in reply to: Language on search screenHello,
We are sorry this is an issue of the theme we will fix this in the next update at the moment you can translate this by editing the functions.php file and in the:
codeless_creative_search function change the line:<input class="search__input" name="s" type="search" placeholder="Search" autocomplete="off" spellcheck="false" />replace the placeholder=”Search” with search word translatable in your language.
Let us know.
About the dark background i can’t find it on my local server so it so strange. Please can you give to us access to your wp dashboard so we can take a look closer.
Regards!
Hello Saimir,
I have made some fixes and now looks ok.
Let me know.
Regards!
in reply to: White bar in the bottom of page (Amos)Hello,
I have deactivated the Yellow Pencil and now seems the space it was removed.
Can you check it and let us know.
Regards!
in reply to: June php errorsHello,
Which version of June have you installed ?
Let us know.
Regards!
in reply to: *NEW* Woocommerce Dropdowns not working well!This reply has been marked as private.in reply to: Unable to add WPBakery elements on a pageHello,
It is easy you have to access the Codeless Builder go to Codeless Slider and click on the Row label and change the background in the background option on the left customizer.
Let us know if you have resolved this issue.
Regards!
in reply to: WPBakery (Visual Composer) Elements doesn’t work!!!Hello,
I have just installed the demo data landing scroll to your domain.
Let us know if you need any further help.
Regards!
in reply to: *NEW* Woocommerce Dropdowns not working well!Hello,
I will also check this and will give you a response soon.
Regards!
in reply to: Menu Style – Different FontHello,
I have just made the menu horizontal. If you check on mobile you have the vertical menu too.
Let us know.
Regards!