Forum Replies Created

Viewing 30 posts - 241 through 270 (of 430 total)
  • Author
    Posts
  • Sorry I’m not being clear :) The site with the issue is KGH, ie, with the slider – what’s happening is the slider is underneath the logo and header area as if it was set to have a transparent header, but the page is set to no transparency. So instead of centered captions it looks too low but in fact the top portion of the slider is under the header. For BWC the slider sits under the header as it should with the test slider I have there.

    Yes, it’s home page is also set to ‘no transparency’ just like the one that isn’t working, and it’s fine (see private).

    I’ve just installed enfold on another brand new test page and they both have iThemes and the is no issue with the pages on the latest site so it must be something else? :)

    I’m using iThemes security, a simple password protected and a scalable vector graphics plugin, all of which I’ve used with Enfold before. It seems like this is with the latest release of Enfold?

    in reply to: Image hover jumps in footer #789789

    Ok, that worked! I had a custom header and functions php in my child dir, also thinking that it was a custom script issue, so tried deleting those but that didn’t help. Your css did fix the issue, though. Thanks so much :)

    in reply to: Image hover jumps in footer #789325

    Yes, I’ve tried many options, with and without a hrefs. I’ve also made them the same size, assuming that perhaps that was also the issue.
    I’ve actually copied and pasted the code from the other site into this one and it’s ok so I must reiterate that perhaps it’s something to do with the update, since the js seems to be over writing my child theme code?

    in reply to: Adjust featured image on single post page to full height #782075

    Ok, so finally I have it working using the plugin from above! I did look at the settings in the ECPro docs but the plugin is much easier – thanks, everyone!!!

    in reply to: Adjust featured image on single post page to full height #782048

    Thanks for the very fast reply! The featured image is actually 1920×1280 pixels, so it is getting cropped top and bottom – I just removed and then re-imported another featured image, also 1920×1280 pixels, and it’s still not showing the full image. I see that it is resizing it the same way. I tried to isolate this with css in my child theme, but to no avail –

    .single-tribe_events .tribe-events-event-image img {
    height: auto !important;
    width: 100% !important;
    border: 0px solid red; // for testing only
    }
    Beach front

    How can I stop it from resizing it – it should be 845 x 563 to maintain the correct sizing.

    in reply to: Replace WPML flags with text #780751

    thanks again!

    in reply to: Replace WPML flags with text #780726

    Hi Yigit
    Thanks but how do I implement adding in the EN | 中文 appended to the secondary menu? I assume I’ll need some JS for that as well?

    in reply to: Replace WPML flags with text #779597

    Sorry – here’s the site –

    http://westbankcorp.com/

    Worked perfectly!!!!! thanks so much :)

    Ok, I’m getting close but can’t seem to make it just one image. I’ve created a custom class for the overlay and added this –

    /* custom overlay to override section bg overlay settings */
    
    .singleIcon .av-section-color-overlay {
    	opacity: 1 !important;
        background-image: url("http://www.terracesatsfu.com/wp-content/uploads/2017/03/logo.png");
    	background-repeat: no-repeat center center !important;
    	display: block;
        position: absolute;
        top: 0;
        left: 0;
    	bottom: 0;
    	right: 0;
        height: 100%;
        width: 100%;
    }

    As you’ll see it’s now centered and everything is being applied except it’s still tiling – I’m missing something really obvious here?

    in reply to: Animate and place logo and text over video while playing #765025

    Ok I’ll give it a try and will share my code if I can do it myself, otherwise I may ask more questions :)

    in reply to: Animate and place logo and text over video while playing #765013

    Ok, thanks. So if I use the fullwidth easyslider then how would I trigger some animation before and after the video plays? :)

    in reply to: Can't get hotspot tooltip text to change #763744

    Mmmm, ok, I get that but I only use the tooltip in one place on the entire site so in theory all the styling could be there, right? That’s why I’m a bit confused because it doesn’t work there, but that’s ok, no bid deal to have an extra class :)

    in reply to: Can't get hotspot tooltip text to change #763736

    I’m curious as to why I need a unique class to make the text styled as I wish as opposed to just using this –

    .page-id-514 .avia-tooltip p {
    all styling in here instead
    }

    I like to understand :)

    in reply to: Can't get hotspot tooltip text to change #763731

    That worked, thanks! I was trying to avoid having to create a unique class inside each hotspot description but as long as it works that’s all that matters :)

    in reply to: Create a vertical fixed right dot navigation #750665

    Thanks so much, Ismael. Odd because I saw the styling as it should be then it reverted back to the previous style. It’s on goDaddy and I’m trying to purge that cache but it’s not working, sigh. I think we’re ok here but now with the code but I have to deal with caching issues. I installed a plugin but that isn’t helping :(

    in reply to: color section – alignment object #750644

    Oh, that’s a much better way of doing it! Thanks so much. I know that you have a requests area but by default it would be great to have this – I do a lot of custom styling :)

    in reply to: Create a vertical fixed right dot navigation #750132

    Hi Ismael

    No change, sigh… I tried reloading several times and another browser.

    in reply to: Create a vertical fixed right dot navigation #749540

    Almost there but the text indent css isn’t taking effect, so still showing up, the dots are really close together, and is there a way to make a dot change style when clicked, ie, active? :)

    in reply to: color section – alignment object #748125

    Another quick note – I had to revert back to 1310px dimension width because it’s thrown off all of the other styling so I definitely need to hard code that one image to be 50px in bottom right of that section, please :)

    in reply to: color section – alignment object #748123

    Hello
    I’m trying to do the same with just one image in my 1st section and have tricked it a bit by adding in whitespace above but would prefer to have my image in the first section 50px right and 50px up from the bottom of the first section, which is set to 100% height, plus I’ve changed the site dimensions to 100% so it looks close but I’d rather code just that one element.

    I am trying to locate the area that holds the img and tried this, looking at the code above, with extra styling just to see if I am in the right place and it appears no as it’s not taking effect. I’m guessing that it’s section_1 but when I inspect it doesn’t show up as section_1 so I tried other id’s and classes but can’t seem to get it to apply –

    .page-id-66 #av_section_1 .avia-builder-el-6 {
    height: 100px;
    /* just for testing */
    border:10px solid #6f9136;
    background: #ff3300 !important;
    }

    .page-id-66 #av_section_1 .avia-builder-el-6 .avia_image {
    bottom: 50px;
    right: 50px;
    position: absolute;
    /* just for testing */
    background: #ccc !important;
    }

    Could you please identify the correct path in css to the both section element, and the image I have placed inside.

    Thanks!

    in reply to: Create a vertical fixed right dot navigation #747229

    Still not working.

    I had to change it to this to see the correct container –

    .page-id-140 .menu-dots-container {
    position:fixed;
    max-width:0px;
    height:auto!important;
    right:50px;
    top:50%;
    transform:translateY(-50%);
    }

    The hide text worked but the other styling didn’t show up so thanks again and please advise :)

    in reply to: Create a vertical fixed right dot navigation #747075

    Ok, so I’ve hidden the header on this page, created a custom menu called ‘dots’ and then a widget called ‘dotNav’ and linked it to the ‘dots’ menu. I see the default text but it’s not working, ie, not picking up on any of the styling so it’s not seeing a link. Please advise and thanks again.

    in reply to: Create a vertical fixed right dot navigation #747073

    Hi Vinay

    I am using 3.8.5 with a child theme, and that is exactly the code I have in the style.css. I see the default menu in the header, so not the menu I want to show, and none of the styling from this css is applied. My access info is in my first post, above (private). Thanks again :)

    in reply to: Create a vertical fixed right dot navigation #746596

    Thanks, I added this in and made it specific to a test page (see private link) and I see nothing. I’m pretty sure I’m missing something to make this work. I made a new menu called dots and added in links and then set the header on the test page to show and it didn’t make any change. Please advise :)

    in reply to: Create a vertical fixed right dot navigation #745093

    I don’t mean to bump here but it’s been 4 days and I’m trying to get the vertical dot navigation working because my deadline is looming – just some general ideas about how to implement this would be great. I’ve managed to work out the border issue, so I’m sharing the css here –

    #emblem {
    left: 0px;
    top: 0;
    padding-top: 0;
    position: fixed;
    z-index: 999999;
    background: url(“http://www.rentkaslo.com/images/banner.png”) left top no-repeat fixed;
    height:280px;
    width:280px;
    }

    #top-border {
    height:10px;
    width:100%;
    background:#6f9136;
    z-index:999998;
    position:absolute;
    }

    div.container_wrap.fullsize /*avia-bg-style-scroll.avia-no-border-styling */{
    /*
    */
    position:relative;
    bottom:-10px;
    }

    in reply to: Create a vertical fixed right dot navigation #743072

    Sorry, again, but I have made some changes and almost have this as it should be but need a bit more help with the banner, please. Still need help with the dot nav, though.

    I made a color section and gave it an ID of #banner, then added this into my css –

    #banner {
    position: fixed;
    height: 280px !important;
    display: block;
    z-index: 500;
    width: 100%;
    padding: 0;
    background-color: rgba(0,0,0,0) !important;
    margin-top: -10px;
    margin-left: -10px;

    }

    .html_header_transparency #top .avia-builder-el-0 .container {
    padding-top: 0px;
    }

    #banner .container {
    max-width: 100%;
    padding-left: 0px;
    }

    The only thing is that when I use the scroll arrows, which work now that I have removed the emblem css, is the last one is 10 pixels up because of the border all around the page – how can I tweak that, please, or instead could I make a 10 pixel border around each color section? Thanks :)

Viewing 30 posts - 241 through 270 (of 430 total)