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, 8 months ago Mirela
    Participant
    in reply to: content blocks

    Hello,

    Yes, it is possible, but it is recommended that you clear database first. Because theme’s are different from one another and the shortcodes of one theme will be junk code to the other theme(will not be recognized) and the site may result in a big mess.
    So if you happen to change your mind and want another theme, we strongly recommend to clean database and perform a clean dummy data import from the newly installed theme.

    Best regards!

    6 years, 8 months ago Mirela
    Participant
    in reply to: Translate english to french

    Hello,

    Please add some wp credentials in a private reply. So I can check closely how your WordPress is configured. Do you have Specular theme(this forum’s theme) installed or another theme?

    Let us know.
    Best regards!

    6 years, 8 months ago Mirela
    Participant
    in reply to: content blocks

    Hello,

    Do you mean content blocks from other demos of the theme you have installed? This is not possible. You have to have imported the demo in order to have all the content blocks available.

    It is not possible either, to use another theme’s content blocks.

    Best regards!

    6 years, 8 months ago Mirela
    Participant
    in reply to: Translate english to french

    Hello,

    Did you open all the files inside the \includes\view\portfolio folder? Check this screenshot: https://ibb.co/6FDNktx

    Let us know if you still can not find them.
    Best regards!

    6 years, 8 months ago Mirela
    Participant
    in reply to: Navigation button Portfolio

    Hello,

    This requires code changes. Please add some valid wp credentials in a private reply. So we can make it for you.

    Best regards!

    6 years, 8 months ago Mirela
    Participant
    in reply to: Site dropped after the upgrade
    This reply has been marked as private.
    6 years, 8 months ago Mirela
    Participant
    in reply to: Menu

    Hello,

    Can you please be more specific? What do you mean by “before buying the template”?
    The menu can be edited using the menu options, or you can select another style from the demo list and import it in seconds.

    Best regards!

    6 years, 8 months ago Mirela
    Participant
    in reply to: Videos not playing
    This reply has been marked as private.
    6 years, 8 months ago Mirela
    Participant
    in reply to: Full width logo for mobile

    Hello,

    Please add this css:

    @media (max-width: 480px){
    .header_container .header-row-inner {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }
    .header_container.header-left.menu_style-simple.menu-full-style.menu-with_shadow.cl-header-light.cl-responsive-header {
        height: 170px !important;
    }
    .main.header-row .c-left {
        order: 1;
        width: 100% !important;
        margin-right: 90px !important;
    }
    .main.header-row .c-middle {
        order: 2;
        width: 20% !important;
    }
    .main.header-row .c-right {
        order: 3;
        width: 20% !important;  
        margin-right: 100px !important; 
    }
    }
    

    Espected result: https://ibb.co/7g30Sfc

    Best regards!

    6 years, 8 months ago Mirela
    Participant
    in reply to: Portfolio Masonry on mobile

    Hello,

    I just opened the site in mobile device and chrome mobile generator and it looks good. See screenshots: https://ibb.co/7KfpzDt
    https://ibb.co/xLCR8PT

    Best regards!

    6 years, 8 months ago Mirela
    Participant
    in reply to: Slider, Buttons on Mobile, Featured Image

    Hello,

    1-As I wrote above, I am not sure what caused this (please keep in mind Revolution slider is a third-party plugin, included for your convenience. But not created from us). But I suggest you import one of the pre-created sliders and change it to your needs. I made an example here: https://870.7ce.myftpupload.com/slider-test/
    The first slide is showing ok.

    2-Sorry but the exact look is not possible as the buttons are inline in one div. We will have to change the html to change it. So you can choose from these two layouts:
    a) Add this css:

    @media (max-width: 480px){
        .wpb_content_element.button.buttons_two.al_center{
            display: flex; justify-content: center; 
        }
        .wpb_content_element.button.buttons_two a:first-child {
            margin-bottom: 15px;
        }
    }

    and have this result:
    https://ibb.co/PT3Sstt

    b) Add this css:

    @media (max-width: 480px){
        .wpb_content_element.button.buttons_two.al_center{
            position: relative;
        }
        
        .wpb_content_element.button.buttons_two.al_center {
            left: 60% !important;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-44%, -10%) !important;
        }
        
        .wpb_content_element.button.buttons_two a:first-child {
            margin-bottom: 15px;
        }
    }

    and have this result:
    https://ibb.co/qBvSDcb

    Both are added in your Custom Css box. Just uncomment the one you will use and delete the other.

    3-I added this css:

    @media (max-width: 480px){
    .slider-img {
        background-size: contain !important;
        height: 177px !important;
    }
    }

    This is the result: https://ibb.co/4R11T07

    Best regards!

    6 years, 8 months ago Mirela
    Participant
    in reply to: Videos not playing

    Hello,

    When a browser reads the code behind your website, it translates the information in the default settings. For instance, Safari and Chrome have different default fonts, which means the font on your site changes when viewed in these browsers. For example, Safari defaults to the Helvetica family and Microsoft’s Internet Explorer defaults to the Arial font family.

    Default issues are likely the most common reason for variance between browsers. The look and feel of a site may change, but functionality and the user experience remain intact.
    I opened the site from Safari in Mac and this is what i get: https://ibb.co/GkgGXMX
    Basically the font is the same in the css code. I suggest you check this link for more detailed info: https://stackoverflow.com/questions/30876894/how-to-prevent-different-browsers-rendering-fonts-differently

    Best regards!

    6 years, 8 months ago Mirela
    Participant
    in reply to: Full width logo for mobile

    Hello,

    Please know that this is a personal customizatin and it’s not included in support. However, i can give you a hint for the custom css, but i need to see a link of the site first.

    Best regards!

    6 years, 8 months ago Mirela
    Participant
    in reply to: Videos not playing

    Hello,

    I found the issue. It’s the featured image that blocks it. Sorry for the inconvenience. I have reported this to the developers and we will fix it in the next theme update. For not please just do not assign any image to the video.

    Best regards!

    6 years, 8 months ago Mirela
    Participant
    in reply to: Style contact page and form

    Hello,

    1-Try adding this css into your Custom Css box:

    .row-google-map iframe {
        pointer-events: none;
    }

    2-No there isn’t. The contact form is generated by a third party plugin and the styling is defined by it. I suggest you customize it using custom css. Example:

    .wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="tel"],.wpcf7-form-control-wrap textarea {
        border: 1px solid #efefef !important;
        background: #ffffff;
    }

    Best regards!

Viewing 15 posts - 616 through 630 (of 12,542 total)
← 1 2 3 … 41 42 43 … 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