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: Custom Headings: Not Working on Mobile Site and Portfolio Images Issues

    Hello,

    For the headings in mobile, please add these lines into your custom css box:

    @media (max-width: 767px){ 
    h2 { line-height: 60px; }
    }

    I can see all portfolio images even in mobile. Screenshot. Can you send a screenshot of the issue?

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Search button bacground

    Hello,

    Please add these lines into your custom css box:

    .search_bar { background: #FFF; }
    input#s::-webkit-input-placeholder {
      color: #053142;
    }

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Roll Over Effect on Image Grid

    Hello,

    Sorry but this is not possible.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Blog Header Colour – Single Post

    Hello,

    I didn’t see any white font in white background in blog. (I can’t open the page you send.) Please send me some screenshots so i can understand better.

    PS: You have build a very beautiful site. With your permission we would like to have it in our theme showcase.
    Let us know.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Contact Form 7 not working

    hello,

    If you did not receive any email, please contact you hosting provider. This is a host issue.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Errors in Google webmaster

    Hello,

    I activated the responsive mode and i set to ‘Yes’ the “Show Responsive Menu Dropdown” option in “Header Options”. I added also this code into your custom css box:

    @media (max-width: 480px){
    #logo { width: 89%; }
    #content {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    #footer .inner .row-fluid.ff:first-child {
      padding-bottom: 0px;
    }
    }

    This is the result: screenshot.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Header Widgetized Area

    Hello,

    The shortcode for the contact info in Top widgetized area doesn’t seem to be working. Did you installed any new third party plugin? Or made any update?
    Please send us your wp credentials in a private reply so we can give it a closer look.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Curious Issue with icons in Firefox

    Hello,

    Sorry for the late reply.
    Please contact your host provider about this as it is not a theme issue. Also open debug mode via ‘Inspect Element’, you have several errors shown.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Alignement with Visual Composer

    Hello,

    Your site is on construction mode. I can’t access the pages. Do you mind giving us your wp credentials in a private reply so we can check them.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Issue importing demo

    Hello,

    I see the pages mentioned do have contend and the contact form does show also. Do you still need any support?

    Best regards!

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

    Hello,

    Please add these lines into your custom css box:
    .vc_custom_heading h2 { margin-bottom: -33px;}

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Contact Form 7 – Problem with Lightbox

    Hello,

    Sorry there was a lapsus in the reply above. The file mentioned is bootstrap-responsive.css, not ‘.js’.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Codeless Slider // Title and Description Not Scrolling With Page

    Hello,

    Can you please check the given credentials again? I can’t login.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: WooCommerce for Specular

    Hello,

    WooCommerce is a free plugin that you can download anywhere. Or just go to Plugins > Add New, in search box type ‘WooCommerce’. Install the first one of the suggested. Or download it here.

    Best regards!

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

    Hello,

    You will need to edit theme files for that. Please go to file includes\view\blog\loop-grid.php, and find these lines(168):

    <div class="text">
                            <?php   if($post_format == 'video' || $post_format == 'audio')
                                        echo codeless_text_limit(get_the_content(), 20);
                                    else
                                        echo get_the_excerpt();    
                            ?>
                        </div>

    Replace with these:

    <div class="text">
                            <?php   if($post_format == 'video' || $post_format == 'audio')
                                        echo codeless_text_limit(get_the_content(), 20);
                                    else
                                        echo codeless_text_limit(get_the_content(), 999999);    
                            ?>
                        </div>

    Best regards!

Viewing 15 posts - 12,256 through 12,270 (of 12,542 total)
← 1 2 3 … 817 818 819 … 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