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 Mirela
    Participant
    in reply to: Few Issues

    Hello,

    Open the page options in wordpress editor. You will see the shortcodes. See screenshot: https://postimg.cc/image/sa28ykztz/
    Copy the part of the template you want.

    Note: This is not recommended as you may miss a tag/colon or any little character and that will result in error, messing up the entire page.

    The best way to add elements, is thru the Codeless Builder. However this is your personal choice.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Technical Help

    Hello,

    I checked and the titles in mobile are showing up as defined by the custom css. See screenshot: https://postimg.cc/image/m6koehu2v/
    It’s the same view i get when i open the page from an actual mobile phone.
    What issue are you having?

    Best regards!

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

    Hello,

    Sorry but i am a little confused now. What issue do you have?
    1-The 500 Internal Server error, as stated in my last reply, is a server issue. You should contact your host provider about it.

    2-“I thought you said before that I could just delete the duplicate Tower theme and that should fix the problem. Could you send me a screenshot showing me which one it is please”
    Yes, i have already added a screenshot with this explained in the last reply. See screenshot: https://ibb.co/jvvRuH

    3-I think you misunderstood, the duplicate themes are not a problem. You can keep them or delete them to your wish. The ONLY important folder is the one of the active theme folder.
    See screenshots: https://ibb.co/gjDREH
    https://ibb.co/n41P1x

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Page Fullwidth Content problem with new version

    Hello,

    Please make sure to have all included plugins updated to their latest version as well. We have tested this many times already and the issue does not happen on our side so the edit above should not be necessary.

    However as promised we have this already added to our to-do list for the next theme update and will make all necessary tests to make sure it’s ok.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Error on "CUSTOMIZE PAGE & OPTIONS" Button click

    Hello,

    I uploaded a fresh copy of the folie/includes/codeless_customizer folder. The old folder is renamed as ‘codeless_customizer2‘. I installed the recommended plugin “Codeless Visual Composer Backend“.

    The customizer is being loaded without any issues now. See a screenshot of it from my side: https://postimg.cc/image/xisoilxzb/
    Let us know for anything.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Posts Showing Up As 'Admin' and Weird Layout

    See screenshot: https://postimg.cc/image/mb4oj5dmv/

    8 years, 1 month ago Mirela
    Participant
    in reply to: Technical Help

    Hello,

    -I understand but the desktop layout has different dimensions and aspect ratio regarding the images you can use. The mobile screen has different dimensions so it’s best to have images that fit the screen size better.

    Please add this code into your custom css box:

    @media (max-width: 420px){
    .header_page.with_subtitle.centered .titles h1 {
        line-height: 40px !important;
    }}

    It will fix the page header title’s line-height in mobile. See screenshot: https://ibb.co/nR0gTc

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Error on "CUSTOMIZE PAGE & OPTIONS" Button click

    Hello,

    Please add some ftp credentials as well. So we can check the files and fix this.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Posts Showing Up As 'Admin' and Weird Layout

    Hello,

    You have too many plugin installed in your site and some of them have affected theme scripts. No matter if you deactivate a few, some changes are not reverted back. The only way to be sure to have theme’s original features is to deactivate all third party plugins and update theme. So we rule out the possibility of affected code.

    I understand this is not an option for you as you have already created a lot of content. So we will try fixing the current situation how we can.

    1-I fixed the post author name. I edited function: codeless_get_entry_meta_author() in file includes/codeless_functions_blog.phpPlease refresh posts and let us know.

    2-When did this difference in the post’s layout? Did you install any of the other plugins before it started?
    I added this code into your Customize > general > Custom Codes> Custom Css box:

    .single-post .container-fluid {
        margin-right: 10%;
        margin-left: 10%;
    }

    It has fixed the layout in posts.

    Let us know for anything.
    Best regards!

    • This reply was modified 8 years, 1 month ago by Mirela.
    8 years, 1 month ago Mirela
    Participant
    in reply to: Menu Options in Folie

    Hello,

    You can further customize the menu style using custom css. You can add the code in Customizer > General > Custom Codes > Custom Css. or use a child theme and ad dit into the child theme style.css file.

    -Sorry but you can only add more elements to the header bar, not inside the menu. All the element you can add are the header elements that show up when you click on the little balloon. See screenshot: https://ibb.co/cue2ZH
    Adding more requires coding that is not included in our support.

    Let us now.
    Best regards!

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

    Hello,

    The 500 Internal Server Error is a very general HTTP status code that means something has gone wrong on the website’s server, but the server could not be more specific on what the exact problem is.
    I suggest you contact your host provider regarding it as this is server related issue.
    No matter how much theme backup folders you keep, they will not affect the site because they are inactive. Only one theme can be active.

    As for the update of theme, please check this screenshot: https://ibb.co/jvvRuH
    Let us know if you need further help.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Few Issues

    Hello,

    1-You can change the menu in Appearance > Menus. Or from the Customizer, hover over the menu and open it’s options. See screenshot: https://ibb.co/h8zjeH
    I already changed them to ‘menu left’ and ‘menu right’ for you.

    2-Just hover over any element to open it’s options or to remove it by clicking on the bin icon that will show.

    3-Please add this code into your Custom Css box in General > Custom Codes > Custom Css:

    @media (max-width: 480px){
    .cl-row .bg-layer {
        background-size: contain !important;
    }}

    4-The demo page you added is not a category page but a normal shop page.

    5-Can you send a link where the images have issues?

    Let us know.

    Best regards!

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

    Hello,

    I don’t understand your issue. I opened the site in safari, and iOS (ipad), it looks great.
    See screenshot: https://ibb.co/iG7q3c

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: June Theme – Wrong Prices & Currency Showing

    Hey,

    That’s good news!
    Let us know how if we can help with anything.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: June Theme – Wrong Prices & Currency Showing

    Hello,

    We are sorry for your frustration.
    Please know that these issues are not present on our side and none of our other clients. That’s why you need to perform the updates first. Your Codeless Builder plugin is very old. The latest version is 1.4.4.
    Major changes have been made ever since, that’s why you need to keep the latest version in order to keep theme functioning properly.

    We are here and will help you with everything. Please be patient and follow our guidance to fix all your requests.

    Thank you!

Viewing 15 posts - 3,346 through 3,360 (of 12,542 total)
← 1 2 3 … 223 224 225 … 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