Forum Replies Created

Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • in reply to: Internet Explorer issue #1117288

    Perfect. Seems like everything works now. Thanks a lot.

    I’ll take car of the old files

    U

    in reply to: Internet Explorer issue #1117130

    Sorry for the error with the FTP see attached

    in reply to: Internet Explorer issue #1116540

    Hi
    Thanks for looking in to this. See below for requested info. Let me know if you require access to more folders.

    Thanks

    in reply to: Internet Explorer issue #1115590

    Thanks Nikko
    This helped a lot. Although not quite there yet
    These sections still need some edits
    – Landing logo is below 100% screen so I have to scroll down to see it
    -Landing Photo is zoomed in
    – PATENTS and OUR ALGORITHMS: Red check marks have wrong color and is almost not visible
    – News: whole section missing.

    Thanks

    Hope you have some solution.

    All help greatly appreciated.

    U.

    in reply to: Internet Explorer issue #1115254

    Thanks
    I’m running IE 11 for windows 7 and some older random version. Both producing the same result.

    in reply to: Menu Logo overlap #1108317

    Thanks! Worked!

    U

    in reply to: Portfolio entry only loads with URL …/?preview=true #1093329

    Thanks.

    /red-wheat-christmas-juleol-christmas-beer-cloves-and-hibiscus/ has the same issue. It used to work. When i added a table that included the > symbol, it stopped working. I then deleted the table element, and it continued to not work. Perhaps some of the table element code has not been removed.

    Just to trouble shoot, I tried to put <; and >; into a table on a new blank portfolio element. This is causing some bugs, and the symbols are not compatible with the table element..

    The working portfolio items has the symbol in a text box, not in a table element.

    • This reply was modified 5 years, 7 months ago by _urban_.
    in reply to: Portfolio entry only loads with URL …/?preview=true #1092938

    Thanks I have updated your role. I also noticed issues with ssl.

    in reply to: Masonry grid – overlay & title/entry/text/font color #839040

    Sweet Thanks!

    in reply to: Masonry grid overlay text Padding #839035

    Perfect, Thanks!

    in reply to: Masonry grid – overlay & title/entry/text/font color #837270

    Hi Jordan,
    Thanks for the prompt reply. I’m sorry for being unclear. Please disregard the attached code in the previous post.

    What i would like is to be able to choose the background color and font color for masonry grid overlay for desktop and mobile. for example:

    Desktop:
    Background: #f4e842 transparency 60%,
    text: #707070 transparency 70%

    Mobile:
    Background: #dde87f transparency 40%,
    text: #adadad transparency 55%

    Again, thanks for an awesome theme and support!

    in reply to: Masonry grid overlay text Padding #837268

    Thanks for your prompt reply. It will happen at certain screen widths between 660 px to approximately 800px. Try reducing your browser window to 700 px width and hover over the first image in the link and you will see what i experience. It would be nice to have a padding to keep the text inside the picture.

    Thanks!

    in reply to: Additional transparent header #411776

    Hi Ismael.
    Thank you for the response.
    The problem is that I am already using a transparent header. So I would like to have two different header transparent header styles. One with a dark font and another with a light font.

    Hope it is possible to achieve..

    Best Regards.

    Urban

    in reply to: Additional transparent header #404288
    This reply has been marked as private.
    in reply to: Additional transparent header #401842
    This reply has been marked as private.
    in reply to: Additional transparent header #401840

    Hi!
    yes i thought I had attached the link as a private message.
    I one of the attached pages I would like to use a transparent header with black font in the menu and the extra elements in the top menu and LogoBlack.png.
    In the other I would like to use a transparent header with white font in the menu and the extra elements in the top menu and LogoWhite.png.

    in reply to: Transparent header font color #394831

    Fantastic!
    Thank you Yigit!

    Urban

    in reply to: Tables: background color and vertical text align #385969

    Dear Elliott
    Thank you so much for your quick response!

    Align top worked! Great.
    But I had to use this code to make the background white. I really don’t know why, I just found it and tried various versions until I found something that worked.

    /* Table align top */
    td, tr {
    vertical-align: top;
    }
    
    /*Table all white background */
    .main_color tr:nth-child(2n+1) {
        background: none repeat scroll 0 0 #ffffff;  
    }

    Thanks again!

    _urban_

    • This reply was modified 9 years, 10 months ago by _urban_.
    in reply to: Portfolio Grid & Styling Help #385217

    Hi!
    Have you tried to list your portfolio elements with another short code? The masonry set to perfect grid or the blog posts set to grid? It might solve our problem.

    Good luck

    Urban

    in reply to: Transparent contrainer under blog grid layout #381292

    I also added this, and now I am quite happy with the result. The cropping of the images is much better like this, and could be considered for the theme itself.

    .av-inner-masonry-content {
        padding: 10px !important;
        position: relative;
        width: 1000%;
        z-index: 2;
    }

    Thanks.

    in reply to: Transparent contrainer under blog grid layout #381289

    Hi!
    Thank you so much. That was it. However there is a little arrow that also needs to be transparent. I Changed the code slightly, and now it looks ok. But I am not sure if the CSS will affect arrows other paces on the page. I will probably realize if it does; but do you think this CSS will effect the arrow other places?

    *Transparent grid frame */
      .avia-arrow {
        background-color: #ffffff;
        opacity: 0.5;
    }
    
    .av-inner-masonry-content {
      background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5) !important;
    }

    Thanks
    Urban

    in reply to: Transparent contrainer under blog grid layout #378654

    It is the “masonry” I am trying to change. Sorry for mixing it up.

    If the solution I am asking for is to difficult, I could use a solution where the title is moved down to under the image. (like it is displayed when using the “blog grid”).

    Again, thanks for your awesome support!

    Urban

    • This reply was modified 9 years, 10 months ago by _urban_.
    in reply to: Child theme makes font change #247267

    Sorry I fixed it. Don’t know what it was. Maybe a mistake in the basic css…

    Anyhow
    Have a nice day!

    in reply to: Menu overlapping logo in mobile view (for me too :) #235748

    Thanks Ygit!
    That code did some improvements however there was some aspect ratio issues on screens between width:767px and width:480px. and the “X icon” for closing/hiding the “slide-out-menu” does not appear, or appears outside the screen on all screen sizes.

    I changed the code to:

    
    @media only screen and (max-width: 480px) {
    .responsive .mobile_slide_out .logo img {
    margin: 0;
    width: 80% !important;
    }
    }
    
    @media only screen and (max-width: 480px) { 
    .responsive .mobile_slide_out .logo img { width: 100% !important; }
    #advanced_menu_toggle, #advanced_menu_hide { right: -15%; }}
    

    This maintained the aspect ratio on all screen sizes except screens with exactly 480px width (tried max-width: 481px. and 479px without any luck)
    “X icon” for closing/hiding the “slide-out-menu” appears as well, but not on screens smaller than 481px width.

    Hope you can help me out!
    Best Regards

    _urban_

    in reply to: Menu overlapping logo in mobile view (for me too :) #235057

    Dear Ismael!
    Thank you for the response! I updated the theme which solved the footer issue. Great!
    The quick css for the header worked too. Now the “Slide out navigator icon” does not overlap the logo. Great!

    However the logo is not keeping its aspect ratio, the height is still 100% but the width:80%. Seems like it does not inherit the aspect ratio. Is it possible to fix this?

    Best regards
    _urban_

Viewing 25 posts - 1 through 25 (of 25 total)