Viewing 30 results - 16,831 through 16,860 (of 16,887 total)
  • Author
    Search Results
  • #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

    #118790

    Thanks for the fast reply, Ismael

    I’d like to use first way, without additional plugins.

    But it doesn’t work.

    What i did:

    1) Generate Cufon js font file here: http://cufon.shoqolate.com/generate/ and at the fifth input field from the top with the label: “Use the following value as the font-family of the generated font (optional)” enter the word “cufon” (without quotation marks).

    2) Then place the cufon file into the enfoldframeworkjsfonts folder

    3) Open up enfoldincludesadminregister-admin-options.php and add font to the font array. I put the font in 2 places:

    HERE:________________________________________________________________

    $avia_elements[] = array( “name” => “Heading Font”,

    “subtype” => apply_filters(‘avf_google_heading_font’, array(‘no custom font’=>”,

    ‘Kelson’=>’cufon_400-cufon_700.font.js’,

    AND HERE:____________________________________________________________

    $avia_elements[] = array( “name” => “Defines the Font for your body text”,

    “subtype” => apply_filters(‘avf_google_content_font’, array( ‘:: :: Web save fonts :: ::’=>”,

    ‘:: :: Google fonts :: ::’=>”,

    ‘Kelson’=>’cufon_400-cufon_700.font.js’,

    ______________________________________________________________

    I also tried to write file name without extension, like this:

    ‘Kelson’=>’cufon_400-cufon_700’,

    1) No, I’m not aware of an import feature atm but you can try to activate the debug mode – add following code to functions.php:

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

    It should help you to view/copy the shortcodes (you’ll see the shortcodes in the standard editor if you switch from the advanced editor to the standard editor).

    2) No, afaik there’re no limitations

    3) No, but you can save & re-use existing templates: http://www.screenr.com/ee97

    #118365

    Hi Devin,

    I re-uploaded the functions-enfold.php file and it still doesn’t seem to be working. Is there a way I can private message you my wp and FTP login details so you could take a look if you don’t mind? Can’t resolve the error or the widgets working properly. The page the widgets aren’t working on are both http://www.kelly-sells.com (under Current Listings) it should be a map widget but it keeps displaying as a list) and also on http://www.kelly-sells.com/property-search (again the list is suppose to be a map, and if you were to look at the custom widget area it is set to display a map and not a list).

    The odd thing with the widgets is they were working, and without me changing anything, the started displaying a list instead. Even more bizarre is its happened at different times for me and my clients, but once its gone to a list it will never go back to the map. I am working on a Mac and have tested on Chrome, Firefox and Safari. I do have Windows 7 running on Parallels and last time I checked the site seemed to display the map fine on IE10. Very strange.

    Please let me know if you can assist me further, would be an amazingly huge help! :)

    #118440

    Hi,

    How did you make this? Because this is showing up as a portfolio ( http://hollenberg.tv/blog/ ) not as a blog. Can you explain.

    Also what page is set as a blog in Enfold > Theme Options ?

    On Settings > Reading …. the ”Your latest posts” is set as the top option, correct?

    —-

    Please open up functions.php located in the base folder of the theme and find line 79 that looks like this

    $avia_config['imgSize']['portfolio']  = array('width'=>495, 'height'=>400 )

    and change it to look like this

    $avia_config['imgSize']['portfolio']  = array('width'=>248, 'height'=>186, 'crop'=>true );

    As I said something is wrong with the way you are doing this because that page may say its a blog, but it is not, that’s why we are changing the size here for the portfolio. Just remember that changing this doesn’t automatically change the images. For that you will need to install the Simple Image Sizes plugin ( http://wordpress.org/extend/plugins/simple-image-sizes/ ) and regenerate the current images (or re-upload them). To test , you can just delete one of the big images that you wanted cropped and reupload it again.

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

    Please look at this video https://vimeo.com/channels/aviathemes/64996057 , as to how to add Advanced Layout Editor to Posts. Once you have it there, you can chose whether to display an image or not on your individual posts.

    Thanks,

    Nick

    #118134

    Hi,

    1) Upload the image of the horizontal line using Media and get the url of the image / see-> http://i.imgur.com/UxeA6Vf.png

    2) Add the CSS below to Quick CSS located in Enfold > Styling at the bottom of the page. Remove the http://domain.com/path/image-you-uploaded.png from the css below and in its place add the url of where you uploaded the image from step 1 above

    #top #big-hrline {
    background: url(https://domain.com/path/image-you-uploaded.png) no-repeat bottom;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0 0 20px;
    width: 100%;
    }

    3) Open /config-templatebulder/avia-shortcodes/hr.php and find line 117 which looks like this

    function shortcode_handler($atts, $content = "", $shortcodename = "", $meta = "")

    Delete line 117 and everything below until the end of the file and in its place paste the code

    function shortcode_handler($atts, $content = "", $shortcodename = "", $meta = "")
    {
    extract(shortcode_atts(array('class' => 'default', 'height' => '50', 'position'=>'center', 'shadow'=>'no-shadow'), $atts));
    $hrtype = 0;
    $output = "";
    $height = trim($height, 'px% ');
    $style = $class == 'invisible' ? "style='height:{$height}px'" : "";
    $class .= $class == 'short' ? " hr-{$position}" : "";
    $class .= $class == 'full' ? $hrtype=1 : "";

    if ($hrtype==1){
    $output = "<div id='big-hrline'></div>";
    }else{
    $output .= "<div {$style} class='hr hr-{$class} ".$meta['el_class']."'><span class='hr-inner'><span class='hr-inner-style'></span></span></div>";
    }

    return $output;
    }

    }
    }

    I tested it and it works.

    To use it just select the horizontal ruler full width separator http://www.clipular.com/c?5870161=RjLTobeBs0GTGlXzgTHEJxitw_Q&f=.png

    Thanks,

    Nick

    #117863

    Hi,

    1) You can get the advanced layout editor to work with Posts or with any Custom Post Types.. I made a video about how to do it https://vimeo.com/64996057

    2) I didn’t look at your video but I think you are trying to fly before you learned how to crawl. You are new to wordpress and are trying to do some complex things.

    3) You need to get the following plugins:

    WP-Types .. this will allow you to create the custom post types and taxonomies and the various fields. (free)

    WP-Types – The second half of the types plugin that lets you create the queries without needing to know php or wordpress.

    The one problem is that you can’t just duplicate portfolios so that you will have a different slug so you cant have a sortable portfolio with a slug website.com/games/name-of-game/ and website.com/movies/name-of-movie/ . But besides the sortable portfolio , all else can be easily done. So if you don’t mind that all your products have the same slug (equivalent of portfolio-item) if you think hard maybe can come up with one called ”asset” maybe then you be ok. I talked to Kriesi about this before, having multiple dynamic custom post types, but there seems to be some limitation in the WordPress Framework itself preventing it.

    Thanks,

    Nick

    #23024
    itechtimesNet
    Participant

    Hi,

    I have a new fresh install of WordPress and Enfold + dummy data. No plugins.

    I have the following error displayed on the top of the page. Also, the “Home” menu link simply redirecrt to http://kriesi.at/themes/enfold/

    I have the same issue after multiple re-install. Even without dummy data. Also, despite I do not install dummy data I have all the menu links and “Home” link redirect to http://kriesi.at/themes/enfold/

    Warning: session_start() [function.session-start]: open(/tmp/sess_c0077b9e2074290fbb7230a6891b13cb, O_RDWR) failed: Permission denied (13) in /home/balusite/public_html/enfold/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 /home/balusite/public_html/enfold/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/balusite/public_html/enfold/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 /home/balusite/public_html/enfold/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/balusite/public_html/enfold/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    #118161

    I tested your website with: http://www.whynopadlock.com/check.php and it seems like the livehelp url breaks the secure content status:

    #116653

    In reply to: Images look blurred !!

    If I go here: http://kriesi.at/themes/enfold/portfolio-item/slider-two-third/ and view the info for the first image, it shows 710×575 (scaled to 666 x 539). I tried changing the functions.php file to 694 x 562 as it says above, but it didn’t change.

    What I want is for that image on the single portfolio 2/3 to be 100%, not scaled or it will stretch and look blurry.

    I also tried setting the width of the template to wide and widest to see if that changed, but both times it scales to 666. I was not able to find where to fix this, please help! I need to know what size to make about 200 images, and I need it done yesterday. :)

Viewing 30 results - 16,831 through 16,860 (of 16,887 total)