Forum Replies Created
-
in reply to: Shop – Codeless Slider Problem
Hello,
In Codeless Slide Options, i changed the Layout > Content Width from 70% to 1100px. It is set in the middle now. just like the demo.
Best regards!
in reply to: Staff BiosHello,
Sorry for the inconvenience! Please find here the code in supposed second link: https://www.codeshare.io/BaFOv
We added this block:array( 'id' => 'profile_link', 'title' => __( 'Profile Link', 'codeless' ), 'desc' => '', 'type' => 'text', 'default' => '' ),to the previous code.
Best regards!
-
This reply was modified 11 years, 1 month ago by
Mirela.
in reply to: Adding a stripe of picturesHello,
Yes, the ‘Media’ element only allows one image. But as i previously said, you have to set the row in three columns (screenshot). Add a media for each column.
Best regards!
in reply to: HEADER SEARCHHello,
I browsed your site and i did got the ‘RESULTADO DE LA BUSQUEDA’ title in all of search result pages. If you still get the title change, please send us a screenshot so we can understand better.
Best regards!
-
This reply was modified 11 years, 1 month ago by
Mirela.
Hello,
The difference between the two, is the font size. In the Pricing page, H2 titles font size is 38px, while in the other two pages, it’s 55px. Since the attributes are applied to the same css class, we can not change anything to it. All you have to do is set these two other page’s font size titles to 38px. Or at least have the same size to all pages and edit the value of the above code to fit the new font size.
Best regards!
in reply to: About Photo Element: Jigglein reply to: Floating Sidebar moves not correctHello,
Please go to file: js\main.js and find these lines:
function codeless_single_portfolio_floating(){ "use strict"; var $sidebar = $(".fixed_sidebar"), $window = $(window), offset = $sidebar.offset(), topPadding = 15;Edit the
topPadding = 15;value to 200 or more. Save and refresh.Best regards!
in reply to: Primary Color for Links in Styling OptionsHello,
It should definitely change. Please make sure you have all necessary rights to make changes to files (so it will let you save changes). Also clear cache and refresh.
If still no luck, then please add these lines into your custom css box:
a:hover { color: #1e73be !important; }Best regards!
in reply to: Show Entire BlogPosts in www.site.com/blogHello,
To allow more words to show, please edit the above code to this:
<div class="text"> <?php if(is_single()){ do_shortcode(the_content()); }else{ if($post_format == 'video' || $post_format == 'audio') echo do_shortcode(codeless_text_limit(get_the_content(), 60)); else echo do_shortcode(codeless_text_limit(get_the_excerpt(), 60)); } ?> </div>I the same file, find this line:
<a href="<?php echo get_permalink() ?>" class="btn-bt <?php echo esc_attr($cl_redata['overall_button_style'][0]) ?>"><span><?php _e('Read More', 'codeless') ?></span><i class="moon-arrow-right-5"></i></a>
Translate the “Read more” here.Best regards!
in reply to: About Photo Element: JiggleHello,
In the ‘Media’ element settings, choose Animation > None.
Best regards!
Hello,
Please edit the above code to this:
@media (max-width: 767px){ .vc_custom_heading h2 { line-height: 40px !important;} }Best regards!
in reply to: Links all Scrolling to same placeHello,
Please make sure to have set in “Row settings > Type”, in ‘Fullwidth Background’
Best regards!
in reply to: Unable to locate Specular.zipThis reply has been marked as private.in reply to: How do I open and play video in a modal dialog box?in reply to: Very slow time to first byte -
This reply was modified 11 years, 1 month ago by