Forum Replies Created

Viewing 10 posts - 3,931 through 3,940 (of 6,341 total)
  • Author
    Posts
  • in reply to: Localization issue #5964

    Hi

    Does the your language file exist in the /wp-content/languages folder? If no, I think you can’t find the language option.
    So you should download your wordpress language file and upload it to /wp-content/languages folder.

    Please note, the wordpress language file is not the theme language file.

    Thanks

    in reply to: Page Title Spacing and Color #5963

    1. You can add the following custom CSS into Samsara options > Custom styles > CSS code

    .page-template-page-homepage-php #container{
       padding-top:80px;
    }
    

    You can adjust the padding top value.

    2. Did you mean you want to change the color of page title like “about us” in this page? http://largemediainc.com/peejays/about-us-3/
    If so, try the following custom CSS

    .van_headline{color:#yourcolor;}

    However, after you added the custom CSS, all the pages title color will be changed.

    3. it’s the custom issue(not included in the support), I suggest you can try to find the css selector first with chrome developer tool, then, add your own custom CSS to override the original CSS, then you can do anything you want. Just refer to this article: http://dailypost.wordpress.com/2013/07/25/css-selectors/

    Or youtube video https://www.youtube.com/watch?v=V2aAEzlvyDc

    4. Try to add the following custom CSS

    .tools{width:auto;}

    That’s because there are too many menu items over there, and I have told you add #primary-menu {min-width:900px}, the issue is caused by this custom code, so I think we should reduce the width of .tools container at the same time.

    Thanks

    in reply to: Mobile Version #5962

    Please make all fruit pictures has the same height, then the title will be lining up.

    in reply to: Portfolio issues2 #5957

    Hi

    I checked single-portfolio.php file back.

    Yes, in currently I just think the reason is the size of images, try to make them under 1MB at least, if possible, make them smaller than 500KB

    You can read this artile that will tell you how to save an image for web in photoshop http://madefreshly.com/blog/howto/how-to-properly-optimize-images-for-web-in-photoshop/

    Thanks

    in reply to: Icons / pictures messing up #5956
    You must have valid license to access this content.
    in reply to: Mobile Version #5955

    Because the table is your custom layout, not the part of the theme, right?
    I strongly not suggest to use table, because it’s hard to responsive for mobile version.

    I think you can create this kind of layout via visual composer, for example, create a new row, make it to be 3 columns, then, add the image and text into each column, do I make sense?

    in reply to: Portfolio problem with Ajax and lightbox #5954
    You must have valid license to access this content.
    in reply to: Page Title Spacing and Color #5953

    Hi

    1. Can you tell me your website link? Then, I can send you the custom CSS to reduce the space between the navigation bar and the page title.

    2. As same as above, there’s no option to change the color of the page titles, so I will send you the custom CSS.

    3. If I understand correct, try to add the following custom CSS into Samsara options > Custom styles > CSS code

    body{color:#333;}

    4. You can upload the screenshot to dropbox and paste the share link here.

    Thanks!

    in reply to: Masonry Not working #5947

    Finally, I found you have installed quick cache plugin and you haven’t clear the old cache after I fixed the last issue.
    After I cleared the cache, it’s working fine in all browsers.

    in reply to: Masonry Not working #5946

    I tested the masonry page on my demo site with firefox, chrome and safari, it’s normal. http://demo.themevan.com/samsara/masonry/
    And, I checked your masonry page, it’s working fine in chrome, but it shows standard blog layout in safari and firefox
    The very strange thing is that I checked the source code of this page in chrome,safari and firefox, it shows very different souce code in the different browser.

    I just guess that it’s caused by a certain plugin you installed?

Viewing 10 posts - 3,931 through 3,940 (of 6,341 total)