Viewing 30 results - 131,101 through 131,130 (of 142,928 total)
  • Author
    Search Results
  • #249192
    athanatos
    Participant

    Hi there, I love your theme but I need some help please!

    Is it possible to make the portfolios to open the full page of the project-portfolio post as a pop up like lightbox or something and giving us the url of the portfolio-post on the top?

    Thanks

    Hey Yigit,

    the buttons are still not all working. I even tested it with a brand new phone. And with an iPad, iPhone, Android Phone.

    On my webiste it’s the following items:

    1) “Kontaktieren Sie uns dazu gern” (UNDER SERVICES on the frontpage of http://www.webigami.de)

    2) the button “Zum Anfrageformular” (below 1) )

    These work on a desktop. Any ideas?

    Cheers,
    Jan

    #249141

    Hey glozemedia!

    Thank you for using the theme and the link.

    You can add something like this on Quick CSS or custom.css:

    #top .av_header_transparency .header_bg {
    background-color: rgba(255,255,255,.3);
    }

    Change the color value. .3 is the transparency or opacity.

    Regards,
    Ismael

    #249130

    In reply to: Blog Layout Issues

    Hi!

    1) Single posts do not support the LayerSlider. The LayerSlider is an advanced layout builder element and posts do not support the advanced layout builder. If you want to add a slideshow to the post you can use the “Magic wand” icon in the editor toolbar to embed a slideshow at the top but the you can’t add a “fullwidth” slideshow like the LayerSlider or the “Fullwidth EasySlider” to the posts (because these elements are just supported by the advanced layout builder).

    2) Category page – if you want to add widgets to the category page sidebar go to Appearance > Widgets and add some widgets into the “Displayed Everywhere” or “Sidebar Blog” widget area. Note that the archive pages also don’t support the advanced layout builder – they’re generated dynamically by wordpress and use the archive.php template. You can’t add template builder elements to category/term pages.

    3) If you don’t want to show the entire post on category pages please use the more quicktag: http://en.support.wordpress.com/splitting-content/more-tag/ to separate the excerpt from the full post content. Alternatively you can use the “excerpt” field if you modify the theme code a bit – see: https://kriesi.at/support/topic/setting-blog-to-multi-author-big-preview-blog-with-title-excerpt-read-more/#post-221204

    Cheers!
    Peter

    #249128

    Thanks josue,
    But it still isn’t working for me! On desktop or laptop.
    Running windows 8.1 and Firefox. Tried on IO but same problem. Deleted history cache etc – no change.
    There are 4 images in the slider but its stuck on the first.
    Cheers
    Adrian

    #249119
    condonpb
    Participant

    I have just gone to a live site http://www.regen-uk.co.uk and all slider top banner images and text have gone this uses layerslider images.

    See Biomass page, Solar Panels, Anaoerobic Digestion all backgrounds etc have just gone and only get circle !!

    Can you please help as customer is unhappy

    Pete

    #249115

    In reply to: Icon colours

    I have done as above and I do get the “Custom Css Class” field and named it “red-iconbox”

    In the custom.css I added:

    /* General Custom CSS */

    .iconbox.red-iconbox .iconbox_icon {background-color: #ff0000 !important;}

    /*
    Desktop Styles
    ================================================== */

    but no effect, the background color is still white.

    #249113

    Hi!

    You can use the custom css class feature (see: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) to apply a special styling to certain color sections. I.e. use the class “small_color_section” and then use:

    
    #top #wrap_all .small_color_section {
    height: 60px !important;
    min-height: 60px!important;
    }
    

    to apply the 60px height attribute to all elements/color sections with the class “small_color_section “.

    Cheers!
    Peter

    #249109

    Hey!

    You can try to change the autoplay settings. Edit the slider, go to “General Settings > Videos and select “Pause Slideshow” – “Permanently”.

    Best regards,
    Peter

    #249103

    In reply to: Blog Layout Issues

    Hi Ismael,

    Not sure what else I can say!

    This page (main blog landing point): http://dev.rideforhopebahamas.com/news-media/ has a full width layerslide at the top. This is correct, and how this page should be. I want ALL pages within the blog area to look like this – the same layerslide, the same sidebar, and the same text styles.

    This page (single post) http://dev.rideforhopebahamas.com/hello-world/ has the sidebar, but there is no layerslide across the top.

    Now this page (category): http://dev.rideforhopebahamas.com/news/press-releases/ has NO sidebar, NO image across the top, uses COMPLETELY DIFFERENT type styles, is strangely centered, and shows the whole posts of everything in the category, not the excerpt.

    All the pages above use a single template ( a “page” with a media content element of ‘blog posts’ embedded), so they should all look the same. They don’t, and I need to know how to make them look the same.

    Ben

    #249095

    In reply to: Slider Display Issues

    Hey!

    Try adding this code to the Quick CSS:

    .ls-borderlessdark .ls-playvideo, .ls-borderlessdark .ls-nav-sides, .ls-borderlessdark .ls-bottom-slidebuttons a, .ls-borderlessdark .ls-nav-prev, .ls-borderlessdark .ls-nav-next, .ls-borderlessdark .ls-nav-start, .ls-borderlessdark .ls-nav-stop, .ls-borderlessdark .ls-fullscreen, .ls-borderlessdark .ls-loading-container{
        text-indent: -99999px !important;
    }

    Cheers!
    Josue

    #249081

    Hi hookedonweb!

    Thank you for using the theme!

    You’re doing the right thing just remove the css code for the .av-masonry-entry selector. Look for the boxed width on css > grid.css. Locate any instance of .boxed#top under each media queries then apply the same width on the .av-masonry-container selector.

    I hope that helps.

    Best regards,
    Ismael

    #249064

    Hey noelb55!

    Thank you for using the support forum!

    The width of the color section will depend on the browser width so instead of using the color section, you should probably add the an image element on top of the content. You can increase the width of the container but unfortunately, this is beyond the scope of support and is not a theme related issue. Please do visit Werkpress for further customization. You can start by changing the container width on Quick CSS or custom.css:

    @media only screen and (min-width: 1140px) {
    .responsive .container {
    width: 1400px;
    }
    }

    After that you’ll need to edit the grid units width on css > grid.css.

    Regards,
    Ismael

    #249063

    Hey Miles!

    Try adding this code to the Quick CSS:

    .phone-info img {
        position: relative;
        top: 9px;
    }

    Cheers! 
    Josue

    #249054

    In reply to: Mobile Blog Layout

    Hey David!

    Try with this code:

    @media only screen and (max-width: 767px){
    .blog-meta{
    display: block !important;
    }
    .responsive .mobile_slide_out .logo img {
    width: 80%;
    height: auto !important;
    padding-top: 15px;
    }
    }
    @media only screen and (min-width: 767px) {
    .single-post .big-preview.single-big { display: none; }
    div .logo {
    top: 20px !important;
    }
    .header-scrolled .logo {
    top: 0px !important;
    }
    #menu-item-search {
    display: block!important;
    }}

    Best regards,
    Josue

    #249048

    Hey yukanl!

    Refer to this topic:
    https://kriesi.at/support/topic/home-icon/

    Regards,
    Josue

    #249034

    Hi Ismael,

    Thanks for trying again. This does not work.

    Is your screenshot of the logo after the CSS modification the example with the logo centered with menu items below on desktop version?

    Please see below screenshots:

    https://orangeslicenetwork.com/wp-content/uploads/2014/04/Screen-Shot-2014-04-08-at-8.42.13-PM.png
    https://orangeslicenetwork.com/wp-content/uploads/2014/04/Screen-Shot-2014-04-08-at-8.42.26-PM.png

    Thanks,
    Jonny

    #249031

    It’ok I solved the problem, thanks!!

    #249029

    Hi eymata!

    Thank you for using the support forum.

    I’m sorry but at this moment, I’m not entirely certain of the issue based on the information you have given in your post. Which title are you trying to stop from moving? If you wouldn’t mind providing us with a little more clarification about the issue (a screenshot perhaps), we’ll be happy to provide you with a response once we have a better understanding of the problem.

    Regards,
    Ismael

    #249018

    Hey lasry02!

    Thank for using the support forum!

    That is a custom style Kriesi created for the demo page. You can add something like this on Quick CSS or custom.css:

    .avia_transform .bbp-replies .bbp-reply-author::before, .avia_transform .forum-search .bbp-reply-author::before, .avia_transform .forum-search .bbp-topic-author::before {
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    z-index: 100;
    content: "";
    left: 98px;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-width: 1px;
    border-bottom-width: 1px;
    }
    
    div.bbp-reply-content {
    min-height: 68px;
    text-align: left;
    overflow: hidden;
    border-radius: 2px;
    padding: 7px 20px;
    border-style: solid;
    border-width: 1px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    }

    I hope that helps.

    Best regards,
    Ismael

    #249006

    In reply to: LayerSlider issues

    We may be on to something that will make the LayerSlider much better. I have been emailing back and forth with George as well because he states “you can have as many LayerSliders as you want on the same page”. I then asked him if he intended to have all the sliders start at the same time then? He suggested I make the first slider autoplay and the rest turn that off. Still not what I wanted.

    Okay, so if you login and go to the CANDIDATE-header slider and then go to Slide 7. Oh, and I solved part of the problem playing the video you see. I was using a convertor and selected PC MPEG-4, which for whatever reason doesn’t work. I then converted it again, selecting a different format (Samsung Galaxy I think) and it was fine; however, as you can see, the video is there on the slide layer and shows in the window above, but it won’t play when I run the page. I am also having trouble getting the position correct. I am now thinking that my full-width slider setting isn’t working either because you see only the left slider control and not the right. I think I have created my slide too big. Do you know what I mean? What size should a full width slider be based on when you design the slides?

    So, assuming we can get video working, I am thinking the first slide would have a video layer with “controls”. This would then show the big “play” button in the middle. When viewers click this play button the slider would then start, which is what I want and I think others would want as well. Using the first layer as a video would then allow for other layers to come in on that slide. For me it would be something like letters flying in, “Get ready for your voyage of discovery!” then the rest of the slides would run.

    Does that make any sense?

    #249003

    In reply to: LayerSlider issues

    Hi Gary!

    Here are some suggestions

    1) Yes it’s possible to add a custom element on top of the slider, though this needs some custom coding :) I’ll give you a hint of what needs to be done.

    1.1 ) You add your custom theme ( for layer slider ), check layer slider settings > slider appereance after you add the proper elemnents / theme. ( coding ).
    1.2) You will need to set up a custom graphic on top of the slider and use the callbacks ( layer slider ) event callbacks. When the slider starts / page loads it needs to pause the slider.
    1.3) When the user clicks the custom play button, you will need to listen for the click and start the slider.

    2) Right now Enfold provides fade in / effects on some elements ( see demo home page ), like images and icons, this might help you on some slide/fade effects or you can design your way around this features.

    Best regards,
    David

    #249000

    Thank you Yigit but I need to have the Mega Menu working at 768. I see the Mega Menu working properly on another site at 768 at http://www.ilos.com.br/ but I don’t know what they did to fix it?

    The thread I found this was https://kriesi.at/support/topic/mega-menu-color-font-transparency-styling/?login_error.

    Thank you.

    #248994

    Hey Jolanda!

    I forgot one part in the code, this should do it:

    .pagination{
        text-align: center;
    }
    #top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
        float: none !important;
        display: inline !important;
    }

    Result:

    Best regards,
    Josue

    #248988

    Topic: Iconfont Not Working

    in forum Enfold
    LecheLMP
    Participant

    Iconfont Not Working, I disable all my plugins to see and still not working just all of sudden stop working don’t know if it was an update, please help.

    Its not showing up (sorry on any web browsers) ***

    http://www.iamlmp.com

    • This topic was modified 12 years ago by LecheLMP.
    #248977
    lasry02
    Participant

    How do I get the borders to display around each users replay as seen in demo here: http://kriesi.at/themes/enfold/forums/topic/lorem-ipsum/

    I’ve been using on a test site here with a clean new install yet the border in not showing http://oheltorah.com/forums/topic/pesach-list-2014/

    #248966
    eymata
    Participant

    Hi,
    I would like to stop the movement of the title between the images on the full screen slider. Here my website: http://www.bainsderivatifs.fr
    Thanks!
    Eymata

    #248965

    Looks awesome now! Thank you guys so much!

    Last Question: How do I put a dotted line between the search button and social icons in the header on a desktop? (I assume the menu and social icons align to leave space for the line)

    #248956
    dsharpe
    Participant

    I just updated the Enfold theme to the latest version. Before the update the feature image seemed to be used as the thumbnail image. I would place the top main image in a post manually through the post. After the update, the feature image now shows in the article, so I have duplicate images showing.

    How can I turn off the feature image from showing in the article post. Or. How do I create a separate image for the thumbnail?

    http://creative.clemson.edu/clemsonworld/2013/11/clemsons-own-monster-garage/

    David

    jtree5757
    Participant

    Hey guys,

    I just want to hide the play button that appears when a video background is present on mobile.

    If you go to http://devpeek.com on a mobile device you should see the play button behind the logo.

    Also, On an ipad this doesn’t show up. Which is fine with me but maybe not for others?

    Lastly and impotantly, Is there a way to create a button that would play the video on a mobile just as the default does (with the zoom out to play the video and when user clicks done it zooms out the video and back into the page without reloading)?

    I put a button and an icon in the color section that link to the video to show what I mean. Those should be able to do the same thing as the default play button for mobile devices. But they are unclickable on mobile and not sure why. They work fine on desktop.

Viewing 30 results - 131,101 through 131,130 (of 142,928 total)