Viewing 30 results - 142,411 through 142,440 (of 142,790 total)
  • Author
    Search Results
  • #118918

    In reply to: Adding Custom Icons

    Hi,

    This is the code for the scroll to top link

    &#59231 ;

    You can find it on footer.php, find this code.

    <a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'></a>

    Regards,

    Ismael

    #23454

    Topic: Enfold Instagram Icon

    in forum Enfold
    CurlyHost
    Participant

    Hey, I’m using the Enfold theme for a Real Estate site. I was trying to add an Instagram icon to the icon list and add that to the top of the site. I can’t find the icon folder in the theme files to change or add to that. I found in the functions file that there were all these numbers and thought that maybe it might be more complicated to do that than I thought.

    ‘tumblr’ => ‘’, //219

    ‘twitter’ => ‘’, //210

    ‘vimeo’ => ‘’, //208

    #118917

    In reply to: Adding Custom Icons

    Can you tell me which one of these icons is for the “go to top” link that appears at the bottom of long pages. I’m not seeing it.

    #119580

    Nick – Just had a thought and wondered if I could kill two birds with one stone without having to go live…

    If this doesnt help you then let me know and ill get the first few pages uploaded

    Here’s my thoughts

    I’ve attached a link to a set of images that outline three things

    a) what I want to achieve overall with the nav (look n’ feel) as created in Photoshop

    b) what I’ve achieved thus far (still missing the feint grey line we’ve discussed before)

    c) whats going wrong in responsive mode

    Here’s the link to the images I’ve grabbed:

    http://www.clipular.com/c?6044013=M66Ac_fn-H0sYdLewieu-vVGIMA&f=eb6d72c77f6f72f1ab09eaf9b55d3d7c

    so…….

    two things:

    1) Can you help me create the feint line still missing from the top of the nav (see image). Its 1 px deep and spans the width of my menu, its grey, should be responsive and allow the HIGHLIGHT BLOCK to travel along it. Obviously, I may add sections so it needs to adapt when I add or take away pages

    2) Can you help me remove the superfluous thick line that appears in the slide out responsive menu. I don’t want it at all in this mode. I just want the menu to behave/look like yours in the demo.

    Here’s the code I’m using to adapt the nag (as requested)



    /* MENU BORDERS */
    #top .main_menu .menu ul li:last-child>a {
    border-bottom-style: solid;
    border-bottom-color: #33302b;
    border-bottom-width: 1px;
    border-top-style: solid !important;
    border-top-color: #33302b !important;
    border-top-width: 1px !important;
    }
    #top .main_menu .menu ul li a {
    border-right-style: solid;
    border-right-color: #33302b;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-color: #33302b;
    border-left-width: 1px;
    }

    #top .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: #423e38; !important;
    border-top-style: solid;
    border-top-width: 1px;
    }

    /* Top Menu width spacing */
    #top .main_menu ul:first-child > li > a {
    margin-top: 1px;
    padding: 0 10px;
    }

    #top .container_wrap {
    border-top-width: 2px;
    }

    /* Main Menu - ROLLOFF TEXT */
    #top .header_color .main_menu ul:first-child>li>a {
    padding-top: 7px !important;
    color: #eee6de ;
    font-size: 1.4em;
    letter-spacing: 0.0em;
    font-weight:400;
    }

    /* Main Menu - ROLLOVER TEXT */
    #top .header_color .main_menu ul:first-child>li>a:hover {
    color: #d83300;
    font-size: 1.4em;
    letter-spacing: 0.0em;
    font-weight:400;
    }

    /* Main Menu - SUB MENU OFF */
    #top .main_menu .menu ul li>a {
    color: #e2e2e2;
    font-size: 1.2em;
    letter-spacing: 0.0em;
    font-weight:400;

    }

    /* Main Menu - SUB MENU HOVER */
    #top .main_menu .menu ul li>a:hover {
    color: #e2e2e2 !important;
    background-color: #d83300;
    }

    /* Main Menu - HIGHLIGHT BLOCK */
    #top .avia-menu-fx {
    display:block;
    position:absolute;
    top: 28px;
    border-style:solid;
    border-width:2px;
    }

    /* HEADER - BOTTOM LINE (attached to slider) */
    #header_main {
    border-bottom-style: solid;
    border-bottom-color: #3b3330;
    }

    #118901

    My website is http://professional-automated-trading.de.

    If I can’t use the other kind of header, I want to delete the top line (class=”container_wrap container_wrap_meta”)

    Where can I delete the lines for the top? What is going on when I start an update of the theme, do I have to make this changes again?

    Than I would like to write my telefon number on the left side from the social icons.

    Can I also delete the small line between the menu points and the line above the menu points?

    Lot’s of thanks for your help!

    #119278

    In reply to: Header space

    Hi Hotel,

    On issue 1:

    To fix your header, please add this to Quick CSS or to /css/custom.css file

    .fixed_header #header {
    top: 0px !important;
    }

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

    on the hotel page, you also have 1 error on that url with the following image not loading.. i put xxxx in image name ,. but you can figure it out.

    Failed to load resource: the server responded with a status of 404 (Not Found) http://xxxxxxx/wp-content/uploads/2013/05/Luxxxx-kamexxxx-slider3.png

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

    Add this css because on page you showed in issue 1, the drop down boxes and input boxes on right side cut name in Chrome browser ( http://www.clipular.com/c?6130100=8VLx1E7WjCdXQ4BhhFBEAvDKeIQ&f=.png )

    #checkout-select, #checkin-select, #adults, #children, #rooms {
    height: 2.5em;
    }

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

    On issue two are you sure that is the right link, I see a Japanese website with nothing about a Dutch hotel :) ?

    I looked on the first URL and I found the Boek Nu but i don’t see where the meer information is.

    THanks,

    Nick

    #119446

    Hello, Ismael,

    Thanks for your response. I tried the codes but just work the first one. The 2nd and 3rh Don’t work for me….some other suggestion?

    Regards,

    Alexia.

    #119445

    I tried the codes below in the Quick CSS section of Enfold Theme Options Styling. Here is the code:

    #header_meta {
    background: #0772A1;
    }

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

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

    But only the top bar colour changed. The rest did not happen. Am i doing somthing wrong?

    Regards,

    #23437
    gigoz
    Participant

    I tried the codes below in the Quick CSS section of Enfold Theme Options Styling. Here is the code:

    #header_meta {
    background: #0772A1;
    }

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

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

    But only the top bar colour changed. The rest did not happen. Am i doing something wrong?

    Regards,

    #119561

    I changed all values to 200, uploaded new images, but nothing changed.

    Images have following properties:

    style="opacity: 0; left: 0px; top: 0px; display: block; height: 257px; width: 257px;"

    So the size is 257*257, not 200*200.

    Is there any other place, where the size is set to 257?

    #23439
    benzrecordings
    Participant

    Hello,

    I want to use enfold with a fixed header, but without social links etc. So I have to go with small, fixed header… how can I increase the size of header in generall and logo as well and add some padding to the top and bottom?

    regards chris

    I see. I am not familiar with iframe (don’t really know what that is and how to use it), thanks anyway.

    I don’t know if you ever heard it or not, but OptimizePress is a WP theme created for sales pages and the like which has an infrastructure allowing self hosted videos on places like AWS3 to be embedded seamlessly. I use it for my membership site and it works great.

    I just wondered whether it was possible to do that too in Enfolder, since your theme is so awesome.

    You might want to investigate into AWS3 sooner or later, for it is much better than YouTube or Vimeo if you want videos to play fast, seamlessly and in a pretty professional way.

    Thanks for the support anyway.

    So the only way to have a video autoplay would be to use a layer or the text editor within the text block element and stuff the embed code which has the autoplay from Vimeo/Youtube?

    Thanks

    #119720

    Hi markpevans,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    p {
    margin-bottom: .55em;
    }

    You can adjust the .55em up or down as needed as well as add/replace the margin-top in the same way if you would like.

    Regards,

    Devin

    Hey Nick,

    Dude seems to be addressing the same problem here: https://kriesi.at/support/topic/images-and-text-jumps-when-moused-over

    Should I try that fix?

    #119609

    Hi formateins,

    The hardest thing to do with any software is finding bugs for individual use cases. So if you can give us some specific instances, we can try re-creating them.

    With wordpress unfortunately, the flexibility of plugins doesn’t always lead to things working easily with each other and when activating, creating content and general doing those every day things that we do when creating a site stuff can go wrong with seemingly no explanation.

    At that point, we are left with try to re-create it, find the cause and then fix that cause. So in this instance, we’ve had quite a bit of testing with WPML and various other plugins. For the most part with no major issues like the whole theme breaking.

    With the builder, there will definitely be plugins that wont work with it. We can’t do anything to stop that from happening. However, everything done with the builder is just a visual representation of the shortcodes from the theme. So if you have an issue with the builder on a specific page/plugin usage you can just use regular shortcodes to create that page and get the same effects.

    Regards,

    Devin

    #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….

Viewing 30 results - 142,411 through 142,440 (of 142,790 total)