Viewing 30 results - 16,261 through 16,290 (of 16,890 total)
  • Author
    Search Results
  • #204141

    In reply to: Mobile search

    I removed all the css that was in the quick css section of my child enfold.

    Also i have this code in my child theme files. This gave me the mobile search

    * to the enfold child’s functions.php file add

    add_filter('wp_nav_menu_items','add_search_box', 10, 2);function add_search_box($items, $args) {        ob_start();        get_search_form();        $searchform = ob_get_contents();        ob_end_clean();        $items .= '<li>' . $searchform . '</li>';    return $items;
    }
    
    add_action(‘ava_main_header’, ‘add_search_box’);

    * to the enfold child’s style.css file add

    @media only screen and (max-width: 767px) { //css code to display the form }

    #203712

    Topic: layerslider 5 update ?

    in forum Enfold
    stevemulisa
    Participant

    hi there, hope you had good times… :-)

    wanted to know when we could expect to get the theme updated with the new layerslider 5, even tried to buy my own license to update it manually but getting an error when the plugin is initializing the php instruction , fatal error, can’t declare… line 76… and can’t get the wp layerslider plugin activated after installing it. even deleted the layerslider that comes with the theme using ftp. and copied the new updated one, but still cant get it to activate, same error

    any helpd… really and desperatly need the new features (“transform origin of transition” is a killer option , a real game changer that i was been waiting for all this time … ) please help

    #203687

    Hey!

    If you want to remove the link add following code to the bottom of functions.php

    
    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
    if (is_single()) $args['link'] = false;
    return $args;
    }
    

    2) You can try this plugin: http://wordpress.org/plugins/simple-share-buttons-adder/
    If the plugin doesn’t use the right content for the facebook share data I recommend to install http://wordpress.org/plugins/wordpress-seo/ and then you can use the “Social” tab/options: http://www.clipular.com/c/5678826713513984.png?k=2EpKGdnQl0mtbk_vvn_O5O2cfYY to specify some content for the social sharing services (description, image for facebook and google+, etc.)

    Best regards,
    Peter

    #203684

    Hi!

    Please try adding following code

     $avia_config['font_icons'] = apply_filters('avf_default_icons', array(
    	'scrolltop' 	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),
    ));

    You can also check Footer.php file in Appearance > Editor and make sure 168th line is the same as in screenshot, It should be at the very bottom of the file http://i.imgur.com/M3XOqYo.jpg

    Cheers!
    Yigit

    Hi abuhamid37!

    Open up wp-content\themes\enfold\includes\loop-index.php and replace

    
     echo $title;
    

    with

    
     echo $title . ' XYZ';
    

    Instead of XYZ insert your custom text.

    Regards,
    Peter

    The image i successfully loaded and then deleted was 397k jpeg

    the image that keeps breaking is 7.82k in png and 21.9k in jpeg and breaks in either format.

    How do i increase php limit?

    #203288
    This reply has been marked as private.
    #203284

    Topic: Gravatar Alt Tag

    in forum Enfold
    Imburr
    Participant

    For whatever reason the theme was not putting an alt tag into the gravatar picture which was being used around the site. I opened up loop-about-author.php and changed a few lines to reflect:

    
    global $avia_config;
    
    	$author_id    = get_query_var( 'author' );
    	if(empty($author_id)) $author_id = get_the_author_meta('ID');
    	$alt 		  = get_the_author_meta('display_name');
    	$gravatar     = get_avatar( get_the_author_meta('email', $author_id), '75', '', $alt );
    	$name         = "<span class='author-box-name' ".avia_markup_helper(array('context' => 'author_name','echo'=>false)).">".get_the_author_meta('display_name', $author_id)."</span>";
    	$heading      = __("About",'avia_framework') ." ".$name;
    	$description  = get_the_author_meta('description', $author_id);
    

    I added the $alt and then changed $gravatar.

    If anyone has a better way than a core theme hack let me know.

    #203256

    In reply to: Fatal Error

    Hi Ismael,

    thx 4 quick answer.

    But the memory limit doesn´t seem to be the problem, because these are my figures:
    PHP Version : 5.2.17 / 32Bit OS
    Memory limit : 90 MB
    Memory usage : 30.06 MB

    What can it be then?

    Greetz

    Lutz

    #203065

    Topic: Fatal Error

    in forum Enfold
    oeconomedicus
    Participant

    Hi guys,

    all of a suddon this appears on page “Home” and the theme is working…working…working…

    Fatal error: Out of memory (allocated 45088768) (tried to allocate 16 bytes) in /homepages/28/d38127979/htdocs/oeconomedicus/wp-includes/taxonomy.php on line 2685

    But it is only on the Page Home…

    Strange…

    Thx for help !

    Lutz

    Hi amyflo74!

    See https://kriesi.at/support/topic/fatal-error-6/

    Best regards,
    Peter

    #202871
    LukasSasso
    Participant

    Hi,
    My Enfold theme seems to have been broken since the last update. I have not been able to access the backend so I updated to wordpress 3.8 then reinstalled the latest enfold theme via ftp. Removed jetpack, bbs forum, and a couple other plugins.
    I managed to regain access to the backend but get this error if the webpage loads.
    Warning: session_start() [function.session-start]: open(/tmp\sess_jkd521q7v91vh0j708q3p2c9n2, O_RDWR) failed: No such file or directory (2) in D:\Hosting\11573812\html\wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\masonry_entries.php on line 33

    Its hosted at godaddy on windows.
    website is http://boholmototoursasia.com

    Please help me resolve this issue, I’m not a wordpress expert.
    Thanks

    amyflo74
    Participant

    Hi,
    I wonder if the forum can help me; I downloaded this theme yesterday (I am a very basic user) and it worked fine during set up, but now I am getting this error showing and am unable to access the dashboard to edit:

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 71 bytes) in /home/systemat/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 1138

    Has anyone any ideas? All help or advice gratefully received.

    Amy

    #202823

    Topic: Fatal error

    in forum Enfold
    lanikita
    Participant

    I am getting the following fatal error, how can I fix it?

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /home/redteam/public_html/wp-includes/SimplePie/Item.php on line 278

    Also, I have a child theme for enfold. I would like to make some css changes, but have never done so with a child theme so am confused on how to do it? How do I make these changes, but not have them change if I update the site at a later time?

    w3wision
    Participant

    Hello, guys from kriesi-Team!

    I’m using Multilingualpress from inspsyde GmbH (marketpress.de). They gave me this snippet

    if( function_exists( 'mlp_show_linked_elements' ) ) :
    mlp_show_linked_elements( 
    array(
    'link_text' => 'flag', // oder 'text' oder 'text_flag'
    'show_current_blog' => TRUE
    ) 
    );
    endif;

    which can be added to header.php, to get the language switcher. I’ve done this after this lines of header.php:

    echo "<nav class='main_menu' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
                                    $avia_theme_location = 'avia';
                                    $avia_menu_class = $avia_theme_location . '-menu';
                                    $args = array(
                                        'theme_location'	=> $avia_theme_location,
                                        'menu_id' 			=> $avia_menu_class,
                                        'container_class'	=> $avia_menu_class,
                                        'fallback_cb' 		=> 'avia_fallback_menu',
                                        'walker' 			=> new avia_responsive_mega_menu()
                                    );
    
                                    wp_nav_menu($args);

    This is the result i get: http://goo.gl/8Y7mQz (view), http://goo.gl/ZHlTH4 (generated html).
    By the way, here is the documentation of this plugin:

    Can you please help me, to get this languages shown as dropdown menu (like a Shop on the picture) so, this menu items, would be also show in a mobile view. How can I change this php-snippet, so that this get the rights css-classes?

    #202699
    shriii
    Participant

    I get the below error when adding an MP4 url to the Video box (where we provide youtube link etc.). I thought it was possible to embed my own videos and that could be accomplished by providing the full url, such as site.com/videos/video1.mp4

    Or is it a setting that is blocked, that can be enabled by updating the code?

    Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home6/require5/public_html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 573

    Warning: file_get_contents(http://requirementsinc.com/members/ba/trial-recordings/Interview_Ruchie/Ruchie_Interview.jpg) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home6/require5/public_html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 573

    Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home6/require5/public_html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 573

    #202622

    Hey ShortieD!

    Please go to wp-content\themes\enfold\includes folder and open loop-index.php file and find

    echo '<footer class="entry-footer">';
    
                wp_link_pages(array('before' =>'<div class="pagination_split_post">',
                                        'after'  =>'</div>',
                                        'pagelink' => '<span>%</span>'
                                        ));
    
                if(has_tag() && is_single() && !post_password_required())
                {
                    echo '<span class="blog-tags minor-meta">';
                    the_tags(''.__('Tags:','avia_framework').'<span> ');
                    echo '</span></span>';
                }
    
                echo '</footer>';

    which should be between 176th and 190th lines and cut/paste it right below following line

    echo '</header>';

    Cheers!
    Yigit

    #202398

    Hey!

    Please watch this video to learn more about the masonry element: http://vimeo.com/channels/aviathemes/77433498

    The demo uses images larger than 1030×360 for the blog overview page. You can find the thumbnail sizes on functions.php, look for these codes:

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $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']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren 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)
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $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

    Best regards,
    Ismael

    DaveL77
    Participant

    REF: http://gyazo.com/146fa279552c6a1887c5da41f6ac02ff

    I’d like to remove the “website” textbox and text, as well as the HTML related stuff after the main text box.
    Is there code I can change here, or will I have to alter single.php for this?
    I do also want to change the actual “Post Comment” box colour, however I think that is just a styling thing that can be done via the styling options / editor.

    I’m already going to alter single.php to change the “Blog – Latest News” to state the correct title, so any other input would be great.

    My apologies for so many different support topics, I’ve been trying to learn as I go and you’ve been extremely helpful!

    #202182

    In reply to: XML-RPC file

    I’ve done more digging into the issue.

    1.) I tried running a plugin called XML-RPC De-whitespacer then tried to connect to WordPress.com. First I got a no load gray screen. When I reloaded the page, I got the following error.

    site_inaccessible Error Details: The Jetpack server was unable to communicate with your site http://mountainstreamgroup.com/wordpress [IXR -32300: transport error: http_request_failed transfer closed with 1 bytes remaining to read]

    I deactivated this plugin and the error message returned to xml_rpc-32700.

    2.) I deactivated all of the plugins.

    3.) I checked our XMLRPC.php and got this screenshot. https://dl.dropboxusercontent.com/u/18117912/xmlrpc2.jpg This screenshot shows at least 4 lines of whitespace.

    4.) You mentioned a possible WordPress install issue. I followed the WordPress instructions on manually installing WP3.8, including having all plugins deactivated during installation.

    5.) After the clean install of WordPress 3.8, I checked the XMLRPC.php again. The same screenshot as in item 3 above.

    I thought there was a issue with the Enfold Child theme which points Enfold 2.5, but I changed to Twenty Twelve, and other themes and go the same issue.

    When I changed to the Nimble theme and I checked the XMLRPC.php again. When I did that I got this screenshot https://dl.dropboxusercontent.com/u/18117912/xmlrpc-nimble.jpg. More whitespace.

    Then I went through all of the same process for Twenty Eleven, Twenty Twelve, Twenty Thirteen and Twenty Fourteen then back to Enfold Child. All of them had the same whitespace.

    Then I activated XML-RPC De-whitespacer plugin with the Enfold Child theme activated and all other plugins including Jetpack deactivated. I got this screenshot. https://dl.dropboxusercontent.com/u/18117912/XML-RPC%20De-whitespacer.jpg

    With XML-RPC De-whitespacer plugin activated, I activated jetpack and no other plugins. Then I tried to connect to WordPress.com. I got the following error message.

    site_inaccessible Error Details: The Jetpack server was unable to communicate with your site http://mountainstreamgroup.com/wordpress [IXR -32300: transport error: http_request_failed transfer closed with 1 bytes remaining to read]

    Based on my testing that seems to be a WordPress 3,8 issue.

    #202007

    Hey!

    Can you please post a link to the fontello font file. I found some threads about the “Entity ‘XXX’ not defined in ” error on stackoverflow but I’m curious why fontello uses the raquo entity in the xml file. Please try a following fix (ref http://stackoverflow.com/questions/6208764/how-do-i-troubleshoot-simplexml-load-file-parser-error-entity-nbsp-not-def ).

    Open up /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php and replace

    
    $xml = simplexml_load_string($response);
    

    with

    
    $response = str_ireplace(array('»'),array('&raquo;'), $response);
    $xml = simplexml_load_string($response);
    

    Regards,
    Peter

    #201698

    Topic: error after update

    in forum Enfold
    winojunko
    Participant

    I updated my Enfold theme by ftp from 1.7. to 2.5 and got the following message: Fatal error: Call to undefined function avia_markup_helper() in /data/24/2/33/59/2685222/user/2948887/htdocs/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/textblock.php on line 77

    I tried updating WordPress to 3.8 to see if that would solved the issue, but no luck. Any ideas?

    I updated my Enfold theme from 1.7. to 2.5 and got the following message: Fatal error: Call to undefined function avia_markup_helper() in /data/24/2/33/59/2685222/user/2948887/htdocs/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/textblock.php on line 77

    I tried updating WordPress to 3.8 to see if that would solved the issue, but no luck. Any ideas?

    #201197

    Hi,

    I’m using IE 8.0.6001.18702 on Windows XP in a VirtualBox VM.

    Here are the screenshots :
    Home page, columns problem : https://partage.mines-telecom.fr/public.php?service=files&t=826f25626dca4770ec620f401ba137b6
    Mega menu (sorry there’s a modal window of Virtual Box, but you can see the problem) : https://partage.mines-telecom.fr/public.php?service=files&t=6a6cf5905efd3100d3e30121a3998bd2
    IconBoxes : https://partage.mines-telecom.fr/public.php?service=files&t=18202f966d2f80ffdd333c516e2ed1b9
    Columns problem 2 : https://partage.mines-telecom.fr/public.php?service=files&t=fcbca883b843c96befa3cb914f4a4455

    Thanks for help

    #201021

    In reply to: Update Error

    Hi!

    Yes, I strongly recommend to update the theme with ftp ( https://vimeo.com/channels/aviathemes/67209750 ). You don’t loose any settings but you will overwrite customized php/js/css files. If you didn’t modify the theme files you can simply overwrite the old files. If you modified/customized the thee files I recommend to make a backup first.

    Best regards,
    Peter

    #201018

    Hi bjobst!

    No, but I guess the php file is corrupt. Please try to re-upload/re-install the theme files with ftp. See: https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Peter

    #200980

    Topic: Update Error

    in forum Enfold
    Mono14
    Participant

    Just tryed to update to version 2.4.3 and got this:


    Warning: require_once(framework/avia_framework.php): failed to open stream: No such file or directory in /www/pedro-basaldua.com.ar/htdocs/wp-content/themes/enfold/functions.php on line 77

    Fatal error: require_once(): Failed opening required ‘framework/avia_framework.php’ (include_path=’./:/usr/local/php5.4.17/lib/php’) in /www/pedro-basaldua.com.ar/htdocs/wp-content/themes/enfold/functions.php on line 77

    You may check http://www.universitarios.org.ar
    Please, asap! My client isnt happy at all! ;(

    #200891
    This reply has been marked as private.
    #200878
    This reply has been marked as private.
    #200635
    ramoncrusellas
    Participant

    Hello,

    I have a doubt to how updating enfold theme Version 1.7 to Version 2.4.2 and don’t lose any changes that I’ve made in the theme. I modified some PHP pages and CSS pages. Simply upload the new folder theme ENFOLD and it’s all?
    Changes may be lost at Database? Or we’re just talking about changes at css and html

Viewing 30 results - 16,261 through 16,290 (of 16,890 total)