Viewing 30 results - 16,651 through 16,680 (of 16,716 total)
  • Author
    Search Results
  • #121818

    Hi,

    tbh I’m not aware of a thumbnail size which generates images with 666px. All sizes are defined in functions.php:

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
    $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    The portfolio uses the “portfolio” or “portfolio_small” size by default but since version 1.5 you can also choose a different thumbnail size.

    #117991

    Hi,

    Can you give us a link to your website?

    Please check functions.php. Do you have this line of code? 281-321

    if(!function_exists('avia_post_nav'))
    {
    function avia_post_nav($same_category = false)
    {
    if(!is_singular() || is_post_type_hierarchical(get_post_type())) return;
    //if(get_post_type() === 'portfolio') return;

    global $avia_config;

    $same_category = apply_filters('avia_post_nav_categories', $same_category);
    $entries['prev'] = get_previous_post($same_category);
    $entries['next'] = get_next_post($same_category);
    $output = "";

    foreach ($entries as $key => $entry)
    {
    if(empty($entry)) continue;

    $tc1 = $tc2 = "";
    $link = get_permalink($entry->ID);
    $image = get_the_post_thumbnail($entry->ID, 'thumbnail');
    $class = $image ? "with-image" : "without-image";

    $output .= "<a class='avia-post-nav avia-post-{$key} {$class}' href='{$link}' >";
    $output .= " <span class='label iconfont'>".$avia_config['font_icons'][$key]."</span>";
    $output .= " <span class='entry-info-wrap'>";
    $output .= " <span class='entry-info'>";
    $tc1 = " <span class='entry-title'>".avia_backend_truncate(get_the_title($entry->ID),75," ")."</span>";
    if($image) $tc2 = " <span class='entry-image'>{$image}</span>";
    $output .= $key == 'prev' ? $tc1.$tc2 : $tc2.$tc1;
    $output .= " </span>";
    $output .= " </span>";
    $output .= "</a>";
    }
    return $output;

    //add this line for fake. never gets executed but makes the theme pass Theme check
    if(1==2){paginate_links(); posts_nav_link(); next_posts_link(); previous_posts_link();}
    }
    }

    Regards,

    Ismael

    Hi,

    Please try this. open up /framework/php/function-set-avia-backend.php , and find the function which starts on line 97 and ends on line 128

    function avia_backend_safe_string( $string , $replace = "_")
    {
    $string = strtolower($string);

    $trans = array(
    '&#d+?;' => '',
    '&S+?;' => '',
    's+' => $replace,
    'ä' => 'ae',
    'ö' => 'oe',
    'ü' => 'ue',
    'Ä' => 'Ae',
    'Ö' => 'Oe',
    'Ü' => 'Ue',
    'ß' => 'ss',
    '[^a-z0-9-._]' => '',
    $replace.'+' => $replace,
    $replace.'$' => $replace,
    '^'.$replace => $replace,
    '.+$' => ''
    );
    $string = strip_tags($string);

    foreach ($trans as $key => $val)
    {
    $string = preg_replace("#".$key."#i", $val, $string);
    }

    return stripslashes($string);
    }
    }

    and replace it completely with the function found here , since all the symbols and tics are breaking the forum.

    This will translate the id of each form field into english while leaving the content in russian.

    Please let us know if this worked out for you.

    Thanks,

    Nick

    cogitocorp
    Participant

    For some reason the repeating mage that I’ve set for the background image on alternating panels works perfectly here:

    http://www.cogitocorp.com.php53-17.ord1-1.websitetestlink.com/?page_id=1439

    But on this page, it flickers black if you resize the window or even appears all black if the window size is a certain width (you can get it to appear again by resizing):

    http://www.cogitocorp.com.php53-17.ord1-1.websitetestlink.com/?page_id=1379

    Any idea what’s causing this?

    I’m viewing it in the most recent version of Mac Chrome : Version 27.0.1453.93

    #23916
    teotaban
    Participant

    Hello,

    I like to use in my websites custom forms builded with coffeecup webform builder, because this software give me more posibilities but with Enfold Theme doesn´t work.

    This is the code:

    <script type=”text/javascript”>document.write(unescape(“%3Ciframe id=”fb_iframe” src=”Contact-Us-DTR.php” + window.location.search + “” width=”662″ height=”710″allowtransparency=”true” scrolling=”no” frameborder=”0″%3ECheck out my CoffeeCup Form%3C/iframe%3E”));</script>

    <noscript>

    <iframe width=”662″ height=”710″ style=”border:none; background:transparent; overflow:hidden;”

    id=”fb_iframe” src=”Contact-Us-DTR/Contact-Us-DTR.html”>

    Check out my

    CoffeeCup Form

    </iframe>

    </noscript>

    and this is what i have:

    http://dentaltourismromania.co.uk/pagina-de-probe-2/

    Can you help me?

    #120515

    Could you be so kind and try again, please? http://test.crowdini.com.php53-17.ord1-1.websitetestlink.com/home-login Thank you. Also, your link to a screenshot is not showing anything.

    #120588

    Your suggestion didn’t seem to work for me, but I used a different workaround. I added the following code to the <head> of header.php:

    <style type=”text/css”>

    @import “http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,800,700,300&#8221;;

    @import “http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&#8221;;

    </style>

    <!–[if lt IE 9]>

    <style type=”text/css”>

    @font-face {font-family: ‘Open Sans Extrabold’; src: url(‘http://www.transics.com/Fontface/OpenSans-ExtraBold.eot&#8217;); font-style: normal;}

    @font-face {font-family: ‘Open Sans Light’; src: url(‘http://www.transics.com/Fontface/OpenSans-Light.eot&#8217;); font-style: normal;}

    h1, h3 {font-family:”Open Sans Extrabold”;}

    h2 {font-family:’Open Sans Light’;}

    #menu-item-search {background: url(http://www.transics.com/images/template/Search_trigger02_A.gif) no-repeat center; text-indent: -9999px;}

    </style>

    <![endif]–>

    This seems to solve the problem, but do let me know if there are probs with this.

    Thanks anyway, Dude.

    #121036

    In reply to: Blog Template Layout

    You also may create a childtheme to add your personal stuff, but that won’t help you eitherway… lots of code to do… :)

    So I’d like to mention you should just enable the builder for the post types.

    1. Locate meta.php within config-templatebuilder/avia-template-builder/config/

    2. Have a look at lines 4-7:

    $boxes = array(

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'page' , 'post'), 'context'=>'side', 'priority'=>'low'),

    );

    Change to:

    $boxes = array(

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page','post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'page' , 'post'), 'context'=>'side', 'priority'=>'low'),

    );

    You just have to add the ‘post’ type to enable the builder for posts. Don’t worry – actually it’s working very fine. If you encounter any errors, just remove it.

    Hi,

    Suggested image size for that kind of layout is 666x539px. You can change this line on functions.php

    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    Regenerate the thumbnails.

    Regards,

    Ismael

    #121115

    You can use the debug mode to copy the shortcode content. Open up functions.php and you insert this code

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

    at the very top – insert it before:

    global $avia_config;

    2) The debug field will be displayed underneath the editor. Copy this code and insert it into the standard editor (other website). Then save the post and the template builder should convert the shortcodes to an advanced layout.

    #120949

    Hm, I tested it now and my instructions are wrong. You need to add the code to functions,php and you MUST insert it at the very top – insert it before:

    global $avia_config;

    2) You don’t need to switch to to the standard editor but the debug field will be displayed underneath the editor. Copy this code and post here please.

    #120513

    Hi Ismael, thanks for your answer. However, it seems that you didn’t understand: the first cell of the first column, in Desktop view, disappears from the table in Mobile view. Please see my screenshots (http://imgur.com/a/f5Xuh): in the mobile view (first image) the first cell should read: “Contest date” no “Total Days”, just as it reads in the Desktop view (second image). See also this page in my site: http://test.crowdini.com.php53-17.ord1-1.websitetestlink.com/home-login and check the table titled “All Active Contests”: the column header “CONTEST” gets replaced by “USERS LEFT” when you change fro desktop to mobile view.

    #119916

    Nick,

    as for the 404 error just search your forums. There are threads 7 months and maybe some older. The prob sticks to several themes and there’s a solution provided. Wondering, why this is still yet not fixed!

    >> Setting flush_rewrite_rules to false within functions.php after theme activation does the trick so far.

    cogitocorp
    Participant

    Hello! Great theme, I’m really enjoying using it. One of my coworkers loaded up a test page I setup in Safari 5.1.7 on Mac Lion 10.7.5 and he’s not seeing the hover links to go to the full bios for each team member:

    http://www.cogitocorp.com.php53-17.ord1-1.websitetestlink.com/?page_id=1439 <–Here’s the test page

    I’ve setup sub-pages with a full bio and large photo for Team Members “Deric Corwin” and Chuan Zhang” on that page, and for some reason he doesn’t even see the links on hover at all. Any idea how I can fix this?

    Thanks!

    #120875

    Hi,

    You are correct. If you measure 2 column portfolio without sidebar, the thumbnail size is 514x415px. So you need to make up your mind. If you are going to use the 3 column portfolio you can change this line on functions.php

    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)

    Replace it with

    $avia_config['imgSize']['portfolio'] = array('width'=>342 'height'=>276 ); // images for portfolio entries (2,3 column)

    If you like to be specific with the 2 column portfolio view without sidebars, use this instead

    $avia_config['imgSize']['portfolio'] = array('width'=>514, 'height'=>415 ); // images for portfolio entries (2,3 column)

    The exact thumbnail size for 4 column portfolio inside the container is 257×183. You can modify this line

    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns

    Regenerate the thumbnails using this http://wordpress.org/plugins/regenerate-thumbnails/.

    Cheers,

    Ismael

    #120024

    Hi,

    did the modification in wp-config.php, but it did not help.

    After enabling any plugin, the issue still remains.

    This ONLY happens with enfold theme – as I said even with a fresh install of WP EN or DE.

    Wir können auch gern auf deutsch schreiben – bin aus Stuttgart :)

    LG,

    Christian

    Vielleicht können wir kurz telefonieren: Tel.: +49 172 7126xxx

    Danke

    #23686

    Topic: Error on Installation

    in forum Enfold
    seatadvisorhq
    Participant

    Someone has posted about this before but the fixes aren’t working for me. I get the following errors.

    Warning: session_start() [function.session-start]: open(/home/115889/data/tmp/sess_a41e5c8a23de27f2b7b63c553b20b417, O_RDWR) failed: Permission denied (13) in /nfs/c08/h04/mnt/126929/domains/elgin.seatadvisor.info/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /nfs/c08/h04/mnt/126929/domains/elgin.seatadvisor.info/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /nfs/c08/h04/mnt/126929/domains/elgin.seatadvisor.info/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /nfs/c08/h04/mnt/126929/domains/elgin.seatadvisor.info/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /nfs/c08/h04/mnt/126929/domains/elgin.seatadvisor.info/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    I made sure the TMP file is writable and I made a different homepage and added the new page link to the menu, but I still haven’t had any luck.

    #120511

    Please use this link instead (home page does not have tables): http://test.crowdini.com.php53-17.ord1-1.websitetestlink.com/home-login

    #120510

    This is the site: http://test.crowdini.com.php53-17.ord1-1.websitetestlink.com/

    I am using the last version (1.4) of enfold.

    #118994

    Hi,

    Sorry for the delay.

    1.) The arrows are there and it is colored white. You can’t see it because the thumbnails have a white area at the bottom. Try to add this on your custom.css

    .avia-arrow {
    background: red !important;
    }

    2.) To fix the blurry thumbnails on your portfolio. Edit functions.php then find this code

    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns

    Replace it with

    $avia_config['imgSize']['portfolio_small'] = array('width'=>257, 'height'=>183 ); // images for portfolio 4 columns

    Regenerate the thumbnails using this plugin. http://wordpress.org/plugins/regenerate-thumbnails/

    3.) I can see that the background header image is fixed.

    4.) The tabs on this page (http://www.chaja-design.nl/chajanew/zakelijke-hosting/#tab-id-1) is working fine on 320px width view. I don’t have an actual mobile to check this out but I think they are ok.

    Cheers,

    Ismael

    #116827

    In reply to: Icons – Font Awesome

    Yes, you need to update wp-contentthemesenfoldconfig-templatebuilderavia-template-builderassetsfontsentypo-fontello-charmap.php too. Some icons are (like the search icon, social icons, etc.) are also used by the theme – the config array can be found in functions.php:

    $avia_config['font_icons'] = array(
    'search' => '&#128269;', //36
    'standard' => '✎', //6
    'link' => '&#128279;', //40
    'image' => '&#128247;', //46
    'audio' => '♪', //51
    'quote' => '❞', //33
    'gallery' => '&#127748;', //145
    'video' => '&#127916;', //146
    'info' => 'ℹ', //120
    'next' => '', //190
    'prev' => '', //187
    'behance' => '', //246
    'dribbble' => '', //223
    'facebook' => '', //212
    'flickr' => '', //206
    'gplus' => '', //215
    'linkedin' => '', //221
    'pinterest' => '', //217
    'skype' => '', //238
    'tumblr' => '', //219
    'twitter' => '', //210
    'vimeo' => '', //208
    'rss' => '', //98
    'mail' => '✉', //5
    'cart' => '',
    'reload' => '&#128260;',
    'details' => '&#128196;',
    'clipboard' => '&#128203;'
    );

    #23501
    goodplum
    Participant

    Here’s the last several lines from my log file. Hoping some of this can be corrected.

    [Sun May 19 17:03:21 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: Call to undefined function do_action() in removed/wp-content/themes/enfold/framework/avia_framework.php on line 29

    [Sun May 19 16:12:55 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: Class ‘WP_Import’ not found in removed/wp-content/themes/enfold/framework/php/wordpress-importer/avia-import-class.php on line 3

    [Sun May 19 15:59:40 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_template_directory() in removed/wp-content/themes/enfold/framework/php/inc-autoconfig.php on line 23

    [Sun May 19 15:58:56 2013] [warn] [client 66.249.75.19] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_template_directory() in removed/wp-content/themes/enfold/framework/php/inc-autoconfig.php on line 23

    [Sun May 19 14:13:03 2013] [warn] [client 66.249.75.19] mod_fcgid: stderr: PHP Fatal error: require_once() [function.require]: Failed opening required ‘ABSPATHwp-admin/includes/import.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in removed/wp-content/themes/enfold/framework/php/inc-avia-importer.php on line 8

    [Sun May 19 14:13:03 2013] [warn] [client 66.249.75.19] mod_fcgid: stderr: PHP Warning: require_once(ABSPATHwp-admin/includes/import.php) [function.require-once]: failed to open stream: No such file or directory in removed/wp-content/themes/enfold/framework/php/inc-avia-importer.php on line 8

    [Sun May 19 13:51:41 2013] [warn] [client 66.249.75.19] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_header() in removed/wp-content/themes/enfold/index.php on line 9

    [Sun May 19 13:30:21 2013] [warn] [client 66.249.75.19] mod_fcgid: stderr: PHP Fatal error: Call to undefined function __() in removed/wp-content/themes/enfold/framework/php/class-tgm-plugin-activation.php on line 164

    [Sun May 19 13:13:22 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: Call to undefined function do_action() in removed/wp-content/themes/enfold/framework/avia_framework.php on line 29

    [Sun May 19 13:08:05 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: require_once() [function.require]: Failed opening required ‘ABSPATHwp-admin/includes/import.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in removed/wp-content/themes/enfold/framework/php/inc-avia-importer.php on line 8

    [Sun May 19 13:08:05 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Warning: require_once(ABSPATHwp-admin/includes/import.php) [function.require-once]: failed to open stream: No such file or directory in removed/wp-content/themes/enfold/framework/php/inc-avia-importer.php on line 8

    [Sun May 19 13:05:59 2013] [warn] [client 66.249.75.19] mod_fcgid: stderr: PHP Fatal error: Class ‘WP_Import’ not found in removed/wp-content/themes/enfold/framework/php/wordpress-importer/avia-import-class.php on line 3

    [Sun May 19 13:03:47 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_header() in removed/wp-content/themes/enfold/index.php on line 9

    [Sun May 19 11:07:04 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: Call to undefined function __() in removed/wp-content/themes/enfold/framework/php/class-tgm-plugin-activation.php on line 164

    [Sun May 19 11:05:40 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: Call to undefined function do_action() in removed/wp-content/themes/enfold/framework/avia_framework.php on line 29

    [Sun May 19 10:50:58 2013] [warn] [client 66.249.75.19] mod_fcgid: stderr: PHP Fatal error: Call to undefined function do_action() in removed/wp-content/themes/enfold/framework/avia_framework.php on line 29

    [Sun May 19 08:23:56 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: Class ‘WP_Import’ not found in removed/wp-content/themes/enfold/framework/php/wordpress-importer/avia-import-class.php on line 3

    [Sun May 19 08:03:53 2013] [warn] [client 66.249.75.19] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_template_directory() in removed/wp-content/themes/enfold/framework/php/inc-autoconfig.php on line 23

    [Sun May 19 07:43:52 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_template_directory() in removed/wp-content/themes/enfold/framework/php/inc-autoconfig.php on line 23

    [Sun May 19 07:24:23 2013] [warn] [client 66.249.75.19] mod_fcgid: stderr: PHP Fatal error: require_once() [function.require]: Failed opening required ‘ABSPATHwp-admin/includes/import.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in removed/wp-content/themes/enfold/framework/php/inc-avia-importer.php on line 8

    [Sun May 19 07:24:23 2013] [warn] [client 66.249.75.19] mod_fcgid: stderr: PHP Warning: require_once(ABSPATHwp-admin/includes/import.php) [function.require-once]: failed to open stream: No such file or directory in removed/wp-content/themes/enfold/framework/php/inc-avia-importer.php on line 8

    [Sun May 19 07:14:11 2013] [warn] [client 66.249.75.19] mod_fcgid: stderr: PHP Fatal error: Call to undefined function __() in removed/wp-content/themes/enfold/framework/php/class-tgm-plugin-activation.php on line 164

    [Sun May 19 07:11:27 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: require_once() [function.require]: Failed opening required ‘ABSPATHwp-admin/includes/import.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in removed/wp-content/themes/enfold/framework/php/inc-avia-importer.php on line 8

    [Sun May 19 07:11:27 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Warning: require_once(ABSPATHwp-admin/includes/import.php) [function.require-once]: failed to open stream: No such file or directory in removed/wp-content/themes/enfold/framework/php/inc-avia-importer.php on line 8

    [Sun May 19 07:04:41 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: Call to undefined function do_action() in removed/wp-content/themes/enfold/framework/avia_framework.php on line 29

    [Sun May 19 05:02:48 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: Call to undefined function do_action() in removed/wp-content/themes/enfold/framework/avia_framework.php on line 29

    [Sun May 19 04:24:18 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: Call to undefined function __() in removed/wp-content/themes/enfold/framework/php/class-tgm-plugin-activation.php on line 164

    [Sun May 19 04:09:52 2013] [warn] [client 66.249.75.19] mod_fcgid: stderr: PHP Fatal error: Call to undefined function do_action() in removed/wp-content/themes/enfold/framework/avia_framework.php on line 29

    [Sun May 19 01:34:16 2013] [warn] [client 66.249.75.19] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_template_directory() in removed/wp-content/themes/enfold/framework/php/inc-autoconfig.php on line 23

    [Sun May 19 01:24:01 2013] [warn] [client 66.249.75.19] mod_fcgid: stderr: PHP Fatal error: Call to undefined function __() in removed/wp-content/themes/enfold/framework/php/class-tgm-plugin-activation.php on line 164

    [Sun May 19 01:20:57 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_template_directory() in removed/wp-content/themes/enfold/framework/php/inc-autoconfig.php on line 23

    [Sun May 19 01:04:19 2013] [warn] [client 66.249.75.177] mod_fcgid: stderr: PHP Fatal error: Call to undefined function do_action() in removed/wp-content/themes/enfold/framework/avia_framework.php on line 29

    #119038

    Hi,

    That is an advanced layout editor component called Special Heading using the default style. http://www.clipular.com/c?6080052=hDO5fTzvwTw1FQ2vFXkx_-7KFKI&f=.png

    This is how it looks when you view source.

    <div style="padding-bottom:10px" class="av-special-heading avia-builder-el-1 el_after_av_portfolio avia-builder-el-last ">
    <h1>Hello</h1>
    <div class="special-heading-border">
    <div class="special-heading-inner-border">
    </div>
    </div>
    </div>

    So copy that block, open up footer.php and put it where you want. Just change the Hello part to whatever you need it to say.

    Thanks,

    Nick

    #118915

    In reply to: Adding Custom Icons

    All icons which are used by the theme are stored in an array in functions.php:

    /*
    * These are some of the font icons used in the theme, defined by the entypo icon font. the font files are included by the new aviaBuilder
    * common icons are stored here for easy retrieval
    */
    $avia_config['font_icons'] = array(
    'search' => '&#128269;', //36
    'standard' => '✎', //6
    'link' => '&#128279;', //40
    'image' => '&#128247;', //46
    'audio' => '♪', //51
    'quote' => '❞', //33
    'gallery' => '&#127748;', //145
    'video' => '&#127916;', //146
    'info' => 'ℹ', //120
    'next' => '', //190
    'prev' => '', //187
    'behance' => '', //246
    'dribbble' => '', //223
    'facebook' => '', //212
    'flickr' => '', //206
    'gplus' => '', //215
    'linkedin' => '', //221
    'pinterest' => '', //217
    'skype' => '', //238
    'tumblr' => '', //219
    'twitter' => '', //210
    'vimeo' => '', //208
    'rss' => '', //98
    'mail' => '✉', //5
    'cart' => '',
    'reload' => '&#128260;',
    'details' => '&#128196;',
    'clipboard' => '&#128203;'
    );

    If the unicode of the icons didn’t change you don’t need to modify the array, otherwise replace the cuurent codes with the new codes (take them from the custom charmap).

    #23372
    Vital
    Participant

    Hello!

    My old site had all preview images of portfolio works with size of 200×200 pixels.

    So now I want to disable resizing of images in Enfold theme(it will allow mу to use old preview images).

    All prewiew images shoud have the size of 200×200, no matter what size the browser have.

    I think I shoud change something in the functions.php

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
    $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    Or may be theris a way to simply disable this function(but in other occasions resize shoud work)?

    #23290
    ACM
    Participant

    hallo ..

    ich wollte den “advanced layout builder” auch bei den posts verwenden – soweit so gut, aber es gibt ein problem.

    hab die datei /enfold/config-templatebuilder/avia-template-builder/config/meta.php in der zeile 4-7 verändert, soweit hat noch alles geklappt und der advanced layout builder wurde auch verwendbar – leider zeigt es keine der eingestelten standard sidebars mehr an. erstelle ich die post mit dem standard editor werden diese schon noch angezeigt – was muss ich tun um advanced layout builder so hinzubekommen dass alles wie gewollt (inkl. der sidebars angezeigt wird)

    $boxes = array(

    array( ‘title’ =>__(‘Avia Layout Builder’,’avia_framework’ ), ‘id’=>’avia_builder’, ‘page’=>array(‘portfolio’,’page’, ‘post’), ‘context’=>’normal’, ‘priority’=>’high’, ‘expandable’=>true ),

    array( ‘title’ =>__(‘Layout’,’avia_framework’ ), ‘id’=>’layout’, ‘page’=>array(‘portfolio’, ‘page’ , ‘post’), ‘context’=>’side’, ‘priority’=>’low’),

    );

    gruß

    acm

    #118962

    In reply to: universal text input

    I tried to open the chat box but I just see following error:

    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.impressivestores.com/livehelp/include/status.php?callback=_jqjsp…ersal-text-input&WIDTH=1920&HEIGHT=1080&TIME=1368599127976&_1368599127977=

    #118870

    In reply to: XING icon

    Hi,

    Please open up /includes/admin/register-admin-options.php and find line 803 that looks like

    'Behance' 	=> 'behance',

    and somewhere in that block of social networks, add

    'Xing' 	=> 'xing',

    ===

    Please open up /config-templatebuilder/avia-shortcodes/team.php and fine line 300, and between lines 300 and 301 (or in that block of social networks) paste the code below.

    'xing',

    =====

    In file functions.php at the base of the theme find line 141 and follow the instructions on lines 117-121 about finding the symbol for Xing

    'tumblr' 	=> '',			//219

    and here you will need to go and get a code from the entypo icon fonts. After finding the code to the xing icon that looks same as the codes you see in that block all the way up to line 141 you add

    'xing' 	=> '',			//except instead of 62229 you add the code for xing from entypo icon fonts.

    ===

    Please add the following css to Quick CSS or to /css/custom.css

    #top .avia-team-member .xing:hover     { color:#345574; }
    #top .social_bookmarks_xing:hover a{color:#fff; background-color:#345574; }

    Thanks. Let us know how it goes.

    Thanks,

    Nick

    #118607

    Thanks for this…

    in regard to using a Flickr plugin I have used Slickr Flickr before so Ive set it up and have place some CSS to turn it into a 4 row by 3 thumbnails whiich appear in column 3 of my footer.

    In a previous theme I had help setting up some Java Script to enable me to get the thumbnails to glow on rollover. The theme had a similar CSS window in the theme styling as yours but also had a Java Script window where the script was placed. Where do I put this within Enfold? I assume its a PHP file? do I have to add anything to the code/format to make it work and where should it be placed?

    Cheers

    Here’s the code…….

    Query(‘.slickr-flickr-gallery ul li a’).hover(

    function()

    {

    jQuery(this).stop();

    jQuery(this).animate({‘opacity’:’0.75′}, 200 );

    },

    function()

    {

    jQuery(this).stop();

    jQuery(this).animate({‘opacity’:’10’}, 100 );

    });

    #118366

    Hi,

    IE8/9 – The theme uses a lot of css3, and IE8 always had problems displaying… well everything, but especially its alergic too cool looking css transitions. I think that besides employees forced to use IE8 at the office, the rest of the loyal users expect the web to be a weird , gloomy, and always semi-broken place with lots of error popups. I think its misplaced nostalgia , but I am always worried that if too many websites start optimizing for IE8, that might spook the nostalgic users into downgrading further to IE7 or 6 heaven forbid.

    =====

    Wow. Charged you $100 just to blame the theme. Gotta get in on this racket, but can’t, since Kriesi despises greedy charlatans with a support department acting like a robot on a loop – blaming everybody else. Only programmers, an expensive technical staff, can properly support WordPress, an expense that too many companies balk at paying. On that note,.. lets see what we got here…,

    =====

    On ie9 some map comes up on your homepage i don’t see with other browsers. http://i.imgur.com/sjnju0Q.png … Might be your missing browser. See and you worried about IE optimizations!

    =====

    Please look at the top of styles.css. The current version of the theme is 1.41 . If that’s not what your’s show on top of styles.css, then please download the updated version from themeforest.net, make a backup of your site, and using ftp overwrite your current site with the update.

    ===

    Look in functions-enfold.php in the root of theme, for line 568 and add // two forward slashes in front of the line just as shown below

    //add_action('admin_menu', 'avia_check_updates', 1, 1);

    Please see if the error went away. By the way, are you even able to login to the admin backend, because this error should be on every page of the backend.? Reread what you wrote. Hmmm.. Renegade javascript for sure.

    =============

    Right now you are probably in the top 3 of all wordpress sites i did support for .. yes, for sure … in the total number of .js and .css files attached to your site. It’s amazing there isn’t a single javascript error or even a warning.

    Is cloudflare compressing them correctly? (would you please disable cloudflare while doing this and empty the cache). then please disable every single plugin you have with the exception of that magic multiple listing . All others disabled! logout as admin, Clear the cache,, and browse the site to see if maps/widgets are being displayed correctly now.

    If none of this works you can send me login credentials , but please disable cloudflare, make sure its not doing anything more that what a normal DNS does. My email is usjahm (at) gmail (dot) com.

    Thanks,

    Nick

Viewing 30 results - 16,651 through 16,680 (of 16,716 total)