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, 9 months ago Mirela
    Participant
    in reply to: Page header overlay color css tag missing final ")"

    Hello,

    I get your point now. But the closing tag is not the culprit of overlay not showing up. We have tested the same situation and the overlay does display fine. Please see screenshot.
    You can use this css:

    .overlay {
        height: 242px;
    }

    ..to your page’s custom css box. Edit the value to your wish.

    However, I will report this to the developer team. To fix for future updates.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Menu not displaying correctly on mobile

    Hello,

    In the menu you can add only the pages you want. Regardless of either it is an independent page or it’s parent to some other pages. So if i understand you well, you only need to add the children to the menu.
    Can i please see a link where are you trying this? So i can get a better insight of it.

    Note: Please consider updating your profile data. Read this article for more information.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: image width/sizes for Tower theme

    Hello,

    Tower theme uses the default image sizes of wordpress, such as listed here:
    // Thumbnail (default 150px x 150px max)
    // Medium resolution (default 300px x 300px max)
    // Large resolution (default 640px x 640px max)
    // Original image resolution (unmodified)

    The only images modified are listed in function codeless_images_sizes(). You can edit them to your wish. For more detailed information, please read this article.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Woocommerce: Sitewide notice covers header

    Hello,

    You can edit it’s layout with custom css. Just add a padding-top to the header element.
    Example:

    .header_wrapper.header_11 {
        padding-top: 48px !important;
    }

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Layout Issues with Search Icon & Cart & Shipping Page (Responsive)

    Hello,

    Please add this code into the page’s custom css box:

    @media (max-width: 480px){
    .woocommerce-cart ul.products li.product.columns-2 {
        margin-right: 10% !important;
        width: 40% !important;
    }}

    Result screenshot.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Different Colors for different Titles in Menu

    Hello,

    You can give another color to the menu item by using custom css code. Add it at you Custom css Box in General Options.
    Sorry but these customization’s are not included in support service. Read more regarding our policy here.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Missing Images on iPhone 6 Plus

    Hello,

    I can’t open the link. I need credentials for it.
    Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.

    Read this article for more information.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Portfolio–Several Questions

    Hello,

    You do not need to edit php. What do you want to edit there?
    Theme files are located in wp-content/themes/tower. You can access some of theme files throw WordPress dashboard. Just go to Appearance > Editor, and access the other ones (the ones not listed here) in the location above. But this time you will have to go there using cpanel (or a ftp connection).
    You can ask your host provider fro more information.

    However, for each of the questions above, you do not need to edit any php file.
    Add the custom css code into your custom css box, located in General Options > Custom CSS Code (screenshot).
    Let us know if you need further help.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Unable to load some remotely hosted scripts

    Hello,

    -Demo data:
    Are you trying to import from child theme? Please make sure you are importing only while parent theme is activated. Otherwise you will get “wrong url” issues.
    If the issue persists even in parent theme, then you have to check out your host requirements. Read this article for more information.

    -Please try to uninstall the template and reinstalled it. Also make sure you have a good internet connection. Like the warning message says, it can not be connected to the CDN.
    Read more regarding it in this article. Let us know if the issue persists.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Page header overlay color css tag missing final ")"

    Hello,

    Can i please see a link where is this happening? We do not get this in our side.

    Note: Please consider updating your profile data. Read this article for more information.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Image Header In Homepage

    Hello,

    This is strange. You do not have any errors visible but the header does not recognize the settings. I can suggest you disable all third party plugins and update theme.
    In the mean time you could use this workaround: i added this code into your home page custom css box:

    .header_page, .header_page {
        height: 350px !important;
        opacity: 1 !important;
        background-color: transparent !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-attachment: scroll !important;
        background-position: center center !important;
        background-image: url('https://blueprintcapitalonline.com/wp-content/uploads/2016/08/shutterstock_108783638.jpg') !important;
    }

    The page header is showing and is fully responsive. Please check your site.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Blog template \'medium image right\' showing large images.

    Hello,

    You can change the images size. Read this topic for more information.
    Let us know if that’s what you need.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Link to text within a page

    Hello,

    Sorry but this is not possible.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Missing Images on iPhone 6 Plus

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 480px) {
    .wpb_animate_when_almost_visible {
        opacity: 1;
    }}
    

    Let us know.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Portfolio–Several Questions

    Hello,

    1-That’s the theme’s default layout. You can switch the order by editing file single-portfolio.php.

    2-That is not part of theme features. It is displayed by a third party plugin your have installed. Normally we do not give support for third party plugin. However, i will give you the css code to hide it. Add this code into your custom css box:
    .portfolio_single #jp-relatedposts { display: none !important;}

    3-Please see this video tutorial for more information on how to set up a portfolio item.
    For more video tutorials regarding theme, check out our page:https://support.codeless.co/?page_id=45

    4-Add this code into your custom css box:

    .portfolio_single p.comment-subscription-form {
        padding-top: 155px !important;
    }

    5-Again, this is a third party plugin you are using for shares. However ia can suggest this css code:
    .portfolio_single .sd-content ul li { margin: 5px 5px 5px 0px !important;}

    Best regards!

Viewing 15 posts - 7,681 through 7,695 (of 12,542 total)
← 1 2 3 … 512 513 514 … 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