Forum Replies Created
-
in reply to: Folie – automatic scroll speed
Hello,
Please add some valid wp credentials in your profile data. Read this article for more information.
So we can check it closely.
Best regards!
in reply to: HeaderHello,
Just go to the page options, scroll down. You will see the General Settings section right after the page’s content (at the end of all visual composer elements you have added in the page/post).
See screenshot: https://postimg.cc/image/iv4f052uv/Let me know.
Best regards!
in reply to: Social Icons and Text not lining upHello,
Sorry for the late reply.
To align the text and icon, please add this code into your General Options > Custom Codes > Custom Css box:.social_icons_sc { float: initial; width: 5% !important; }How did you add this element? It has a strange structure. Can you send us some valid wp credentials in a private reply? So i can give it a closer look.
Best regards!
Hello,
I was able to import the small business demo in no time. Please check your site now.
Let me know if you need further help.Best regards!
in reply to: Auto Scrolling TestimonialsHello,
To do this you need to edit theme js script in file js/codeless_main.js. The function responsive for it is “
CL_FRONT.testimonialCarousel” Please know that this is a personal customization and therefore not included in support.Best regards!
in reply to: Install problem FOLIEHello,
I installed and set up theme in your site. Please check and let me know if you want to change anything.
Best regards!
in reply to: Blank space in web creation does not workHello,
Please update theme and all it’s included plugins to their latest version. It’s very important for the well-functioning of theme settings!
Let us know if the issue persists after this.
Best regards!
Hello,
1-The password is not accepted: https://postimg.cc/image/61j88v3af/
2-I see the currency symbol is set to euro (screenshot). Did you manage to fix it?
Let us know.Best regards!
in reply to: Search feature in headerHello,
I added this css too:
.search.tool.search-style-.expand { background-color: #cd171900 !important; border-radius: 0% !important; }Please check. It’s ok now.
Best regards!
in reply to: masonry layout not working in my rtl siteThis reply has been marked as private.in reply to: Some Translate – JuneHello,
You can use a translation plugin such as WPML or Loco translator. Or use the included pot files. Check this link and follow the steps.
Let us know.
Best regards!
in reply to: June update = unable to editHello,
Can you please add some valid wp credentials in your profile data? Read this article for more information.
There is no reason for the customizer not to work. Do you have all necessary plugins installed? Please be sure to install and activate Mailchimp Plugin as required from Theme. If this will not fix the issue, please contact me back.Let us know so we can help.
Best regards!
-
This reply was modified 7 years, 11 months ago by
Mirela.
in reply to: Open on new tab optionHello,
Yes, there is no option to select if you’ll have a link open in new tab or not. By default the links open in the same page. To change that you need to edit theme files. Please go to file functions.php and find this block:
function codeless_team_socials( ){ $list = codeless_get_team_social_list(); $output = ''; if( empty($list) ) return; foreach($list as $social){ $link = codeless_get_meta( $social['id'] . '_link', '', get_the_ID()); if( $link != '' ){ $output .= '<a href="'.esc_url( $link ).'"><i class="'.esc_attr( $social['icon'] ).'"></i></a>'; } } return $output; }Edit this line:
$output .= '<a href="'.esc_url( $link ).'"><i class="'.esc_attr( $social['icon'] ).'"></i></a>';To this:
$output .= '<a href="'.esc_url( $link ).'" target="_blank"><i class="'.esc_attr( $social['icon'] ).'"></i></a>';Let us know what other changes you want to do.
Best regards!
in reply to: Customising my site for mobileHello,
You can make these changes by using custom css. Add the code in your Custom Css box in General Options. If a custom css does not work, then check the css classes you are editing. They may not the the correct ones.
If you want us to help directly, then just add some valid wp credentials in your profile data. Read this article for more information.
Best regards!
in reply to: Custom Code ProblemHello,
We have just released a theme update. Please update your version and let us know if the situation persists.
Best regards!
-
This reply was modified 7 years, 11 months ago by