Viewing 30 results - 14,851 through 14,880 (of 16,896 total)
  • Author
    Search Results
  • #371861

    Hi!

    It would take some CSS work.

    You can start by opening up /enfold/config-events-calendar/views/default-template.php and then change line 17 to this.

    <div class='container_wrap container_wrap_first main_color sidebar_right'>
    

    Line 21 to this.

    <main class='template-page template-event-page content av-content-small units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>>
    

    And then add this after line 36.

    <?php get_sidebar(); ?>
    

    So it looks like this.

    </main>
    <?php get_sidebar(); ?>
    

    Cheers!
    Elliott

    #371760

    Topic: Webmaster Tools Errors

    in forum Enfold
    zdevine
    Participant

    Hello,

    Webmaster Tools is generating a few errors on my website http://www.belterphysicaltherapy.com and I need your advice/support on how to fix.

    Soft 404 for this link http://www.belterphysicaltherapy.com/?s=%7Bsearch_term%7D linked from the home page. I’m not seeing where this link is being generated. It’s possibly an error within the PHP or JavaScript within the theme or the additional code added.

    In addition, there’s an error for this url http://www.belterphysicaltherapy.com/wp-content/themes/enfold/framework/php/function.require-once with no referring link. This seems possibly related to the search bar functionality for the blog page.

    Have you seen these errors before? Do you know how I can clean them up?

    #371191

    Hey!

    It’s not, but if you are using a child theme you can register your own widget areas in the child functions.php:

    function custom_footer_widgets() {
    	register_sidebar(array(
    		'name' => 'Custom Footer Widget 1',
    		'before_widget' => '<section id="%1$s" class="widget clearfix %2$s">', 
    		'after_widget' => '<span class="seperator extralight-border"></span></section>', 
    		'before_title' => '<h4 class="widgettitle">', 
    		'after_title' => '</h4>', 
    	));	
    	register_sidebar(array(
    		'name' => 'Custom Footer Widget 2',
    		'before_widget' => '<section id="%1$s" class="widget clearfix %2$s">', 
    		'after_widget' => '<span class="seperator extralight-border"></span></section>', 
    		'before_title' => '<h4 class="widgettitle">', 
    		'after_title' => '</h4>', 
    	));
    	register_sidebar(array(
    		'name' => 'Custom Footer Widget 3',
    		'before_widget' => '<section id="%1$s" class="widget clearfix %2$s">', 
    		'after_widget' => '<span class="seperator extralight-border"></span></section>', 
    		'before_title' => '<h4 class="widgettitle">', 
    		'after_title' => '</h4>', 
    	));
    	register_sidebar(array(
    		'name' => 'Custom Footer Widget 4',
    		'before_widget' => '<section id="%1$s" class="widget clearfix %2$s">', 
    		'after_widget' => '<span class="seperator extralight-border"></span></section>', 
    		'before_title' => '<h4 class="widgettitle">', 
    		'after_title' => '</h4>', 
    	));
    
    }
    add_action( 'widgets_init', 'custom_footer_widgets' );

    Simultaneously you’d need to have a modified version of footer.php in your child theme directory:
    https://gist.github.com/josueochoa/2111f9c4b816b8589dd4

    Adjust the values in case of a different number of footer columns.

    Best regards,
    Josue

    Hi Elliot:

    I already had tried it as both a code-block as well as a text element, and for me the error errors in both scenarios.

    Q: Did you change the page and save it the way you think it should be?

    If not, can you make these changes, and save the results on the homepage at http://conference-app-system.com/polymash15/wp-admin/post.php?post=11&action=edit&message=1

    I have placed a code-block there, with the button code, and the error is still occurring.

    When clicking update, the Avia layout builder hangs as described…

    If you could show me the fix in action, I appreciative it hugely!

    Many Thanks, Juergen

    PS, the full HTML button code and javascript from leadpages is as follows:

    <a href="https://my.leadpages.net/leadbox/14268b373f72a2%3A147f64e27b46dc/5662329727352832/" target="_blank" style="background-color: rgb(33, 200, 199); color: rgb(255, 255, 255); text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 16px; line-height: 20px; padding: 10px; display: inline-block; max-width: 300px; border-top-left-radius: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 1px; box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 3px inset, rgba(0, 0, 0, 0.498039) 0px 1px 3px; background-position: initial initial; background-repeat: initial initial;">Click Here to Download >></a><script data-leadbox="14268b373f72a2:147f64e27b46dc" data-url="https://my.leadpages.net/leadbox/14268b373f72a2%3A147f64e27b46dc/5662329727352832/" data-config="%7B%7D" type="text/javascript" src="//my.leadpages.net/leadbox-824.js"></script>

    • This reply was modified 11 years, 4 months ago by JuergenB.
    #370914

    Hi!

    Replace buttons.php contents with this:
    https://gist.github.com/josueochoa/72615b7628f72449afcf

    Cheers!
    Josue

    #370866
    BeeCee
    Participant

    Hi,

    I would like to add “sponsored post” behind the post title.
    The code snippet for this is from WP Beginner and is this now at my functions.php:

    add_filter( 'the_title', 'wpb_sponsored' );
    function wpb_sponsored( $title ) {
    global $post;
    $sponsored_text = '<a href="http://xxxxxxxxxx.de/ueber"><span class="sponsored_text">Sponsored Post</span></a> ';
    $sponsored = get_post_meta($post->ID, 'sponsored', true);
    if( $sponsored == 'true' && in_the_loop() ){
    return $title.$sponsored_text;
    }
    return $title;
    }

    This code works fine with other themes like Twentythirteen etc., but not with ENFOLD, because there is a double part of this “sponsored” code, when you hover over the post title. See the screenshot please, because my site is still offline:


    https://screencloud.net/v/gFRp

    • pink arrow: the “sponsored post” text is okay
    • green arrow: in the permalink of the post title is the code snippet, the link for the “sponsored post” text, so it is in the source code as well – and therefor the code for the permalink post title is destroyed.

    As the code snippet works in other themes well, the reason might be in the loop-index.php of ENFOLD.
    Could anybody help me out please?
    Thanks.

    (site is in maintenance mode, sorry)

    #370810
    ttippmann
    Participant

    Since yesterday, I am getting an error on any page with a layered slider on it. I am also getting errors in the layered slider plugin setting and slider set up in the back office. Here is the type of code I am getting.

    Parse error: syntax error, unexpected $end, expecting ‘)’ in /home3/username/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/helpers/phpQuery.php on line 4317

    Any ideas? I have updated WP to the newest version and Enfold to the newest version.

    #370343

    In reply to: WordPress 4.1

    Seeing a lot of issues myself after accidentally updating to 4.1 (thought it was 4.01). Page and post builders break, and the console throws these errors:

    Uncaught TypeError: Cannot read property 'hasClass' of undefinedload-scripts.php:847 (anonymous function)load-scripts.php:3 m.event.dispatchload-scripts.php:3 r.handleload-scripts.php:3 m.event.triggerload-scripts.php:8 e.event.triggerload-scripts.php:3 (anonymous function)load-scripts.php:2 m.extend.eachload-scripts.php:2 m.fn.m.eachload-scripts.php:3 m.fn.extend.triggerload-scripts.php:344 (anonymous function)load-scripts.php:2 jload-scripts.php:2 k.fireWithload-scripts.php:4 xload-scripts.php:4 b
    load-scripts.php:847 Uncaught TypeError: Cannot read property 'hasClass' of undefined

    Suspect it may have something to do with a conflict with the new distraction free writing editor in 4.1?

    #370033

    Hey!

    Please remove the plugin and go to Appearance > Editor and open Functions.php file and find

    $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']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// 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'=>845, 'height'=>684 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider

    and adjust the sizes as needed and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Yigit

    #369644

    Hi cptnem0!

    Open up /enfold/includes/related-posts.php and change line 107 from this.

    $post_thumb = get_the_post_thumbnail($related_post->ID, $image_size, array('title' => esc_attr(get_the_title($post_thumbnail_id))));
    

    To this.

    $post_thumb = get_the_post_thumbnail($related_post->ID, array(300, 300), array('title' => esc_attr(get_the_title($post_thumbnail_id))));
    

    You can change how many gets displayed on line 55.

    $postcount 			= ($columns * 1);
    

    You may need some CSS too though depending on the layout your using. Send us a link and we’ll take a look.

    Best regards,
    Elliott

    #369486
    taigawooo
    Participant

    Hi,

    Since we updated to the latest version of wordpress and the latest version of the Enfold theme a lot of the functionality of the control panel has ceased. We can no longer edit/create new pages and we need this sorted as soon as possible

    load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0.1:2
    Uncaught Error: Syntax error, unrecognized expression: a[rel=]

    load-scripts.php?c=1&load[]=jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jque…:1073
    Uncaught TypeError: Cannot read property ‘hasClass’ of undefined

    #369258

    In reply to: Enfold Showcase

    This site is just for fun: http://www.startescape.com/ :)
    The site is about Gart the Gnome, who is “travelling gnome” or “roaming gnome”.

    All comments are welcome.

    WP plugins used: WordPress SEO, Captcha.
    WordPress 4.0.1 running Enfold theme. (latest)
    Mods (only 2!):
    Excerpt length increased (https://kriesi.at/support/topic/default-excerpt-length-for-grid-layout/)
    functions.php big images for blog and page entries
    $avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>780, ‘height’=>518);

    Everything else is made from Enfold theme options. This just proves how good the theme is. I love it!

    Ps. site’s pictures are not photoshopped. They are from the real world. :-)

    #369083

    Hey!

    1. Please see here, https://kriesi.at/support/topic/masonry-display-posts-whole-content-strip-the-post-link/#post-337141.

    2. You can find that on line 109 in the functions.php file.

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

    Best regards,
    Elliott

    #368682

    Topic: second logo

    in forum Enfold
    #368435
    leosimo
    Participant

    Good evening,
    i tried to add new fonts on my site and followed the video here http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Although it seems very easy i can’t and after i clicked on the insert zip file button I’ve the following message:

    Couldn’t add the font.
    The script returned the following error: Fatal error: Class ‘ZipArchive’ not found in /web/htdocs/www.thinklab360.com/home/nuovosito/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 107.

    I work in a child theme

    Any advice?
    Thanks,
    Leonardo

    #368431

    Hey Yigit,

    Yes they where our first point of call here is their email from them.

    Thank you for contacting WP Engine today! I understand you’re getting some 502 errors and want to figure out what’s going on. I apologize for the issue, but I’m more than happy to help.

    I checked your Apache error log and found a timeout error, which is usually our system shutting down a long query and accounts for most 502s:

    [Thu Dec 11 11:14:54 2014] [error] [client 86.185.146.22] [WPE Monitoring] Stopwatch php.pod-2608.function.session_start.duration exceeded 200ms. Was: 309ms.\n#0 wpe\\measure\\LoggingStopwatch->logStackTrace(309) called at [/nas/wp/www/common/production/measure.php:198]\n#1 wpe\\measure\\LoggingStopwatch->lap_ended(309) called at [/nas/wp/www/common/production/measure.php:134]\n#2 wpe\\measure\\Stopwatch->lapstart() called at [/nas/wp/www/common/production/measure.php:158]\n#3 wpe\\measure\\Stopwatch->__destruct() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32]\n#4 session_start() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32]\n#5 avia_sc_masonry_entries->extra_assets() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php:28]\n#6 aviaShortcodeTemplate->init() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php:335]\n#7 AviaBuilder->createShortcode() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php:74]\n#8 AviaBuilder->init()\n#9 call_user_func_array(Array ([0] => AviaBuilder Object ([paths] => Array ([pluginPath] => /nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/,[pluginDir] => avia-template-builder/,[pluginUrl] => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/,[assetsURL&#93; => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/,[assetsPath&#93; => /nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/,[imagesURL] => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/,[configPath&#93; => /nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/config/),[shortcode_class] => Array ([avia_sc_blog] => avia_sc_blog Object ([builder] => AviaBuilder Object ( *RECURSION*,[config] => Array ([name] => Blog Posts,[tab] => Content Elements,[icon] => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/sc-blog.png,[order&#93; => 40,[target] => avia-target-insert,[shortcode] => av_blog,[tooltip] => Displays Posts from your Blog,[php_class] => avia_sc_blog,[drag-level] => 3,[drop-level] => -1,[popup_editor] => 1),[elements] => Array ([0] => Array ([name] => Do you want to display blog posts?,[desc] => Do you want to display blog posts or entries from a custom taxonomy?,[id] => blog_type,[type] => select,[std] => posts,[subtype] => Array ([Display blog posts] => posts,[Display entries from a custom taxonomy] => taxonomy)),[1] => Array ([name] => Which categories should be used for the blog?,[desc] => You can select multiple categories here. The Page will then show posts from only those categories.,[id] => categories,[type] => select,[multiple] => 6,[required] => Array ([0] => blog_type,[1] => equals,[2] => posts),[subtype] => cat),[2] => Array ([name] => Which Entries?,[desc] => Select which entries should be displayed by selecting a taxonomy,[id] => link,[fetchTMPL] => 1,[type] => linkpicker,[subtype] => Array ([Display Entries from:] => taxonomy),[multiple] => 6,[required] => Array ([0] => blog_type,[1] => equals,[2] => taxonomy),[std] => category),[3] => Array ([name] => Blog Style,[desc] => Choose the default blog layout here.,[id] => blog_style,[type] => select,[std] => single-big,[no_first] => 1,[subtype] => Array ([Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)] => multi-big,[Single Author, small preview Pic (no author picture is displayed, feature image is small)] => single-small,[Single Author, big preview Pic (no author picture is displayed, feature image is big)] => single-big,[Grid Layout] => blog-grid)),[4] => Array ([name] => Blog Grid Columns,[desc] => How many columns do you want to display?,[id] => columns,[type] => select,[std] => 3,[required] => Array ([0] => blog_style,[1] => equals,[2] => blog-grid),[subtype] => Array ([1] => 1,[2] => 2,[3] => 3,[4] => 4,[5] => 5)),[5] => Array ([name] => Define Blog Grid layout,[desc] => Do you want to display a read more link?,[id] => contents,[type] => select,[std] => excerpt,[required] => Array ([0] => blog_style,[1] => equals,[2] => blog-grid),[subtype] => Array ([Title and Excerpt] => excerpt,[Title and Excerpt + Read More Link] => excerpt_read_more,[Only Title] => title,[Only Title + Read More Link] => title_read_more,[Only excerpt] => only_excerpt,[Only excerpt + Read More Link] => only_excerpt_read_more,[No Title and no excerpt] => no)),[6] => Array ([name] => Blog Content length,[desc] => Should the full entry be displayed or just a small excerpt?,[id] => content_length,[type] => select,[std] => content,[required] => Array ([0] => blog_style,[1] => not,[2] => blog-grid),[subtype] => Array ([Full Content] => content,[Excerpt] => excerpt,[Excerpt With Read More Link] => excerpt_read_more)),[7] => Array ([name] => Preview Image Size,[desc] => Set the image size of the preview images,[id] => preview_mode,[type] => select,[std] => auto,[subtype] => Array ([Set the preview image size automatically based on column or layout width] => auto,[Choose the preview image size manually (select thumbnail size)] => custom)),[8] => Array ([name] => Select custom preview image size,[desc] => Choose image size for Preview Image,[id] => image_size,[type] => select,[required] => Array ([0] => preview_mode,[1] => equals,[2] => custom),[std] => portfolio,[subtype] => Array ([No Scaling (Original Width X Original Height)] => no scaling,[Thumbnail (150×150)] => thumbnail,[Medium (300×300)] => medium,[Large (1030×1030)] => large,[Widget (36×36)] => widget,[Square (180×180)] => square,[Featured (1500×430)] => featured,[Featured Large (1500×630)] => featured_large,[Extra Large (1500×1500)] => extra_large,[Portfolio (495×400)] => portfolio,[Portfolio Small (260×185)] => portfolio_small,[Gallery (845×684)] => gallery,[Magazine (710×375)] => magazine,[Masonry (705×705)] => masonry,[Entry With Sidebar (845×321)] => entry_with_sidebar,[Entry Without Sidebar (1210×423)] => entry_without_sidebar,[Shop Thumbnail (120×120)] => shop_thumbnail,[Shop Catalog (450×450)] => shop_catalog,[Shop Single (450×999)] => shop_single)),[9] => Array ([name] => Post Number,[desc] => How many items should be displayed per page?,[id] => items,[type] => select,[std] => 3,[subtype] => Array ([All] => -1,[1] => 1,[2] => 2,[3] => 3,[4] => 4,[5] => 5,[6] => 6,[7] => 7,[8] => 8,[9] => 9,[10] => 10,[11] => 11,[12] => 12,[13] => 13,[14] => 14,[15] => 15,[16] => 16,[17] => 17,[18] => 18,[19] => 19,[20] => 20,[21] => 21,[22] => 22,[23] => 23,[24] => 24,[25] => 25,[26] => 26,[27] => 27,[28] => 28,[29] => 29,[30] => 30,[31] => 31,[32] => 32,[33] => 33,[34] => 34,[35] => 35,[36] => 36,[37] => 37,[38] => 38,[39] => 39,[40] => 40,[41] => 41,[42] => 42,[43] => 43,[44] => 44,[45] => 45,[46] => 46,[47] => 47,[48] => 48,[49] => 49,[50] => 50,[51] => 51,[52] => 52,[53] => 53,[54] => 54,[55] => 55,[56] => 56,[57] => 57,[58] => 58,[59] => 59,[60] => 60,[61] => 61,[62] => 62,[63] => 63,[64] => 64,[65] => 65,[66] => 66,[67] => 67,[68] => 68,[69] => 69,[70] => 70,[71] => 71,[72] => 72,[73] => 73,[74] => 74,[75] => 75,[76] => 76,[77] => 77,[78] => 78,[79] => 79,[80] => 80,[81] => 81,[82] => 82,[83] => 83,[84] => 84,[85] => 85,[86] => 86,[87] => 87,[88] => 88,[89] => 89,[90] => 90,[91] => 91,[92] => 92,[93] => 93,[94] => 94,[95] => 95,[96] => 96,[97] => 97,[98] => 98,[99] => 99,[100] => 100)),[10] => Array ([name] => Offset Number,[desc] => The offset determines where the query begins pulling posts. Useful if you want to remove a certain number of posts because you already query them with another blog or magazine element.,[
    Looks like it’s coming from the theme. I would provide this error to the theme developer and ask how it can be optimized. I also took a look at all of the queries being run by your site via an internal tool:

    http://cl.ly/image/1e2b452Y0I39

    Since most of the queries being run are coming from the theme, most of the drag and errors you may be experiencing will be related to the theme.

    #368428
    This reply has been marked as private.
    #368162

    Hey simonac!

    Thank you for using Enfold.

    The maximum thumbnail size for the masonry element is set to 705x705px. You can adjust it on functions.php or use this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Go to Settings > Media then look for the masonry size thumbnail. Adjust the width and height, update then save changes. Regenerate the thumbnails or upload the images again. Note that the images will also resize according to the masonry entry container.

    Best regards,
    Ismael

    #368120
    itchybrain
    Participant

    Gday Kriesi

    I have successfully installed Enfold via FTP on previous occasions. However, I am currently receiving a fatal error, even though it’s on the same server as others (dev server), so I am not sure what is going wrong.

    The error is:
    Fatal error: Call to undefined function avia_clean_string() in /home/itchy/public_html/cco/wp-content/themes/enfold/framework/php/inc-autoconfig.php on line 237

    Any ideas what may be going on when such an error occurs?

    cheers

    Darryl

    #367813

    Wow, that was a blazing fast reply Josue, thnx mate!

    Allright, two questions then.

    (1) If I use your solution in my child theme, do I need to copy the original helper-post-format.php file to my child theme’s folders, and change it there (keeping the file in a folder with the same structure – that is in the includes folder)?

    (2) Is it also possible to set the width of the class ‘large’ to 2060×687 pixels by changing this in functions.php or by using the plugin “Simple image size’ (the plugin I also used to set the class ‘entry_without_sidebar’ to these dimensions)?

    What option would you suggest/prefer?

    #367634
    jamiegrand
    Participant

    I checked our Apache error log and found a timeout error, this accounts for most 502s errors that we are getting not sure how to optimise this have you any suggestions. (we use wp-engine)

    Thanks Jamie

    [Thu Dec 11 11:14:54 2014] [error] [client 86.185.146.22] [WPE Monitoring] Stopwatch php.pod-2608.function.session_start.duration exceeded 200ms. Was: 309ms.\n#0 wpe\\measure\\LoggingStopwatch->logStackTrace(309) called at [/nas/wp/www/common/production/measure.php:198]\n#1 wpe\\measure\\LoggingStopwatch->lap_ended(309) called at [/nas/wp/www/common/production/measure.php:134]\n#2 wpe\\measure\\Stopwatch->lapstart() called at [/nas/wp/www/common/production/measure.php:158]\n#3 wpe\\measure\\Stopwatch->__destruct() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32]\n#4 session_start() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32]\n#5 avia_sc_masonry_entries->extra_assets() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php:28]\n#6 aviaShortcodeTemplate->init() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php:335]\n#7 AviaBuilder->createShortcode() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php:74]\n#8 AviaBuilder->init()\n#9 call_user_func_array(Array ([0] => AviaBuilder Object ([paths] => Array ([pluginPath] => /nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/,[pluginDir] => avia-template-builder/,[pluginUrl] => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/,[assetsURL&#93; => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/,[assetsPath&#93; => /nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/,[imagesURL] => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/,[configPath&#93; => /nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/config/),[shortcode_class] => Array ([avia_sc_blog] => avia_sc_blog Object ([builder] => AviaBuilder Object ( *RECURSION*,[config] => Array ([name] => Blog Posts,[tab] => Content Elements,[icon] => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/sc-blog.png,[order&#93; => 40,[target] => avia-target-insert,[shortcode] => av_blog,[tooltip] => Displays Posts from your Blog,[php_class] => avia_sc_blog,[drag-level] => 3,[drop-level] => -1,[popup_editor] => 1),[elements] => Array ([0] => Array ([name] => Do you want to display blog posts?,[desc] => Do you want to display blog posts or entries from a custom taxonomy?,[id] => blog_type,[type] => select,[std] => posts,[subtype] => Array ([Display blog posts] => posts,[Display entries from a custom taxonomy] => taxonomy)),[1] => Array ([name] => Which categories should be used for the blog?,[desc] => You can select multiple categories here. The Page will then show posts from only those categories.,[id] => categories,[type] => select,[multiple] => 6,[required] => Array ([0] => blog_type,[1] => equals,[2] => posts),[subtype] => cat),[2] => Array ([name] => Which Entries?,[desc] => Select which entries should be displayed by selecting a taxonomy,[id] => link,[fetchTMPL] => 1,[type] => linkpicker,[subtype] => Array ([Display Entries from:] => taxonomy),[multiple] => 6,[required] => Array ([0] => blog_type,[1] => equals,[2] => taxonomy),[std] => category),[3] => Array ([name] => Blog Style,[desc] => Choose the default blog layout here.,[id] => blog_style,[type] => select,[std] => single-big,[no_first] => 1,[subtype] => Array ([Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)] => multi-big,[Single Author, small preview Pic (no author picture is displayed, feature image is small)] => single-small,[Single Author, big preview Pic (no author picture is displayed, feature image is big)] => single-big,[Grid Layout] => blog-grid)),[4] => Array ([name] => Blog Grid Columns,[desc] => How many columns do you want to display?,[id] => columns,[type] => select,[std] => 3,[required] => Array ([0] => blog_style,[1] => equals,[2] => blog-grid),[subtype] => Array ([1] => 1,[2] => 2,[3] => 3,[4] => 4,[5] => 5)),[5] => Array ([name] => Define Blog Grid layout,[desc] => Do you want to display a read more link?,[id] => contents,[type] => select,[std] => excerpt,[required] => Array ([0] => blog_style,[1] => equals,[2] => blog-grid),[subtype] => Array ([Title and Excerpt] => excerpt,[Title and Excerpt + Read More Link] => excerpt_read_more,[Only Title] => title,[Only Title + Read More Link] => title_read_more,[Only excerpt] => only_excerpt,[Only excerpt + Read More Link] => only_excerpt_read_more,[No Title and no excerpt] => no)),[6] => Array ([name] => Blog Content length,[desc] => Should the full entry be displayed or just a small excerpt?,[id] => content_length,[type] => select,[std] => content,[required] => Array ([0] => blog_style,[1] => not,[2] => blog-grid),[subtype] => Array ([Full Content] => content,[Excerpt] => excerpt,[Excerpt With Read More Link] => excerpt_read_more)),[7] => Array ([name] => Preview Image Size,[desc] => Set the image size of the preview images,[id] => preview_mode,[type] => select,[std] => auto,[subtype] => Array ([Set the preview image size automatically based on column or layout width] => auto,[Choose the preview image size manually (select thumbnail size)] => custom)),[8] => Array ([name] => Select custom preview image size,[desc] => Choose image size for Preview Image,[id] => image_size,[type] => select,[required] => Array ([0] => preview_mode,[1] => equals,[2] => custom),[std] => portfolio,[subtype] => Array ([No Scaling (Original Width X Original Height)] => no scaling,[Thumbnail (150×150)] => thumbnail,[Medium (300×300)] => medium,[Large (1030×1030)] => large,[Widget (36×36)] => widget,[Square (180×180)] => square,[Featured (1500×430)] => featured,[Featured Large (1500×630)] => featured_large,[Extra Large (1500×1500)] => extra_large,[Portfolio (495×400)] => portfolio,[Portfolio Small (260×185)] => portfolio_small,[Gallery (845×684)] => gallery,[Magazine (710×375)] => magazine,[Masonry (705×705)] => masonry,[Entry With Sidebar (845×321)] => entry_with_sidebar,[Entry Without Sidebar (1210×423)] => entry_without_sidebar,[Shop Thumbnail (120×120)] => shop_thumbnail,[Shop Catalog (450×450)] => shop_catalog,[Shop Single (450×999)] => shop_single)),[9] => Array ([name] => Post Number,[desc] => How many items should be displayed per page?,[id] => items,[type] => select,[std] => 3,[subtype] => Array ([All] => -1,[1] => 1,[2] => 2,[3] => 3,[4] => 4,[5] => 5,[6] => 6,[7] => 7,[8] => 8,[9] => 9,[10] => 10,[11] => 11,[12] => 12,[13] => 13,[14] => 14,[15] => 15,[16] => 16,[17] => 17,[18] => 18,[19] => 19,[20] => 20,[21] => 21,[22] => 22,[23] => 23,[24] => 24,[25] => 25,[26] => 26,[27] => 27,[28] => 28,[29] => 29,[30] => 30,[31] => 31,[32] => 32,[33] => 33,[34] => 34,[35] => 35,[36] => 36,[37] => 37,[38] => 38,[39] => 39,[40] => 40,[41] => 41,[42] => 42,[43] => 43,[44] => 44,[45] => 45,[46] => 46,[47] => 47,[48] => 48,[49] => 49,[50] => 50,[51] => 51,[52] => 52,[53] => 53,[54] => 54,[55] => 55,[56] => 56,[57] => 57,[58] => 58,[59] => 59,[60] => 60,[61] => 61,[62] => 62,[63] => 63,[64] => 64,[65] => 65,[66] => 66,[67] => 67,[68] => 68,[69] => 69,[70] => 70,[71] => 71,[72] => 72,[73] => 73,[74] => 74,[75] => 75,[76] => 76,[77] => 77,[78] => 78,[79] => 79,[80] => 80,[81] => 81,[82] => 82,[83] => 83,[84] => 84,[85] => 85,[86] => 86,[87] => 87,[88] => 88,[89] => 89,[90] => 90,[91] => 91,[92] => 92,[93] => 93,[94] => 94,[95] => 95,[96] => 96,[97] => 97,[98] => 98,[99] => 99,[100] => 100)),[10] => Array ([name] => Offset Number,[desc] => The offset determines where the query begins pulling posts. Useful if you want to remove a certain number of posts because you already query them with another blog or magazine element.,[

    Hi Elliott

    Thanks for your prompt reply.
    I could fix the title issue by modifying the function.

    Regarding the CSS fix:
    Is it okay hiding the text using CSS? I checked the webmaster rules and regulations regarding CSS.
    Here are the links for your reference:
    https://support.google.com/webmasters/answer/35769?hl=en → Please find ‘technical guidelines”
    https://support.google.com/webmasters/answer/66353

    I have this doubt because hiding elements using CSS might be penalized as it is against the rules. However, I couldn’t find whether it is applicable for the ‘display: none!important;.
    Is there any solution for showing only 2 tabs ‘(人気)-popular and (最近)-recent’ by editing PHP or JS code? I have a doubt that, a recursive function might have been used in the PHP or JS file hence the tabs are being added automatically.

    Thank you!

    This reply has been marked as private.
    #367137
    chris411
    Participant

    Hi,

    When I try to make a simple edit update to my content like update the logo, phone number etc or use a yoast,SEO or edit a page I get the following error:

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 49152 bytes) in /data/21/3/151/81/3640081/user/4049733/htdocs/wordpress1/wp-admin/menu.php on line 79

    Please advise on how to fix this

    Thanks you

    #367059
    avinash2809
    Participant

    Hey Guys,
    I am building a site for a friend. the project was stalled for a bit. I’m currently running Enfold version 2.4.5, whenver i try to edit a page, the avia layout builder shows a spininng circle. I read the forum and saw it was suggested to upload the new version, I’ve tried three times and each upload won’t fully complete, the file enfold/lang/he_IL.po will never transfer wia FTP when I try to replace the theme folder with the 3.0 version of enfold. I’m under the gun and can’t complete the site! Help please!

    Best,
    Avi Satz

    Update*** Now I can’t even see my site. This is the error code I receive
    Parse error: syntax error, unexpected $end in /home/content/17/8202217/html/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 179

    • This topic was modified 11 years, 4 months ago by avinash2809.

    Hey AlexR!

    Please refer to Ismael’s post here – https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/#post-304173
    You can use a child theme to avoid losing the changes you made on functions.php file – http://kriesi.at/documentation/enfold/using-a-child-theme/

    Regards,
    Yigit

    #366574
    This reply has been marked as private.
    #366300

    Hi!

    I only test this on my Nexus 7 but you can try changing line 35 in /enfold/header.php from this.

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    

    To this.

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
    

    I think that should let you zoom in and out by pinching the screen.

    Cheers!
    Elliott

    • This reply was modified 11 years, 4 months ago by Elliott.
    #366281

    In reply to: General Video Problems

    This reply has been marked as private.
Viewing 30 results - 14,851 through 14,880 (of 16,896 total)