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, 3 months ago Mirela
    Participant
    in reply to: Woocommerce Cart Page not reponsive on mobile

    Hello,

    The screen size for mobile is the @media (max-width: 480px). Add the relevant code under this rule.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Various issues

    Hello,

    1-Please check your internet connection first. I opened the portfolio page several times and did not experience any delay in displaying the items.
    2-Did you activate it? Please go at General options > Header Options > Sticky Nav, make sure the Sticky Header option is ON.
    3-Because your title font is too big it needs more line space than set up by default. Please add this code into your custom css box:
    .header_page.with_subtitle.centered .titles h1 { line-height: 1;}
    This will be the result: https://www.clipular.com/c/4629470770626560.png?k=xnSybwrl59Bi1JJ8nwHp0crtA3Q
    Let us know if we can help you with anything else.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Fixed Image Width

    Hello,

    Sorry but to remove it completely requires a lot of customization in theme files, which this support does not cover. You can do it yourself or hire some one to take care of these for you.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Text Overlay and White Space in Header

    Hello,

    -What element are you using? In the demo it is used the “Service Media” element with style “Title over Image”, not just a simple image.

    -Add this code for the footer:

    .footer_wrapper #copyright .container {
        margin-top: 0 !important;
    }

    -Please go to General Options > Layout > Extra Side Navigation, set it OFF.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: missing dummy content

    Hello,

    The dummy data import is a very simple process. You only need to click on the demo you want to import, and then the “Import” button.
    What you are missing here are the basic customization you need to perform to have the exact view. Please go to your theme’s General Options and select a home page for your site.
    I can help you with the first configurations if you want. Just send us your wp credentials in a private reply. Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: missing dummy file pages?

    Hello,

    What style have you chosen for your portfolio? I can’t access the page attached. Please make sure you have selected the Portfolio Style with Overlayed with base color and zoom effect (screenshot), in your portfolio page “Portfolio Options”.
    Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Codeless slider not displaying last photo?

    Hello,

    I accessed your site with the latest Firefox browser and the issue does not appear. I do see all 5 slides here as well. Maybe you have extensions installed that could be causing this.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Logo on sticky menu and others

    Hello,

    For this time i am sending your the code to add at your custom css box, but please keep in mind that these are style’s customization that are not included in support forum.
    1-To add the logo in sticky header:

    .header_11.sticky_header #logo {  display: block  !important;}
    .header_11.sticky_header #logo img.dark { 
          height: 85px  !important; 
          top: 97px  !important;
    }

    2-For the mobile header view:

    @media (max-width: 480px){
    #logo img { height: 100px !important; top: 100% !important; right: 95% !important;}
    .mobile_small_menu { left: 85% !important;}
    .mobile_small_menu .close { left: 85% !important;}
    .header_transparency header#header { background: rgba(97, 35, 35, 0.48) !important;}
    }

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Specify sidebar background color?

    Hello,

    Great to know you figured it out. Thanks for sharing.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Not able to edit Project Details

    Hello,


    @brettsimms
    ,

    -Are not able to see this view: https://www.clipular.com/c/5824666619346944.png?k=iBR4cXJnBE_LambPhO0r5ZYPLS8 ? What changes did you do to the site? Send us your wp credentials in a private reply. So we can give a closer look.
    Note: Open a new ticket to send the credentials. You are not the author of this ticket, so the original author will be able to see the private data posted here! Make sure to reference this ticket there, so we can keep up with the developments.

    -Can you be more specific? Did you use any css code to remove the Project Details, and now you want to display them back? If so, just remove the code added to remove them in first place.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Missing logo+ image issue on mobile device mode

    Hello,

    Add this code int oyour custom css box:

    .logo_only_sticky .header_wrapper #logo {
        opacity: 1;
    }

    to display again the logo.
    Can you send us a screenshot of an image repeating itself on mobile? I don’t see any when accessing your site from mobile.
    Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Text Overlay and White Space in Header

    Hello,

    Please add this code into your custom css box:
    .container { margin-top: -85px;}
    for the header.
    I can see the text in clients logos. What is the issue?

    Best regards!

    • This reply was modified 10 years, 3 months ago by Mirela.
    10 years, 3 months ago Mirela
    Participant
    in reply to: Notice: Undefined index: vc_btn

    Hello,

    Sorry for the inconvenience.
    Please edit the file ‘specular/includes/core/codeless_elements.php’.
    Find the line: vc_remove_element("vc_btn"); and delete it.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Theme logo and layout

    Hello,

    1-The default logo size is 165x50px. You can upload the size best fitts your needs.
    2-To build upon a template, you need to import it’s demo data. Go to Theme Options > Import/Export (Dummy Data). Click on the demo you want to import, and then click “Import” button.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Fixed Navigation

    Hello,

    Have you tried to fix it with css? Did you perhaps, added any css code that could have affected the sticky header for only home page?
    I see a block of code, suspected for the js error and it is not generated from theme scripts. This is not in any of theme files, but generated. The code in your Custom JS box, can not be altered via ftp. Only from theme options.
    Theme files do not need the write access. All theme options are saved in the database.

    Best regards!

    • This reply was modified 10 years, 3 months ago by Mirela.
Viewing 15 posts - 9,736 through 9,750 (of 12,542 total)
← 1 2 3 … 649 650 651 … 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