Viewing 30 results - 221,371 through 221,400 (of 243,786 total)
  • Author
    Search Results
  • khedrubje
    Participant

    Hi..

    I purchased the tri.be pro version of the calendar and i am trying to get it to display properly.
    I would like the calendar to display full width(no sidebar) and the events page to display a sidebar with custom widgets.
    How do i do that.
    Thx

    ………. SOLUTION ……………………
    Hope this helps someone else out. Basically follow this tutorial. But make these changes to the following pages.
    http://tri.be/selectively-removing-sidebars-in-twenty-twelve/

    FUNCTION.PHP page

    add_filter(‘body_class’, ‘tribe_make_events_fullwidth’);

    function tribe_make_events_fullwidth($classes) {
    if ( in_array(‘full-width’, $classes) ) return $classes;
    if ( tribe_is_event_query() && ! is_singular() ) $classes[] = ‘fullsize’;
    return $classes;
    }

    PAGE.PHP

    <?php

    //get the sidebar

    $avia_config[‘currently_viewing’] = ‘page’;

    if ( ! tribe_is_event_query() || ( tribe_is_event_query() && is_singular()))

    get_sidebar();

    ?>
    </div><!–end container–>

    GRID.CSS – wp-content/themes/enfold/css/grid.css

    .responsive_large .fullsize .container .nine.units {
    width: 100%;
    }

    • This topic was modified 11 years, 7 months ago by khedrubje.
    rgenieters
    Participant

    Hi,

    I am trying to get this done.. on my homepage I got testimonials. In these testimonials there are ‘read more’ links (maybe a good future feature?) that link to another page where the whole testimonials are located. This is one long page with all the testimonials (with color sections for the Section ID).

    But if I link to /testimonailpage/#nameanchor then the page isn’t displayed correctly.. I need to add whitespace and whatnot to get the testimonials right. Also this page loads and there is not smooth scrolling to the anchor.. is that possible?

    How to fix this or am I doing something wrong – or is there a better way using another feature/shortcode of Enfold? I already tried other suggestions with the avia.js but they didn’t work..

    Hope to hear from you soon!

    Ren

    #261010
    This reply has been marked as private.
    #261007
    jazzmanzem
    Participant

    I am having trouble entering text descriptions for Team Members using the shortcode:

    • Sometimes it works fine – usually when “hand typing” in the text

    • Never works if I paste text (I have tried copying text from notepad, dreamweaver and others to make sure any formatting was stripped out)

    • I always end up getting the Team Member Name, Team Member Job Title and photo to show up.

    • The description text always show up in the visual and text editors, but not when viewing the post live.

    • I DO NOT have the problem using the Advanced Layout Editor

    • Problem just recently popped up

    • I have tried deactivating all plugins

    • WordPress version 3.9 Enfold version 2.7.1

    Thank you in advance.

    #261006
    RinaR
    Participant

    Hi, first of all, great work with the enfold theme, the best i´ve ever seen!

    I created a page with some sites in the menu and i also want to create the home page as scrollable like the one page portfolio in your demo.
    But i dont want to duplicate my content, instead i would like to just define a set of pages which should be appended one after another.
    So i do not have to write all the content twice on the scrollable home and the subsite.

    Is there already a possibility or is it something for the feature request? – Maybe you have an idea for an easy page template?

    Thanks in advance

    • This topic was modified 11 years, 7 months ago by RinaR.
    #261001
    Tech Dude
    Participant

    the furthest right corner of my main menu was knocked off alignment on the last enfold update. look under “investor relations”
    how can i get it’s sub-nav moved back so it’s right aligned with the last main menu item?

    #260993
    This reply has been marked as private.
    #260990
    brandonritt
    Participant

    Question: hi i need to add Book Antiqua to enfold general styling and i have no idea on how to do it. I tried through the forums but i got locked our with a parse syntax error enfoldchildtheme function php line 7. that issue is resolved but i still want to add the font to the theme. any help would be great. I guess i would need a step by step or pictures plzz. thank you for your time. Brandon

    #260988
    lkauffman2003
    Participant

    Below are the two error messages I get from my site post the WP 3.9 upgrade and the latest version of Enfold

    1
    Notice: wp_register_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/lkauffman/innovationdistrictsource.com/wp-includes/functions.php on line 3245

    2
    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/lkauffman/innovationdistrictsource.com/wp-includes/functions.php:3245) in /home/lkauffman/innovationdistrictsource.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    The only unusual thing I might be doing is that I made the modifications suggested by the video refereed to on your forum for having the avia frame work run in posts. Can this or any of the messages above be repsonsible for the site surging to 800M or so in memory usage?

    #260974

    Hi cbassist!

    Please go to Enfold theme options and activate responsive layout – http://i.imgur.com/wKQZMa8.png
    You are currently using fixed layout

    Best regards,
    Yigit

    #260969

    Hi!

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

    .error404 #searchform, .error404 .entry-content {
    display: none;
    }

    Best regards,
    Yigit

    #260964
    aneubaue
    Participant

    Hi Support Team,

    currently I have Enfold Version 2.5.4 installed – my website http://www.dagmars-bodyshop.com works correct.

    As soon as I try to update to Enfold Version 2.7.1 it get´s messed up all over. I installed the new Version on a test site: http://www.test83080.test-account.com.

    I tried to update Enfold via the Update function in the admin panel (not working at all) and direct transfer of the Theme by FTP.

    I can not get it to work

    best regards,
    Andreas

    #260953

    In reply to: Menu Font Color

    Hi!

    No, it does work fine on my end. Please try adding the code to Custom.css file inside Enfold/Css folder via FTP

    Cheers!
    Yigit

    Hey Ken!

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

    .avia-tooltip, .avia-tooltip .avia-arrow { background: red; }

    Best regards,
    Yigit

    #260950

    Hi wpnovice!

    Please go to Enfold/includes/admin folder and open register-admin-options.php file and comment out the tabs you would like to hide using // like example below

    $avia_pages = array(
    
    	array( 'slug' => 'avia', 		'parent'=>'avia', 'icon'=>"hammer_screwdriver.png" , 	'title' =>  'Theme Options' ),
    	//array( 'slug' => 'styling', 	'parent'=>'avia', 'icon'=>"palette.png", 				'title' =>  'General Styling'  ),

    Regards,
    Yigit

    #260949

    In reply to: Menu Font Color

    Hi Micheal0424!

    Please add folllowing code to Quick CSS in Enfold theme optiions under General Styling tab and adjust as needed

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    Cheers!
    Yigit

    #260948

    In reply to: Header

    Hey!

    You should go to Enfold theme options > General Styling > Quick CSS field and add your custom CSS code as following

    .cusotm_content { color: red; font-size: 14px; }

    Best regards,
    Yigit

    #260945

    In reply to: Portfolio Reorder

    #260940

    In reply to: 404 page

    Hey!

    You can use Child theme to avoid losing changes you make on theme files. Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/

    Cheers!
    Yigit

    #260939

    Hey!

    You should login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download the latest version of the theme.

    Regards,
    Yigit

    #260930

    In reply to: Header area messed up.

    Found out the problem.

    Enfold > Header Layout > Header Behavior > Let logo and menu position adapt to browser window

    this option does something weird with the header… not just spreading it 100%.

    #260929
    This reply has been marked as private.
    #260924

    In reply to: Header area messed up.

    Hello,

    I have deactivated all plug-ins and recently updated the enfold theme. I am still having a menu jumbled on top of itself.

    It appears like something is trying to make it mobile or something.

    Please advise!

    #260923

    Topic: Pricing table color

    in forum Enfold
    kayzelmoo
    Participant

    Hi all!
    How do I change the pricing table color, it’s default seems to be black. Or is it related to enfold styling options?
    Regards,
    Kayzel

    keneastwood
    Participant

    Hi,

    Trying to fathom out how to change the background hover colour of the pop up title text on gallery and partner logo images. I can’t inspect the element in the usual way – they disappear as soon as I try!

    See featured images and gallery of products here http://bluemoosekitchen.com (hover over each and a pop up title appears with a black background that I want to change).

    Secondly, is it possible to add a link to each of the gallery images?

    Many thanks,

    Ken

    Hi Robert!

    No, this is currently not possible. I talked to Kriesi and it requires some work to add this option/feature to the map. You can suggest it here: https://kriesi.at/support/enfold-feature-requests/ and if more users vote for it we’ll add this option/feature to the theme framework.

    Cheers!
    Peter

    #260908

    Topic: Desperate help!!

    in forum Enfold
    brandonritt
    Participant

    hi, i created a enfold child theme and edited the parent function php and now i have
    Parse error: syntax error, unexpected ‘{‘ in /home3/bjr/public_html/wp-content/themes/enfoldchildtheme/functions.php on line 7.

    I downloaded filezilla and uploaded the enfold theme and found the functions php but i don’t know how to fix it from there. here is what it looks like:
    <?php

    global $avia_config;

    /*
    * if you run a child theme and dont want to load the default functions.php file
    * set the global var below 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’ );

    /*
    * These are the available color sets in your backend.
    * If more sets are added users will be able to create additional color schemes for certain areas
    *
    * The array key has to be the class name, the value is only used as tab heading on the styling page
    */

    $avia_config[‘color_sets’] = array(
    ‘header_color’ => ‘Header’,
    ‘main_color’ => ‘Main Content’,
    ‘alternate_color’ => ‘Alternate Content’,
    ‘footer_color’ => ‘Footer’,
    ‘socket_color’ => ‘Socket’
    );

    plz any help

    • This topic was modified 11 years, 7 months ago by brandonritt.
    #260906
    mrgreenwaters
    Participant

    How can I edit enfold’s Single Product Page?

    I know there is content-single-product.php and single-product.php for Woocommerce. But where in enfold could I make template changes to the Single Product ?

    #260892
    Anne-Mieke
    Participant

    Hi guys,

    Thank you for a great great theme! I’ve use it on more than one occasion (multiple licenses were bought by the customers). On my personal site I run into an alignment and bullet issue that I have not encountered before. I don’t have any custom CSS in the Child theme I use. The active page link jumps out of the left and the links have bullets. See screenshot.

    On this site: http://www.maasdijk4.nl/2014-04-03-3e-dag-vloerverwarming-rijplaten/ I don’t have this issue, and I use the same method: menu widget.

    Could you help me out? It would make me so happy!

    Kind regards,

    Anne-Mieke Bovelett

    #260882

    Hi mako10!

    Please go to Enfold/includes folder and edit error404.php file

    Regards,
    Yigit

Viewing 30 results - 221,371 through 221,400 (of 243,786 total)