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, 6 months ago Mirela
    Participant
    in reply to: portfolio view all

    Hello,

    Please add this code into your custom css box:

    .portfolio-item.grayscale .project h6 {
        display: none;
    }

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Windows hosting

    Hello,

    Yes they will. We have already tested in most popular environments.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: dropdown menu font

    Hello,

    Yes, please add this code into your custom css box:

    nav .menu li ul.sub-menu li a {
        font-family: serif !important;
    }
    .menu-small ul.menu > li > ul > li > a {
        font-family: serif !important;
    }

    Edit font family to your wish.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: How to remove project description/details in a portfolio item?

    Hello,

    Please go to your Appearance > Menus. Select the main menu and click on the menu item. In the drop down you will see the “remove” option in red(screenshot). Click it to remove the unwanted item. Save changes.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Woocommerce

    Hello,

    I am glad to know that we were able to help. If you are happy with our support, please
    rate the product with 5 stars under the Downloads tab of your Envato
    profile.
    This is very important for us to be able to keep working hard and provide more
    awesome work.

    Thank you for being an awesome customer!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Woocommerce

    Hello,

    4-I added this code into your custom css box:

    .single-product .with_sidebar ul.products li.product {
        width: 30% !important;
        margin-bottom: -35px !important;
    }

    This is the closest you can get. Please check your product page. If you increase the width more, it will put the last product in new row.

    5-To remove just the breadcrumbs for these two pages, i added this code:

    .single-product .breadcrumbss { display: none;}
    .tax-product_cat .breadcrumbss { display: none;}

    Please check your site and let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: How to remove project description/details in a portfolio item?

    Hello,

    You can do this in two ways:
    -By editing theme files. Not recommended as it would prevent you from taking future important theme updates.
    -With custom css. Recommended, as the code is added in General Options > Custom css box. It will be saved in the database and it’s independent from any theme update.
    Add this code:

    .portfolio_single h4 { display: none;}
    .portfolio_single .row-fluid .span9 {  width: 100% !important;}

    Result screenshot: https://pho.to/AWpzB
    Let us know.

    Best regards!

    • This reply was modified 9 years, 6 months ago by Mirela.
    9 years, 6 months ago Mirela
    Participant
    in reply to: vertically centering components within a row

    Hello,

    Can you please be more clear?
    Setting a columns padding/margin already makes it very relative. This way the second column is independent from the first column and the row it self. You can add what ever elements you want to each column and set up the paddings to position it’s content at the center.

    Let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: The theme "Specular" generated unexpected PHP debug output

    Hello,

    We have not tested this plugin, so it’s not excluded the possibility that it may not be compatible with theme. Sorry but we do not support third party plugins. Please read more about our support policy here.
    However, you already have an included child theme in the theme’s main package (the one you downloaded from Themeforest). See screenshot.
    It is perfectly usable. Import it like a normal theme into your Appearance > Themes and activate it.
    Please know that to install any of the included plugins you have to get the parent theme activated first. Or you’ll get a “wrong url” error.
    Let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Portfolio "Project Details" Box Missing

    Hello,

    You had zero custom fields created in General Options > Portfolio Config > Custom Fields Parameters (screenshot)
    That is why the custom fields already created in the single portfolio item since the dummy data import, were not able to show.
    I added three fields and they do show up ok now. See screenshot. To change the custom fields titles, go to General Options > Portfolio Config > Custom Fields Parameters, edit the fields content, or remove them and add new ones.

    Watch this video tutorial for a more detailed guidance using portfolio features.
    Watch more video tutorials here.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Responsive text to much to the side

    Hello,

    What element are you using to create the service?
    We can’t give a precise answer just by looking at the screenshot. If you can’t send us an actual link, then please edit it’s responsive layout with some custom css. Add the related code into your custom css box located in General Options.
    See here some useful links:
    https://www.w3schools.com/css/css_rwd_intro.asp
    https://learn.shayhowe.com/advanced-html-css/responsive-web-design/

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Woocommerce

    Hello,

    1-Remove the sort selecting drop-down by adding this custom css:

    .select2-container.orderby {
        display: none;
    }

    2-That is the top header area. To change it’s height, please go to General Options > Header Options > Top Widgetized Area > Top Nav Height, edit the height here.

    3-This is not possible for now using theme options. That’s because this is a woocommerce feature. Our developers are reviewing it and will include a change in the next theme update.

    4-To change the related product number, i opened file functions-woocommerce.php and find these lines:

    function woo_related_products_limit() {
    
      global $product;
        
        $limit = 4;

    I edited limit value to 3 and saved changes. Please check your product page.

    5-The product category page and single product are part of the included woocommerce plugin. They use the plugins templates. While the centered page header is a theme specific feature. To add this feature in products, requires coding that is not included in this support service.
    You could do it your self or hire a developer to do it for you.

    Please read more regarding our support policy here.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: vertically centering components within a row

    Hello,

    You can change the padding of the column in Columns Settings. See screenshot.
    Let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Portfolio "Project Details" Box Missing

    Hello,

    To edit/add information to the “Portfolio Details” please go to the portfolio option panel, Single Portfolio Options > Custom Fields (see screenshot).
    To add more fields, go to General Options > Portfolio Config > Custom fields Parameters (screenshot).

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: LayerSlider WordPress not working in chrome

    Hello,

    That’s a happy news! I am glad to know the issue is found. Thank you for letting us know.

    Sorry but to make the title visible at all times you have to edit the Visual Composer plugin files. This is a styling customization not included in support service.
    Please read more regarding our policy here.

    Best regards!

Viewing 15 posts - 6,991 through 7,005 (of 12,542 total)
← 1 2 3 … 466 467 468 … 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