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, 3 months ago Mirela
    Participant
    in reply to: Shopping Cart colors and Headers/Menus in Web and Mobile

    Hello,

    5-So i suppose you mean this one: screenshot. For it, add this code into your custom css box:

    .woocommerce #content table.cart a.remove, 
    .woocommerce table.cart a.remove, .woocommerce-page #content table.cart a.remove, 
    .woocommerce-page table.cart a.remove {
      color: #80296A !important;
    }
    .woocommerce #content table.cart a.remove:hover, 
    .woocommerce table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover, 
    .woocommerce-page table.cart a.remove:hover {
      background-color: #80296A !important;
      color: #fff !important;
    }

    I already added them into your site. Change the colors to your need.

    6-No, for this it is needed to make changes in the theme files (header.php) and edit the css as well.

    7-I edited the css for the header tools and logo in mobile. Result.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Dummy Data for Business 5

    Hello,

    The database name and password is not needed to be the same with the wordpress installation. Send us your ftp credentials in a private reply. We will give it a closer look.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Archives ordered by Year instead of Months

    Hello,

    For that you need to edit WordPress files. Please read a detailed information here: https://codex.wordpress.org/Function_Reference/wp_get_archives
    Sorry but this is a customization not included in theme support.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Extra, unwanted padding on rows

    Hello,

    I see in the css that the padding bottom of the row is set up to have 60px distance value. First go to row settings and make sure you do not have set up any bottom padding, then add this code into your custom css box:

    .wpb_row.section-style, .wpb_row.standard_section {
        margin-bottom: 30px !important;
    }

    Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: number of portfolio items

    Hello,

    Select the pagination in the portfolio page’s Portfolio Options > Select the pagination method (screenshot).

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: The Importing the dummy data and content is not working

    Hello,

    The wp-config.php file is located in your wordpress installation root. Where you have the three main folders, wp-admin, wp-content and wp-includes (screenshot).

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Disable menu on one page

    Hello,

    Yes, for only the menu, please add this code instead:
    #navigation { display: none;}

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: mobile header margins not lining up

    Hello,

    For the mobile menu i removed this line: .mobile_small_menu { left: 30px !important;} from the @media (max-width: 767px) block of code and added this:
    .mobile_small_menu { margin-left: -30px !important;} in the end.
    For the logo position in landscape, i added this:

    @media (max-width: 979px){
    #logo {  left: 60% !important;}
    }

    Please check it.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: currency sign US Dollar vs. Euro

    Hello,

    Please refer to this topic regarding it.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Mixed content and SSL sertificate

    Hello,


    @nooramanso
    ,
    Please open your own ticket. The private replies are visible only to the ticket author and the support admins. This means, replying in private at someone else topic, makes you data visible to him too.
    I could open the mobile menu without problem (screenshot) did you manage to fix your issue?
    The js error is caused by the js code you have added at your “Custom JS Code”. If you remove it, the error goes too.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Right Align not working

    Hello,

    You had an error in the previous css code, which was causing the next one (the code i gave you), not to take effect. You had put a ) instead of }. However, i set up the second button to align right. Then i commented out the second block of css i gave you and added the first one. Now the code works.

    Regarding the re-alignment, please check the server connection. It could be that from time to time the server connection fails to load all necessary scripts and styles to keep the full view of the website.
    Let us know if you need further help.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Dummy Data for Business 5

    Hello,

    Please contact your hosting provider and make sure you do have all necessary access right. The import process does finish successfully but the pages can not be created. Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Disable menu on one page

    Hello,

    Add this code into those page’s custom css box(screenshot):
    header#header { display: none;}

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Extra, unwanted padding on rows

    Hello,

    Glad to know it’s every thing ok.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Portfolio items problem

    Hello,

    Yes, please add this code:

    .wpb_row.standard_section {
        margin-bottom: 12px !important;
    }

    Result.
    Edit the values to your wish.

    Best regards!

Viewing 15 posts - 9,481 through 9,495 (of 12,542 total)
← 1 2 3 … 632 633 634 … 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