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,

    Yes, it is. Please add this code into your custom css box:

    li.filter.all.active {
        display: none;
    }

    To remove the “View All”. What type of portfolio are you using? There is different code for each portfolio type. Please send us your portfolio link so i can give the precise code to add.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Visual composer no longer working

    Hello,

    I see your support time has expired. This means you must have purchased the theme at least 6 months ago. What version do you have installed?
    Please make sure to update theme first. The latest version is vs 2.2 and it has included the Visual Composer vs 4.12.1. Which is fully compatible with theme and the latest WordPress version as well.
    Let us know if you’ll need further support.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Portfolio item page header background image NOT WORKING

    Hello,

    Sorry for the late reply.
    I see the portfolio items are displaying different page header images. Like “Greg Koch” is different from “Randy Hansen“.
    Did you manage to fix it?
    Let us know if you need further help.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: How to create a blank page

    Hello,

    Yes, please go to Pages > Add new. Create your page first.
    In the page’s General Settings set OFF all settings of Page Header Options / Sliders Options (set slider to none)/ Page Options & Style. Now go to the page’s custom css box (the gear icon in top-right corner, see screenshot) and add this code into it:

    .header_wrapper { display: none;}
    .footer_wrapper { display: none;}

    Let us know.

    Best regards!

    9 years, 6 months ago Mirela
    Participant
    in reply to: Dummy Data 65%

    Hello,

    Please read this article for more information regarding the dummy data import issue. You may need to increase other server variables such as execution time limit and file upload limit. Contact your host regarding it.
    However if you already imported the pages and content, there is no need to perform the dummy data import again. You already have what is needed.
    The images used in the demo are for demonstration purpose only. You have to upload your own licensed images to your site. However, if you must have the same images, then just download them directly from the online demo.

    Please make sure to perform these steps now:
    -Go to Appearance > Menus, and assign a main menu to your site;
    -Go to General Options > Select Special Pages, make sure to have chosen a home page and blog page;
    -Go to Appearances> Widgets > Inactive Widgets area and drag and drop the already imported widgets to the right place (footer widgets to footer etc)

    Let us know if you need our help configuring the site like the demo.
    Read this article for more information.

    Best regards!

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

    Hello,

    1-To remove the zoom please add this code into your custom css box:

    .woocommerce #content div.product div.images {
        pointer-events: none;
    }

    2-To remove the overlay please add this code:

    .woocommerce ul.products li.product:hover .overlay, .woocommerce-page ul.products li.product:hover .overlay {
       /* background: rgba(16, 184, 199, 0.02);*/
        display: none;
    }

    This line:/* background: rgba(16, 184, 199, 0.02);*/ is the color of overlay background. If you decide to keep it, just remove the display:none; and the comment brackets /*..*/. Change the color to your wish and save changes.

    3-I don’t see any facebook plugin installed in your site. Only a text widget with a link to a facebook page. The link is functional. What plugin did you use before?

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Onepage menu link does not work

    Hello,

    You are using full width menu links in a one page layout. If you check the “Use menu as one page menu” option in General Settings > Page Options & Style, then you have to keep the menu links with only the id’s. Not full link (example: https://cloudbs.co/#id)

    Please check your site. The links are working very well.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Different logo etc in page header

    Hello,

    This is a widget you are using in top header. It gets the info from the Appearance > Widgets menu, changing it for a certain page requires code editing and javascript programming. Sorry but such customizations are not included in support service.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Minimal Template Breaks (Tower Theme)

    Hello,

    Can you please fill in the necessary information on your extra information fields of your profile data? So i can give a closer look to your situation and edit it to be like the demo.

    Read this article for more information.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: image as body background

    Hello,

    Please look for the gear icon at the top-right of option panel. See screenshot.
    Let us know.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Portfolio item page header background image NOT WORKING

    Hello,

    As i said in my previous reply, the portfolio items use the default page header image. Which means all of them will have the same image. To change this you have to use custom css. Add this code into your custom css box:

    .postid-350 .single-portfolio .header_page {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        background-image: url(https://shockcutproductions.com/wp/wp-content/uploads/2016/06/srv-e1467157150573.jpg) !important;
    }

    Edit the image link for every item. Yes, you have to repeat this for every item..
    To differ one portfolio item from another, use their id’s. Find them with inspect element (press F12 in your keyboard). See screenshot.
    Let us know.

    Best regards!

    • This reply was modified 9 years, 7 months ago by Mirela.
    9 years, 7 months ago Mirela
    Participant
    in reply to: Change colour of icons/glyphs

    Hello,

    Can you please resend the screenshot? The previous link is invalid. You can use these useful links to upload images online:
    https://share.pho.to/
    https://postimage.org/
    Send us the link to access it.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Best properties to add sections to a page

    Hello,

    Theme’s pages are build using Visual Composer elements. This is what you need to use to create/edit page templates.
    Please read our theme’s documentation to understand better how to change it and get the result you want. Also see these video tutorials for more help.

    Best regards!

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

    Hello,

    I can’t tell a certain date just yet, but the update is in process and will be released soon. You will be notified via email.
    The sidebar position is predefined from woocommerce product category templates. You can create specific template for specific category using taxonomy-product_cat.php template.

    For more information visit this page.

    Best regards!

    9 years, 7 months ago Mirela
    Participant
    in reply to: Paypal Help

    Hello,

    Woocommenrce is a third party plugin. It’s not developed from us. but however it does work well with theme and it does not have issues with Paypal.
    Are you sure you have configured it correctly?
    Please read the related documentation docs.woothemes.com/document/paypal-standard first.
    If you still have problems, fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.

    Read this article for more information.

    Best regards!

Viewing 15 posts - 7,006 through 7,020 (of 12,542 total)
← 1 2 3 … 467 468 469 … 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