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

  • 8 years, 7 months ago Mirela
    Participant
    in reply to: Blog Header and Video Embed Issues

    Hello,

    What version of theme are you running? Make sure first that you have the latest versions installed first. You can download a copy of theme files from your Envato account. Then update all included plugins from it.
    Read this article on how to update included plugins: https://support.codeless.co/?ht_kb=visual-composer-update

    *Please consider renewing your support to receive further help from us.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Revolution Slider Not Going Full Width of Home Page

    Hello,

    What version of theme and Revolution slider are you running? Make sure first that you have the latest versions installed first. You can download a copy of theme files from your Envato account. Then update plugins from it.
    Read this article on how to update included plugins: https://support.codeless.co/?ht_kb=visual-composer-update

    *Please consider renewing your support to receive further help from us.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: VC elements no showing at certain page widths.

    Hello,

    The new WordPress does not have any issue with theme. What Visual Composer version do you have? Please make sure you keep everything updated. Theme and it’s plugins. Deactivate third party plugins to rule out any possibility of them conflicting with theme scripts.

    *Please consider renewing your support to receive further help from us.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: only 2 related products on the product page – woocommerce

    Hello,

    Sorry but this as a script controlled solely by the plugin itself(wp updates will not affect it). It is not overwritten by theme. This is all we can do for you as further coding is not included in support.

    Note: However, i have notified the developers and we will try to include a fix for this situation in theme’s future updates.

    Best regards!

    • This reply was modified 8 years, 7 months ago by Mirela.
    8 years, 7 months ago Mirela
    Participant
    in reply to: Buttons running off background in mobile

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 840px){
    .btn-bt.business {
        padding: 12px 22px !important;
    }}

    This should be the result: https://ibb.co/mpkSfw
    Were you referring to this? Let me know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: full width background not centered on mobile

    Hello,

    Yes, you can get it centered. This is the only way to cover all text of that section with the image in mobile. Because if we’d set the image to be responsive, it would cover only the title of the section. It would become that small.
    Please try adding this code into your custom css box:

    @media (max-width: 979px){
    .section-style.parallax_section {
        background-position: center center !important;
    }}

    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Columns not displaying correctly

    Hello,

    From the page you pasted, i don’t see such aligning. The right elements are shown before the contact form. But there is a margin that mixes the two together. You can avoid it by adding this custom css:

    @media (max-width: 840px){
    div.wpcf7 {
        margin-top: -110px !important;
    }}

    Result screenshot: https://postimg.org/image/986rhg6lqz/
    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Full Page Image Background Missing

    Hello,

    That is the menu bar. You can add an image as background by adding this custom css:

    .header_6_wrapper {
        background-image: url(https://djmoysesurfacing.co.uk/devsite/wp-content/uploads/2015/11/patiowhite.jpg);
    }

    Replace the image link to the image you want to use. If you will want to make the menu background transparent, go to Specular > Header Options > Header 6 Navigation BG Color. Change the color here.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Media Grid Widget Shortcode not loading

    Hello,

    Please check your Flicker account settings. I just added a test Flickr widget under your widget with the theme’s default flicker user id. The images display well.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Slider background not equal on all sides

    Hello,

    I fixed it with custom css. I added this code into your custom css box:

    div#rev_slider_1_1_wrapper {
        height: 402px !important;
    }

    Please clear cache and refresh page.
    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Blog and contact settings

    Hello,

    Please add this code into your custom css box in General Options:

    @media (max-width: 767px){
    .blog #content {
        padding-left: 107px !important;
        width: 70% !important;
    }
    .wpb_column {
        margin-bottom: 50px !important;
    }}

    This will be the result blog page in mobile: https://postimg.org/image/6iizxrqppn/
    This will be the Contact page look: https://postimg.org/image/2kdv2x71mz/
    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: News Feed/Client Elements

    Hello,

    1-You can achieve this by using the “Post Grid” element from Visual Composer. Just go to the element’s options and select “pages” for the “Data source” option.

    2-To add logos for the clients, go to General Options > Clients, add here more clients by clicking on the “Add Slide”. Add logos to them from the Media by clicking on the “Upload” option under logo position.
    Check out the documentation part for more: https://codeless.co/tower/documentation/main.html#clients
    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: only 2 related products on the product page – woocommerce

    Hello,

    Please go to file wp-content\plugins\woocommerce\includes\wc-template-functions.php and find this function:
    function woocommerce_cross_sell_display( $posts_per_page = 2, $columns = 2, $orderby = 'rand' )
    edit post per page and columns value from 2 to 4. Save changes and refresh cart page.

    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Related Products Woocommerce

    Hello,

    Please go to file wp-content\plugins\woocommerce\includes\wc-template-functions.php and find this function:
    function woocommerce_cross_sell_display( $posts_per_page = 2, $columns = 2, $orderby = 'rand' )
    edit post per page and columns value from 2 to 4. Save changes and refresh cart page.

    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: List Element Icon and Font Size Too Big

    Hello,

    I added this code into your Custom Css box in General Options:

    .list ul {
        padding-left: 15px !important;
    }

    Change the value to your wish.

    Best regards!

Viewing 15 posts - 4,651 through 4,665 (of 12,542 total)
← 1 2 3 … 310 311 312 … 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