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

  • 10 years, 12 months ago Mirela
    Participant
    in reply to: How to add icon font for service circles and service square ?

    Hello,

    Did you added the content of the new icons into files \css\vector-icons.css and functions-specular.php ? Check these two up and let us know.

    Best regards!

    10 years, 12 months ago Mirela
    Participant
    in reply to: Problems with the pages and its mobile versión with portfolio section

    Hello,

    You seem to have changed the demo to Restaurant. I can’t find anymore the element mentioned in above replies..

    Best regards!

    10 years, 12 months ago Mirela
    Participant
    in reply to: Image Gallery problem on IE and Firefox

    Hello,

    Glad to know this.

    Best regards!

    10 years, 12 months ago Mirela
    Participant
    in reply to: Problem with Menu after importing photography template

    Hello,

    You just seemed to have let too many menu items. Please remove the duplicates, so that the width of all menu items won’t exceed the width of menu bar.
    Let us know.

    Best regards!

    10 years, 12 months ago Mirela
    Participant
    in reply to: Latest Posts With Thumbnail

    Hello,

    Yes, please go to file \includes\widgets\codeless_mostpopular.php and find these lines:

    echo '<dl class="dl-horizontal">';
                        if(has_post_thumbnail())
                            echo '<dt><img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'blog_grid', 'url')).'" alt=""></dt>';
        	            echo '<dd>';
                            echo '<a href="'.esc_url(get_permalink()).'">'.esc_html(get_the_title()).'</a>';
                            echo '<span class="date">'.get_the_date().'</span>';
                        echo '</dd>';
                    echo '</dl>';

    replace with these:

    echo '<dl class="dl-horizontal">';
                        if(has_post_thumbnail())
                            echo '<dt><a href="'.esc_url(get_permalink()).'"><img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'blog_grid', 'url')).'" alt=""></a></dt>';
        	            echo '<dd>';
                            echo '<a href="'.esc_url(get_permalink()).'">'.esc_html(get_the_title()).'</a>';
                            echo '<span class="date">'.get_the_date().'</span>';
                        echo '</dd>';
                    echo '</dl>';

    Save file.

    Best regards!

    10 years, 12 months ago Mirela
    Participant
    in reply to: Codeless Slider Loading background color change

    Hello,

    Please add these lines into your custom css box:

    .codeless_slider_wrapper {
      background-color: #E0E0E0;
    }

    Change the color to your need.

    Best regards!

    10 years, 12 months ago Mirela
    Participant
    in reply to: Menu problem on smartphone

    Hello,

    Sorry for the late reply.
    Did you made any changes to theme files? Please overwrite file include\view\menu-small.php from the downloaded folder and let us know.

    Best regards!

    10 years, 12 months ago Mirela
    Participant
    in reply to: Menu and codeless slider not displaying on customised template

    Hello,

    You can send them here. Just set the reply as private (the checkbox below). It will be visible only to you and forum admins.

    Best regards!

    10 years, 12 months ago Mirela
    Participant
    in reply to: Column in maga menu

    Hello,

    Sorry but You can have up to 5 columns in mega menu.

    Best regards!

    10 years, 12 months ago Mirela
    Participant
    in reply to: Mobile logo & revolution slider

    Hello,

    1- for the logo, I added this code into your custom css box:

    @media (max-width: 480px){ 
        #logo {
      left: 51px !important;
      float: none !important;
    }
    }

    Now please go to file: css\bootstrap-responsive.css and find this line(1347):

    #logo {
      float: right;
      left: 0 !important;
      right: 0 !important;

    edit the

    left: 0 !important;

    to this:

    left: 0; 

    2-In Revolution slider settings > Loop and Progress you had set to stop the loop at slide 3. That’s why it didn’t continue to slide. I removed that and now it’s ok.

    Best regards!

    • This reply was modified 10 years, 12 months ago by Mirela.
    10 years, 12 months ago Mirela
    Participant
    in reply to: Center text in rows

    Hello,

    I added this css into the page’s custom css box: h4 { line-height: 32px;} and added an empty space in the last element. Now they are equal.

    Best regards!

    10 years, 12 months ago Mirela
    Participant
    in reply to: Can I disabled sticky header on a single page?

    Hello,

    Yes, please send us the link of your one page, so i can provide the css code for you.

    Best regards!

    10 years, 12 months ago Mirela
    Participant
    in reply to: Testimonials bugs

    Hello,

    Sorry for the late reply.
    Yes, the css code above does that. Is it not working for you? If you want, you can send us your wp credentials in a private reply so we can do it for you.

    Best regards!

    10 years, 12 months ago Mirela
    Participant
    in reply to: Demo set up (HOME page) not working

    Hello,

    Sorry for the late reply.
    First of all, please contact your host and make sure you have all the necessary rights to make changes. (Not being able to save the changes is due to insufficient rights). Can you please send us your wp credentials in a private reply, so we can give it a closer look?

    Best regards!

    10 years, 12 months ago Mirela
    Participant
    in reply to: How to add icon font for service circles and service square ?

    Hello,

    You can’t add your own icons at service small icon and service squares.
    But you can add them at services circle icon and service media.

    Best regards!

    • This reply was modified 10 years, 12 months ago by Mirela.
Viewing 15 posts - 11,941 through 11,955 (of 12,542 total)
← 1 2 3 … 796 797 798 … 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