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

  • 10 years, 2 months ago Mirela
    Participant
    in reply to: Drop Down Menu’s Parent Menu Deactivation

    Hello,

    Sorry for the late reply.
    Nice to see you found a solution, but you need to know that this code targets one specific menu item. If you happen to add more parent items, it will not work on them.
    Try this code instead:

    .menu-small ul.menu .menu-item-has-children {
        pointer-events: none;
    }

    for the mobile menu. This targets all items that have sub-menus.
    And this:
    .menu-item-has-children {pointer-events: none;} for the normal desktop menu.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Drop Down Menu Not working properly

    Hello,

    This site: rawadmerhi.com does not have Specular theme installed.
    Please send us the link where this theme is running.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Portfolio item

    Hello,

    As i wrote above, these two titles are hardcoded and so you need to edit them from theme files. Go to file \includes\view\portfolio\single-gallery.php, edit the titles here (screenshot).
    Or translate them via .PO/.MO files.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Staff Carousel problem in IE

    Hello,

    What version of IE are you accessing it from?

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Border resizes when viewed at different zoomed %’s

    Hello,

    In your page you have a text box with borders. Depending on the amount of text of each box, the dimensions of these boxes differ from one another when resizing the screen. The best solution, for you not to have to keep track of jquery edits, is this:
    -Remove the borders from text box options;
    -add these borders with css at the box wrapper;
    I made these steps in a test page, but some how i don’t have the access rights to open it up. Please check its options and the css code i added in the page’s custom css box.
    I tested in another site and it should be ok. Let us know how it will go.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Border resizes when viewed at different zoomed %’s

    Hello,

    Sorry for the late reply.
    I am working on it now and will get back to you asap.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Column spacing custom css

    Hello,

    I added this cod einto the page’s custom css box:

    .vc_custom_1458227333749 {
        width: 46%;
        margin-right: 25px;
    }

    Please check your page, the columns are separated.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Change Archive and Search site title

    Hello,

    Please go to file \includes\view\page_header.php and find this line:
    $title = __('Search Results', 'codeless');
    Edit the text “Search Results” to your wish.
    You can find the “Archive” in your wordpress installation files.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Adding a new font is not working

    Hello,

    What font are you trying to add? A custom one or a google font? If you send us your wp and ftp credentials in a private reply, we can help you add them.
    Let us know.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Plugin Updates

    Hello,

    The licence key you got by buying the theme is only for you to register in this support forum. Not to update included plugins. These plugins have a extended licence that let’s all of our customers use them freely. We update them to their latest versions, in every theme release. But if you wish to update before this, then you will need to buy the plugins yourself.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: White Space Below Footer

    Hello,

    Can you please send us a link where is this happening?

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Problem with clients slider

    Hello,

    What part of the code did you edit in file js/main.js? I suggest you try this: find functon: codelessLayoutChanges() and edit the column value in this line:

    if(container > 940) 
         self.innerWidth( (wpb_column/5)+'px');

    to 6. It will show up 6 items of clients in client carousel and it will not break down the layout.
    Let us know.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: codeless slider image not responsive anymore and second slider not showing image

    Hello,

    I added this block of css into your custom css box:

    @media (max-width: 1024px){
    .codeless_slider .swiper-slide{
        background-attachment: initial !important;
        background-position: 50% 50% !important;
    }
    .swiper-slide.swiper-slide-visible.swiper-slide-active {
        background-size: contain;
         height: 517px !important;
    }
    .codeless-slider-container { height: 517px !important;}
    .slider#slider-fullwidth { height: 517px !important;}
    }

    This is the result, screenshot. Can you please check your site? Let us know.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Boxed Mobile Version

    Hello,

    Please edit the code above to this:

    @media (max-width: 480px){
    .boxed_layout { width: 100% !important;}
    }

    Let us know.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: # extra class

    Hello,

    Sorry but this is not possible.

    Best regards!

Viewing 15 posts - 9,391 through 9,405 (of 12,542 total)
← 1 2 3 … 626 627 628 … 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