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, 6 months ago Kris
    Participant
    in reply to: Reorder Portfolio items

    Hello,

    Portfolio items are ordered by default according to their creation time. The theme does not have any default settings to reorder portfolio items. But you can install a custom plugin for that. We suggest you the “Post Types Order” plugin. It works with our theme.

    Best regards!

    9 years, 6 months ago Kris
    Participant
    in reply to: Back to Top button

    Hello,

    1. Sorry, but i don’t see any problem with the button about being displayed only when you scroll down. It shows up even when you scroll up. Do you want the button to be displayed only when you scroll down?

    2. Add this code to CSS box:

    @media (max-width: 480px) {
    a.scrollup {
        left: 358px;
    }
    }

    Let us know.

    Best regards!

    9 years, 6 months ago Kris
    Participant
    in reply to: Commas not showing in figures in animated counter

    Hello,

    I see that the commas are showing correctly. Did you manage to fix the issue?
    See this screenshot.
    Let us know.

    Best regards!

    9 years, 6 months ago Kris
    Participant
    in reply to: How to cancel icon_top .png

    Hello,

    Can you explain better the issue?
    Please send us a link or a screenshot where you are trying this.

    Best regards!

    9 years, 6 months ago Kris
    Participant
    in reply to: After Theme Update / many Errors

    Hello,

    Please add this code to CCS box to delete the Lorem ipsum text:

    .services_small.wpb_content_element.align_left.services_small .content {
       display: none;
    }

    Let us know.

    Best regards!

    9 years, 6 months ago Kris
    Participant
    in reply to: Mobile Footer Layout

    Hello,

    You can add this code to CSS box to increase the line height and the space between menu items:

    ul#menu-footer-menu-1 {
        line-height: 28px;
    }
    ul#menu-footer-menu-2 {
        line-height: 28px;
    }

    Change the value to your wish.

    Best regards!

    9 years, 6 months ago Kris
    Participant
    in reply to: Page Title issue on center page header style

    Hello,

    Please add this code to the page custom CSS box:
    For desktop view:

    .header_page.centered h1 {
        width: 114%;
        margin-left: -68px;
    }

    For tablet view:

    @media (max-width: 979px) and (min-width: 768px) {
       .header_page.centered h1 {
        font-size: 30px;
    }
    }

    For mobile view:

    @media (max-width: 480px) {
    .header_page.centered h1 {
    margin-left: -28px;
    }
    }

    Let us know.

    Best regards!

    9 years, 6 months ago Kris
    Participant
    in reply to: Sticky Nav with Search problem

    Hello,

    We need to see the issue closer. Like we have responded you on this topic of yours, we will need for now your website url. You can add it on the profile user information.
    Let us know.

    Best regards!

    9 years, 6 months ago Kris
    Participant
    in reply to: Page Title issue on center page header style

    Hello,

    Can you please send us your site url? We need to see it further.
    You can paste the url on your profile user information. Read this article for more information.

    Best regards!

    9 years, 6 months ago Kris
    Participant
    in reply to: Home page rev slider not showing properly in iphone

    Hello,

    Glad to know you fixed it. Thank you for letting us know.

    Best regards!

    9 years, 6 months ago Kris
    Participant
    in reply to: Problem with rev slider in wrong position on iphone view

    Hello,

    Glad to hear you fixed it. Thank you for letting us know.

    Best regards!

    9 years, 6 months ago Kris
    Participant
    in reply to: In mobile view remove the sidebar?

    Hello,

    Yes, you can disable the sidebar on phone view. Add this code to your CSS box:

    @media (max-width: 480px) {
    aside#widgetarea-sidebar {
        display: none !important;
    }
    }
    

    Let us know.

    Best regards!

    9 years, 6 months ago Kris
    Participant
    in reply to: Google map on contact page in iphone view not showing fully

    Hello,

    Please add this code to your page custom CSS box:

    @media (max-width: 480px) {
    footer#footer {
        margin-top: 167px !important;
    }
    }

    Let us know.

    Best regards!

    9 years, 6 months ago Kris
    Participant
    in reply to: Header not removing

    Hello,

    Do you want to remove the space between page header and menu? If so, please add this code to the page that you want the space to be removed custom CSS box:

    section#content {
        padding-top: 0px !important;
    }

    The result: screenshot.
    Let us know.

    Best regards!

    9 years, 6 months ago Kris
    Participant
    in reply to: Change color of animated counter

    Hello,

    I see that you have added the code and it does change the color of the numbers and the text below the numbers. Do you want to change also the text on the right?
    If so, please add this code to the CSS box:

    .vc_col-sm-6.wpb_column.column_container.with_padding.vc_custom_1478518261911.vc_custom_1478518261911 p {
        color: white !important;
    }

    Sorry for the misunderstanding.
    Let us know.

    Best regards!

Viewing 15 posts - 91 through 105 (of 427 total)
← 1 2 3 … 6 7 8 … 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