Viewing 30 results - 135,121 through 135,150 (of 142,899 total)
  • Author
    Search Results
  • #211050

    Hey!

    Please use this to remove the mobile menu:

    @media only screen and (max-width: 968px) {
    .responsive #top .mobileMenu {
    display: none !important;
    }
    }

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    #211048

    In reply to: Mobile Search Bar

    Hey!

    Add this on Quick CSS:

    @media only screen and (min-width: 767px) {
    #searchform {
    display: none;
    }
    }

    Use this to adjust the searchbar position:

    @media only screen and (min-width: 767px) {
    #top #searchform {
    position: absolute;
    top: 90px;
    }
    }

    Best regards,
    Ismael

    #211037

    In reply to: Customizing buttons?

    Hey!

    Did you use the button element or shortcode? You change the text color using this on Quick CSS:

    #top .main_color .avia-button.avia-color-theme-color, #top .main_color .avia-button.avia-color-theme-color:hover {
    color: blue;
    }

    Change the button background using this:

    .main_color .avia-color-theme-color {
    background-color: red;
    }

    There are lots of tutorial on how to create a custom button. We need to see the button that you designed.

    Best regards,
    Ismael

    #211032

    Hi sivanrevivo1!

    The theme’s default LayerSlider plugin does not support shortcodes. You need to install it as a standalone plugin. You can purchase it on codecanyon. Please use the Advance Layout Builder if you want the layer slider.

    Regards,
    Ismael

    #211016

    In reply to: Add a new custom font

    Hi Kvanto!

    Please locate this code on functions.php, you can find it at the very top:

    global $avia_config;

    Below, add the google font filter:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['PT Sans Narrow'] = 'PT Sans Narrow';
    $fonts['PT Sans'] = 'PT Sans';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['PT Sans Narrow'] = 'PT Sans Narrow';
    $fonts['PT Sans'] = 'PT Sans';
    return $fonts;
    }

    Cheers!
    Ismael

    #211011

    Hi!

    Although that is integrated into the theme for animated elements via javascript I couldn’t really tell you how to piggyback onto it. I’ll tag the topic for Kriesi and Peter who may be able to help but with how busy the forums are right now customization like that may not be possible to assist with as its already outside the scope of what we should be covering through support.

    Cheers!
    Devin

    #211010

    See my update:

    Update: You can recreate this issue when you create a Private Forum using BBPress. If all your forums are public everything works fine, but once you create a private forum the Blog Grid and Blog Masonry Layouts stop functioning for entire site for visitors. Registered users will not see any issues. The only way to restore this issue that I know of is to restore the BBPress or to make the forum all public again.

    • This reply was modified 12 years, 2 months ago by Jay.
    #211000

    I have the similar issue…but will both masonry and grid content for blog (other format seems to work).

    When I unable the BBPress Forum plugin none of the enfold short code blog elements are displayed for visitors, but they work fine for registered users. Here is an example: http://visualwilderness.com/

    On this page there needs to be portfolio grid…and it is not there. When I deactivate the BBPress the Grid comes back.

    Update: You can recreate this issue when you create a Private Forum using BBPress. If all your forums are public everything works fine, but once you create a private forum the Blog Grid and Blog Masonry Layouts stop functioning for entire site.

    • This reply was modified 12 years, 2 months ago by Jay.
    #210998

    Hi Frigno!

    Have you tried this one https://kriesi.at/support/topic/horizontal-ruler-between-blogposts-on-main-blog-page/#post-209157
    It should work because you are adding hr element under each article.
    And have tried flushing browser cache after applying css codes provided in other solutions?

    Cheers!
    Yigit

    #210976

    Hi Isabell!

    Please post temporary login credentials here privately. Your website is under construction and we cannot see the content
    And add following code to Quick CSS to make changes you showed in footer section

    span.news-thumb { border: none; padding: 0;  }
    .image_size_widget .news-thumb img {
    width: 36px;
    height: 36px;
    }
    #socket { border-top: none; }

    Regards,
    Yigit

    • This reply was modified 12 years, 2 months ago by Yigit.
    #210948

    Topic: Add a new custom font

    in forum Enfold
    Kvanto
    Participant

    Hi,
    I tried to add new Google fonts: PT Sans Narrow and PT Sans. A both with cyrilic.
    I used instruction from this topic. I added both parts of the code from this topic.
    After adding the first part, I did not see the new font in the font selection in Styling.
    After the second part of the code instead of admin panel opens a blank white page.
    I use a network of sites. Maybe is it make a problem?

    #210938

    So sorry to be so confusing! I have a client that changes his mind a lot. I truly appreciate all your help. Can’t thank you enough!

    I edited the avia.js css as you said but didn’t know what change to make to the code you posted earlier, so I don’t see any changes. But don’t want you to spend more time on it, so unless it’s some easy code you know on top of your head I will keep it static.

    Again thank you so, so much!!

    Best,
    Rubie

    #210932

    Topic: Royal Slider issues

    in forum Enfold
    jtree5757
    Participant

    Hey guys,

    So from my understanding Royal slider isn’t supported in the Enfold theme, correct?

    Is there a trick to get this working though? I’m trying to use a slider in a laptop, but the pics won’t display.
    The laptop is there, but there s only text that link to the pretty photo modal window. The text is the title of the pics.

    I’m hoping it will be an easy fix like “turn off pretty photo” or something like that????

    Thanks

    #210922

    Hey!

    You earlier said and i quote “Also, right now the header bar shrinks while I move down the page. How can I make it static?“.
    Customization you asked was beyond the scope of support we can provide but i wanted to finish what i started but it is getting more and more complicated..
    To achieve what you would like, you need to make some changes on the code i posted earlier and go to wp-content\themes\enfold\js folder and open avia.js file and find

    el_height       = $(elements).filter(':first').height(),
                isMobile        = 'ontouchstart' in document.documentElement,
                scroll_top		= $('#scroll-top-link'),
                set_height      = function()
                {
                    var st = win.scrollTop(), newH = 0;
    
                    if(st < el_height/2)
                    {
                        newH = el_height - st;
                        header.removeClass('header-scrolled');
                    }
                    else
                    {
                        newH = el_height/2;

    to

    el_height       = 156,
                isMobile        = 'ontouchstart' in document.documentElement,
                scroll_top		= $('#scroll-top-link'),
                set_height      = function()
                {
                    var st = win.scrollTop(), newH = 0;
    
                    if(st < el_height/1.5)
                    {
                        newH = el_height - st;
                        header.removeClass('header-scrolled');
                    }
                    else
                    {
                        newH = el_height/1.5;

    Cheers!
    Yigit

    #210917

    Topic: Search Not Working

    in forum Enfold
    mcuria
    Participant

    When text is entered in the search box in the top level navigation, search results appear in the drop down … but if you click “view more results” or the search button … no results display on the results page.

    “stereology” is an example term ….

    http://stereology.dev.bayshoresolutions.com/

    #210891

    Hi DiamondLights!

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

    .avia-layerslider { padding-top: 50px; }

    Best regards,
    Yigit

    #210880
    Estland
    Participant

    On the mobile menu, is there a way to use CSS to center the words? I tried:

    
    /* mobile dropdown menu */
    #top .header_color select{
    background: url("images/bg_button.jpg") repeat-x scroll 0 0 #82624b;
    color: #fff;
    font-size: 18px;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    }
    

    And although that centers the text when using Firefox on my mac with a narrow browser window, it still left aligns on Mobile Safari on iOS.

    Link to screenshot
    https://www.evernote.com/shard/s3/sh/d8db3c95-4726-4cad-8358-d9c82ad32c18/08b3c4c095d9ebb453ce7a23841e2602

    URL of site:
    http://heartland.estlandpreview2.com/

    • This topic was modified 12 years, 2 months ago by Estland. Reason: added screenshot
    #210874
    sivanrevivo1
    Participant

    Hi I created layerslider for the header and it was working. when i work with the default editor and add shortcode the frontend shows the shortcode as regular text. (i don’t want to work with the layout builder) .
    i am having problems adding the layerslider to the homepage using shortcode.
    the instructions of adding the slider to the functions.php are not detailed enough.

    #210871

    Thanks for the fast reply. I accomplished this a different way, and want to make sure this is ok. I added this custom code to the Quick CSS to shrink the header area of the fixed header with social icons:

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 88px; line-height: 88px; }
    .fixed_header.social_header #main{ padding-top:119px; }

    My site is at redcom.wpengine.com

    #210860

    Hi mgerenser!

    Please refer to this post and set header height to 90 instead of 200 https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003

    Regards,
    Yigit

    #210859

    Hey!

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

    .logo, .logo a, .logo img { max-width: 156px!important; }
    
    #header_main .container, .header_color .main_menu ul:first-child > li > a {
    height: 156px!important;
    line-height: 156px!important;
    }
    .fixed_header #main {
    padding-top: 156px;
    }

    Regards,
    Yigit

    #210851

    Hey . . . thanks for your quick response. I added that but now I notice more issues when the display width is reduced . . . the menu pushes in to the logo and in a narrow display for the phone there is extra space and the logo is not centered.

    Don’t take this wrong because I really appreciate the fast support but I have to say all this modification and the continued issues seems crazy because the only thing I’ve done is added my own custom logo . . . I used the dimensions given right on the theme options page.

    Doesn’t seem like it should be this complicated just for that . . . I would assume that every person who uses this theme will at least update the logo with their own custom.

    I’ve had to add all the CSS listed at the end of this message get the logo to display correctly and it’s still not working.

    I can’t imagine that with as many of these theme’s you’ve sold and as good of ratings as you’ve gotten that everyone has to go through this process for the most basic of customization?

    Can we take a look at this issue from the beginning and see if there is not a simpler solutions? I just want to add my custom logo, which I’ve sized correctly, to display in the site. I don’t want it to shrink down tiny.

    Thanks!

    .logo, .logo img {
    max-width: 340px !important;
    width: 340px !important;
    height: auto !important;
    max-height: none !important;
    }
    .logo img{
    position: relative;
    top: -40px;

    }

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 88px !important;
    line-height: 88px !important;
    }

    html.fixed_header #main {
    padding-top: 88px;
    }

    .logo a {
    max-height: none !important;
    }

    .header_bg {
    opacity: 1;
    filter: alpha(opacity=100);
    }

    • This reply was modified 12 years, 2 months ago by casidougal.
    #210847

    Perfect as usual!

    Thanks Ismael. You guys are awesome!

    #210842
    targetzero
    Participant

    Ok,

    I had another thread opened, but it was closed.

    I managed to place bullets in the product description part of WooCommerce, however, I was wondering if it’s possible to add bullets in the short description section?

    I have them in edit mode, but they do not appear once the page is live.

    The page I’m speaking about is:

    There should be bullets in the top section (short description) but they do not appear. They only appear in the description, below.

    Any way of getting them to work in the short description?

    Thanks,

    #210840

    Hey sbrohamm!

    Edit footer.php, find this code on line 168:

    
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>></a>
    

    Replace it with:

    
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link'>Back to top</a>
    

    Add this on Quick CSS:

    #scroll-top-link {
    height: 50px;
    width: 80px;
    font-size: 10px;
    }

    Best regards,
    Ismael

    #210832

    Hey!

    It seems like the “kitchenbug” plugin causes the issue. It adds following css code to the website

    
    .clearfix {
    display: inline-block;
    }
    

    which breaks the map widget. You’ve two options

    1) Remove the kitchenbug plugin

    2) Insert following code into the quick css field to overwrite the kitchenbug code

    
    #top #wrap_all .clearfix {
    display: block;
    }
    

    Regards,
    Peter

    #210829

    Thanks! I added that but when I scroll down (using a sized down browser window) I can still faintly see the text behind the header when it scrolls up.

    Here are the full contents of Quick CSS

    .logo, .logo img {
    max-width: 340px !important;
    width: 340px !important;
    height: auto !important;
    max-height: none !important;
    }
    .logo img{
    position: relative;
    top: -40px;

    }
    body {
    font-size: 15px;
    }
    .avia_message_box_content { text-transform: capitalize; }

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 88px !important;
    line-height: 88px !important;
    }

    html.fixed_header #main {
    padding-top: 88px;
    }

    .logo a {
    max-height: none !important;
    }

    #210817

    Hi current162!

    Please see Devin’s post here https://kriesi.at/support/topic/adding-a-pdf-download-link-to-a-website/#post-199679

    Regards,
    Yigit

    #210806

    Hey Vada!

    Place the Latest News element inside the 2/3 column where the Blog Posts element is, put it on top. Do the same thing with the Testimonial title. You can remove the column layouts where the titles are placed before.

    Cheers!
    Ismael

    #210802

    Hi upperhand!

    You can easily add google fonts, please refer to this link: https://kriesi.at/support/topic/new-custom-font/

    If you have a custom font or your own .ttf or .otf file, please refer to this link: http://css-tricks.com/snippets/css/using-font-face/

    Best regards,
    Ismael

Viewing 30 results - 135,121 through 135,150 (of 142,899 total)