Viewing 30 results - 16,771 through 16,800 (of 16,887 total)
  • Author
    Search Results
  • #125487

    Hi,

    please open up functions-enfold.php in the main folder of the theme and go to line 251 that looks like

    'html'			=> "<div class='{class} title_container'><div class='container'><{heading} class='main-title'>{title}</{heading}>{additions}</div></div>",

    This is the line that creates that whole segment, and as you can see the {title} is the title, and {additions} are the bread crumbs.

    You can just delete {title} from there.

    If you want that grey band that used to contain title be completely gone you can just change the first part of this above to the code below instead of replacing just {title}

    'html'			=> " ";


    And in page.php you can add the following to line 16 of page.php

    <?php echo "<div class='title_container'><h1>".get_the_title(get_the_ID())."</h1></div>"; ?>

    You will need to add that same code on the above line to the following files, it all goes to the same location pretty much , just look for a div with a class=”container” and paste it under it.

    http://i.imgur.com/JRKHOQi.png <— all these files are in the main theme folder.

    404.php


    line 17

    archive.php


    line 25

    forum.php


    line 31

    index.php


    line 32

    page.php


    line 16

    search.php


    line 17

    single-portfolio.php


    line 16

    single.php


    line 28

    taxonomy-portfolio-entries.php


    line 16

    template-archives.php


    line 22

    template-builder.php


    line 33

    config-woocommerce/config.php


    line 528

    Thanks,

    Nick

    #120972

    Hi,

    I hacked the advanced layout editor a bit and got the post meta, and comments to work. I tested it with as much as I had time for and it seems to be working with no visible problems on posts/pages/cpt looking through Chrome on Win7.

    Please make a backup of template-builder.php in the main folder, then delete the whole thing and in its place paste the following code (since there is a lot of it , i dumped it on gist)

    https://gist.github.com/meishern/bfbf909055e7b967dd5b

    Thanks,

    Nick

    #25161
    dsgnerfw
    Participant

    Hi guys. If I update to 1.7 from 1.6 , i just edited the quick css files, some background images for header but no php changes. Safe to just replace the entire enfold folder in ftp? thanks

    #125636

    ok for connecting in safari ( I try to connect to abtcc.fr/wp-admin and the site is create in abtcc.phpnet.com) all the other pb still the same

    #25056
    Luc
    Participant

    hi,

    you can know see the site at : http://www.abtcc.fr

    I put all the new files ( version 1.7) new bugs appears…

    1/ Bug with blog page : If I select it it does not appear correctly. ( SINCE UPDATE)

    2/ The bug in the footer still here when I select a category IN a post or tag. In my footer I have 4 widgets : first : link ( ok) – second : pages ( ok), third last post ( ok at the begining) – fourth : calendar ok.

    when I clic on a post it’s ok, the post open BUT, IN the post, if I clik on the category, it changes all the list in the footer and put words taken in the different post or event calendar. ( it’s not the event calendar because it make the same if the pluging si not activated)

    (BEFORE UPDATE)

    2/ I put my blogpage on grid layout.

    is there a way to fixed the number off lines appearing ? 5 would be good.

    => you give an answer with (“Blog Grid Columns” option) BUT I don’t find where it is.

    If I go to general setting / blog style / grid layout and that ‘s all. no more option

    3/ there is a bug with le search bar : no icon for search but code. IN FIREFOX – OK WITH SAFARI ( SINCE UPDATE)

    you can see it if you directly connect with abtcc.fr and no pb with http://abtcc.phpnet.org

    also big problem when I Try to filter by categorie and tags cloud ( SINCE UPDATE).

    SINCE UPDATE IN connected mode IN FIREFOX : If I change something, save, see the page, the menu to go in administration mode disapear.

    Can’t connect in safari, no problem with firefox

    I sent you connection code by MP,

    Thank you very much in advance

    #125505

    1) See https://kriesi.at/support/topic/custom-font-with-cyrillic-symbols – you can add a new font or overwrite an existing font – a list of all supported fonts can be found in wp-contentthemesenfoldincludesadminregister-admin-options.php

    'Alice'=>'Alice',
    'Allerta'=>'Allerta',
    'Arvo'=>'Arvo',
    'Antic'=>'Antic',

    'Bangers'=>'Bangers',
    'Bitter'=>'Bitter',

    'Cabin'=>'Cabin',
    'Cardo'=>'Cardo',
    'Carme'=>'Carme',
    'Coda'=>'Coda',
    'Coustard'=>'Coustard',
    'Gruppo'=>'Gruppo',

    'Damion'=>'Damion',
    'Dancing Script'=>'Dancing Script',
    'Droid Sans'=>'Droid Sans',
    'Droid Serif'=>'Droid Serif',

    'EB Garamond'=>'EB Garamond',

    'Fjord One'=>'Fjord One',

    'Inconsolata'=>'Inconsolata',

    'Josefin Sans' => 'Josefin Sans',
    'Josefin Slab'=>'Josefin Slab',

    'Kameron'=>'Kameron',
    'Kreon'=>'Kreon',

    'Lobster'=>'Lobster',
    'League Script'=>'League Script',

    'Mate SC'=>'Mate SC',
    'Mako'=>'Mako',
    'Merriweather'=>'Merriweather',
    'Metrophobic'=>'Metrophobic',
    'Molengo'=>'Molengo',
    'Muli'=>'Muli',

    'Nobile'=>'Nobile',
    'News Cycle'=>'News Cycle',

    'Open Sans'=>'Open Sans:400,600',
    'Orbitron'=>'Orbitron',
    'Oswald'=>'Oswald',

    'Pacifico'=>'Pacifico',
    'Poly'=>'Poly',
    'Podkova'=>'Podkova',
    'PT Sans'=>'PT Sans',

    'Quattrocento'=>'Quattrocento',
    'Questrial'=>'Questrial',
    'Quicksand'=>'Quicksand',

    'Raleway'=>'Raleway',

    'Salsa'=>'Salsa',
    'Sunshiney'=>'Sunshiney',
    'Signika Negative'=>'Signika Negative',

    'Tangerine'=>'Tangerine',
    'Terminal Dosis'=>'Terminal Dosis',
    'Tenor Sans'=>'Tenor Sans',

    'Varela Round'=>'Varela Round',

    'Yellowtail'=>'Yellowtail',

    Eg if you want to use Open Sans with Cyrillic characters add following code to the bottom of functions.php:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,700,400italic,700italic&subset=cyrillic';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,700,400italic,700italic&subset=cyrillic';
    return $fonts;
    }

    2) To change the body font size insert following code into the quick css field and change the font size/line height value:

    body {
    font: 13px/1.65em "HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    The first value is the font size, the second value the line height.

    You can change the headline sizes with

    h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
    h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; }
    h3 { font-size: 19px; line-height: 1.1em; margin-bottom: 8px; } /*28*/
    h4 { font-size: 17px; line-height: 1.1em; margin-bottom: 4px; } /*21*/
    h5 { font-size: 16px; line-height: 1.1em; } /*17*/
    h6 { font-size: 14px; line-height: 1.1em; }

    #125661

    Hi!

    Please try to install the theme via ftp: https://vimeo.com/64927356 and increase the (allocated) php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Best regards,

    Peter

    #125537

    In reply to: Portfolio Columns

    Hi,

    Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 70:

    /* __('5 Columns', 'avia_framework' )=>'5', */

    Replace it with

    __('5 Columns', 'avia_framework' )=>'5',

    Regards,

    Ismael

    #25052
    FLSouthPaw
    Participant

    Contact form submissions are going to lala land… I am using Enfold and having problems with the contact forms… I am using the Configure SMTP plugin which turns phpmail to use SMTP.. I can send a test mail no problem from the plugin settings and also forms from Contact Forms 7… but not any of the default forms set up in Enfold… even if I type in the specific email address on the page/form setup… It goes through all of the motions with no errors but never the the mail… just disappears..

    #125460

    In reply to: Arrow button is skewed

    Hi,

    Please check footer.php, go to line 167, the code should look like this

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

    I added a space after the & symbol to render it correctly here. The actual code don’t have a space.

    Regards,

    Ismael

    #25039

    Topic: 1.7 update – problem

    in forum Enfold
    ykblue
    Participant

    Hi, this is what I get after updating (via FTP)

    Parse error: syntax error, unexpected $end in /kunden/247044_60326/webseiten/naturavetal/wordpress/wp-content/themes/enfold/config-woocommerce/config.php on line 968

    I don’t see what do change in the woomerce/config.php on line 968

    Please be so kind to assist.

    Thanks Katharina

    #24937
    mdlhale
    Participant

    Hi! I’m just about ready to launch an awesome site using the enfold theme and lastly, my client wants to know if there is a way I can edit the search function.php (or code somewhere) so I can do a search of inventory on a different site (their back end) which is this:

    http://www.ecinteractive.com/5874/EnhancedSearch.aspx?clear=1&keywords=Armoires+%26+Bookcases&newSearch=true

    There must be a way I can edit the function.php so I can just route it to the backend search and use the key words input and do a search like:

    http://www.ecinteractive.com/5874/EnhancedSearch.aspx?clear=1&keywords=[Text From WordPress Search]+%26+[Text From WordPress Search]&newSearch=true

    Any suggestions? I would be so deeply appreciated for any help!!!

    Thank YOU!!

    #24935

    Topic: Theme wont install

    in forum Enfold
    mdmcreative
    Participant

    When trying to activate the theme I am getting the following error messages:

    Warning: require_once(config-wpml/config.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/33/d367710455/htdocs/mdmcreative/wp-content/themes/enfold/functions.php on line 25

    Fatal error: require_once() [function.require]: Failed opening required ‘config-wpml/config.php’ (include_path=’.:/usr/lib/php5′) in /homepages/33/d367710455/htdocs/mdmcreative/wp-content/themes/enfold/functions.php on line 25

    Once the theme is activated I can’t even access my WP back end. I have to manually delete the theme folder via FTP.

    Can you advise please.

    Hi,

    1.) Edit wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes postslider.php then find this code on line 317

    if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    {
    $link_add = $commentCount === "0" ? "#respond" : "#comments";
    $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );

    $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
    }

    Replace it with:

    if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    {
    $link_add = $commentCount === "0" ? "#respond" : "#comments";
    $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );

    //$output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
    }

    2.) If you want to disable the wp comment. Open single.php then find this code

    //wordpress function that loads the comments template "comments.php"
    comments_template( '/includes/comments.php');

    Replace it with:

    //wordpress function that loads the comments template "comments.php"
    //comments_template( '/includes/comments.php');

    Cheers,

    Ismael

    #125152

    1) In wp-contentthemesenfoldincludeshelper-template-logic.php replace:

    $result = avia_get_option($layout);

    with

    $result = avia_get_option($layout);
    if(get_post_type() == 'portfolio') $result = 'fullsize';

    2) In functions-enfold.php replace:

    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));

    with

    if($breadcrumb && get_post_type() != 'portfolio') $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));

    3) https://kriesi.at/support/topic/footer-7#post-109976

    4) Yes, unfortunately WP will use the taxonomy name on portfolio category pages and you can’t change the slug without changing the taxonomy name. On the other hand you can’t change the taxonomy name because we hardcoded/use it on various places within the framework.

    #124802

    Please post the code of the advanced layout template. Open up functions.php and insert this code at the very top

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    – insert it before:

    global $avia_config;

    2) The debug field will be displayed underneath the editor. Copy this code and post it here.

    #125039

    In reply to: Tabs and Contact Form

    Please post the code of the advanced layout template. Open up functions.php and insert this code at the very top

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    – insert it before:

    global $avia_config;

    2) The debug field will be displayed underneath the editor. Copy this code and post it here.

    #125104

    In reply to: CSS in uploads

    Hi,

    It holds the css style that you specify on Enfold > Styling. Open the file wp-contentuploadsdynamic_aviaenfold.css then change something on Enfold > Styling, save changes. You will be prompt to reload the enfold.css file because something has change on the css.

    Please watch this video on how to create a child theme. https://vimeo.com/channels/aviathemes/67221517

    All the files you need on the child theme folder are

    functions.php

    <?php

    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    */

    styles.php

    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */

    and a screenshot if you want.

    This link might help: https://kriesi.at/support/topic/enfold-child-theme

    Regards,

    Ismael

    #124277

    Hi Rob & Adrian,

    Alright. I got it working. Took me 20 minutes. Not gonna hustle you, since my World of Warcraft guild-master said it may lower my defensive spells and I need those. ;)

    Please open up gallery.php and find line 173 that looks like this

    $prev	 = wp_get_attachment_image_src($attachment->ID, $preview_size);

    and now find line (not sure which one) but probably 191 that looks like

    //generate thumb width based on columns

    Delete everything *between* those two lines above (or better yet comment it out) but leave the two lines themselves intact .

    Paste the code below in between 173 and 191? without harming those 2 lines.

    $caption = trim($attachment->post_excerpt) ? wptexturize($attachment->post_excerpt) : "";
    //$tooltip = $caption ? "data-avia-tooltip='".$caption."'" : "";

    $alt = get_post_meta($attachment->ID, '_wp_attachment_image_alt', true);
    $alt = !empty($alt) ? esc_attr($alt) : '';
    $title = trim($attachment->post_title) ? esc_attr($attachment->post_title) : "";
    $description = trim($attachment->post_content) ? esc_attr($attachment->post_content) : "";
    $tooltip = "data-avia-tooltip='".$title."'";
    if($style == "big_thumb" && $first)
    {
    $output .= "<a class='avia-gallery-big fakeLightbox $imagelink' href='".$link[0]."' data-onclick='1' title='".$description."' ><span class='avia-gallery-big-inner'>";
    $output .= " <img src='".$prev[0]."' title='".$title."' alt='".$alt."' />";
    if($caption)
    {
    $output .= " <span class='avia-gallery-caption>{$title}</span>'";
    } else {
    $output .= " <span class='avia-gallery-caption>{$title}</span>'";
    }
    $output .= "</span></a>";
    }
    if ($caption) {
    $thumbs .= " <a href='".$caption."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' ><img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";
    $first = false;
    } else {
    $thumbs .= " <a href='".$link[0]."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' ><img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";
    $first = false;
    }
    }

    $output .= "<div class='avia-gallery-thumb'>{$thumbs}</div>";
    $output .= "</div>";

    Add the url to the caption in this format for videos (vimeo ok too)

    http://www.youtube.com/watch?v=W0MBzxFHOyo

    leave caption blank for normal images.

    and add the caption itself (the words that display in the tooltip) in the title tag of the images. ( http://i.imgur.com/V1dW0zm.png ) In the alt text below the title tag (see previous image) you can enter a title i guess that will float above to the left of the lightbox

    The End.

    Thanks,

    :)

    Nick

    Hi,

    Kriesi recommends that you take the layerslider out and drop it in the plugins folder to use regular layerslider shortcodes. otherwise the slider shortcodes do not work outside the builder. https://kriesi.at/support/topic/how-to-insert-slide-show-with-layerslider#post-118722

    Thanks,

    Nick

    Hi,

    If you want your images to be not so much blown up on the blog page. http://vacationrentalsecrets.com/blog/ Because some of your images you upload at 400px width and they get stretched out and become blurry. http://www.clipular.com/c?7530087=NjKFX29L_zQPxqkzE2m1jJz7mFE&f=.png Up to you.

    #top .fullsize .template-blog .big-preview.multi-big a, .fullsize div .template-blog .big-preview.multi-big a img {
    max-width: 400px;
    }


    “Blog – Latest News” can be accessed on line number 9 of single.php in root folder of the website:

    $title  = __('Blog - Latest News', 'avia_framework'); //default blog title

    Thanks,

    Nick

    #124991

    Hi All,

    For the header, you need to modify the header.php file or create a child theme and modify the header file there.

    See: https://vimeo.com/channels/aviathemes/67221517

    For the footer, you can add your widgets to it in the Appearance>Widgets section of wordpress and tell the theme how many columns to use in the themes Footer section (in the theme options).

    For major customization like adding widget areas to the header, you’ll need to look into a freelance developer if you aren’t comfortable with php/html and css to keep it all responsive and cross browser compatible.

    Regards,

    Devin

    #124572

    Did you change the blog layout? It seems like you’re using the grid now. However in functions.php search for:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries

    and increase the width value. Then regenerate the thumbnails with: http://wordpress.org/plugins/regenerate-thumbnails/

    Thank you, I already try this solution, but when I put it in my archive page code

    echo do_shortcode ([layerslider id = “4”] ‘);

      I have the text [layerslider id = “4”] that appears and not my slider. echo does not interprete the short code

    if I use this code

    echo do_shortcode ([av_layerslider id = “4”] ‘);

    Fatal error: Call to undefined function layerslider_init() in /homez.487/philippewi/www/dcbinternational/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 119

    I’m not a programmer, could you give me an example of php code that works on your side to help me. I recall that it is to modify the archive.php page or portfolio_entry_item.php

    Best Regard

    Philippe BEAU

    #123803

    Hi,

    These are the only locations in the theme that have the words ‘the header’ that would be visible to end user.

    file: /config-templatebuilder/avia-template-builder/config/meta.php

    lines: 202, 207, 208

    Thanks,

    Nick

    #123947

    In reply to: Enfold not loading

    Hi RichardDyke,

    What do you mean by crashing? Are you getting an error or something else?

    Have you tried installing via FTP like this: https://vimeo.com/channels/aviathemes/64927356

    If you have not already, you may also need to increase your php memory limit: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Going up to 128 should be enough.

    Regards,

    Devin

    #121733

    In reply to: Sidebar Background

    Hi xJohnnyNo7x,

    If you are having issues getting mail, try changing the email address for the form and in your theme settings as well as wordpress settings to an email address hosted on that domain. You can also check to see if your host allows you to send mail via php mail function by trying something like Contact Form 7 which is a plugin for creating contact forms. Then test out that plugins contact form method to see if its a host issue or a theme issue.

    Regards,

    Devin

    Please open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesgallery.php and replace the entire code with: https://gist.github.com/InoPlugs/c20bb10776b1ae2139bd – this will add the thumbnail dimensions to the image tags which should help IE to show the images properly. It seems like IE8 has problems with % values.

    #123164

    Hi,

    Smush.it is a lossy optimizer; it doesn’t do lossless optimizations.

    You are not using correct optimizers if you can’t shrink a 1070k sized png image ( http://suiciderescue.se/wordpress/wp-content/uploads/2013/04/SuicideRescue.bg-1700.png ). First, an image of that type should be in jpg format since it already has a blurry background and besides its not digital art but a photo.

    I optimized this one to 76k and still 1700px as a jpg http://i.imgur.com/CYnc40T.jpg

    I optimized this one to 388k at 1700px as a png http://i.imgur.com/6zl6CUz.png

    For the png I used ( http://tinypng.org/ ) and for the jpg i first converted it to a jpg with Photoshop and then used ( http://www.jpeg-optimizer.com with 61 optimization and no crop )

    ===

    If you are serious about your image optimization you need the heavy duty plugin like http://wordpress.org/plugins/ewww-image-optimizer/

    ===

    I would recommend for you to host on nginx instead of Apache server. I would recommend that you use opcode cache (php accelerator) like APC.On Apache you can ask host to use mod_pagespeed https://developers.google.com/speed/pagespeed/mod . The pagespeed mod is now available in more than one hosting company and that thing if correctly setup will optimize everything. Otherwise look into w3tc + apc + cdn to offload static images/css/js + cloudflare (pay version) +varnish.

    Thanks,

    Nick

    Hey!

    Please try to increase the allocated php memory. http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP – set it to 128M

    Best regards,

    Peter

Viewing 30 results - 16,771 through 16,800 (of 16,887 total)