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, 7 months ago Mirela
    Participant
    in reply to: First usage theme – questions

    Hello,

    1-This does not pose an issue. It’s more a matter of personal taste and your idea of the layout you want to create. Both structures have no problem. From our side, we would suggest the multiple row layout.

    2-I don’t get this delay. So i assume it could be client sided. I suggest you install the cache plugins first. It will increase significantly the page load and javascripts, then this may not happen anymore.
    Try and let us know so we can keep an eye on this.

    -Theme itself is SEO optimized. We use “All In One SEO” plugin, but the “Yoast” plugin is fine too. Use whichever is best for you.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Dummy Text Twice

    Hello,

    The dummy data is stored in the database. So unless you have cleaned up the database before the second (and then third) import, some of them will be duplicated. All you have to do is go to Appearance > Menus and delete the duplicates.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Mobile menu covered by logo

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 480px) {
    #logo img { width: 100%;}
    .mobile_small_menu { margin-left: -41px;}
    }

    Result screenshot. Let us know.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Mobile Footer Layout

    Hello,

    You can edit the footer layout in mobile with custom css. Add the code into your custom css box. I can’t access your site as for now. It gives the Apache test page (screenshot).
    Let us know.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: translation files

    Hello,

    Yes you can use the en.po file as base. Add all the missing strings in the file using a .po file editor. Such as PoEditor.
    Let us know if you need further help.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Codeless Slider option disabled?

    Hello,

    Sure you can cover this structure with Tower theme settings. An example is this structure, see screenshot. I can make a live example in your site if you send us your wp credentials.
    Read this article for more information.

    2-To display the “Back to Top” please add this code into your custom css box:

    .scrollup {
        z-index: 999 !important;
        display: block !important;
    }

    Let us know.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Demo Data Issue

    Hello,

    1-Just go to your page’s General Settings > Page Header Options > Breadcrumbs Style, select the normal Small Breadcrumbs in the right. Make sure to have first activated page header. See an example set in this page of yours: https://www.zenwaterfilters.ie/newsite/about-us/

    2-This is not a Visual Composer element. It another style of page header. I am setting it up like the demo, so please go to the page’s General Settings > Page Header Options and check out the set up.
    The Active Page Header can be set up in two locations. In General Options > Header Options > Default Page Header, this is like a general set up for the entire site. And in every page’s General Setting. The second one overwrites the first one if “Overwrite the default page options” option is set ON. So you have the possibility to create unique pages.

    3-To fix this, i added this code into your custom css box (located in General Options):

    .wpb_content_element.list.only_icon {
        width: 100%;
    }

    Also i installed the “Contact Form 7” plugin, required for the contact form to display properly. You can always disable/delete it in your Appearance > Plugins.

    4- In your Appearance > Widgets please scroll down to “Inactive widgets“. These are all pre-created widgets used in the demo. Just drag-and-drop the ones you want to use. I already added the widget you mentioned.

    Please check your site. Do not hesitate to contact us if you have further questions.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: revolution slider not responsive on mobile.

    Hello,

    Please go to Revolution Slider options. Select your slider and edit the mobile version of it to your wish. See screenshot.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: ONE Page Sections Not Working

    Hello,

    You have to disable the “One page” option in home page’s General Settings > Page Options & Style > Use menu as one page menu. This is not the default structure of one page menu (using full links) and that’s why this is happening. In order to be able to navigate in both ways, within inside page and from outside to inside, this is needed.
    Let us know.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Media grid and Sticky header not working

    Hello,

    You have an error in your site. Please see screenshot. Although this is a theme file, this is not caused by theme. Please deactivate all third party plugins first and then update theme. Download a fresh copy from your Envato account.
    Let us know if the issue persist.

    best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: First usage theme – questions

    Hello,

    Thank you for contacting us. Please see below all issues raised in your ticket.

    1-Page’s speed:
    You can have one page with multiple rows or have separate pages. The site’s speed is the same, it will not be affected. So just choose what best fits your needs.
    To boost your site’s speed you can use these methods: delete all pages/post you do not use; Delete all unnecessary plugins; Install a caching plugin such as W3Total cache;
    Read this article for more information: https://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/

    2-“When my pages load, the top part loads around 150px lower than it should be then 10-15 sec after it readjust to the right level” -> I don’t get this effect when i access the page. Do you still get it? Can you send a screenshot?

    3-Padding:
    Can you please be more specific? Where do you want the padding?
    The main page builder used by theme is Visual Composer plugin. You can change or add padding to a row by going to Row Settings > Padding Top/Bottom (screenshot). To add padding/margin to column, go to the columns settings (screenshot). There are also the General Options. I suggest you to read our theme’s documentation first and watch the video tutorials to know better and understand all theme’s options.

    4-Video dimension in home:
    If you do not want the video frame to inherit the text block dimensions, then you have to assign other dimensions to it using custom css.
    Add this code into your custom css box located in General Options:

    iframe {
        width: 500px !important;
        height: 300px !important;
    }
    @media (max-width: 480px){
    iframe {
        width: 340px !important;
        height: 190px !important;
    }}

    The second block is for the mobile version. With these values this should be the result: desktop screenshot, mobile screenshot. You can always edit it’s values to your wish.

    5-Contact form fields width:
    Edit the width using custom css. Add this code into yoru custom css box:

    .wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="tel"] {
        width: 40% !important;
    }
    @media (max-width: 480px){
    .wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="tel"] {
        width: 100% !important;
    }}

    It will scale them down to 40% in desktop layout and keep the 100% in mobile dimension.
    Result screenshot.

    6-Blog page:
    Please go to General Options > Styling Options > Blog Styling > Timeline (or masonry) post box bg color, change the background color here.
    If you have chosen this page as your blog page in General Options > Select Special Pages > Select Blog Page, then this is your posts page.

    7-Facebook share:
    Sorry but this is a feature not controlled by theme. The image in fb shares has been removed by facebook developers from some time now.

    Let us know if you have further questions.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: codeless slider font

    Hello,

    All you have to do is add a custom css for them as well. Just as we added the custom css code to assign the new font to the menu and slider titles.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Mixed Content with a Specular Logo

    Hello,

    Glad to know you figured out the logo issue. The html5shim file is also being served via http, and this is causing the warning. Go to your header.php file and find this line:
    <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    Change the http protocol to secure https.

    Let us know.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: WPBakery Visual Composer – unable to Install

    Hello,

    As the error message says the folder name of the plugin is already present in your server. Please go to your wp-content/plugins/ folder using a ftp account and rename or delete folder “js_composer” . Go back to your dashboard and try installing plugin once again.
    Let us know.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: portfolio display

    Hello,

    I added this code into your custom css box:

    .three-cols .portfolio-item {
        min-height: 345px !important;
    }
    

    Also i set page width to 100% in General Options > Layout > Boxed Container Width with percentage.
    Please check your site. The portfolio items are displaying in order. Let us know.

    PS: I have already replied you regarding the font in the respective topic.

    Best regards!

Viewing 15 posts - 7,216 through 7,230 (of 12,542 total)
← 1 2 3 … 481 482 483 … 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