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, 5 months ago Mirela
    Participant
    in reply to: Changing the layout for portfolio pages

    Hello,

    The responsible file for all types of single portfolio items are located in includes/view/portfolio/ folder. You can edit them as you wish, but keep in mind that the changes will be overwritten in case of a theme update.

    Sorry but this support does not include these types of customization.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Tower theme – issue with blog

    Hello,

    Blog style does not affect it’s layout. If you have selected “Fullwidth” option in Blog Config > Layout, then what ever style the blog is, it will be fullwidth.
    If you want to have a sidebar, then select one of the layouts with sidebar.
    Screenshot.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Footer Sticking to Bottom of Page

    Hello,

    Can you please check your link? It redirects me to Google.
    Try to edit the code above to this: #content { min-height: 750px !important;}

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Select a particular Demo in the Tower theme

    Hello,

    Please send us your site’s urls too.
    Let us know.

    Best regards!

    • This reply was modified 10 years, 5 months ago by Mirela.
    10 years, 5 months ago Mirela
    Participant
    in reply to: Google Fonts – Codeless Slider

    Hello,

    I have notified the developer team regarding this. We are currently checking it and will get back to you asap.
    Thank you for the patience.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Full screen sliding on mobile

    Hello,

    Please add this code into your page’s custom css box:

    @media (max-width: 480px){
    .container { margin-top: -4px !important;}
    p {
        line-height: 19px;
        font-size: 12px;
    }
    .vc_custom_heading h2 {
        font-size: 18px;
        line-height: 21px;
    }
    }
    @media (max-width: 767px){
    .wpb_column .wpb_wrapper { width: 92%;}
    .wpb_text_column p:first-child { margin-top: -14px;}
    .vc_empty_space { height: 8px !important;}
    }

    If you still do not have the layout you want, send us your wp credentials in a private reply. So we can do it for you.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Problems with display of website on mobile devices

    Hello,

    Please add this code into your custom css box:

    @media (max-width:480px){
    #content {  width: 268px !important;}
    #logo { left: -37px !important;}
    .mobile_small_menu { left: 6px !important;}
    }
    @media (max-width: 767px){
    #copyright .desc {
        width: 97% !important;
        margin-left: 3px;
    }}
    @media (max-width: 979px) and (min-width: 768px){
    .mobile_small_menu { top: 50%;}
    #content { width: 646px !important;}
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .header_7.header_wrapper .container { width: 647px !important;}
    .wpb_text_column.wpb_content_element { margin-left: 12px;}
    }
    

    Result: iPhone5, iPad.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Error uploading theme

    Hello,

    You should upload only the ‘specular’ folder. If you will use wordpress dashboard, then zip it and upload. If you will use ftp, then upload it directly into your wp-content/themes folder.
    The other folders are for alternative use. The documentation containing theme documentation, the licence files, demo sliders to import if you want to use any pre-created sliders and the child theme if you’ll want to use a child theme instead.
    In the tutorial, we created before the zip file in order to show how it is uploaded from the dashboard. It has no difference with the one included, just zip it.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Cannot install Visual Composer

    Hello,

    Please make sure you have uploaded theme correctly. In your wp-content/themes folder it should be only ‘specular’ theme folder, not the main folder containing documentation, sliders, licence too.
    If you send us your site’s url, we can give it a look.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Fatal error: Allowed memory size

    Hello,

    You have forgot the semi-colon in the end of the line. You have added this:
    define(‘WP_MEMORY_LIMIT’, ‘128M’) but it should have a semi-colon in the end, like this:
    define(‘WP_MEMORY_LIMIT’, ‘128M’);
    Let us know if you need further help.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Fatal error: Allowed memory size

    Hello,

    You have forgot the semi-colon in the end of the line. You have added this:
    define(‘WP_MEMORY_LIMIT’, ‘128M’) but it should have a semi-colon in the end, like this:
    define(‘WP_MEMORY_LIMIT’, ‘128M’);
    Let us know if you need further help.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Demo Not Showing

    Hello,

    After finishing the import with success, did you save the changes? Did set the home page and blog in Settings > Reading? Please make sure to have performed these steps for the site to display correctly.
    If you want you can send us your wp credentials in a private reply. So we can help you out.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Header issues

    Hello,

    To remove the page header for a certain page, please go to page’s General Settings > Page Header Options > Active Page Header, set it OFF.
    I already set it off for the page you send us.

    **If you are satisfied with our theme and support, please consider to rate us with 5 stars. It will help us keep up the ratings and gives us the chance to work harder for better themes in the future.
    Thank you!

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Video not responsive

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 767px){
    iframe {
        width: 300px !important;
        height: 229px !important;
    }}

    Let us know.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Footer Doesn't Stick to Bottom of Page

    Hello,

    Please add this code into your custom css box:

    #content {
        min-height: 750px;
    }

    Best regards!

Viewing 15 posts - 10,366 through 10,380 (of 12,542 total)
← 1 2 3 … 691 692 693 … 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