Forum Replies Created

Viewing 10 posts - 4,041 through 4,050 (of 6,341 total)
  • Author
    Posts
  • in reply to: Sidebar not styled on other pages #5717

    I see, checked page HTML source code, and found the html code of all your custom widgets which in service page are not in the #sidebar div, because you added them via visual composer.

    I have already fixed it.

    The solution as below

    step1. Edit the column and add woocommerce class name, refer to https://www.dropbox.com/s/gckqu687v2vm19k/editcolumns.jpg

    Step2. I added the following custom CSS into Samsara options > Custom style > CSS code

    .wpb_widgetised_column .widget ul{
       margin:0;padding:0; 
    }
    .wpb_widgetised_column .widget li{
       list-style:none;
    }
    .widget h4 {
    text-transform: uppercase;
    font: normal 14px 'loveloblack', Geneva, sans-serif;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 25px;
    letter-spacing: -1px;
    }
    .widget li {
    font-size: 12px;
    color: #656565;
    margin-bottom: 5px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #b5b5b5;
    }
    

    Thanks!

    in reply to: changing header size #5711
    You must have valid license to access this content.
    in reply to: changing header size #5709
    You must have valid license to access this content.
    in reply to: changing header size #5707
    You must have valid license to access this content.
    in reply to: Headline color #5706
    You must have valid license to access this content.
    in reply to: SimpleKey New documentation available to Download! #5705
    You must have valid license to access this content.
    in reply to: Few Problem #5704

    For portfolios heading issue, because portfolios page template doesn’t call the page content,
    You can edit page-portfolios.php file, if you created child theme, just copy this file to your child theme folder,
    add under this line

     <div class="portfolio-posts section container">
    in reply to: Few Problem #5702

    For LOGO issue, it’s customization issue. The genera idea is use CSS media query as below:

    @media only screen and (max-width: 479px) {
             h1#logo{ display:block; }
         h1#logo a {background-image:url(YOUR LOGO URL HERE);}
    }
    in reply to: Few Problem #5701

    1. Because “laurentbouit.fr/portfolio” is a preset slug in wordpress, it means that the name of this post type is “portfolio”, so you can’t use it.

    2. Go to “Setting > Reading”, look at the first option “Front page displays”, and check the sub option “Posts page”, you should leave it empty, don’t select any page.

    4. Because this page http://laurentbouit.fr/carte/ doesn’t have any content, so the default height of content is not enough to make the footer touch the bottom of the page. After you added some content, the footer will be at the bottom of the page.

    7. The new version has only improved some small issues, there’s no big changes. What changes you want?

    in reply to: Mailchimp #5700

    Hi

    Can you post your sign-up form code here?
    Let’s me check it.

    Thanks

Viewing 10 posts - 4,041 through 4,050 (of 6,341 total)