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, 7 months ago Mirela
    Participant
    in reply to: Responsive/retina issues

    Hello,

    1-The page header:
    This is caused by the custom css you have added. I commented out the padding in it and now the page title displays in all page’s breadcrumbs.

    2-I have added this css into yout custom css box:

    @media (max-width: 480px){
    #logo img {
       max-height: 80px !important;
        margin-top: -45px !important;
        padding-right: 50px !important;
    }}
    @media (max-width: 1024px){
    header#header #navigation {  margin-top: -80px !important;}
    .header_tools {  height: 55% !important;}
    #logo {  margin-top: -40px !important;}
    .header_tools .vert_mid > a:last-child { margin-top: -36px;}
    }
    @media (min-width: 1200px){
    nav {
        height: 100%;
        padding-top: 0px !important;
    }
    .header_8 nav .menu>li>a {
        margin-top: -30px !important;
        height: 100px !important;
    }
    .header_tools {
        padding-top: 24px !important;
    }
    }

    Please check your site. It is displaying ok now.

    2-I checked it and the color of the overlay on the page headers is indeed showing up without problem. Where are you accessing this? Can you please send a screenshot of it?

    3-You are right. We are looking into this and will notify you soon.

    4-By default only the title is set as link. To have the images too, i edited file vc_templates/latest_blog.php. I replaced this line:
    $output .= '<img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port2', 'url')).'" alt="">';
    with this:
    $output .= '<a href="'.esc_attr(get_permalink()).'"><img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port2', 'url')).'" alt=""></a>';

    -to change it’s image size please read this article: https://support.codeless.co/?ht_kb=ideal-image-size
    In you case you should change the “add_image_size( 'alternate_blog', 440, 195, true );” line.

    Let us know.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Post grid playing up

    Hello,

    I checked your site. Is this section (screenshot) you are talking about?
    I see you have selected post to show up but i have searched the post and it is not present in the post list. Can you please explain what are your trying to show there? Also i see from inspect element that you are trying to show a group of posts within a post item in a carousel, see screenshot. this is not correct and the lack of space will eventually lead to this situation.

    let us know what are you trying to do so we can understand better. Some screenshots would help.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Dummy data and sliders

    Hello,

    I see you do have finished successfully the import. The pages are all there. See in wordpress dashboard > Pages. Also the menus, widgets, layouts are all imported and set. What is not imported are the images. But this is not a problem as you can always download them from the online demo (i already did so and set them up in your site), or import your own images.
    In Appearance > Widgets you get to set up the widgets of top header and footer. All pre-created widgets (used in the demo) are stored in the inactive section of the widget area (screenshot). just drag ad drop the ones you want to use. I already did that for you.

    Please check your site and let us know if you need further help.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: WooCommerce product picture mouseover

    Hello,

    1-2 are not issues. This is the shop page default layout. To hide them add this code:

     .woocommerce-page .woocommerce-result-count {
        display: none;
    }
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        display: none;
    }

    4- is affected by th elength and size of the product title. After reducing the title font size, it will align like the rest.

    9-10 to change font size, add this code:
    .woocommerce-page ul.products li.product h3 {font-size: 22px !important;} edit the value to your wish.

    5-6 these two products are not the same. One is a simple virtual product and the other is a variable product. The options are displayed based on the product type options.

    Let us know.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Hide Nav-Bar

    Hello,

    You can add the given css into your style.css file. To differ page from paga, just add the page’s id before it. Example:
    use inspect element to check the page’s id, see screenshot. The css code would become like this:

    .postid2469 #navigation {
        display: none;
    }

    Let us know.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Theme and VC update mixed up site layout

    Hello,

    This is not a normal behavior. Did you perhaps made any changes to theme files? Do you have any third party plugins installed in your theme?
    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, 7 months ago Mirela
    Participant
    in reply to: Portfolio item page header background image NOT WORKING

    Hello,

    The portfolio takes the page header settings assigned in General Options > Header Options > Default Page Header (screenshot).
    Please try it here and let us know if the situation persists.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Responsive issues with menu/Revoultion slider

    Hello,

    Please try and add this code into your custom css box:

    @media (max-width: 1024px){
    .header_page.centered .overlay {
        background: rgba(89, 89, 89, 0.75) !important;
    }}

    Let us know.

    Best regards1

    9 years, 7 months ago Mirela
    Participant
    in reply to: Dummy data and sliders

    Hello Phil,

    Can you please check the wordpress login details? I can’t login. See screenshot.
    Let us know.
    Please consider updating your profile.
    Read this article for more information.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: How to edit a Tower site before it shows on a old website

    Hello,

    You can assign the home page and blog in tower General Options > Select Special Pages. See more here:
    https://codeless.co/tower/documentation/main.html#set_up_homepage
    And to assign pages to menu, please go to Appearance > Menus. Select your main menu and add only the pages you want to show. see screenshot.
    To understand better how menu is set up, please read this useful link:
    https://codex.wordpress.org/WordPress_Menu_User_Guide

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: codeless slider not showing on mobile

    Hello,

    My apologies again. Please let us know if you need further support.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Woocommerce

    Hello,

    You have outdated versions of WordPress, theme and Woocommerce. There has been important changes since then. Please deactivate all third party plugins and then update theme to it’s latest version. Read theme’s online documentation for more information.
    After this, proceed in updating Woocommerce.
    Let us know.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: google fonts not rendering on codeless slider

    Hello,

    Apologies for the late reply. I understand your point now.
    I informed the developers team regarding this. They are working on it. We will included a fix in the next theme update.
    Thank you for noticing it and sharing.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: broken links and update fail

    Hello,

    Sorry for the late reply.
    You are most probably installing the wrong file. Can i please see a link of it? If you can, 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, 7 months ago Mirela
    Participant
    in reply to: white space on the right side in mobile navigation

    Hello,

    Sorry for the late reply.
    Please go to General Options > Layout > Page Container Width with percentage, and make sure to have it set to 100%.
    Let us know if the issue persist.

    Best regards!

Viewing 15 posts - 7,066 through 7,080 (of 12,542 total)
← 1 2 3 … 471 472 473 … 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