Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 11 years, 1 month ago Mirela
    Participant
    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!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Staff Bios

    Hello,

    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.
    11 years, 1 month ago Mirela
    Participant
    in reply to: Adding a stripe of pictures

    Hello,

    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!

    11 years, 1 month ago Mirela
    Participant
    in reply to: HEADER SEARCH

    Hello,

    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.
    11 years, 1 month ago Mirela
    Participant
    in reply to: Custom Headings: Not Working on Mobile Site and Portfolio Images Issues

    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!

    11 years, 1 month ago Mirela
    Participant
    in reply to: About Photo Element: Jiggle

    Hello,

    Yes, sure. Please see this screenshot.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Floating Sidebar moves not correct

    Hello,

    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!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Primary Color for Links in Styling Options

    Hello,

    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!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Show Entire BlogPosts in www.site.com/blog

    Hello,

    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!

    11 years, 1 month ago Mirela
    Participant
    in reply to: About Photo Element: Jiggle

    Hello,

    In the ‘Media’ element settings, choose Animation > None.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Custom Headings: Not Working on Mobile Site and Portfolio Images Issues

    Hello,

    Please edit the above code to this:

    @media (max-width: 767px){ 
    .vc_custom_heading h2 {  line-height: 40px !important;}
    }

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Links all Scrolling to same place

    Hello,

    Please make sure to have set in “Row settings > Type”, in ‘Fullwidth Background’

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Unable to locate Specular.zip
    This reply has been marked as private.
    11 years, 1 month ago Mirela
    Participant
    in reply to: How do I open and play video in a modal dialog box?

    Hello,

    You can add it from any page’s text editor. Screenshot.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Very slow time to first byte

    Hello,

    You can try to delete all pages/ post that you do not use. Also a cache plugin is the most recommended. You can find in link1 and link2, some advice on how to speed up your site.

    Best regards!

Viewing 15 posts - 12,196 through 12,210 (of 12,542 total)
← 1 2 3 … 813 814 815 … 835 836 837 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password