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, 5 months ago Mirela
    Participant
    in reply to: Update broke the header

    Hello,

    You’re right. Thanks for letting me know. I already edited it out.

    Kind regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Remove Footer Credits

    Hello,

    Can you explain better what are you trying to remove?
    The footer content is composed by widgets. You can add/remove widgets from it in Appearance > widgets.
    To customize footer go to General Options > Footer options. Here you can chose to show the footer & copyright are or not.

    Read theme’s online documentation to understand more theme options for the footer.
    Let us know.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: service circle icons

    Hello,

    Yes, it does make a difference. The code i gave you is for the default circle icons. The icons are a html element, whose style you can alter using css. They are styled from different css class. If you have images set, then the given code is useless.
    In the current case, this is the css you need:

    .services_medium img {
        width: 120px;
        height: 120px;
    }

    Change the values to your wish.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Widget

    Hello,

    The widgets you circled are two different widgets. First is a shortcode widget. It is added twice, first is the shortcode for the location and the second is the shortcode for the email address. And the other is the socials widget.
    Here are the shortcodes:
    [icon_text icon="steadysets-icon-heart"]Create your online business with the latest design trends[/icon_text]

    [icon_text icon="moon-location"]Brooklyn, NY[/icon_text]

    [icon_text icon="moon-mail"] [email protected][/icon_text]

    See screenshot.
    You can add widgets from Appearance > Widgets.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Specular Theme

    Hello,

    As stated in the theme’s profile in Themeforest, Specular theme has more than 25 demos already build and available for you to use. Just go to Specular > Import/Export (Dummy data), then select one of the available demos and click “Import”. See screenshot.

    Watch this video tutorial for more: https://www.youtube.com/watch?v=fHBeNR43BSo
    Other useful video tutorials: https://support.codeless.co/?page_id=45

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Heading Font Color

    Hello,

    That’s not where you should go and change the menu items font color. Open wordpress dashboard and go to the theme’s option panel (screenshot). Then go to General Options > Header Options > Menu Options > Font Color (screenshot).

    Let us know if you need further help.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Mobile view and Visual Composer Portfolio Issues

    Hello,

    Sorry for the late reply.
    I added this code into your custom css box:

    @media (max-width: 979px){
    .full-width-content .col > .wpb_column {
        width: 80% !important;
        overflow-x: hidden !important;
    }
    .wpb_row > .section_link {
        width: 100% !important;
        overflow-x: hidden !important;
    }
    .full-width-content .col > .wpb_column {
        width: 99% !important;
    }
    }

    Please go to file css/bootstrap-responsive.css and find this line:

    .full-width-content .col > .wpb_column{
        width:100% !important;
     }

    Remove the !important from it and save.

    Please check your site. The Visual Composer elements of home page are not showing up correctly. This is mostly due to punctuation marks errors. Did you try to copy-paste the content in Classic mode?

    Let us know if you need further help.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Installing the theme

    Hello,

    You can install any wordpress theme in any wordpress installation. If for some reason you can not import it from the wordpress dashboard, then just unzip theme file; add the extracted folder into your wp-content/themes folder in the server. use a ftp account to access it.

    Read our themes online documentation for more details: https://codeless.co/documentation/main.html#theme_install
    Let us know for any question you have.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Submenu Position

    Hello,

    Sorry for the late reply.
    I see your sub-menu is actually very ok. See screenshot.
    This is exactly where it should be. If you want to move it more up or down, then find this code:

    nav .menu > li > ul.sub-menu, nav .menu > li > ul.sub-menu ul {
        /*top: 63% !important;*/
    }

    ..that i have added in your custom css box. Remove the comment tags (/*...*/) and change the topvalue to your wish.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Sticky Nav – One Page Menu

    That’s a great news.

    Thanks for letting us know.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: mobile homepage displays only half testimonial on mobile

    Hello,

    This is strange.
    I don’t get the issue as you say it. I opened your site in mobile device and mobile simulation in a browser but the testimonials are displaying as i showed you in the last screenshot.
    Please clear cache and refresh page. Can you make a desktop video recording?
    Let us know.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Update broke the header

    Hello,

    Please add this code into your custom css box:

    .header_12 .after_navigation_widgetized {
        width: 425px !important;
        top: -85% !important;
    }

    Result screenshot.

    Best regards!

    • This reply was modified 9 years, 5 months ago by Mirela.
    9 years, 5 months ago Mirela
    Participant
    in reply to: Tower About Us Page Disappeared

    Hello,

    The culprit is the staff element. Once removed the staff, the page is displaying. Perhaps you made some mistake in the code while editing it to show more characters. Please download a fresh copy of theme files and copy file \vc_templates\staff.php. Replace your current version with the newly downloaded one, to overwrite all changes you have made to it.

    Then add your ftp credentials in your profile so we can access it and make the changes for you.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Portfolio Image Quality

    Hello,

    The code changes the images dimensions, but if you have a low resolution image it will lose more quality from cropping.
    For example, in this page (i created a portfolio page since i don’t seem to find any in your site), the featured images are of the same dimensions (600×600), but some are in good quality and some are not. See screenshot.

    I suggest you find high resolution images first then add them as featured images. WordPress will automatically crop them as stated in the code.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Footer widget

    Hello,

    The widgets do not change the containers width. Example, if you are adding widget to the Top Left Navigation, No matter what widget do you use, it will not increase the left side more than 50% of the entire top navigation area.

    Using Inspect element (press F12) find the css classes of the footer area you want to change and add the width attribute to assign a new value.
    Add the code into your custom css box.

    Helpful link: https://www.w3schools.com/css/

    Best regards!

Viewing 15 posts - 6,586 through 6,600 (of 12,542 total)
← 1 2 3 … 439 440 441 … 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