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: Header not responsive in browser

    Hello,

    Please add these lines into your custom css box for the header:

    @media (max-width: 979px){
    .header_page {
      height: 255px !important;
    }
    }

    Can you explain better on the second request? It is not recommended to edit the php files as it will prevent you from taking future updates.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Trouble with eye catching innovative

    Hello,

    Sorry for the late reply. Please make sure you have chosen “FullScreen Innovative”, Blog Style in Blog Config. I can’t access your site, it says ‘Requested URL not found’.

    Also, please go to file: includes\view\blog\loop-fullscreen.php, find this line:
    <article id="post-<?php echo the_ID(); ?>" <?php echo post_class('fullscreen-blog-article section'); ?> style="background-image:url('<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), '', 'url') ?>');">

    and replace with this:

    <article id="post-<?php echo the_ID(); ?>" <?php echo post_class('fullscreen-blog-article section'); ?> style="background-image:url('<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'blog', 'url')) ?>');">

    Best regards!

    • This reply was modified 11 years, 1 month ago by Mirela.
    11 years, 1 month ago Mirela
    Participant
    in reply to: Revolution Slider Transitions

    Hello,

    You can change Revolution slider transition in General Slide Settings > Transition Duration (screenshot).

    Best regards!

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

    Hello,

    Do you make the change but still have the ‘Abril Fatface’ font family chosen? You may have a issue with access rights. It may be not saving your changes. Please contact your host to clarify this. Meanwhile you can add these lines into your custom css box:

    h4 {
      font-family: roboto !important;
    }

    Let us know.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Pinterest Social button

    Hello,

    Please refer to this topic, to add a new social.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Team Question

    Hello,

    1-You can reduce image size in functions.php file. Find these lines:

    add_image_size( 'staff', 400, 270, true );
     add_image_size( 'staff_full', 500, 340, true );

    Edit the values to your need. But afterward you will have to reupload images again and install a plugin to recreate thumbnails.

    2-To open social links in new tab, go to file vc_templates\staff.php and find these lines here: link. Replace with this code here: link

    3- Yes, it is possible. In text editor choose the ‘text’ tab, not ‘visual’. Add html code there.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Testimonials Carousal Speed
    This reply has been marked as private.
    11 years, 2 months ago Mirela
    Participant
    in reply to: Ideal Image size for Slider

    Hello,

    1. Very large image = large file size = long loading times. Keep your images “web friendly”.

    This means images that are below 1920×1200 in size, and use Photoshop’s “Save for Web” option to reduce file size as much as possible without sacrificing image quality.
    web friendly

    2. Don’t use images larger than they need to be.

    If you’re using “Auto Responsive”, and the slider is placed inside a boxed container within your site, and the slider’s width never increases larger than 1200px, your image’s original width should be no larger than 1200px.

    3. Images will always scale based on the slider’s “Grid Width” and “Grid Height” ratio.

    If the slider will never scale past 1200px, as shown in #2 above, here’s the mathematical equation for how images will be resized:

    Image Width = Slider Width
    Image Height = Grid Height * (Slider Width / Grid Width)

    Based on the above equation, if your slider’s actual width is 1200px (the width of the slider when displayed on your web page), with an image size of 1000×500, and a “Grid Width” and “Grid Height” of 1000×500, the image would be resized to 1200×600.

    A common question once images are resized is: “Why are my images being cropped and some portions of the image can’t be seen?” The answer is based on the math equation above. Unless the image’s original size is equal the the slider’s “Grid Width” and “Grid Height”, the image will need to be stretched and cropped. To avoid this, set your slider’s “Grid Width” and “Grid Height” to equal the exact size of your image’s original size.

    Best regards!

    • This reply was modified 11 years, 2 months ago by Mirela.
    11 years, 2 months ago Mirela
    Participant
    in reply to: Opacity of Prev/Next-Hover in Single Portfolio

    Hello,

    Please add these lines into your custom css box:

    flex-direction-nav {
      opacity: 1;
    }

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Portfolio Item Header Problem

    Hello,

    Please add these lines into your custom css box:

    .single-portfolio .header_page, .header_page {
      height: 100px;
    }
    .single-portfolio .header_page.normal h1 {
      padding-top: 46px;
    }

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: hyperlink for media

    Hello,

    1- Please go to file: specular\includes\core\codeless_elements.php and find these lines: https://www.codeshare.io/DYpOX
    In line 182 add this code:

      array (
    
          'admin_label' => false,
    
          'heading' => 'Link',
    
          'description' => '',
    
          'param_name' => 'link',
    
          'type' => 'textfield',
    
          'value' => '#',
          ),
        

    Save file!

    2- Go to file specular\vc_templates\media.php and replace all with this code: https://www.codeshare.io/Z0W0P
    Save file!
    Now go to your admin board, add a media element to page with vc and enjoy.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Testimonials Carousal Speed

    Hello,

    Please add these lines into your custom css box:

    .testimonial_carousel {
    height: 208px !important;
    }

    Let us know.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Social Shares on Posts

    Hello,

    Please edit the file: specular/includes/view/blog/loop-index.php, find the line:
    <div class="share_link"><a href="#"><i class="steadysets-icon-share"></i></a></div>

    and replace with:

    <div class="share_link"><a href="javascript:void(0)"><i class="steadysets-icon-share"></i></a></div>

    Also, in the same file: specular\includes\view\blog\loop-index.php

    Replace the line:

    $tumblr_shares = '<a href="https://www.tumblr.com/share/link?url='.esc_url(get_permalink()).'&name='.get_the_title().'&description='.get_the_content().'" target="_blank">';
    with this one:

    $tumblr_shares = '<a href="https://www.tumblr.com/share/link?url='.esc_url(get_permalink()).'&name='.get_the_title().'&description='.str_replace('"',"'",get_the_content()).'" target="_blank">';

    It’s repeated twice on the file.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Social Media Links

    Hello,

    Please refer to this topic, regarding it.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Fonts

    Hello,

    You can change font type in General Options > Typography Options. What browser(version) are you using? Some old versions, do not support some font types. Please make sure you have the latest version of browser and the theme.

    Best regards!

Viewing 15 posts - 12,331 through 12,345 (of 12,542 total)
← 1 2 3 … 822 823 824 … 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