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

  • 9 years, 10 months ago Kris
    Participant
    in reply to: Header

    Hello,

    This is strange. Please make sure to have enough memory and execution time limit first, if the issue persists send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    9 years, 10 months ago Kris
    Participant
    in reply to: ‘Single Staff’ element settings not showing full list of team members

    Hello,
    Please go to wp-content\themes\specular\includes\core and open codeless_elements.php and replace this code

     
    if(!empty($staff_entries) ){
     foreach($staff_entries as $p){
       $staff[$p->post_title] = $p->ID;
     }
    }

    with this

    if(!empty($staff_entries) ){
     foreach($staff_entries as $p){
      $staff[$p->post_name] = $p->ID;
     }
    }

    Let us know.
    Regards!

    9 years, 10 months ago Kris
    Participant
    in reply to: Sticky Nav

    Hello,
    Please send us your credentials in a private reply to see this issue further.

    Regards!

    9 years, 10 months ago Kris
    Participant
    in reply to: hiding "0 comment" on testimonial pages

    Hello,
    Add this code to your custom css box at General Options.

    .single-testimonial #comments h4 {
        display: none;
    }

    Let us know.
    Best regards!

    9 years, 10 months ago Kris
    Participant
    in reply to: Sticky Nav

    Hello,
    Please add !important to the code :

    .header_12.open .full_nav_menu {
        position: fixed !important;
        margin-top: 50px !important;
    }

    Let us know.
    Best regards!

    9 years, 10 months ago Kris
    Participant
    in reply to: Header Title not Responsive

    Hello,

    Add this css code:

    @media (max-width: 480px){
    .header_page.centered h1 {
        font-size: 21px;}
    }

    Best regards!

    • This reply was modified 9 years, 10 months ago by Ruco.
    9 years, 10 months ago Kris
    Participant
    in reply to: How to make services and small services without link, unclickable ?

    Hello,
    Please go to wp-content \ themes \ specular \ specular \ vc_templates and open services_small.php. Find these lines
    $output .= '<h4><a href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';

    and replace with these

    if(esc_url($data['link']) && esc_url($data['link']) != '#')
            {
                $output .= '<h4><a href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';
            }
            else
            {
            	$output .= '<h4>'.esc_html($title).'</h4>';
             }

    Save changes.This will remove the ‘hand’ cursor from the services that you choose to not display a link.
    Best regards!

    • This reply was modified 9 years, 10 months ago by Kris.
    9 years, 10 months ago Kris
    Participant
    in reply to: Problem with installation

    Hello,
    When importing dummy data, you should check the –> Check to import attachments on Import Options. You should import all demo data to display the images. (https://www.clipular.com/c/5169163930173440.png?k=–4Q-TSYqT14y1lEQMv2h6GYzz8)
    Let us know.
    Best regards!

    9 years, 10 months ago Kris
    Participant
    in reply to: Sticky / Tearaway Footer

    Hello,
    Please add this code to your custom CSS Box :

     #content {
        min-height:650px;
    }

    Best regards!

    • This reply was modified 9 years, 10 months ago by Kris.
    9 years, 10 months ago Kris
    Participant
    in reply to: Portfolio Options

    Hello,
    The changes you made in your site are saved in database, so they won’t lose if you replace the files. If you have made changes in your theme files, then these changes will be lost.
    You only need to replace the theme files, and let us know if the issue persist.
    Best regards!

    9 years, 10 months ago Kris
    Participant
    in reply to: PHP 7 Compatability

    Hello,
    Thank you for your for suggestion. We will consider that on the next updates of the theme.

    Best regards!

    9 years, 10 months ago Kris
    Participant
    in reply to: Adding jquery

    Hello,
    I can see the error , but we need your credentials to debug this issue further. Please send them in a private reply.

    Best regards!

    9 years, 10 months ago Kris
    Participant
    in reply to: Please Respond to Support Email

    Hello,
    Please go check the email, we answered you there.
    Best regards!

    9 years, 10 months ago Kris
    Participant
    in reply to: Table with content

    Hello,
    Price tables are a part of the elements of our theme (https://codeless.co/specular/default/?page_id=1758).
    You have to install demo data first, then you can add it as a New Element of the visual composer .(https://www.awesomescreenshot.com/image/1387230/68cf74d962a602f2afcca9cba05c09b6)

    Best regards!

    9 years, 10 months ago Kris
    Participant
    in reply to: Portfolio Options

    Hello,
    The problem u have it may be caused due to installation errors. Please replace your theme files once again.
    Let us know.
    Best regards!

Viewing 15 posts - 391 through 405 (of 427 total)
← 1 2 3 … 26 27 28 29 →

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