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 ago Mirela
    Participant
    in reply to: Webshop Template

    Hello,

    The new Woocommerce version included in theme package has removed the overlay feature and link in titles. This happened a couples of updates ago.
    The rest is just as the demo. You only need to add more products, product tags and categories.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Blog title

    Hello,

    Please make sure you have selected blog page in General Options > Select Special Pages > Select Blog Page. Let us know.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: External link to Media Grid

    Hello,

    Since this was a added by preference feature and not by default, the edits are not present in default theme files. And by taking a theme update, it has overwritten all custom changes.
    Every time you make such edits, it is wise to keep a copy of the edited files.
    I already described the steps to follow. Please read my reply of a month and 3 days ago. The codeless_elements.php file is still in the same folder (includes/core/codeless_elements.php)

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Big Problem with Safari Browser

    Hello,

    1-Please go to file includes/codeless-slider/codeless_slider.php and find these lines:
    https://codeshare.io/mugqq

    Replace with these:
    https://codeshare.io/Mox6d

    2-What type of ipad are you using? I don’t get the same view when opening the site from ipad mode (screenshot)
    Let us know.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Gallery and separator with text not centred on mobile

    Hello,

    The gallery images are responsive and change like they should. I suppose you are referring to the fact that the images are a bit more to the left.
    Please add this code into your custom css box:

    @media (max-width: 480px){
    .wpb_image_grid .wpb_image_grid_ul img {
        margin-left: 40px;
    }}

    Result screenshot.
    Edit the value to your wish.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Revolution slider on mobile

    Hello,

    Please edit the values of css attributes (decrease/increase) until you are satisfied with the result.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Logo on mobile

    Hello,

    It is better to edit the value of margin-top: -53px !important; (decrease it) until you are satisfied with the result. So you won’t add more custom code.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Small problem in top left corner

    Hello,

    Glad to know you found the culprit. Thanks for sharing!

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: code in portfolio

    Hello,

    This is a tested code. What did not go well? If you want, you can share your solution so that others who have the same request can make use of your topic.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Codeless slider not responsive

    Hello,

    The screenshot above is of an ipad, not mobile. Can you send us a screenshot of what are you viewing? So we can understand better.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Post header background not showing

    Hello,

    The posts take the default page header set in your General Options > Header Options > Default Page Header. In post options, you can only select whether to display it at all or not (unlike pages).
    Please check the post you send us. The page header image does display now.
    Let us know.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Big Problem with Safari Browser

    Hello,

    DO you mean change the current button or add a new one? To add a new, go to the slider’s Codeless Slide Options > Content, and fill in the data for the second button (screenshot).
    If you want to change it, then you can do it with some custom css.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: what list of icon to use

    Hello,

    Change the text by just replacing this line: Create your online business with the latest design trends with your own text. To change the icon, you need to edit “steadysets-icon-heart” to your icons code. Find a list of the available icons in file functions-tower.php.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Logo on mobile

    Hello,

    To make logo bigger, please add this code into your custom css box:

    @media (max-width: 480px){
    #logo img {
        max-height: 95px !important;
        margin-top: -53px !important;
    }}

    Result screenshot.
    Edit the values to your wish.

    By default the top navigation is not displayed in mobile. To show it, add this code:

    @media (max-width: 767px){
    .top_nav { display: block;}
    .top_nav .pull-left { display: none;}
    }

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Revolution slider on mobile

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 480px){
    ul.tp-revslider-mainul {
        width: 370px !important;
        left: -10% !important;
    }}
    @media (max-width: 767px){
    ul.tp-revslider-mainul {
        width: 585px !important;
        left: -10% !important;
    }}
    

    Let us know.

    Best regards!

Viewing 15 posts - 8,461 through 8,475 (of 12,542 total)
← 1 2 3 … 564 565 566 … 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