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

  • 8 years, 1 month ago Medrit
    Participant
    in reply to: Responsive Font size

    Hello,

    Sorry for the inconvenience. I have already notified the developer regarding this and we are working on the newest theme update that will fix this feature as well.
    If it is urgent i can send you some code to add in custom css.

    Let us know.
    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Blog page with revolution slider

    Hello,

    This is a very old ticket. Theme has been updated many times since then. However, the slider is not possible to be added in the post’s page. The blog takes the settings set in General Options > Header Options > Default Page Header. If you must have a slider, then use a normal page, add the posts element from Visual Composer and set up a slider in the page’s General Settings > Slider Options.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: mobile sticky

    Hello,

    1.Do you want to make it fixed only on Mobile?

    2. Please see the screenshot below: https://ibb.co/mXyTgx
    https://ibb.co/eFxh8c

    Let us know.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Revolution slider not active

    Hello,

    Can you please try installing the Layerslider plugin from the Plugins menu, using the included zip file? If you still have issues, send us some valid wp credentials in a private reply. So we cna do it for you.

    The Revolution slider as well as all included sliders have an extended license. This means you can use the included version without any problem or constrain. Th eonly limitation is that you can not update it by yourself. You have to wait for us to include the plugin’s newest update in theme’s package. Other than this, there is no problem with it. Do not worry about the “Not active” status. You can keep using it at it’s fullest yet.

    Let us know.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Problems updating theme

    Hello,

    Check the link below please. Make sure you follow the steps.
    https://codeless.co/tower/documentation/main.html#update_theme

    Let us know if everything is resolved.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Display More Than the Default Number of Products

    Hello,

    I checked and if i understood right what you meant, i think it does disappear because on mobile it can show one item at a time. See screenshot: https://ibb.co/njCme7

    Let us know.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Display More Than the Default Number of Products

    Hello,

    Can you please add some valid wp credentials in your profile data extra fields? So we can give this a closer look.
Read this article for more information.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Hear Icon/cart color, sticky header

    Hello,

    1. How can I change to color of cart & wishlist in desktop & mobile version?
    Please add this piece of code below to custom css
    .extra_tools_wrapper .tool i {
    color: red !important;
    }
    2. The element added items are not fully shown on mobile editor
    What are you trying to do exactly? The mobile layout is to show how the elements will look in mobile. It’s mostly used for the live page preview. There is no need to open the options panel in mobile layout.
    3. How to add one more row on the header?
    Place the pointer at the top left corner of the page below the header and click the gray circle icon that is showing up. It will add a new row. See screenshot: https://ibb.co/d9NbBn
    4. How make normal sticky header. When i scroll down, the header will work like flash and keep sticky when i scroll to the middle page. How can i just keep it all the time sticky on destop & mobile?
    Customize > Header > Sticky Turn it on. See screenshot: https://ibb.co/gzarcS
    5. How can i add muti-text row on header, just like the photo?
    See screenshot: https://ibb.co/eg1gcS

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Demo import fail

    Hello,

    Many issues that you may run into such as; white screen, demo content fails when importing and other similar issues are all related to low PHP configuration limits. The solution is to increase the PHP limits. You can do this on your own, or contact your web host and ask them to increase those limits to a minimum as follows. See screenshot: https://ibb.co/cne3P7

    To see if you imported the demo content go to Dashboard > Pages and if there are any pages it means the demo content is imported. After this please go to Settings > Reading. Set Homepage and Posts Page. Save changes. Let us know how it goes so we can help you customize it further like the online demo. See screenshot: https://ibb.co/dqirBn

    Let us know how it goes so we can help you customize it further like the online demo.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Handel Theme, Services Section, Image display

    Hello,

    Can you please add some valid wp credentials in your profile data extra fields? So we can give this a closer look.
Read this article for more information.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Folie – Architecture Template

    Hello,

    Try this please, maybe you forgot some piece of code.

    @media (max-width: 480px){
    .page-id-30 .row.cl_row-sortable.cl_row-fullheight.cl_row-flex.cl_row-cp-middle.cl-col-tablet-none {
    min-height: 23vh !important;
    }
    body.page-template-default.page.page-id-30 {
    background-image: url(https://dev.fergusonarchitects.co.za/wp-content/uploads/2018/04/about_us_new.jpg);
    background-size: contain;
    background-position: top center !important;
    }
    }

    See the screenshot below:

    https://ibb.co/fWnZU7

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Folie – Architecture Template

    Hello,

    Can you please provide a screenshot of the result it shows after you made the changes.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Folie – Architecture Template

    Hello,

    The first row has the background image set to fullwidth and all the other elements jump over the first row. The layout you have chosen has that structure on mobile.

    If you add this piece of code you will get the result shown in the screenshot provided below.

    @media (max-width: 480px){
    .page-id-30 .row.cl_row-sortable.cl_row-fullheight.cl_row-flex.cl_row-cp-middle.cl-col-tablet-none {
    min-height: 23vh !important;
    }
    .page-id-30 body.page-template-default.page.page-id-30 {
    background-image: url(https://dev.fergusonarchitects.co.za/wp-content/uploads/2018/04/about_us_new.jpg);
    background-size: contain;
    background-position: top center !important;
    }
    }

    See screenshot:

    https://ibb.co/nNKxXS

    If you mean something else let us know.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: WooCommerce-generated errors aren't displayed when adding to cart

    Hello,

    I have already notified the developer regarding this and we are working on the newest theme update that will fix this feature as well.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Position Products

    Hello,

    Sorry for the inconvenience. I have already notified the developer regarding this and we are working on the newest theme update that will fix this feature as well.
    The ETA for the release is maximum by the end of this month. We kindly ask for your patience till then.

    Best regards!

Viewing 15 posts - 241 through 255 (of 264 total)
← 1 2 3 … 16 17 18 →

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