Viewing 30 results - 136,411 through 136,440 (of 142,851 total)
  • Author
    Search Results
  • #196889

    Hi sky19er!

    You can disable the wpautop using this http://dev.wp-plugins.org/wiki/TextControl. You can disable it manually, edit config-templatebuilder > avia-shortcodes > textblock.php, find this code on line 61:

    $params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(wpautop(trim(html_entity_decode( $params['content']) )))."</div>";

    Replace it with:

    $params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(trim(html_entity_decode( $params['content']) ))."</div>";

    Best regards,
    Ismael

    This reply has been marked as private.
    #196878
    glen
    Participant

    I’d like to use a custom background image that will look great on every device. This image should be small enough in file size to not hinder load times while large enough to fit on the highest resolution screen available. Hopefully you guys have already figured this out and can give a simple answer similar to this:

    1. Optimum Dimensions – 2880×1800
    2. Optimum File Size – No more than 100KB

    So far, here’s all the info I’ve gathered:

    QUESTION: Why doesn’t the background I created look good on my desktop? It looks fine on my laptop?

    ANSWER: The background that you created in the IndexPureRide.psd is 1494×1192. I edited that background image to 1920×1192 which works on most displays but if you check the site on an iPhone 5, the height isn’t enough to fit the screen. Along with that, the image has been optimized and is still 607KB. For optimum site loading, we need this number to stay around 100KB. After all, Slower load time = unhappy users = fewer sales…

    If we’re ok with having slower load times and still want our site to have a large fixed background, we need to recreate this in order for it to fit nicely on all screen sizes and resolutions. Below is a list of the many resolutions being used today for your reference.

    COMPUTER RESOLUTIONS:
    13″ MBP 1280×800
    13″ MBP (Retna) 2560×1600
    15″ MBP (Retna) 2880×1800
    21″ iMac 1920×1080
    27″ iMac 2560×1440

    TABLET RESOLUTIONS:
    iPad Mini 768×1024
    iPad 2 768×1024
    iPad Mini (Retna) 1536×2048
    iPad Air 1536×2048
    Google Nexus 5 1080×1920
    Google Nexus 7 1200×1920
    Google Nexus 10 1600×2560

    PHONE RESOLUTIONS:
    iPhone 4S 640×960
    iPhone 5-5S 640×1136
    Galaxy S3 720×1280
    Galaxy S4 1080×1920
    Galaxy Note 3 1080×1920

    *1920×1080 is 1.78 to 1 ratio (16×9), as is the currently most common resolution of 1366 x 768.

    ALONG WITH THAT, I HAVE THE SECOND EMAIL THAT MAY HELP US FIND THE RIGHT ANSWER:

    QUESTION: So, I’m not sure how it works when moving from a full site to mobile but I think the optimized bg works well on a computer. However, it does look strange on mobile devices and I’m not sure how to fix this. Is it possible to create one bg that works for every device while not hurting us regarding load times?

    ANSWER: If you check the site on a computer it looks good bc the image is 1920×1192. This is larger than 1920×1080 so our current bg covers most computer and TV resolutions. Here’s where it gets a little complicated.

    Lets say you check the site on an iPad mini without a Retna display (768×1024). Everything looks fine bc our image of 1920×1192 will cover the screen both horizontally and vertically with no problem. The issue comes when the resolution gets larger than 1920×1192 in either direction and that’s what we need to address. Based on the resolution chart I created in the previous email, if we create an image that’s 2560 (to cover the width of the 27″ iMac and Google Nexus 10) x 1920 (to cover the height of the Galaxy Note 3), our bg will look good no matter what device you’re using.

    *I believe Apple Retna displays such as the 15″ MBP (2880×1800) work a little different but I’m not sure. They use a technology to cram more pixels into the same space making the pixels invisible to the eye. If you open a website with a 1920×1080 bg, it’s not going to open as a small image in the center of the screen. Instead, the image will be displayed as a full image covering the whole screen, it just won’t be as sharp. If this is correct, 2560×1920 will work. If this is incorrect, I believe we need to make it the same as a 15″ MBP (Retna) which is 2880×1800. God I hate this… :)

    Also, most websites with full screen bg’s use an image that fades into black or white on all four edges/corners so that once the resolution gets larger than 1920×1080, it doesn’t matter what resolution you’re using, the image stays centered and doesn’t take up hundreds of KB’s slowing down the loading time of the site. In summary, If you could create an image that’s 2560×1920 image where all four edges/corners are black with your splash in the center, this should be optimum. If this is incorrect, I’m going to look for a tall bridge and …

    Cheers!

    Hey!

    I’m not sure what’s the issue but you can create a page, do what you have to do on the top content then add the Blog Posts element beneath the main content. Set this page as home on Enfold > Frontpage Settings.

    Cheers!
    Ismael

    #196846

    In reply to: Change default font

    Hey!


    @glyphism
    Please see this post for more information https://kriesi.at/support/topic/new-custom-font/#post-121900

    Best regards,
    Yigit

    #196845

    Hey newmediaz!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1)

    #header_meta { background-color: blue; }
    #header_meta a, .header_color .phone-info { color: white; }

    2)

    .header_color .main_menu ul:first-child > li > a { color: black; text-transform: uppercase; }

    3) You should go to Appearance > Widgets and find Footer Second column widget area and add any other widget that you would like to display. If you would like to certain pages, please refer to this post https://kriesi.at/support/topic/footer-menus/#post-177923
    4)

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 116px!important; line-height: 116px!important; }
    .logo, .logo a, .logo img { max-height: 116px!important; }

    5) No, you are going to either look for a plugin that does that or hire a freelance developer if you really need it

    Cheers!
    Yigit

    #196844

    Hey jaypopsu!

    Did you change anything on the theme files? Please add this on custom.css or Quick CSS:

    @media only screen and (max-width: 767px) {
    #header_main {
    max-height: 100px;
    }
    .mobile_active #advanced_menu_toggle {
    top: 50px;
    }
    
    .responsive .mobile_slide_out .logo {
    position: relative;
    top: 5px;
    }
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    jerryconway210
    Participant

    I’d like to have a layout which contains text on the left side of the main content area and an advanced layer slider slideshow on the right. I know there is the easy slider, but I’d like to utilize the features offered by the advanced layer slider. I’ve already made a slideshow and edited its style to be 480px wide and turned of the full-width option, yet when I try to insert it next to a half sized element it appears under the first half element. I tried putting a second half box next to the first and dropping the advanced layer slider media element into it, but it won’t drop. So I turned on debugging as per these instructions and inserted the layerslider shortcode into the half box like so:” [av_one_half][av_layerslider id=’6′][/av_one_half] “.
    But this didn’t work either. I’m tempted to write a whole bunch of css rules to try to get it to work, but I’d love to know if there’s an easier way that I’m just missing.

    When I went out of the layout builder tool and did it the old fashioned way (lots of css and php template changes), I made it work…so I know its possible. However, I’d rather not have to go through all that and would like to continue to use the layout builder. So if anyone can help I would very much appreciate it.

    #196811

    Topic: 502 Bad Gateway

    in forum Enfold
    bencwitt
    Participant

    I have been experiencing a ton of 502 Bad Gateway issues with my site recently. I’m not entirely sure why this is happening it, but when it does it just brings up a white bad with:

    502 Bad Gateway
    ———————–
    nginx

    Do you know why this is happening? I saw a previous topic but it was someone experiencing the issue on an install. My is occurring while I am editing pages periodically.

    Thanks in advance!

    certifiedhost
    Participant

    Hey there!
    I’ve searched for the past couple days for a solution to these issues, in the forums and off, yet I haven’t found the fix to these problems yet.
    1)
    When using the Advanced Layout Editor, I am unable to publish or update a page when I have # = # within my text. For example, “1 inode = 1 file” will result in a “Page Not Found 404″ error when I try to Publish or Update my page. The only work around I’ve been able to figure thus far is to simply reword my text to not include the equals sign, but as you could imagine, this is not a fix and rather annoying. Also, I can’t leave this issue for future authors/editors to run into without a better solution.
    2)
    Does prettyPhoto work with pages or posts, or only media elements like images? I’ve created a post that I want to load within the lightbox effect, without it’s header, footer, or sidebar. All of the documentation I’ve found only speaks mostly of images, but I’m looking to load that page on top of the current page, until clicked off. Adding ?iframe=true and &width=725&height=300 to the end of the href url doesn’t do anything. I’ve tried both rel=”lightbox” (Like stated in Enfold Documentation) and rel=”prettyPhoto” (Like stated in prettyPhoto Documentation), and still nothing.
    3)
    I’ve noticed the Advanced Layout Builder strips out any <p> tags that don’t have anything assigned to it. A simple <p> tag will be stripped from the code when editing blocks of text, but will be re-inserted when I view the page/post. I want this feature turned off, so that the HTML tags I put in stay there, and I don’t have to guess at what will be outputted as a <p> or a <br>.

    Thank you for your support, and I look forward to hearing your responses soon!
    `Joebob~

    • This topic was modified 12 years, 3 months ago by certifiedhost.
    #196776

    Hi!

    You can right click on Chrome and on Firefox and click Inspect Elements to find out page ID’s http://i.imgur.com/TrDQ84Y.jpg
    then modify your custom css code as following to apply CSS only on that certain page

    .page-id-989 #footer { margin-top: 80px; }

    You are welcome. Glad we could help :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

    #196744
    Branndon
    Participant

    I found this support thread https://kriesi.at/support/topic/avia-layout-builder-elements-in-posts-comments-are-missing/

    That didn’t help my situation though when I used the gist code provided. The only thing that visibly changed was some CSS.

    I have a custom content type called download how would I get comments to show on the pages for this content type if I’m using the avia layout builder?

    #196730

    Topic: Enfold Social Icons

    in forum Enfold
    lizybloom
    Participant

    HI.

    I made my own social icons for my site here: http://lizybloomdesigns.com/zemasfoods3/

    I inserted the code below into custom.css based on information I read in other posts. But when you hover over my images, they move slightly. Is there a way to fix this?

    Thanks
    Lizy Bloom

    #top .social_bookmarks_facebook {
    background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/facebook.png) no-repeat center;
    }
    
    #top .social_bookmarks_facebook:hover a {
    color:#fff;
    background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/facebook_hover.png) no-repeat center;
    }
    
    #top .social_bookmarks_facebook a {
    text-indent: -9999px;
    }
    
    #top .social_bookmarks_pinterest {
    background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/pinterest.png) no-repeat center;
    }
    
    #top .social_bookmarks_pinterest:hover a {
    color:#fff;
    background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/pinterest_hover.png) no-repeat center;
    }
    
    #top .social_bookmarks_pinterest a {
    text-indent: -9999px;
    }
    
    #top .social_bookmarks_twitter {
    background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/twitter.png) no-repeat center;
    }
    
    #top .social_bookmarks_twitter:hover a {
    color:#fff;
    background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/twitter_hover.png) no-repeat center;
    }
    
    #top .social_bookmarks_twitter a {
    text-indent: -9999px;
    }
    
    #top .social_bookmarks_linkedin {
    background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/link.png) no-repeat center;
    }
    
    #top .social_bookmarks_linkedin:hover a {
    color:#fff;
    background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/link_hover.png) no-repeat center;
    }
    
    #top .social_bookmarks_linkedin a {
    text-indent: -9999px;
    }
    
    #top .social_bookmarks {
        height: 35px;
        margin: 0 0 0 900px;
        z-index: 150;
    }
    
    #196707

    This code works, however I think my colours and other pages do not work well with this at all.
    I’ll figure out another way to get the spacing to work to suit my needs.

    The code you gave worked perfectly for adding spacing below the header and above the footer, but certain pages on my site can’t have that as I use an on-page sub-nav.

    Thank you for your response though!!

    Devin,

    Ultimately, I want to maintain all the “flare” at the top of our landing page at netchoice.org with the full blog layout directly underneath. I understand that if I just wanted the blog to be the landing page I can do that, however, I’m trying to achieve the heading and such with a full blog page directly underneath.

    #196696

    Hi!

    I am closing this thread and will reply on your other topic as issue is the same at this point

    Cheers!
    Yigit

    #196689

    This is the top so many lines of my code…I don’t really know how to tell which is line 16 or which is line 22. I just looked for the line of code you send and inserted the add_theme_support right below it. Did you want me to replace it? I’m sorry…that was confusing.

    Thanks again for any help.

    <?php
    
    global $avia_config;
    
    /*
     * if you run a child theme and dont want to load the default functions.php file
     * set the global var bellow in you childthemes function.php to true:
     *
     * example: global $avia_config; $avia_config['use_child_theme_functions_only'] = true;
     * The default functions.php file will then no longer be loaded. You need to make sure then
     * to include framework and functions that you want to use by yourself. 
     *
     * This is only recommended for advanced users
     */
    
    if(isset($avia_config['use_child_theme_functions_only'])) return;
    /*
     * create a global var which stores the ids of all posts which are displayed on the current page. It will help us to filter duplicate posts
     */
    $avia_config['posts_on_current_page'] = array();
    
    /*
     * wpml multi site config file
     * needs to be loaded before the framework
     */
    
    require_once( 'config-wpml/config.php' );
    #196682

    In reply to: Sub Menu Font Size

    Hi yairg!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    #top .main_menu .menu li ul a { font-size: 10px; }

    Cheers!
    Yigit

    #196675

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .home .content { padding-top: 0; }

    Images you uploaded has white background and not transparent. You should edit your images to remove the white background

    Cheers!
    Yigit

    #196673

    Hey!

    You can add following code to Quick CSS as well and adjust it

    .content { padding-top: 20px; }

    Cheers!
    Yigit

    #196668
    khalidmuharraqi
    Participant

    Hi!
    Is there a way that whenever I click on portfolio, the whole dropdown list open as sub menu after advance slider exactly same as per attached image,
    https://www.dropbox.com/s/l83gtm5jo5c6927/Top_menu_option_new.jpg

    here’s our website link in case you wanna have a look,
    http://goo.gl/39mAS9

    Thanks in advance.

    #196647
    newmediaz
    Participant

    Hi

    1) I want to change the top small social icon top nav background colour to blue with white text.

    2) Also on top main navigation (Home, etc) changing font to Uppercase (HOME, etc) and colour from grey to black

    3) The footer second column has all the page references in there what is controlling that..

    4) Disabling the scaling on the logo..

    5) Can all responsive designs have option – to also view desktop version, if people dont want to view responsive (think that is the way forward both options)

    #196645

    Hola Josué, no me funciona del todo, a ver si me puedes ayudar.

    En esta página: http://www.adw.cl/prueba/

    Si inspecciono el elemento Slider, llego a este CSS:

    <!– START REVOLUTION SLIDER 4.1 fullscreen mode –>
    <div style=”position:relative;width:100%;height:auto;margin-top: -17px;margin-bottom: -17px;” class=”forcefullwidth_wrapper_tp_banner”>

    El cual al modificar sus propiedades margin-top y margin-bottom a -17px, lo deja calzado arriba y abajo.
    Esto consigue el efecto deseado.

    Sin embargo desconozco como referenciar esto en mi Quick CSS. He intentado

    .forcefullwidth_wrapper_tp_banner {
    margin-top: -17px;
    }
    Pero no funciona….

    Alguna idea de cómo hacerlo?

    Muchas Gracias!!
    José

    #196636
    silviouk
    Participant

    Hi there,

    I have an issue with the footer socket on this site – http://www.trullitalily.com/ballsoutweds

    The socket doesn’t stay anchored to the bottom and becomes really deep (home page only) when the browser is collapsed to make it smaller, is there a way to anchor the socket and keep it to a set depth, say 30px? I’ve tried as much as I’m able to without much success.

    Also, when viewing in tablet mode (landscape) the top menu disappears completly.

    Thanks!

    #196613

    Ismael,

    How can we download this plugin? It says at the bottom, “We also stopped selling WP-Backgrounds II for now.” I only see the lite version in the WP plugin directory. And with the “Lite” version, I might be missing something incredibly obvious, but how do I assign a background image to a specific page, and only that page?

    Just like Jopalle, I am looking for a solution for full-screen scalable background images, specifically for the Blank / Coming Soon page. Seems like Enfold should have something like this built in.

    Thoughts?

    #196600
    This reply has been marked as private.
    #196595

    In reply to: Make Top Icon Linkable

    Hi!

    Hehe ok :)

    Best regards,
    Peter

    #196575

    Hey!

    I can’t reproduce the issue ( http://maxwellcenter.com/new ) with Chrome 31 on Win 8.1. However you can try to insert following code into the quick css field – maybe it fixes the issue

    
    #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before {
    font-family: 'entypo-fontello' !important;
    }
    

    If not try to deactivate all browser extensions and restart the browser – maybe an extension breaks the social icons somehow.

    Best regards,
    Peter

    #196569
    This reply has been marked as private.
    #196564

    Hi Yigit,…now, i write in css style:

    .main_menu ul:first-child > li > a { font-weight: normal!important; }
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 14%!important; }

    but the gallery … :(

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