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

  • 6 years, 9 months ago Mirela
    Participant
    in reply to: Does not install dummy

    Hello,

    The dummy data can only be imported via wp. Can you please add some valid wp credentials in a private reply? So i can check.

    Best regards!

    6 years, 9 months ago Mirela
    Participant
    in reply to: Cropped Reservations Box when removing Map

    Hello,

    The column that contains the Reservation form, has margin set up. That’s why it was positioned above the map. Just open the reservation column settings and remove the margin-top (currently set to -230px).

    Best regards!

    6 years, 9 months ago Mirela
    Participant
    in reply to: How to change color of linsks in Our Services page

    Hello,

    Try editing to this:

    a font {
        color: #ffb536 !important;
    }

    I already tried this and it works.

    Best regards!

    6 years, 9 months ago Mirela
    Participant
    in reply to: Voices of navigations are not seen on smartphones

    Hello,

    They are there but are white. That’s why you do not see them. Please add this css into your Custom Css box in General Options:

    .menu-small ul.menu > li > a {
        color: #000;
    }

    Best regards!

    6 years, 9 months ago Mirela
    Participant
    in reply to: Codeless Page Builder Issues

    Hello,

    Sorry for the late reply.
    I tested and there is no problem with Codeless Builder. The left sidebar does change every time a different element is clicked. See screenshot: https://ibb.co/J2ZcTvh

    Just make sure you have opened the Codeless Builder directly from page’s options if you want to add/edit/remove elements in a page(screenshot).
    Open from Appearance > Customize, if you want to edit general theme settings.

    Best regards!

    6 years, 9 months ago Mirela
    Participant
    in reply to: Specular: Content Not Updating – Theme Issue

    Hello,

    I removed the doubles and deactivated third party plugins. I made a test with this page: https://www.dmhbiopharm.com/about-us-copy/
    I copied and then edited the content of About us page. All changes saved well.

    You can start activating the plugins you need to use, but do this one on one and try saving after every plugin activation. One of them could be conflicting with theme and causing the problem in saving.

    Best regards!

    6 years, 9 months ago Mirela
    Participant
    in reply to: Left sidebar on blog posts makes them unacesible

    Hello,

    Nice to know it’s all ok now. Let us know for anything.

    Best regards!

    6 years, 9 months ago Mirela
    Participant
    in reply to: How to configure a WPDM New Downloads widget

    Hello,

    Sorry but this is not theme related and thus not included in support. We recommend you check out the WPDM documentation or support forum for help.

    Best regards!

    6 years, 9 months ago Mirela
    Participant
    in reply to: Slider on homepage too fast, text not in sync, contact us page not working!

    Hello,

    This has become a very long post, so i will try to filter out the points we need to look on now:
    1-The slider images in mobile:
    I added this css into theme’s General Options > Custom Css box:

    @media (max-width: 979px){
    .header_wrapper {
        background: rgba(255,255,255,0.45) !important;
    }
    .codeless_slider_swiper.parallax_slider {
        height: 470px !important;
        min-height: 470px !important;
    }
    .swiper-slide.swiper-slide-active {
        background-size: cover !important;
    }
    }

    This is the result: https://ibb.co/mXG8Zh0

    Here is where you have to add all custom css. It’s safe and will not get lost or overwritten by any theme updates in the future.
    The Apperance > Custom Css menu is a WordPress framework option. We recommend you use theme’s option for adding custom css.

    2-I understand now the restricted possibilities for editing theme files, since you are in wordpress.com not wordpress.org. To edit the slider speed, please go to file includes/codeless-slider/codeless_slider.php and find line (38):
    $speed = 800;
    Edit value to 5000. Save changes.

    Let us know.

    Best regards!

    6 years, 9 months ago Mirela
    Participant
    in reply to: Revolution Slider issue in Mobile View

    Hello,

    Please add this code into your Custom Css box:

    @media (max-width: 480px){
    .slider#slider-fullwidth {
        padding-top: 80px;
        min-height: 135px !important;
    }}

    Best regards!

    6 years, 9 months ago Mirela
    Participant
    in reply to: Dropdown menu delay

    Hello,

    The sub-menu will disappear the moment you remove the mouse from the parent item or the sub-menu.
    To change the transition time go to file js/codeless-main.js and find this function: function codelessNavigation()

    Here change the values of functions: .fadeOut(400) / .fadeIn(400) to your wish.
    Example: .fadeOut(4000)

    Best regards!

    6 years, 9 months ago Mirela
    Participant
    in reply to: Logo size, header bar and sticky/mobile

    Hello,

    You need to set up header as transparent, not just set a transparent color. By setting ON the Header Options > Make Transparency Header option, the content changes position from after header to under it. This way you are able to see the transparency. Otherwise you will only have a semi-transparent header in a white background.

    Let us know.
    Best regards!

    6 years, 9 months ago Mirela
    Participant
    in reply to: Translate some strings

    Hello,

    Are you using any translation plugin for this? The strings can be translated using the .PO file. See this article for more details:

    Or directly in files: specular\includes\view\page_header.php ->”You are here” and “home”
    -To change the search placeholder, go to file searchform.php and find this line:
    <input type="text" size="16" placeholder="<?php esc_attr_e('Search', 'specular') ?>
    Change the word search to your wish. Save changes.

    Best regards!

    6 years, 9 months ago Mirela
    Participant
    in reply to: How to change Active menu item color

    Hello,

    Please edit the css to this:

    nav .menu li ul.sub-menu li.current-menu-item > a {
       color: #FFEB3B !important;
    }

    Let me know.
    Best regards!

    6 years, 9 months ago Mirela
    Participant
    in reply to: Specular: Content Not Updating – Theme Issue

    Hello,

    Please add some ftp credentials in a private reply. So i can access the files directly and fix this.

    Best regards!

Viewing 15 posts - 781 through 795 (of 12,542 total)
← 1 2 3 … 52 53 54 … 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