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

  • 7 years ago Mirela
    Participant
    in reply to: woocommerce
    This reply has been marked as private.
    7 years ago Mirela
    Participant
    in reply to: woocommerce

    Hello,

    You can check the status of all your tickets in your profile. Follow this link:
    https://support.codeless.co/?bbp_user=2837&bbp_tops=1

    Currently, there are no other tickets opened other than this and and your latest one.

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Contact form 7 Plugin

    Hello,

    Sorry but this is not possible. There is no option to add text after logo. Not in mobile and not in desktop. I suggest you customize your logo image to have the text you want added to it’s right side. So whenever the logo is showed, that text will to.

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Responsive problem with "Staff Carrousel"

    Hello,

    Please add this css into your Custom Css box in General Options:

    @media (max-width: 480px){
    .swiper-slide {
        float: none !important;
    }
    }

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Responsive problem with Specular Home

    Hello,

    Please add this css into your Custom Css box in General Options:

    @media (max-width: 480px){
    .rev_slider ul li .tp-caption{
    font-size: 26px !important;
    float:left;
    margin-left:auto;
    }
    }

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: add icons between rows – overlapping

    Hello,

    Yes, you can create this look by adding margin to the bottom row. Go to Row settings > Extra Class Name (screenshot), add a custom css class. Then in General Options > Custom Css box, add margin to the new class. Example:

    .row_with_margin{
         margin-top: -20px;
    }

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Add Instagram to social widget

    Hello,

    I will add it to the to-do list. We will include it for sure.

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Footer Change in some pages

    Hello,

    This is strange. I suspect some additional script could be messing with theme’s style. However, this can easily be fixed with a little css. I added this code:

    footer#footer {
        font-weight: 400;
    }

    It’s ok now. Please check your site.

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Change Caption "Read More"

    Hello,

    You can use the included .PO file to translate site’s text. Read this article for more details: https://support.ellethemes.com/?ht_kb=translate-site-using-po-mo-files

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Bad visualization on mobile devices. (Responsive)

    Hello,

    I added this css in General Options > Custom Css box:

    @media (max-width: 797px){
        .wpb_content_element.list {
        float: left;
        width: 100%;
    }
    }

    Please clear cache and check your site.

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Specular – Couple of bugs (Mobile menu, accordion)

    Hello,

    After theme update some plugins may deactivate, so just go to Plugins menu and activate them again. If you see any message in your dashboard, requiring to update included plugins..then just follow the on screen steps.
    It will remove the old copy of included plugins and install the new updated version that is inside theme package.

    Please read this article for more detailed info:
    https://support.codeless.co/?ht_kb=plugins-license-activation-is-required-to-receive-updates

    https://support.codeless.co/?ht_kb=update-plugins-using-only-the-included-in-theme-version

    If you want we can help you with it. Just add some wp and ftp credentials in a private reply.

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Mobile problems on Specular theme

    Hello,

    Please add this css inside the @media (max-width:768px) block above:

    .viewport {
        overflow-x: hidden;
    }

    -Please add this css:

    .services_medium.style_1 h4, .services_small.wpb_content_element.align_left h4, .recent_portfolio h5, .wpb_content_element.services_media.style_1 {
        pointer-events: none;
    }

    It will remove the hover effect from these elements.

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: "only text" doesn't work +more

    Hello,

    That’s not a bug. That’s how it’s designed. When “text only” is selected, a “wrapper_none” css class i added to the icon div. This deactivates the icon option.
    What do you want to change here? I don’t see any issue in the blocks view.

    -Add this css in your Custom Css box to fix it:

    .header_container.menu-full-style #navigation nav > ul > li > a:hover, .header_container.menu-full-style #navigation nav > ul > li.current-menu-item > a {
        color: #00bfa5!important;
    }

    -I don’t see any “solid grey with square corners” button. Can you please send a screenshot?

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Background image of a row not optimal for different size monitors

    Hello,

    I checked and the mentioned images are indeed loading properly in mobile and desktop. Here is what i see:
    Desktop: https://ibb.co/8bh82Dx
    Mobile: https://ibb.co/8bh82Dx

    1-That happens because of the difference in position of the two types of headers. I fixed it by adding this css in your custom css box:

    .header_container.header-bottom.boxed-style.menu_style-simple.menu-full-style.cl-transparent.cl-header-light {
        position: absolute !important;
    }
    .header_container.boxed-style {
        position: relative;
    }

    2-Re-position the image to your wish by changing the background position in Row settings > Design > BACKGROUND IMAGE > Background Position.
    -https://ibb.co/Tw4PS76 -> make the row full height. The background image will only show up to the end of the row.

    3-I added this css:

    .header_container.header-bottom.boxed-style.menu_style-simple.menu-full-style .cl-text p:last-child {
        color: #273eaf !important;
    }
    .home .header_container.header-bottom.boxed-style.menu_style-simple.menu-full-style .cl-text p:last-child {
        color: white !important;
    }

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: sub menu does not show

    Hello,

    I opened your site but i do see the sub-menus showing well. Screenshot: https://ibb.co/8KPHjwv

    Did you manage to fix it already?
    Let us know.

    Best regards!

Viewing 15 posts - 1,291 through 1,305 (of 12,542 total)
← 1 2 3 … 86 87 88 … 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