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, 7 months ago Mirela
    Participant
    in reply to: PERMALINKS Problem

    Hello,

    Please reset permalinks. Set it to default, save, then to your custom structure, save again.
    Visual Composer plugin is indeed included in theme package, it’s free and fully compatible with theme options. We update it to it’s latest version (of the time) in every theme update. We release updates frequently so it never gets to old for you to have issues.
    If you must update before, then you will have to buy it.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Dummy Data Import Stuck at 65%

    Hello,

    I was able to import dummy data with success(screenshot). I set up home page and blog in Settings > Reading and main menu. Please continue with further customization.
    Let us know if you need our help.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Dummy data Import – Failure

    Hello,

    I see you have already imported dummy data successfully. You only needed to set up home page and blog in Settings > Readings. I did it for you. Also add all the widgets you want in footer, at Appearance > Widgets.
    Let us know if you need our help.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Error with PORTFOLIO items

    Hello,

    Glad to know you are ok. Let us know if you need our support.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: search widget does not work

    Hello,

    The site has the theme named: specularold. Please change it to the default name and try again.
    Let us know.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Full width slider for demo 3 (padding showing up)

    Hello,

    You have set up the site as boxed. The slider is following the site’s layout. You have to change the site’s layout, or adjust it via css.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Logo missing

    Hello,

    You must have set on the sticky logo. Please go to Header Options > Sticky Header and set it OFF.
    Let us know.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Remove Categories Description from portfolio

    Hello,

    This is definitely not caused by the css code i gave you. It is tested and it does only hide the category slugs. Did you made any other changes in the mean time?(I am not referring to theme update) What plugins do you have installed?
    Please send us your wp credentials and enable right click so i can inspect it.

    Best regards!

    • This reply was modified 10 years, 7 months ago by Mirela.
    10 years, 7 months ago Mirela
    Participant
    in reply to: Google Map Not Installing

    Hello,

    I can not see the image attached, however.. Please make sure to have included only the link. If you have set it as iframe, the dashboard appears.
    Try these links:
    Address 1: https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2569.9210546870204!2d-97.08489568393126!3d49.90028543473328!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x52ea70c38008416d%3A0x218442ac60292fe5!2s980+Nairn+Ave%2C+Winnipeg%2C+MB+R2L+0Y2%2C+Canada!5e0!3m2!1sen!2s!4v1446201240123

    Address 2: https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2801.037625363958!2d-75.63672268403016!3d45.40858084517317!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4cce0f713d73bd55%3A0x1dc5d3adfcdebeca!2s770+Industrial+Ave%2C+Ottawa%2C+ON+K1G+4H3%2C+Canada!5e0!3m2!1sen!2s!4v1446201287304

    Let us know.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Responsive Menu Issue

    Hello,

    -I see in desktop the menu is centered (screenshot). What do you need to change?

    -I fixed the logo in ipad. As for the socials, they are added in Widgetized area, which is apart from menu bar and is not shown in responsive.

    -I added this code:

    @media (max-width: 979px){
    .header_7 #navigation nav .menu {
        width: 30% !important;
    }
    .snap-drawer #logo {left: 50% !important;}
    }
    @media (max-width:480px){
        nav .menu {  padding-left: 85px !important;}
        .snap-drawer nav .menu li > ul.sub-menu li {
        text-align: justify;}
    }

    into your custom css box for the menu alignment and logo in iPhone.
    Please check and let us know.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Sticky Nav and One Page # links overlap

    Hello,

    Sticky navigation has no issue with either normal site nor one-page site. make sure you have enabled ‘Smooth scroll’ in General Options > Smooth Scroll.
    -Please go to file js/jquery.onepage.js and find these lines:

    scrollTo: function(target, callback) {
    			var offset = $(target).offset().top;
    			$('html, body').animate({
    				scrollTop: topposition
    			}, this.config.scrollSpeed, this.config.easing, callback);
    		},

    Replace with these:

    scrollTo: function(target, callback) {
    			var offset = $(target).offset().top;
    			var topposition = offset - 70;
    			$('html, body').animate({
    				scrollTop: topposition
    			}, this.config.scrollSpeed, this.config.easing, callback);
    		},

    Let us know.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Background vs footer

    Hello,

    Sorry for the late reply.
    I edited the staff column. I set it’s content centered in vertical. Result.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Decrease space below menu

    Hello,

    Can you please enable the wp credentials again? I can not log in with the latest pass. We uploaded the theme and now we need to continue testing from wp side.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Various Problems with the Header Photos

    Hello,

    I added this line into the present code in your custom css box:
    .page-id-34 .header_page.centered { background-size: inherit !important;}
    This is the result of page ‘b’ in ipad, screenshot.
    Let us know if you need anything else.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: 2 issues with Specular

    Hello,

    -“As I see from your sample at https://codeless.co/specular/minimal2 it either keeps in one line or collapse to mobile ‘hamburger’”
    When the screen gets to small to display all menu items properly, the mobile menu(hamburger) gets in action.
    -I fixed it. Please check your site.

    Best regards!

Viewing 15 posts - 10,891 through 10,905 (of 12,542 total)
← 1 2 3 … 726 727 728 … 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