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, 2 months ago Mirela
    Participant
    in reply to: Blog Page: Header/Page Title not showing

    Hello,

    1-Sorry for the screenshot mishap. I must have thought i copied the right link.
    You can check the option panel directly in your site. The customization is still on.

    The header does works in mobile since it is showing up. It needs some styling since the font is wider than the previous version. The centered header and default header have two different styles, so it will be different in mobile as well. I see the blog header in mobile is different from the screenshot you send (see here) Did you manage to change it?

    2-3-Yes, for now the posts will have the same header image that you assign in General Options > Header Options > Default Page Header > Page header background. We will change this in the next theme update.

    Your two posts have only one difference, the gradient upon the image. And that’s because in the first post the “transparent” option is checked. See screenshots:
    First post: https://www.clipular.com/c/5666991026470912.png?k=YayDVQ3i6sptiXIGTSWNbJJPwJY
    Second post: https://www.clipular.com/c/4962546059837440.png?k=8opgpFTWYp8p_bJgAUjyo-V38Qo

    However, as mentioned we will update this feature in the upcoming theme update. Please look forward to it.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Content Alignment to left side

    Hello,

    This issue is already raised in another topic of yours. Please do not duplicate topics as it will not make us give a faster answer and it overloads forum unnecessarily.

    I will close this thread to new replies. Please keep up in your other topic: https://support.codeless.co/?topic=content-alignment-to-left-side

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Content Alignment to left side

    Hello,

    You had no content in your site. I imported the default demo (you can replicated every other demo from it). I opened the site in the safari browser but i don’t get the left alignment. See screenshot: https://pho.to/AfcU4
    I refreshed the site multiple times. When does this happen to you?
    Let us know.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Product Imgaes & Layout, and Cart Button Formatting

    Hello,

    I do get 4 products in the “You may be interested in..” even in the Cart page. See screenshot: https://pho.to/AfcM3
    Perhaps you saw a product that did not have much related products to align in first place.
    Let us know.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Keeping Top Bar on mobile

    Hello,

    Sorry for the late reply.
    Can i see a link of the site please?

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: BUTTON LINK TO ROW ON PAGE

    Hello,

    That is a “One page” feature. It is not available if you are not using a one page. Sorry but since this is personal customization and adding this requires code editing. So it’s not included in this support service.
    Read more about it here: https://support.codeless.co/?page_id=4207

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: BUTTON LINK TO ROW ON PAGE

    Hello,

    Please make sure to add the section id in the “Extra Class Name” of Row Settings.
    Let us know.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: line between header logo and menu

    Hello,

    That’s the header box shadow. To remove it add this code:

    .header_shadow_full .header_wrapper {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    Let us know.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Onepage Demo Import Missing Menus, Slider and Sidebar

    Hello,

    The menu with brackets is an old version of one page. We have removed it in quite some updates before. To reproduce it, i added this code at the end of your style.css file:

    /* Effect 1: Brackets */
    .background--dark nav .menu > li > a:hover {
    color: #0c93d6 !important;
    }
    .header_1 nav .menu > li > a::before,
    .header_1 nav .menu > li > a::after {
      display: inline-block;
      opacity: 0;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
      -moz-transition: -moz-transform 0.3s, opacity 0.2s;
      transition: transform 0.3s, opacity 0.2s;
    }
    
    .header_1 nav .menu > li > a::before {
      margin-right: 10px;
      content: '[';
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      transform: translateX(20px);
    }
    
    .header_1 nav .menu > li > a::after {
      margin-left: 10px;
      content: ']';
      -webkit-transform: translateX(-20px);
      -moz-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    
    .header_1 nav .menu > li > a:hover::before,
    .header_1 nav .menu > li > a:hover::after,
    .header_1 nav .menu > li > a:focus::before,
    .header_1 nav .menu > li > a:focus::after {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      transform: translateX(0px);
    }
    .header_1 nav .menu > li:last-child a{padding-right:0; margin-right:0;}
    .sticky_header .header_wrapper.header_1{
      -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.04);
      -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.04);
      box-shadow: 0 3px 5px rgba(0,0,0,0.05);
    }
    
    /* End Header 1 */

    Please check your site.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Blog Page: Header/Page Title not showing

    Hello,

    1-Even as centered the header shows up ok. Please see screenshot: https://www.clipular.com/c/5538438762987520.png?k=LotvxYenFt5R_QlO0dv02iARalY

    The option panel for this result: https://www.clipular.com/c/5538438762987520.png?k=LotvxYenFt5R_QlO0dv02iARalY

    2-3-The posts take on the page header settings set up in General Options > Page Header Options. Every change you want to make for the posts, do it here. I set it up as centered and edited the line height by adding this code into your custom css box:

    .header_page h1 {
        line-height: 277px;
    }

    You may add image to the background here if you want. Please check your posts.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Product Imgaes & Layout, and Cart Button Formatting

    Hello,

    Can you please post the link of where these products are? So there are no more misunderstandings.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Mobile Header Covers Logo

    Hello,

    Please edit the last code to this:

    @media (max-width: 480px){
    #logo img.dark { 
     width: 100%;
     padding-left: 30px !important; 
    }
    .mobile_small_menu {
        margin-left: -18px !important;
    }
    }

    We added this code: .mobile_small_menu { margin-left: -18px !important;} inside the mobile block (@media 480px). Edit the value to your wish.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Service Text Effect Hover

    Hello,

    That’s the default style for the Service Text Effect. On mouse over the title is moved and the content text is shown.
    If you want to change it’s style, you can do so with custom css.
    Sorry but this is a personal preference customization and therefore is not included in support service.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Fullscreen Innovative Single Post – Image size/pixilation?

    Hello,

    Yes, that should be ok. Try it out if the result is not satisfying to you then increase it further until you get the view you want.

    Best regards!

    9 years, 2 months ago Mirela
    Participant
    in reply to: Blog Page: Header/Page Title not showing

    Hello,

    I don’t see any issue in this. I opened the blog page (For the love of Lavender), i set on the “Overwrite the default page options” and “Active Page Header” options in General Settings > Page Header Options. I selected “Page header style” basic with breadcrumbs. You can check it yourself. The page title does show up as it should.
    Screenshot.

    Best regards!

Viewing 15 posts - 5,911 through 5,925 (of 12,542 total)
← 1 2 3 … 394 395 396 … 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