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, 2 months ago Mirela
    Participant
    in reply to: Technical Help

    Can you please enable the Appearance > Editor menu? I need to check the files.

    Thanks!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Technical Help

    Hello,

    Sorry for the late reply.
    1-Wordpress has a build in taxonomy for the team. It is the “Team” menu. The team element in Visual Composer pulls out these team member post’s created here. But you do not have any team created so far. See screenshot: https://postimg.org/image/5urhn2dl3/

    So to have team in “About Us” page, first create some members in Team menu.

    2-I am checking the mobile view now, will update you in minutes.

    3-sorry that is not possible with this slider. I suggest you use one of the other available sliders or included slider plugins.

    4-Please write at this email: [email protected] to unfold your requests and so we can discuss a quote.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: How to set the product image to 600*900 ?

    Hello,

    What image sizes do you have set up in Codeless > Image Sizes > Other?
    You can set up product images and cropping policies here. Let us know.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Folie – Architecture Template

    Hello,

    You can add additional css in Customize > General > Custom Codes.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: June theme lightbox not working

    Hello,

    Yes, that was the exact thing i screenshot-ed and that is indeed part of gallery lightbox style.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Codeless Slider – Folie Architecture

    Hello,

    1-I forwarded this to theme developer for a more professional review. We’ll check this closely and release an update as soon as we can with it fixed. Sorry for the inconvenience.

    2-The slider background image as set to cover the screen width where they are accessed. It can not be static and keep only the original image width or it would show up bad in some wider screens.
    Example: See here a screenshot of how the slider would show if we keep the given width of the image and not customize it to fit the screen.
    -> https://ibb.co/mX5wCH
    Here the background size is like this:background-size: contain; instead of ‘Cover’ that is the default style.

    3-The slider is designed so that it will take up the entire space of the mobile screen. It the image is resized for mobile, it will use little space because most of slide images are landscape. That is why the images are positioned in center, instead of being completely resided and still leave space under the mobile screen height.

    To show your images centered in mobile, just change the image position from “Left-top” that is currently to “Center-center” (screenshot)

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Migrating website Resets Theme Settings

    Hello,

    There should be no problem exporting settings from one host to another if the url changes are done correctly. You can try to change the links directly in the host. Contact your host if you need guidance.
    Let us know.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: June theme lightbox not working

    Hello,

    The second images is not linked. I can not see what you mean by “Wrong behavior”. This is what i get when i scroll thru the gallery in your site: https://postimg.cc/image/3k7o7x3gn/
    This type of image duplicate, is part of the gallery style. Are you referring to this?

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: cant disable the top navigation row/ top header row !

    Hello,

    I set it ON, then OFF again. It’s ok now.
    Please know that this does not happen in theme in normal state. Most possible, some of the third party installed plugins could be affecting theme scripts.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Tower Sticky Menu + Portfolio issues

    Hello,

    1-This is the default sticky style for some header styles. I suppose you have the header style with logo centered and menu items below the logo.
    To change this, either select another header style or change the sticky default style using css.
    A related topic can be found here: https://support.codeless.co/?topic=stick-nav-centered-logo-and-navigation-header_10

    2-To make the description column in single portfolio, fullwidth, please add this css into your Custom Css box in General Options:

    .portfolio_single .row-fluid .span3 {
        display: none !important;
    }
    .portfolio_single .row-fluid .span9 {
        width: 100% !important;
    }

    -There is padding added in top and bottom of page content by default. You can change it in Tower > Layout > Page Builder Row Margin Bottom/Inner Page Content Padding (screenshot), or check the Row settings, make sure there is not set any Padding. Or change it to your wish.
    See screenshot: https://postimg.cc/image/6cwadrbpz/

    Let us know.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Center the button

    Hello,

    None of the theme elements causes any issue in theme or the builder. Please deactivate all third party plugins you have. Make sure to have the latest theme version and it’s included plugins updated as well.
    If you still have issues, add your wp credentials in the extra fields in your profile. Read this article for more information.
    So we can give it a closer look.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Gallery lightbox problem

    Hello,

    Please go to file js/codeless-main.js and edit this line:
    linkElement : 'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.entry-link.lightbox):not([class^="ilightbox-"]):not(.zoom):not(.prettyphoto)'

    To this:
    linkElement : 'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.entry-lightbox):not(.entry-link.lightbox):not([class^="ilightbox-"]):not(.zoom):not(.prettyphoto)'

    We will include the changes in the next theme update so you won’t have to worry to redo them again.
    Please clear cache and refresh page.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: clear url

    Hello,

    Do you have any plugin installed that can affect the url structure? Please check out this useful article:
    https://www.wpbeginner.com/wp-tutorials/how-to-remove-vxxxx-string-from-wordpress-urls/

    If this won’t help, try checking these other articles:
    https://wordpress.stackexchange.com/questions/37454/random-char-string-being-inserted-at-end-of-urls
    https://wordpress.stackexchange.com/questions/112842/why-some-permalinks-adding-characters-ruining-links
    https://technicalblogging.com/getting-rid-of-random-characters-appended-to-the-urls-of-your-wordpress-posts/

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: June theme lightbox not working

    Hello,

    Are you referring to the thumbnails in the right side? That is part of gallery styling. It’s not a bug.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Tower drop down menu

    Hello,

    Do you have any third party plugin installed? Can you please deactivate them all and try again? If the situation persists, please send us some valid wp credentials in a private reply. So we can give it a closer look.

    Best regards!

Viewing 15 posts - 3,466 through 3,480 (of 12,542 total)
← 1 2 3 … 231 232 233 … 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