Viewing 30 results - 142,231 through 142,260 (of 142,595 total)
  • Author
    Search Results
  • #119511

    Hi Elly,

    Please only make single topic for an issue. It helps keep the forums easier to search, us to answer and generally for everyone to use. Ismael responded to your other topic with the same title and content so I’ll close this one.

    Regards,

    Devin

    Hi Jasmine,

    You can set up standards if you want them to apply site wide or on all posts. So, for your example you could make all links in a post blue but it would effect all links inside the post.

    IE:

    #top .entry-content a {
    color: #0022ff;
    }
    #top .entry-content a:hover {
    color: red; /*hover color for links*/
    }

    Is this what you mean? If its trying to get standard layouts for specific types of posts, then Ismaels suggestion above is the best way to do it by adding consistant classes to your items so that they are automatically styled based on css.

    Regards,

    Devin

    #118390

    Same issue as you Jasmine: https://kriesi.at/support/topic/problem-when-hover-on-image-alignement-with-firefox-and-opera-mac

    Also wondering if this is the fix. My issue only occurred in FF and not Chrome.

    Thank Nick. It fixed it for FF, but Chrome then became angry. If you check out this page and scroll down to the centered images…

    The top 2 images I left as centered image links. When you hover over them, they break the centering and left justify (like they did previously in FF).

    The next 2 images I put the links in paragraphs with: <p style=”text-align: center;”> That at least centers them in Chrome, but as it was with the centered images in FF, if you hover over them, the image moves down several pixels.

    #119667

    Hi,

    Please use css from that page, it will do what you need since it removes the box as well from boxed background.

    https://kriesi.at/support/topic/transparent-content-and-header#post-111969

    Thanks,

    Nick

    #119290

    @andypeck try out the code first. boxed layout stops being boxed when one removes the box. (i guess that makes sense, lol). Yes it can be done how you indicated custom bg image with a transparent png of an orange inside a slider. Can use boxed layout and my css, just need to switch off the menus and logo with display:none;

    http://www.clipular.com/c?6131062=57q1pMA8XbQNfs_ZztPPtZj6a_0&f=.png

    @jasmine good. enjoy the theme.

    Thanks,

    Nick

    #118388

    Open up the /js/avia.js file in your enfold folder, find lines 245-287 that look like:

    elements.on('mouseenter', function(e)
    {
    var link = $(this),
    current = link.find('img:first'),
    url = link.attr('href'),
    span_class = "overlay-type-video",
    opa = 0.7;

    overlay = link.find('.image-overlay');

    if(!overlay.length)
    {
    if(current.outerHeight() > 100)
    {
    if(link.height() == 0) { link.addClass(current.get(0).className); current.get(0).className = ""; }
    if(!link.css('position') || link.css('position') == 'static') { link.css({position:'relative', overflow:'hidden'}); }
    if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'inline-block'}); }
    if( url.match(/(jpg|gif|jpeg|png|tif)/) ) span_class = "overlay-type-image";
    if(!url.match(/(jpg|gif|jpeg|png|.tif|.mov|.swf|vimeo.com|youtube.com)/) ) span_class = "overlay-type-extern";

    overlay = $("<span class='image-overlay "+span_class+"' style='opacity: 0;'><span class='image-overlay-inside'></span></span>").appendTo(link);
    }
    }

    if(current.outerHeight() > 100)
    {
    overlay.css({left:current.position().left + parseInt(current.css("margin-left"),10), top:current.position().top + parseInt(current.css("margin-top"),10)})
    .css({display:'block','height':current.outerHeight(),'width':current.outerWidth()}).stop().animate({opacity:opa}, 400);
    }
    else
    {
    overlay.css({display:"none"});
    }

    }).on('mouseleave', elements, function(){

    if(overlay.length)
    {
    overlay.stop().animate({opacity:0}, 400);
    }
    });

    and replace the entire block above with the block below

    elements.each(function(e)
    {
    var link = $(this),
    current = link.find('img:first'),
    url = link.attr('href'),
    span_class = "overlay-type-video";

    overlay = link.find('.image-overlay');

    if(!overlay.length)
    {
    if(link.height() == 0) { link.addClass(current.get(0).className); current.get(0).className = ""; }
    if(!link.css('position') || link.css('position') == 'static') { link.css({position:'relative', overflow:'hidden'}); }
    if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'inline-block'}); }
    if( url.match(/(jpg|gif|jpeg|png|tif)/) ) span_class = "overlay-type-image";
    if(!url.match(/(jpg|gif|jpeg|png|.tif|.mov|.swf|vimeo.com|youtube.com)/) ) span_class = "overlay-type-extern";

    overlay = $("<span class='image-overlay "+span_class+"' style='opacity: 0;'><span class='image-overlay-inside'></span></span>").appendTo(link);
    }
    });

    elements.on('mouseenter', function(e)
    {
    var link = $(this),
    current = link.find('img:first'),
    opa = 0.7;

    overlay = link.find('.image-overlay');

    if(current.outerHeight() > 100)
    {
    overlay.css({left:current.position().left + parseInt(current.css("margin-left"),10), top:current.position().top + parseInt(current.css("margin-top"),10)})
    .css({display:'block','height':current.outerHeight(),'width':current.outerWidth()}).stop().animate({opacity:opa}, 400);
    }
    else
    {
    overlay.css({display:"none"});
    }

    }).on('mouseleave', elements, function(){

    if(overlay.length)
    {
    overlay.stop().animate({opacity:0}, 400);
    }
    });

    I’ll ask Kriesi to implement this fix in the next version.

    #119695

    Hi!

    Fix can be found here: https://kriesi.at/support/topic/image-moves-from-right-to-left-firefox

    Best regards,

    Peter

    #119522

    Hi,

    Yes I have the latest version and no it won’t work…As I told you, I insert an image but I can select any image from the library, I have tried with several, but the image won’t show. On the page builder I can see it, but on the page it’s only text…

    Something else, is there any issue with this forum? I have many lines on top of the forum and cannot access my “favorite posts”…

    Kind regards,

    abortolotti
    Participant

    HI guys,

    is it possible to add videos hosted on AWS3 (AmazonS3) rather than Vimeo or Youtube? If so, how?

    They load much faster and result in a mich better user experience.

    I would like to add them also within a slide in the Layerslider and play them automatically when the slider loads.

    I tried adding a shortcode from OptimizePress that has the video on AWS3 autoplay but I only see the same shortcode in the front end once saved?

    Any clue?

    Thanks!

    Antonio

    Great theme, I love it!

    #119694

    Now the images don’t jump, but the white box with the arrows (when you mouse over an image) are below the image, not on top of the image. Look at http://www.wafbmuseum.org/alumni-stories/last-flight-the-missing-airmen-march-1951/

    #119718

    Fixing the issue I had here https://kriesi.at/support/topic/images-bouncind-everywhere#post-111917 seems to have fixed this menu issue. as well…

    #119691

    It seems like you insert the code at the very top of avia.js. http://www.wafbmuseum.org/wpdocs/wp-content/themes/enfold/js/avia.js

    Please revert the change and don’t insert the code at the very top but replace the (already existing) line

    if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'inline-block'}); }

    with

    if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'inline'}); }

    #119441

    Try following – in wp-contentthemesenfoldjsshortcodes.js replace:

    form.slideUp(400, function(){responseContainer.slideDown(400); send.formElements.val('');});

    with

    form.slideUp(400, function(){responseContainer.slideDown(400); send.formElements.val('');});
    jQuery('#scroll-top-link').trigger('click');

    #118387

    My images jump too. I added them through the Add Media when editing in display mode. I am not using columns, so how do I stop the jumping? It does it in Chrome, IE and Firefox….

    #23410
    graphmaster
    Participant
    #119645

    Hi,

    Add a new layer > select Div / Video, insert the google map code

    <iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/?ie=UTF8&ll=37.0625,-95.677068&spn=48.287373,107.138672&t=m&z=4&output=embed"></iframe><br /><small><a href="https://maps.google.com/?ie=UTF8&ll=37.0625,-95.677068&spn=48.287373,107.138672&t=m&z=4&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>

    Go to Style tab > Layout & Positions > width and height should be 100%. Top and left position is “0”. Drag the layer at the top of every other layers to place it behind. Save changes.

    Regards,

    Ismael

    #118914

    In reply to: Adding Custom Icons

    Help Please!

    I followed these instructions and now certain hard-coded icons in the theme aren’t working, specifically: the icon on the “Go to Top” button that appears on long pages, and the next and previous buttons on either side of the blog posts. Can you tell me what to edit in the charmap.php file to fix this? The site is still in development so I can’t give you a link.

    #119650
    #119294

    Stop telling me that you are unsure. Test it again with a real scenario. Yes, I do have always the latest revision of any theme.

    Sorry, but this really fucks me up. It’s 4 a.m. now here in germany and I’m trying to get a development website up and running messing with this sh*t for the whole day (worth of 4 hours plus)!!!

    Another screen that happend JUST NOW:

    I’ve added the entry at the bottom of the toggle, saved builder, saved page, started editing over – there ya go. Pretty much useless! After that I have to deactivate a plugin (Google Doc Embedder or sometimes also WPML and I don’t have any other plugin active) and the editor shows up again.

    The WP feature to automatically save drafts seems to have affect on this behaviour. So get into it instead of telling me after a few clicks that everything works fine… :(

    Hi,

    You need to create a backup of your custom.css or copy the code on the Quick CSS on a notepad or something like that. Yes, it would be nice to be able to save a custom theme style. You can request that on this thread https://kriesi.at/support/topic/enfold-feature-requests.

    Regards,

    Ismael

    #119444

    Hi,

    To change the background of the top header completely, you can use this

    #header_meta {
    background: red;
    }

    To change the color of the menu font use this.

    .header_color .sub_menu > ul > li > a {
    color: blue;
    }

    And the hover color, with this

    .header_color .sub_menu > ul > li > a:hover {
    color: black;
    }

    Change the color value.

    Regards,

    Ismael

    #119288

    Hi there,

    I just posted a similar question and I just tried your suggestion Nick. Thanks.

    However (and theres always a ‘but’) it only works in boxed mode. I want to replicate the following

    http://www.clipular.com/c?6029094=ElAiRoselI8riSzj5UpygB3eFx0&f=.png

    …….. which means the dark footer needs to reach edge to edge (left and right) with no margins and I guess the transparent slider would need to do the same. Is there no way to do the same effect without being in boxed mode but instead be in full width. It needs to be responsive too.

    The large oranges at the top would be in the transparent slider. Is it also possible to have the bottom oranges overlap between the main body and the footer.

    Cheers

    Andy

    #119666

    Hi there,

    Here’s a link to the image effect im trying to reproduce. The large oranges at the top would be within the transparent slider. Possible????

    http://www.clipular.com/c?6029094=ElAiRoselI8riSzj5UpygB3eFx0&f=.png

    #23394
    andypeck
    Participant

    Hi there,

    Slightly unusual this but is it possible to somehow use one big image to cover everything from the nav, header,slider (with a transparent background) and main body. I dont want to segment the sections but instead create one seamless image with minimal interaction on the top. Im guessing something has to be made tranparent or invisible. In which case I would need to switch off the ruled lines between Header & Main and quite poss the alternative background too.

    How do I do this… CSS?

    Cheers

    #119350

    In reply to: Portfolio columns/grid

    Hi this is the css code that will push them apart, but it all depends on how many column there are. This code assumes its 3 or 4 column portfolio. And ofcourse you can play with these values yourself. Initially the first one was 33.3% and the second 25%

    #top .no_margin.av_one_third {
    width: 31.3%;
    }
    #top .no_margin.av_one_fourth {
    width: 23.5%;
    }

    Thanks,

    NIck

    #119347

    Hi,

    Anything is possible. Can you be a bit more specific about what specifically changing into what else. If you can take a snapshot of the demo portfolio page and on http://www.imgur.com (or other image storage) there are objects like little arrows you can add to the snapshot to better flush out your thought as well as convey your idea to the support team better; then just paste the link to the image here

    Please try this css. You can add it to Quick CSS located in Enfold > Styling at the bottom of the page or to the /css/custom.css

    #top .grid-content, #top .grid-entry-excerpt, #top .grid-entry-title {
    background-color: grey;
    }
    #top .grid-entry-excerpt {
    color: white;
    }
    #top .grid-entry-title {
    color:yellow;
    }

    Thanks,

    Nick

    #119651

    https://kriesi.at/support/topic/mega-menu-7#post-111658

    Never mind, I found this post about it!

    #119287

    Hi Nick,

    Thanks for the response!

    I am running locally on Desktop Server (mamp).

    What I can do is first try what you have given me, and tonight load this to a test site and post the credentials for you.

    Tim

    #119286

    Hi,

    You both are asking very abstract questions that are difficult to answer without seeing what you have on the pages, etc.. so there are multiple possible combinations with the theme. Could you provide a url please (you can mask it with http://www.goo.gl) so that we can give you the code for you to use with your designs.

    Here is the css code I use to make everything including header, body, footer, socket transparent. Please add this CSS below to Quick CSS or to /css/custom.css file.

    #top #main,#top .html_stretched #wrap_all,#top .alternate_color,#top .header_color,#top .main_color,#top .header_color div,#top #header,#top .header_color .container_wrap_meta,#top .header_color .header_bg,#top .footer_color,#top .footer_color,#top .socket_color {
    background-color:rgba(255,255,255,0) !important;
    }
    #top .container_wrap {
    border-top-width:0px !important;
    }
    #top #header_main {
    border-bottom-width: 0px !important;
    }

    Just please make sure that you add a background in Enfold > Styling > General. and remove the color from ‘Body Background color’ input box right above where you will upload the image on that page.

    Thanks,

    Nick

Viewing 30 results - 142,231 through 142,260 (of 142,595 total)