Forum Replies Created

Viewing 30 posts - 151 through 180 (of 223 total)
  • Author
    Posts
  • in reply to: Enfold Showcase #704771

    Here a couple of sites I did with Enfold:

    in reply to: Adapt Header Size for Mobile #702244

    Awesome thanks so much Nikko. It only worked on the one page but it was the starting point I needed… all sorted.
    Thanks for your always amazing support. Appreciate it very much.
    Kindest Regards,
    Corina

    in reply to: Video Size/Resolution in Colour Section #695956

    Hi Vinay

    Thanks so much for your quick reply. We were thinking of uploading it to Vimeo, I assume that’s the same result as Youtube.

    So 1920×1080 will look nice and not pixelated on a retina screen?

    Thanks for clarifying.
    Corina

    in reply to: One Page Site with Socket Nav (of separate sites) #670734

    Hi Rikard

    Sorry I was talking hypothetically… The site is a one page site but I now have to add another page to the navigation which is a separate page. Then I do that the Navigation highlighting showing the active page doesn’t work anymore, especially to get back from the “Terms & Conditions” page…

    I’ve added it now, so you can see. I understand why I can’t get back from the “Terms & Conditions” page to the “how it works” section/page but is there a way to make it work?

    Thanks so much,
    Corina

    in reply to: IE Edge Contact Form Drop Down not visible #670072

    Hi

    Okay I found the fix on an earlier post, sorry searched again today and must have used different keywords… didn’t find it yesterday… in case anyone comes across this post the solution is:

    .avia_ajax_form select option {
    color: black !important;
    }

    in reply to: Remove Padding on Mobile View #652471

    Hi Yigit

    Thanks so much, just implemented it and it does but it doesn’t work…. it removes the padding that is there on the first image (on the left) but it moves all the other grid rows all the way to the left as well on mobile view. if you look on mobile, what I’d like them to be is the same width as the blue line just above.

    I took a screenshot on how I configured it in the backend. https://www.dropbox.com/s/vk1dxs6sl4vss9b/2016-06-23_13-33-23.png?dl=0

    Thanks so much.
    Corina

    in reply to: Remove Padding on Mobile View #651910

    Hi Rikard
    Sorry.. just tried your code, it is still there… if you compare the “AR Logo & Address”, it has a lot more padding/margin than the SARA logo below (on mobile screen that is).
    Thanks so much.
    Corina

    in reply to: Remove Padding on Mobile View #651906

    ups typo….

    in reply to: Remove Padding on Mobile View #651280

    Hi Rikard

    I just tried this, and it doesn’t seem to change anything…. I’ve posted login details below in case that helps.

    Thanks so much.
    Corina

    in reply to: Embed only a section of a video #650730

    Hi Isamel

    Okay great, thank you so much… I only just figured out the right mouse click “download video”…oh my…. you can tell I never worked with videos before.
    I will have to figure out how to edit it ;-) …. but thanks so much for all your help. It is much appreciated.

    All the best,
    Corina

    in reply to: Embed only a section of a video #649735

    Hi Guenni007

    Thanks so much for getting back to me. We do have the permission from the film maker (as long as we only use the section we are featured in and link back to the full version on the site where you can purchase it). Unfortunately the weblink with the HD film is all he’s given us… we cannot download the video…

    I know it’s very very slow… I just tried to watch the whole thing.

    Thanks for your support.

    Hi Ismael

    Thanks so much. It’s not a big problem… since it is a small website it is doable… but might be interesting for someone else who has a bigger website. Thanks for your always so prompt and amazing support. I really appreciate it.

    Have a great day & kindest Regards,
    Corina

    Thank you Ismael.
    Unfortunately that doesn’t work either “using HTML entity”. I will just have to redo the double quotes to single quotes every time we have to make changes on the website. Just thought maybe there is a simple solution to this.

    Thanks so much for taking the time to look at it.
    Have a great day & kindest Regards,
    corina

    in reply to: Non Standard Size Video #619514

    Hi Vinay

    Thanks so much for looking into this. I am trying to make the video go the full width of the column and not have white areas left/right in the player.. so basically the width will be the width of the column and the height will be auto … (The video has a very non-standard format) as it is an advertising banner which is used on big media websites…

    Thanks so much.

    in reply to: Non Standard Size Video #618852

    Hi Journey 5956… thanks I did that after, template and copy of page… but didn’t expect it to happen first time ;-) … all good. Still need solution though for non standard size videos…. haven’t found that yet. Let me know if you find out anything @journey5956.

    in reply to: Creating Diagonal #600611

    Hi Vinnie

    I am so grateful for all the support I receive from you guys. So if there is some small contribution I can make I am glad to do so.

    Thanks also re comment to the site… it is still in development and there are a lot of placeholder images/films there… :) but it’s also your theme that totally rocks … gives so much flexibility to create.

    Have a lovely weekend.
    all the best,
    Corina

    in reply to: Parse Error After Adding additional Google Fonts #600597

    Hi Rikard

    Oh thank you so much. Where were the extra characters? As I uploaded a fresh version of the functions.php from the original file download of the child theme?

    Thanks so much for your always amazing support. So much appreciated.
    Kindest Regards
    Corina

    in reply to: Creating Diagonal #600596

    Hi docperi

    I got it to work with the css below. If you want to have a look it’s http://pre.colorit.ch. You have to enable custom IDs in Enfold though. http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/’

    Hope it helps. Corina

    ===========================

    #intro::before {
    background: #fff none repeat scroll 0 0;
    content: “”;
    display: block;
    height: 100px;
    position: absolute;
    bottom:-80px;
    transform: skewY(1.5deg);
    width: 100%;
    z-index:100;
    }

    div#intro {
    position:relative;
    overflow:hidden;
    }

    #about::before {
    background: #dc1e38 none repeat scroll 0 0;
    content: “”;
    display: block;
    height: 100px;
    position: absolute;
    bottom:-80px;
    transform: skewY(-1.5deg);
    width: 100%;
    opacity: 0.8;
    }

    div#about {
    position:relative;
    overflow:hidden;
    }

    #network::before {
    background: #fff none repeat scroll 0 0;
    content: “”;
    display: block;
    height: 100px;
    position: absolute;
    bottom:-80px;
    transform: skewY(-1.5deg);
    width: 100%;
    z-index:50;
    }

    div#network {
    position:relative;
    overflow:hidden;
    }

    #references::before {
    background: #dc1e38 none repeat scroll 0 0;
    opacity:0.8;
    content: “”;
    display: block;
    height: 100px;
    position: absolute;
    bottom:-80px;
    transform: skewY(1.5deg);
    width: 100%;
    z-index:10;
    }

    div#references {
    position:relative;
    overflow:hidden;
    }

    in reply to: Parse Error After Adding additional Google Fonts #598217

    Hi Rikard

    Did you use the domain without ftp? I had that wrong on the first post… see below the dropbox link. It’s a screenshot from my hosting account. This definitely works. I use those details.

    Thanks so much.

    in reply to: Parse Error After Adding additional Google Fonts #597433

    Hi Basilis

    I can’t get into the WP-Admin anymore… all I get is this error.
    I’ve added the details below, maybe you have more success.
    Thanks so much
    Corina

    in reply to: Parse Error After Adding additional Google Fonts #597377

    oh sorry, I think I got it wrong, see below.
    Thanks so much for your help Basilis.
    Cheers, Corina

    in reply to: Creating Diagonal #596084

    Ok I figured it out… the solution below, just in case it’s for use to anyone: #intro, #services are section IDs.

    #intro::before {
    background: #ffffff none repeat scroll 0 0;
    content: “”;
    display: block;
    height: 100px;
    position: absolute;
    bottom:-80px;
    transform: skewY(1.5deg);
    width: 100%;
    }

    div#intro {
    position:relative;
    overflow:hidden;
    }

    #services::before {
    background: #f9f9f9 none repeat scroll 0 0;
    content: “”;
    display: block;
    height: 100px;
    position: absolute;
    bottom:-80px;
    transform: skewY(-1.5deg);
    width: 100%;
    }

    div#services {
    position:relative;
    overflow:hidden;
    }

    in reply to: Remove "All" Category on Portfolio Filter #596078

    Hi Jordan

    You guys are just awesome. Thanks so much for your help.

    Have a lovely day.
    Kindest Regards,
    Corina

    in reply to: Remove "All" Category on Portfolio Filter #595449

    Hi Vinay
    Thanks for getting back to me on this. This hides all the filters though. My client just does not want to have “ALL” (on the left of the filters) … he does want to have the rest of the filters…

    Thanks so much.
    Kindest Regards,
    Corina

    in reply to: Remove "All" Category on Portfolio Filter #595361

    Hi Basilis

    Thanks so much for your super quick answer… The script works in changing the default category, but I still have the “All” category displaying. Not sure if I did something wrong. I placed the css in the custom CSS. I am working with a child theme.

    here the link to the page on the development server: http://pre.colorit.ch/frontpage-3/

    All the best, Corina

    in reply to: Portfolio categories not showing in masonry #591854

    I fixed it. Found some info in another thread and re-uploaded the theme via FTP. Fixed the issue.

    in reply to: Portfolio categories not showing in masonry #591430

    Hi Elliott,
    I have the same problem. I deactivated all plugins and the Portfolio Categories are not showing in the Masonry. Very weird as I used this feature on my website and it works well there…

    I’ve added the login details below. Would appreciate if you could have a look.

    Thanks so much for your help.
    Kindest Regards,
    Corina

    in reply to: Grid Row Alignment #555746

    Hi Yigit

    Awesome, it fixed the website on pc/mac but it now has no margin at all on mobile.

    https://www.dropbox.com/s/6nqkvmeocuc8gqw/File%2021-12-2015%2C%2014%2040%2046.png?dl=0

    Thanks so much for your help.
    Corina

    in reply to: Grid Row Alignment #554873

    Hi Elliott

    Thanks for sending that through. I just added it to a code block on the actual page and it doesn’t move anything. I’ve pasted a link below so you can see what I’d like to achieve.

    Also let me know if you’d like access to the website.

    Thanks so much for your help.
    Corina

    in reply to: Widget ul alignment #542834

    oh Thanks Elliott… awesome… sometimes I don’t see the forest because of all the trees ;-)

    Have a lovely day & kindest Regards,
    Corina

Viewing 30 posts - 151 through 180 (of 223 total)