Viewing 30 results - 217,801 through 217,830 (of 243,970 total)
  • Author
    Search Results
  • #287665
    Sladestyle
    Participant

    Hi, I’ve created several portfolios all associated with a portfolio category.

    In the Enfold page builder I placed the Portfolio Grid and set it to open in a Lightbox.

    Everything seems to be working except when I click on a thumb and the image opens in a lightbox…there are zero controls…the main one missing being the “Close” button. I have to click the browser Back arrow to get back to the Portfolio grid.

    Any ideas?

    Here is the page in question (this is a test site with dummy material so excuse the lack of styling) :)

    Thanks!

    #287662

    Cool, Thanks :-) Quick question:

    Open /includes/helper-main-menu.php and look for line 68:

    if($phone) { echo “<div class=’phone-info {$phone_class}’><span>{$phone}</span></div>”; }
    Replace it by this:
    if($phone) { echo “<div class=’phone-info {$phone_class}’><span>”.do_shortcode($phone).”</span></div>”; }

    I created and am using a child theme, so where do I copy includes/helper-main-menu.php to?
    I’m guessing I create an ‘includes’ folder in the enfold-child folder and put it in there like this:
    enfold-child/includes/helper-main-menu.php
    or do I put it in the root folder of the child theme like this:
    enfold-child/helper-main-menu.php?

    • This reply was modified 11 years, 6 months ago by ksdominant.

    Hey!

    Please try to open up enfold/config-bbpress/config.php and replace:

    
    add_filter('avia_blog_post_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
    

    with

    
    add_filter('avia_blog_post_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
    add_filter('avf_masonry_entries_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
    

    We’ll include this fix with the next theme update.

    Cheers!
    Peter

    #287651
    felipemillan
    Participant

    Hi I can’t find the way to show the sidebar on single post, can you help me?

    #287642

    In reply to: bbPress forum display

    Hey!

    Try adding this code to the Quick CSS:

    .bbp-search-form:before {
        content: url(https://kriesi.at/wp-content/themes/kriesi/images/enfold.jpg);
        display: block;
        margin-bottom: 15px;
    }

    Change the URL of the Enfold banner by the of yours.

    Cheers! 
    Josue

    #287631

    Hey!

    Thank you for the update.

    You haven’t change the setting on Enfold > Header Layout > Mobile Menu panel. Look for the Header Mobile Menu Activation then choose the second option in order to show the mobile menu earlier. Add this on Quick CSS or custom.css:

    nav.main_menu {
    width: 70%;
    }
    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    line-height: 30px !important;
    height: 30px !important;
    }
    }

    This should wrap the other menu items on a second line.

    Cheers!
    Ismael

    #287622

    Hi kirkmc!

    Thank you for using the theme.

    You can disable the default widgets on Enfold > Sidebar Layout. Disable the Page Sidebar navigation.

    Regards,
    Ismael

    #287614

    In reply to: Menu Bar, No Logo

    Hi!

    Thank you for the update.

    First, set the height of the header on Enfold > Header Layout > Header layout panel. Look for Header Size then select the custom pixel value option. Adjust the height then add this on Quick CSS or custom.css:

    strong.logo.bg-logo {
    display: none;
    }

    Best regards,
    Ismael

    #287613

    Hi Olligator!

    Thank you for using the theme!

    From what I understand, you want a fixed header. Is that correct? You can change the behavior of the header on Enfold > Header Layout > Header Behavior. Enable the Sticky Header.

    Best regards,
    Ismael

    #287611

    Hey!

    Thank you for the update.

    You can enable the Header Title on Enfold > Header Layout panel. Set the Header Title and Breadcrumbs settings. If that is not what you’re looking for, a screenshot will help.

    Best regards,
    Ismael

    #287609

    Hi!

    Thank you for the update.

    First, you need to add a unique selector for each sliders. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Edit the sliders then add a unique css selector on “Custom Css Class” field. Add hide-mobile on those elements that you want to hide on mobile device and hide-desktop for those that you want to hide on desktop view. Use css media queries to alter their presence on different view port:

    @media only screen and (min-width: 990px) {
      .hide-mobile {
     display: none !important;
      }
    }
    
    @media only screen and (max-width: 989px) {
      .hide-mobile {
      display: block !important;
      }
    
     .hide-desktop {
     display: none !important;
      }
    }

    Regards,
    Ismael

    #287608
    ksdominant
    Participant

    I’ve set ‘Header Phone Number/Extra Info’ to ‘display in topbar at the right’ (by clicking ‘enfold-child’ in the sidebar, “Header layout”, “Extra elements”) and under “Phone Number or small info text” I’ve put my telephone number but it doesn’t display
    I tried using the unicode (character map) : 📞 but on it’s own it does nothing (ie displays a square because the character is not found in the font)

    Here’s an exact example of what I mean: http://www.medienvirus.de
    He posted his site in the enfold-showcase thread but it appears he’s using a different theme)
    Also how to get that email symbol?

    Please help.

    #287596

    In reply to: fonts

    Please update the theme to the latest version (2.8.1).

    If you have modified the theme files directly it is recommended to perform a backup.

    Best regards,
    Josue

    Hey!

    Please update the theme to the latest version (2.8.1).

    If you have modified the theme files directly it is recommended to perform a backup.

    Best regards,
    Josue

    Enfold (2.8.1) YES
    Try disable all third-party plugins: YES

    But the error continues.

    Hello,

    Do you have the latest version of Enfold (2.8.1)? have you tried disabling all third-party plugins to see if it gets fixed?

    Regards,
    Josue

    #287571
    This reply has been marked as private.
    #287562

    Hey!

    Make sure the Simple XML module is turned on. This user had the exact same problem.

    Best regards,
    Josue

    You would recreate the desired layout for a singular element on a different Page to get the generated shortcodes to use on the Loop(you can enable this to see the shortcodes).

    #287550
    bdaily
    Participant

    Hey,

    I would like to adjust the font sizes in the Forum section of my site. Iim noticing that I can use the enfold theme options to make changes to the font sizes throughout the theme but does not seem to effect forum pages.

    Is there some CSS code that will allow me to change the font size in my discussion forums pages?

    Thanks,
    BD

    #287529

    In reply to: bbPress forum display

    Hey kirkmc!

    Can you post the link to your website? Enfold is fully compatible with bbPress and applies its styling to the plugin

    Cheers!
    Yigit

    #287524
    Douglas Alexander
    Participant

    Hey guys,

    Is it possible to create a landing page (Blank Page) in Enfold, with just no header?
    The current template allows for (Blank Page No-Header No-Footer)

    Please advice.

    Regards,
    David

    Mkieling
    Participant

    When you open a blog post on Enfold demo site (http://kriesi.at/themedemo/?theme=enfold), related posts are shown inside neat little boxes and with the picture in a round shape. How can I make the same. I’ve got related posts in my blog, but they appear as square boxes and I don’t like them. http://www.step1.com.br/toefl-ibt/

    Secondly, I got a magic action box at the bottom of every post. Is there anyway I can have the share buttons appear on top of that, right below the text?

    #287507

    Topic: bbPress forum display

    in forum Enfold
    kirkmc
    Participant

    I’ve installed the bbPress forum plugin, but I don’t like the display. I actually like the way your forum displays here, but I don’t see how to change any of the display options in the plugin or the settings. I know that you can use themes with bbPress, but does the Enfold theme not apply to bbPress, or is the theme you use in this forum different?

    Thanks,

    Kirk

    #287505
    dcashion
    Participant

    Hi,
    I noticed in your enfold theme live preview, you have really nice hr separators, short ones with circles and stars in the middle. Are these pre-built into the theme as I can’t seem to find out how to insert them into my home page?
    I want to use a short hr with a star in the middle. Could you please give me some pointers on how to do this?
    Thanks for your help.
    /D

    #287503
    simonac
    Participant
    #287492
    This reply has been marked as private.
    #287456

    It’s not getting applied, try putting it in this file directly.

    #287445

    Hey Donita!

    Please contact your server support regarding this issue, CloudFare has set-up a DDoS protection for some reason (this is what you see when try accessing one of the files for the first time):

    Best regards,
    Josue

    #287433

    Hey!

    It is a matter of preference, an Enfold scrollable table will look like this (resize the window to see the difference).

    Regards,
    Josue

Viewing 30 results - 217,801 through 217,830 (of 243,970 total)