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, 10 months ago Mirela
    Participant
    in reply to: Custom Footer and Header Width?

    Hello,

    Please edit the code below to your need:

    header#header {  width: 100%;}
    footer#footer {  width: 100%;}

    The 100% is equal to the max width assigned for the template which is 1583px.

    Best regards!

    10 years, 10 months ago Mirela
    Participant
    in reply to: Header button link in new tab?

    Hello,

    Sorry for the late reply.
    Please show us what link do you need to open in new tab and i’ll give you the proper code to edit.

    Best regards!

    10 years, 10 months ago Mirela
    Participant
    in reply to: Specular Theme Settings Import / Export

    Hello,

    Sorry for the late reply.
    Please find the backup files in specular\includes\dummy_data\backups.

    Best regards!

    10 years, 10 months ago Mirela
    Participant
    in reply to: Disabling portfolio navigation menu

    Hello,

    1-I’m sorry can you explain better? Do you want to change the color of the active tab? If that case, you can either change the theme’s main color (this is where it takes it). Change it in Styling Options > Primary Color. Or add this code into your custom css box:
    #portfolio-filter ul li.active a, .content_portfolio.fullwidth #portfolio-filter ul li.active a { color: rgba(247, 249, 249, 0.94); }
    Edit the color to your need.
    -If you want the remove the tabs, add this code: .content_portfolio.fullwidth #portfolio-filter ul { display: none;}

    2-Sorry but that is not possible with the current available widgets. We recommend you to install a plugin that will help achieve it.

    Best regards!

    10 years, 10 months ago Mirela
    Participant
    in reply to: Mobile navigation menu Font colour setup

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 979px){
    .codeless_custom_menu_mega_menu ul>li h6, .menu-small ul.menu .codeless_custom_menu_mega_menu h6, .menu-small ul.menu > li > a { color: #191818 !important;}
    }

    I have provided you this code, in this topic of yours too.

    Best regards!

    10 years, 10 months ago Mirela
    Participant
    in reply to: Change header font colour and remove menu icon for web and not mobile

    Hello,

    Sorry for the late reply.
    Please change the menu item font color in General Options > Header Options > Menu Options > Menu Item Typography > Font Color.
    And to remove the extra side menu icon, go to Layout > Extra Side Menu, set it OFF.

    Best regards!

    10 years, 10 months ago Mirela
    Participant
    in reply to: How can I add an additional logo image in the header part?

    Hello,

    To remove the hamburger menu on the rights, please go to General Options > Layout > Extra Side Menu > set it OFF. I see you have already added the additional image in menu bar. Let us know if you need further help.
    Sorry but we do not support third party plugin customization. However, you can edit the style of it via css code. Just add your code into the custom css box, like you would do for any other part of the site.

    Best regards!

    10 years, 10 months ago Mirela
    Participant
    in reply to: Responsive and other issues

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 1170px){
    .mobile_small_menu {   display: block;}
    header#header #navigation { display: none;}
    #logo { margin-left: 408px !important; }
    }

    Let us know.
    -Can you please be more specific on the ‘news’ section? What do you want to have gray here? The content?
    -You can change the color of Call-to-Action bar, in Call-to-action Settings > Color.
    Change here the button style as well,in ‘Shape’ and ‘Style’

    Best regards!

    10 years, 10 months ago Mirela
    Participant
    in reply to: portfolio, pages and posts issues

    Hello,

    Portfolio items:
    1-add this code into your custom css box: .portfolio_single h4 { display: none; }

    2-normally you should have the page title and breadcrumbs displaying.. did you make any changes? If you send us your wp credentials in a private reply, i can check out the customization. To create more space between the menu and content, add these lines into your custom css box:

    .single-portfolio #content {
        padding-top: 100px !important;
    }

    3-Please send me your credentials so i can check.
    4-Sorry but that is not possible.

    Posts:
    5-you can change the image sizes in functions.php file. Read this article for more information.

    Pages:
    6-please try to import smaller images so it will load faster. If it still have this issue, we’ll check it again.

    Best regards!

    10 years, 10 months ago Mirela
    Participant
    in reply to: Hey, Is there any support?

    Hello,

    Sorry for the late reply.
    -By Menu settings i mean the page’s settigns for the header (menu), which is located in the page’s General Options screenshot. Slider settings is located in the current slider optionsscreenshot. Look for ‘Menu and Slider Navigation color’.

    -Disabling a plugin will not affect you data/settings. They are stored in the database and as long as you do not completely delete the plugin, they will not be lost. You will have the same situation after enabling again, as you had before disabling.

    -Sorry but this is a customization not covered by this support.

    Best regards!

    10 years, 10 months ago Mirela
    Participant
    in reply to: Add Button revolution slider

    Hello,

    You can change the size of title element, in General Options > Typography Options > Body Font Style. Change here the size and type.
    For the button, you can either style it from the panel, or create a custom css class, set the styling and assign it to your button (screenshot).

    Best regards!

    10 years, 10 months ago Mirela
    Participant
    in reply to: Codeless Slider loop, not shuffle back

    Hello,

    Please go to file js\main.js and find these lines:

    $('.codeless_slider').imagesLoaded(function(){
    		$loading.css('display', 'none');
    		codelessSlider = new Swiper('.codeless_slider',{ 
    			slidesPerView: slide_per_view,
    			paginationAsRange: false,
    			loop: false,

    Change the loop:false to true.

    Best regards!

    10 years, 10 months ago Mirela
    Participant
    in reply to: Responsive menu and other points to fix

    Hello,

    * I still have the same problem with the comments box. Only some posts appears with the comments box. There are many posts without it.
    Please recreate the posts that do not show the comment box. I did a test and it did show it. I can’t really tell why is this happening to you as we have tested this multiple times and it never happened on our side.
    Did you made any change to theme files? Or installed any third party plugin recently?

    *I did what you recommend and it did not work, the speed is still the same.
    You must have done something wrong as it is not possible for it not to change. Also please clear cache and refresh your page. You say the testimonials are very fast, but from what i see when i open your site, the testimonials are not moving.

    *you have replied me with my all message
    That was not a reply. That is the edit of your message, as yours is full of html tags, which make it incomprehensible. For later replies, please read this article first: https://support.codeless.co/?ht_kb=preventing-the-html-tag-in-topics-content

    Best regards!

    10 years, 10 months ago Mirela
    Participant
    in reply to: Responsive menu and other points to fix

    Hello,

    * I still have the same problem with the comments box. Only some posts appears with the comments box. There are many posts without it.
    Please recreate the posts that do not show the comment box. I did a test and it did show it. I can’t really tell why is this happening to you as we have tested this multiple times and it never happened on our side.
    Did you made any change to theme files? Or installed any third party plugin recently?

    *I did what you recommend and it did not work, the speed is still the same.
    You must have done something wrong as it is not possible for it not to change. Also please clear cache and refresh your page. You say the testimonials are very fast, but from what i see when i open your site, the testimonials are not moving.

    *you have replied me with my all message
    That was not a reply. That is the edit of your message, as yours is full of html tags, which make it incomprehensible. For later replies, please read this article first: https://support.codeless.co/?ht_kb=preventing-the-html-tag-in-topics-content

    Best regards!

    10 years, 10 months ago Mirela
    Participant
    in reply to: Single post problem

    Hello,

    Sorry for the inconvenience but page header is not possible in single posts. You can add it via css. Add these lines into your custom css box:

    .single-post .header_page, .header_page {
        background-color: #222222;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: left top;
        background-image: url('https://104.131.255.213/specular/default/wp-content/uploads/2014/07/city.jpg');
    }

    Change the image link to your need.

    Best regards!

Viewing 15 posts - 11,551 through 11,565 (of 12,542 total)
← 1 2 3 … 770 771 772 … 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