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, 9 months ago Mirela
    Participant
    in reply to: Codeless slider not responsive

    Hello,

    Please edit code to this:

    @media (min-width: 768px) and (max-width: 1024px){
    .section-style.parallax_section{
    background-size: contain !important;
    -webkit-background-size: cover !important;
    background-position: center !important;
    background-attachment: inherit !important;
    }
    }

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Page Header Title Cut Off – Desktop & Responsive

    hello,

    You should decrease the font size. Go to General Options > Styling Options > Default Page Header > Centered Style No Subtitle Title Typography, decrease here the font size to at least 55px.
    Then add this code into your custom css box:

    @media (min-width: 979px) and (max-width: 1024px){
    .header_page.centered h1 { font-size: 33px !important;}
    }

    Let us know.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Menu not displaying correctly on mobile

    Hello,

    Can you please check the credentials? I can’t login.
    Please fill in the necessary information on your extra information fields of your profile data.
    Read this article for more information.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Problem with Menu (Overlaying)

    Hello,

    I can’t access site with this username. Please see screenshot.
    However, please go to your style.css file and find this line:
    .header_8 nav .menu > li > ul.sub-menu, .header_8 nav .menu > li > ul.sub-menu ul{top: 105%; left: 0 !important; }
    Edit top: 105%; value to 100% and Remove the left: 0 !important; from it. Save file.
    Then add this code into your custom css box:

    .header_8 nav .menu > li > ul.sub-menu ul {
        top: 0 !important;
    }
    nav .menu > li > ul.sub-menu ul {
        width: 180px !important;
    }

    Result screenshot.
    Let us know.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Menu layout breaks – How to switch earlier to the responsive menu?

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 1160px) and (min-width: 981px) {
    .header_1 nav .menu > li {
        margin-left: -8px !important;
        margin-right: -8px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }}

    Let us know.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: add font to header

    Hello,

    The Calibri font is not included in fonts list, but you can add it using these steps:
    1-Download font files and add them into your font folder. Location: wp-content/themes/specular/font.

    2-Add this code into your style.css file:

    @font-face {
    	font-family: Calibri;  
    	src: url(public_html/your-site/wp-content/themes/your-theme/fonts/FontName-Regular.ttf);  
    	font-weight: normal;  
    }

    Replace font url with your current one.

    3-Add this code into your custom css box, to set this font for the menu:
    nav .menu > li > a {font-family: "Calibri" !important;}

    Read this article for more detailed information.
    Let us know.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Logo and Product Column Issues

    Hello,

    Sorry for the late reply. We are currently looking into this. You will be notified soon.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Mysterious gap & Inconsistent image sizes shown on portfolio grid

    Hello,

    1-This is because the images have different dimensions. So they are scaled down in different sizes as well. If you want to change them then please read more in this article: https://support.codeless.co/?ht_kb=ideal-image-size.

    2-This too is caused due to the images different dimensions. To avoid it, you only need to set up a minimum height for this type of portfolio. Please add this code into your custom css box (located in General Options > Custom Css box):

    .three-cols .portfolio-item {
        min-height: 535px;
    }

    This is the result: https://pho.to/AJShf

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: qtranslate doesnt works in widget

    Hello,

    I see you have a very old version of theme. The issue may be caused by it. Please update theme and Visual Composer to their latest version first.

    Read the related section in theme documentation on how to update theme. And read this article for more information on how to update Visual Composer.

    Let us know if the issue persists then.
    Note: Please consider updating your profile data. Read this article for more information.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Media Element – video

    Hello,

    Sorry for the inconvenience. We will check this out further and fix it in the next theme update. In the mean time, please use a youtube link for the video. We tested it, it does not have any issue.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Unsure how to install default demo

    Hello,

    First thing first:
    The demo data includes the posts/pages/portfolio items and some other configuration settings (such as header type, blog style, default home page..etc). If you check to import attachment as well, it will add the images used in the online demo too. This is optional as it will increase significantly the size of data to import. Some shared hosts do not have enough memory and execution time limit to include the attachments too. However you can easily upload your own images, or just download the online demo’s.

    Secondly: Do you want to have just the default demo styling but keep the old pages and content? Or do you want to overwrite all of the old content and use only the default demo content?

    Please read this article for more information on dummy data import.
    Note: Please consider updating your profile data. Read this article for more information.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Automatic Indent in Text Block

    Hello,

    If you have an issue with theme, it is better to demonstrate it from the theme’s options. Not from the support text area. They are not the same theme so it’s not useful.
    As you can see here, in support editor you have two tabs in the top-right corner (screenshot). If you choose “Visual” you will be able to write in a normal (windows like) text editor. If you choose “text”, then you can add and edit your text using html tags.

    It is quite the same in the theme’s Visual Composer text element, editor. You can choose between two types of editors. The visual and the text version.
    As i previously said, we tested this again and did not get any indent.

    Please show us your problem with screenshots from the actual theme panel. You can add the images in a online host service (such as Share.Photo or Postimage.org) and send us the link.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Opening portfolio items only on name

    Hello,

    There are at least 4 types of portfolio styles. And they all have their respective files. Which one are you using? Please send us a link of your portfolio page so we can give a more precise advice.

    Note: Please consider updating your profile data. Read this article for more information.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Codeless slider not responsive

    Hello,

    Sorry for the late reply. Please add to the list of attributes above this line too:
    background-attachment: inherit !important;
    So the block of code will be like this:

    @media (min-width: 768px){
    .section-style.parallax_section{
    background-size: contain !important;
    -webkit-background-size: cover !important;
    background-position: center !important;
    background-attachment: inherit !important;
    }
    }

    Let us know.

    Best regards!

    9 years, 9 months ago Mirela
    Participant
    in reply to: Showcase IDX Plugin On Mobile

    Hello,

    Sorry but we do not offer support on third party plugins. However, i suggest you edit this with custom css code. add it into your custom css box. Or contact the plugin’s authors for further help.

    Best regards!

Viewing 15 posts - 7,666 through 7,680 (of 12,542 total)
← 1 2 3 … 511 512 513 … 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