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

  • 6 years, 4 months ago Mirela
    Participant
    in reply to: Can't Center Header Logo

    Hello,

    Go to the menu option described in the screenshot and set up the settings exactly as you see in the screenshot. The logo can be added as a simple element in the header and drag & drop in the column of the header you want(in the screenshot is in the middle column of the header).

    If you have difficulties achieving this, just add some wp credentials in a private reply. So we can make the configurations for you.

    Best regards!

    6 years, 4 months ago Mirela
    Participant
    in reply to: Install DEMO theme

    Glad to see all is sorted. Let us know if you have further questions.

    If you like our theme and support, please leave us a rating on Themeforest, it’s very important for us :)

    https://themeforest.net/downloads

    Thank You so much!

    6 years, 4 months ago Mirela
    Participant
    in reply to: Install DEMO theme

    Hello,

    Go to Tower > Import/Export (Dummy data), click on the image of the demo you want to import and then click “import“. Screenshot: https://ibb.co/BLnxmQN

    Or go to Appearance > Setup Wizard, to start the initial setup wizard that helps you install a demo by going thru some steps.

    Let us know.
    Best regards!

    6 years, 4 months ago Mirela
    Participant
    in reply to: Themeforest Folie Studio – background-blend-mode on Internet Explorer

    Hello,

    Can you please send us a link of your site? So we can check this directly.

    Best regards!

    6 years, 4 months ago Mirela
    Participant
    in reply to: Can't Center Header Logo

    Hello,

    Please go to Appearance > Customize > Header > Layout and set the option like shown in this screenshot:https://ibb.co/dkznnWc

    You can add directly the logo in the header by adding the logo element and position it in the middle column.

    If you want us to do it for you, just add some valid wp credentials in a private reply.

    Best regards!

    6 years, 4 months ago Mirela
    Participant
    in reply to: Handel tutorial

    Hello,

    To change the header and logo, please go to Appearance > Customize > Header > Logo. Upload here a new logo. See screenshot of the available options: https://ibb.co/gVqQ8DS
    You can access this option also by just opening the customize area and clicking on the element itself.

    However, you have missing options in the admin area and that is because the theme folder is not set up properly. You have theme folder inside another theme folder:
    https://ibb.co/QN45Rwq
    This is wrong. The theme folder should be directly inside the ‘themes’ folder. The right path: https://apexbuildingsolutionstexas.com/wp-content/themes/handel/css/bootstrap.css

    Please install the theme again in the right way. Then we can continue guiding you to set it up properly.

    Let us know.
    Best regards!

    6 years, 4 months ago Mirela
    Participant
    in reply to: Can't update Codeless Visual Composer Backend

    Hello,

    The latest included version of the plugin is 6.0.3. That is why you keep on installing this version. We will update the plugin in the next theme release. For now you can use the existing one as it is completely functional and compatible with theme.

    Let us know if you have any issues with it.
    Best regards!

    6 years, 4 months ago Mirela
    Participant
    in reply to: Responsive header menu not spacing correctly

    Hello,

    Can you send me a screenshot of this? I checked the header and the very smallest screen size before turning into a mobile version header, is the 980px. And it does not look bad: https://ibb.co/zfkwpkw

    Let me know.
    Best regards!

    6 years, 4 months ago Mirela
    Participant
    in reply to: Top Nav also on smartphone

    Hello,

    You are welcome Bruno!

    I don’t see 4 icons in desktop either. See screenshot: https://ibb.co/MDCcFtd
    In the code as well, there are listed only 3 socials. Can i see a screenshot of what you are seeing?

    To further center the icons in mobile, add this code inside the @media rule (my last code):

    #social_widget-6 ul.footer_social_icons.simple {
        padding-right: 25px !important;
    }

    Result: https://ibb.co/9g56Gb5

    Let us know.
    Best regards!

    6 years, 4 months ago Mirela
    Participant
    in reply to: Top Nav also on smartphone

    Hello,

    By default, the top bar is not present in mobile. So to add it back you need to add some custom css. Try this code:

    @media (max-width: 767px){
    .top_nav {
        display: block !important;
        min-height: 110px !important;
    }
    .row-fluid .span6 {
        width: 100% !important;
       
    }
    .top_nav .widget {
        display: inline-flex !important;
        flex-wrap: wrap !important;
    }
    .top_nav .icon_text {
        display: flex !important;
    }
    .top_nav_transparency .widget:last-child {
        justify-content: center !important;
    }
    .top_nav .pull-right {
        float: left !imortant;
        margin: 33px 50px !important;
    }
    }

    You can customize it further using custom css.

    Let us know.
    Best regards!

    6 years, 4 months ago Mirela
    Participant
    in reply to: Broken icons on mobile version

    Hello,

    Sorry for the late reply.
    Try editing the max-width: 480px to max-width: 767px.

    Let us know.
    Best regards!

    6 years, 4 months ago Mirela
    Participant
    in reply to: Social links

    Hello,

    For this, you will need to edit theme files. Go to file regn/includes/widgets/regn_socialwidgets.php and find these lines:

    if( !empty($facebook) )
                   echo '<li class="facebook"><a href="'.esc_url($facebook).'"><i class="cl-icon-facebook"></i></a></li>';

    All socials are listed like this. In these lines add this code: target="_blank" right after the closing double quotes of href attribute. See code above edited:

    if( !empty($facebook) )
                   echo '<li class="facebook"><a href="'.esc_url($facebook).'" target="_blank"><i class="cl-icon-facebook"></i></a></li>';

    Do the same for all the socials you want to use.

    Let us know if you need further guidance.

    Best regards!

    6 years, 4 months ago Mirela
    Participant
    in reply to: Hide author and date when hovering on homepage image grid

    You’re welcome :)

    If you like our theme and support, please leave us a rating on Themeforest, it’s very important for us :)

    https://themeforest.net/downloads

    Thank You so much!

    6 years, 4 months ago Mirela
    Participant
    in reply to: Changing images on the Folie portfolio metro theme homepage

    Hello,

    The images are portfolio items. To edit them, just go to Portfolio > Portfolio items. Open the options and go to Featured image. Change the image here. See screenshots: https://ibb.co/9nV8Xrr

    Let us know if you have further questions.
    Best regards!

    6 years, 4 months ago Mirela
    Participant
    in reply to: Header İnformation Widget contact

    Hello,

    Please add some wp credentials in a private reply. So we can give this a closer look.

    Best regards!

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