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, 8 months ago Mirela
    Participant
    in reply to: Header after selecting Category in Blog

    Hello,

    Sorry for the late reply.
    This type of customization is out of support scope. So i have forwarded your topic to our theme developers. We will get back to your shortly.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Demo Data Import Problems

    Hello,

    1-I imported with success the “Business Landing” demo (screenshot)
    2-I set up the styling of menu items in General Options > Header Options > Menu Options.
    3-I set up the footer with 4 columns just like the demo, in General Options > Footer Options.
    4-I imported the missing images of clients in General Options > Clients.
    Please check your site now.

    You can find all available demo files in your theme folder downloaded from Envato. Follow this path: specular\includes\dummy_data\demos

    Let us know if you need further help.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Visual Composer Installation

    Hello,

    If you did not check the “Import With attachments” option before making the import, then the images are not loaded. However this is not really a problem as the images are for demonstration purpose only and you have to upload your own images.
    If you must use the demo images, then just download them directly from the online demo and import in your media.

    This is strange. Switching to child theme does not affect the already imported posts and pages. I see you site is in coming soon mode. Can you please provide some valid wp credentials? So we can give it a closer look.
    Read this article for more information.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: How I can make the Jquery load on footer?

    Hello,

    Sorry but this is not possible. I can recommend you to use other options to boost your site’s speed. Read this article for more detailed information:
    https://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Mobile menu dosen´t work

    Hello,

    The issue happens only when the child theme is activated. I switched to parent theme and the mobile menu has no issue.
    Please try removing functions.php file from your child theme and try again.
    let us know.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Img in resposive mode

    Hello,

    The image is not yet showing because you have set the option in Column Settigns, to hide it in mobile. Please see screenshot. Uncheck this to make it display.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Demo Data Import Problems

    Hello,

    If the import was finished 100% then you do get everything downloaded. Did you check the “Import with attachments” option? Checking this option before the dummy data import, will also include the images. But this increases significantly the data size and you may need to increase your memory and execution time limit in you server.

    The only content related to Codeless.co would be some links of the demo sites in the menu and perhaps some images links. This is nothing you can not replace. It is used for demonstration purpose only.

    Please go to your Appearance > Menus, to add/edit the menu items. You can create a new menu and add the pages you want, or just edit the current one.

    The default demo is the largest one. It contains all of the pre-created pages. Other demos have the pages used to build them, but the number of them is less than the demo. So basically you can re-create every other demo from the default one.
    If you keep importing demos, then you will have duplicates (pages/menu items) unless you clear your database and then import dummy data again.
    What demo do you want to use? We can help you configure it.
    I see the default one is already imported with success in your online site.

    Please let us know if you have further questions and how we can help you.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: TOWER – Safari browser

    Hello,

    1-Please add this code into your custom css box:

    .single-post #comments { display: none;}
    .single-post div#respond { display: none;}

    2-Add this code:

    @media (max-width: 767px){
    .vc_row.vc_row-o-equal-height>.vc_column_container {
        margin-bottom: 3px !important;
    }}

    3-Add this code:
    .wpb_text_column.wpb_content_element a:hover { color: #003157;}

    PS: Please limit to ask for issues related to theme and not styling customizations. As much as we would like to help you, these customizations take time and are not part of support service.
    Thank you for understanding.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Mobile menu dosen´t work

    Hello,

    Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.

    Read this article for more information.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Javascript Error

    Hello,

    Are you referring to the home page image’s overlay, created with “Intense” plugin?
    Sorry but this is created with a third party plugin. We have not tested it and this is not included in support service.
    Please read more regarding our policy here.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: "s" tag in sidebar

    Hello,

    Yes, you can try to activate your other plugins. Please clear cache and refresh page. The blog page is showing all posts fine in my computer. See screenshot.
    Let us know.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: How I can make the Jquery load on footer?

    Hello,

    The scripts are already loaded in footer, not in header. The scripts you see in header are the ones that are generated from theme options.
    Please read in this article: https://developer.wordpress.org/reference/functions/wp_register_script/ a more detailed explaination of the wp_enqueue_script() function, structure.

    As you can see, what you have tried earlier, adding this line: wp_enqueue_script ($in_footer = true); in the functions file, has no effect because that variable is already set to true in file functions-tower.php

    What you missed is that $in_footer variable if set to ‘true’, will enqueue the scripts before </body> instead of in the <head>. If set to the default ‘false’, then the scripts will enqueue inside the <head> tag.

    Please see screenshot1 and screenshot2 the position of scripts. I have marked them in red line.

    Best regards!

    • This reply was modified 9 years, 8 months ago by Mirela.
    9 years, 8 months ago Mirela
    Participant
    in reply to: New theme update – Visual Composer FIX

    Hello,


    @katemccauley
    ,
    Why do you want to delete WP bakery plugin? It is an essential plugin for this theme. Anyway, please go to your wp-content/plugins folder using a ftp connection. Find and delete folder “js_composer“.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: "s" tag in sidebar

    Hello,

    I could not find the origin of the <s> tag. Even after replacing theme with a fresh one and deactivating your other plugins. It kept being generated when the left sidebar was selected.
    However, i managed to fix your blog view by adding this code into your custom css box:

    .blog .row > .span9 {  width: 68% !important;}
    .blog aside#widgetarea-sidebar { max-width: 356px !important;}
    .blog-article.grid-style .content .link_grid {  margin-left: -27px !important;}

    Please check your page.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Mobile menu dosen´t work

    Hello,

    I see you have a bilingual site. What translation plugin are you using? From what i see from inspect element, the mobile menu does not have any items in it. That’s why it does not open.
    You may need to translate the menu as well. Some translation plugins do not display a page/post/feature unless it has been translated first.
    Please check and let us know how it will go.

    Best regards!

Viewing 15 posts - 7,501 through 7,515 (of 12,542 total)
← 1 2 3 … 500 501 502 … 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