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

  • 11 years, 2 months ago Mirela
    Participant
    in reply to: Second Menu

    Hello,

    Sorry for the inconvenience. This feature is not possible for now. We will consider to add it in later updates.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Image Sizes?

    Hello,

    You can change it at functions.php

    add_image_size( 'port3', 825, 340, true );
    Then re-upload the image.

    Best regards!

    • This reply was modified 11 years, 2 months ago by Mirela.
    11 years, 2 months ago Mirela
    Participant
    in reply to: Problems with import demo data Specular WordPress Theme

    Hello,

    I was able to import Business dummy data with no avail. (screenshot). You can continue with further customization.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: social media in footer

    Hello,

    Just go to Appearance > Widgets and add ‘Specular Social Widget’.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Problems with one page menu

    Hello,

    Please update theme to it’s latest version (1.2.8) This issue is fixed there.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Order of Portfolio Categories

    Hello,

    You can manage category sorting in Portfolio Options (screenshot). Order them as you like by choosing the categories to show in the same order.

    Best regards!

    • This reply was modified 11 years, 2 months ago by Mirela.
    11 years, 2 months ago Mirela
    Participant
    in reply to: Second Menu

    Hello,

    Sorry i don’t understand your issue. Can you be more precise? We can help you achieve what you need.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Cannot get the Real Estate Theme Installed Correctly

    Hello,

    I have responded you here: https://support.codeless.co/?topic=help-with-page-import/#post-2646. I already removed unnecessary items from the menu you have chosen as main menu.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Help with page import

    Hello,


    @dhmh624
    ,
    You have imported several times dummy data that’s why you have multiple pages in menu. Set up menu in Appearance > Menus. Remove unnecessary items and add the one’s you need. Also set home page in Settings > Reading. Remove also all duplicate pages and the ones you do not need. It will improve site’s performance.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: pictures

    Hello,

    You should edit image after importing it into text editor. Set the image size you need there. Screenshot1 & screenshot2.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Problems with import demo data Specular WordPress Theme

    Hello,

    This is mostly a host issue. Please make sure you have enough memory and execution time limit. Contact your host about it. Or send us your credentials in a private reply so we can check.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Fontcolor of the linked words

    Hello,

    Sorry for the late response.
    To change link color please add these lines into your custom css box:a { color:#666;}
    Change the color to your need.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Portfolio Action

    Hello,

    Please recheck your ftp credentials. I can’t connect.

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Image Sizes?

    Hello,

    You can check all needed image sizes in function.php file:
    `add_image_size( ‘port3’, 600, 600, true );
    add_image_size( ‘port3_grayscale’, 627, 470, true );
    add_image_size( ‘port2’, 460, 275, true );
    add_image_size( ‘port2_grayscale’, 940, 470, true );
    add_image_size( ‘port4’, 600, 600, true );

    add_image_size( ‘blog’, 825, 340, true );
    add_image_size( ‘alternate_blog’, 440, 195, true );
    add_image_size( ‘alternate_blog_side’, 355, 235, true );
    add_image_size( ‘blog_grid’, 350, 350, true );

    add_image_size( ‘staff’, 400, 270, true );
    add_image_size( ‘staff_full’, 500, 340, true );`

    To use with the Retina Display, just make sure to upload bigger images (almost double size).

    Best regards!

    11 years, 2 months ago Mirela
    Participant
    in reply to: Colours on Header

    Hello,

    Try adding these lines into your custom css box:

    .header_2 nav .menu>li:nth-child(1) >a {
      color: rgb(210, 24, 123);
    }
    .header_2 nav .menu>li:nth-child(2) >a {
      color: rgb(210, 24, 123);
    }
    .header_2 nav .menu>li:nth-child(3) >a {
      color: rgb(210, 24, 123);
    }
    .header_2 nav .menu>li:nth-child(4) >a {
      color: rgb(210, 24, 123);
    }
    .header_2 nav .menu>li:nth-child(5) >a {
      color: rgb(210, 24, 123);
    }
    .header_2 nav .menu>li.current-menu-item, .header_2 nav .menu>li.current-menu-parent, .header_2 nav .menu>li:nth-child(1):hover {
      border-top: 3px solid rgb(210, 24, 123);
    }
    .header_2 nav .menu>li.current-menu-item, .header_2 nav .menu>li.current-menu-parent, .header_2 nav .menu>li:nth-child(2):hover {
      border-top: 3px solid rgb(210, 24, 123);
    }
    .header_2 nav .menu>li.current-menu-item, .header_2 nav .menu>li.current-menu-parent, .header_2 nav .menu>li:nth-child(3):hover {
      border-top: 3px solid rgb(210, 24, 123);
    }
    .header_2 nav .menu>li.current-menu-item, .header_2 nav .menu>li.current-menu-parent, .header_2 nav .menu>li:nth-child(4):hover {
      border-top: 3px solid rgb(210, 24, 123);
    }
    .header_2 nav .menu>li.current-menu-item, .header_2 nav .menu>li.current-menu-parent, .header_2 nav .menu>li:nth-child(5):hover {
      border-top: 3px solid rgb(210, 24, 123);
    }

    Let us know.

    Best regards!

Viewing 15 posts - 12,376 through 12,390 (of 12,542 total)
← 1 2 3 … 825 826 827 … 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