Viewing 30 results - 15,211 through 15,240 (of 16,892 total)
  • Author
    Search Results
  • #324017

    In reply to: 2.9.2 Update Issues

    This reply has been marked as private.
    #323995
    This reply has been marked as private.
    PaulMcE
    Participant

    Hello Support

    Has any body come across this error?

    Fatal error: Out of memory (allocated 40370176) (tried to allocate 167519 bytes) in /home/qbaasn/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-helper.class.php on line 297

    Is there an issue with the Avia template builder?

    Really apprecaite any help please see the link:)

    http://www.qba.asn.au/directories/blind-vip-agencies/

    Regards
    PaulMcE

    #323855
    This reply has been marked as private.
    #323710
    Bikul
    Participant

    Hello,
    I just installed a fresh version of Enfold and tried to import dummy data. But it dont let me.

    Importing didnt work!
    You might want to try reloading the page and then try again
    (The script returned the following message:
    Fatal Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 2007 bytes) in /www/htdocs/…/strassenmagazine.net/wp-content/themes/enfold/framework/php/wordpress-importer/parsers.php on line 475

    Thank you for Feedback
    Bernd

    #323627
    bvs
    Participant

    Hello,

    I’ve just updated our theme. At the time, you really helped me with this post: https://kriesi.at/support/topic/move-featured-image-below-post-title-date-etc/#post-185070

    All worked fine, until the update. Now, when I go to the single post page, the title is once again underneath the featured image.

    Here, it’s fine: http://www.targettraining.eu/blog/
    But here, it’s not: http://www.targettraining.eu/emails-effective-subject-lines/

    I’ve checked and doublechecked the instructions you gave me last time. I’ve also tried changing the loop-index.php as per a different post I found on the forum. That inverted the problem, and it was out of aligment. So I changed that back.

    Can you help me out with this one more time?

    Thanks in advance, as always.
    Brenda

    #323581
    This reply has been marked as private.
    #323107
    This reply has been marked as private.
    #323054
    goch
    Participant

    hi,

    I’m not a security expert (neither an html/javascript/php one), I’m just paranoid.
    But I’m surprised that things like that do work in the “message” field of the contact form and are not filtered out :

    
    <iframe width="560" height="315" src="http://www.youtube.com/embed/um1pIC3T37I" frameborder="0"></iframe>
    
    <form>
    First name: <input type="text" name="firstname">
    </form>
    

    is that common? can you confirm me that I’m just paranoid and that everything has been checked concerning the security of the contact form ?

    #323027
    Jens
    Participant

    Hi,

    I use the Enfold theme and the within delivered Google Maps Plugin.
    But I’ve customised the gMaps behaviour to serve my own needs.
    My Question: How to move those customisation into a child theme?

    Background:
    Within the “/wp-content/themes/enfold/framework/php/class-framework-widgets.php” at line ~1200 I customised some JS values to have a own color styling for gMaps. This is done within the PHP variable “$avia_maps_config” within the PHP function “avia_printmap”. And at the end, as you know, all things will be written to “$output” and than in the JS-Setup which gets written to HTML of the page. Works all well.

    But what do I need to do, if I want this customised thin into child theme?
    (So I could update your theme easy on a regular basis.)

    Example:

    
    $avia_maps_config = "
    		var directionsDisplay;
    		directionsDisplay = new google.maps.DirectionsRenderer;
    		var directionsService = new google.maps.DirectionsService;
    		var map;
    		var latlng = new google.maps.LatLng(".$lat.", ".$lng.");
    		var directionsto = '".$directionsto."';
    
    		var customGMapStyle = [
    					{
    						'featureType': 'landscape',
    						'stylers': [
    							{'hue': '#A4FF00' },
    							{'saturation': -8.5 },
    							{'lightness': 5.4	},
    							{'gamma': 1	}
    						]
    					},
    					{
    						'featureType': 'road.highway',
    						'stylers': [
    							{'hue': '#A8FF00'},
    							{'saturation': -79.3},
    							{'lightness': 28.3},
    							{'gamma': 1}
    						]
    					},
    					{
    						'featureType': 'road.arterial',
    						'stylers': [
    							{'hue': '#A8FF00'},
    							{'saturation': -79.3},
    							{'lightness': 19.5},
    							{'gamma': 1}
    						]
    					},
    					{
    						'featureType': 'road.local',
    						'stylers': [
    							{'hue': '#A8FF00'},
    							{'saturation': -79.3},
    							{'lightness': 19.0},
    							{'gamma': 1}
    						]
    					},
    					{
    						'featureType': 'water',
    						'stylers': [
    							{'hue': '#007FFF'},
    							{'saturation': 2.0},
    							{'lightness': 21.5},
    							{'gamma': 1}
    						]
    					},
    					{
    						'featureType': 'poi',
    						'stylers': [
    							{'hue': '#A1FF00'},
    							{'saturation': -15.0},
    							{'lightness': 6.2},
    							{'gamma': 1}
    						]
    					}
    		];
    
    		var myOptions = {
    		  
    		  zoom: ".$zoom.",                          /* Zoom stat value by Widget */
      		  maxZoom: 14,								/* Max Zoom in (15) */
      		  minZoom: 5,								/* Max Zoom out (0) */
    		  zoomControl: true,                        /* Zoom UI on */
      		  zoomControlOptions: {style: google.maps.ZoomControlStyle.SMALL},
    
    		  navigationControl: true,					
    		  navigationControlOptions: {style:google.maps.NavigationControlStyle.SMALL},
    
    		  scrollwheel: false,						/* Mouseweel support on */
    		  keyboardShortcuts: false,					/* Shortcuts on */
    
        	  panControl: false,                        /* Move UI on */
        	  scaleControl: false,                      /* Zoom UI on */
        	  streetViewControl: true,					/* Streetview on */
    
    		  mapTypeId: google.maps.MapTypeId.".$type.",
        	  mapTypeControl: false,                    /* MapType UI on */ 
    		  mapTypeControlOptions: {style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},
    
    		  center: new google.maps.LatLng(".($lat - 0.03).", ".$lng."), /* Fake center by (~70px) to custom css setup */
    
    		  styles: customGMapStyle
    
    		};
    		
    		var map = new google.maps.Map(document.getElementById('avia_google_maps_$unique'), myOptions);
    
    		if(directionsto.length > 5)
    		{
    		  directionsDisplay.setMap(map);
    		  var request = {
    		     origin:directionsto,
    		     destination:latlng,
    		     travelMode:google.maps.DirectionsTravelMode.DRIVING
    		};
    		  directionsService.route(request, function(response, status) {
    		     if(status == google.maps.DirectionsStatus.OK) {
    		        directionsDisplay.setDirections(response)
    		     }
    		  })
    		}
    		else
    		{
    		  var contentString = '".$content."';
    		  var infowindow = new google.maps.InfoWindow({
    		     content: contentString
    		  });
    		  var marker = new google.maps.Marker({
    		     position: latlng,
    		     map: map,
    		     icon: '".$icon."',
    		     title: ''
    		  });
    
    		  google.maps.event.addListener(marker, 'click', function() {
    			  infowindow.open(map,marker);
    		  });
    		}";
    

    Hope you could help me out.
    As all my trying failed. Thanks.

    Greez Jens

    #322639

    In reply to: Http Error

    Some additional information.
    In the php.ini i set the following values
    upload_max_filesize = 12M
    post_max_size = 12M

    Which is effective as I can see here
    https://www.dropbox.com/s/ec5kl4b9xi3f6m7/maxfile.png?dl=0

    PHP Version is 5.56

    I get no rejections to upload files via FTP at any size. But the WP-image uploader does not accept files >3M

    Kind regards, Katharina

    #322622
    fuenos
    Participant

    Hi,

    I have installed a premium wp plugin (post auto spinner, rewriter), after install my settings of H Tags except text-transform: none all of like font-weight, font-size etc. in custom.css don’t work now. I have deleted the plugin but nothing changed, now I have lost my settings, maybe my custom css don’t work completely.

    I used Open Sans and added in function.php;
    $fonts['Open Sans'] = 'Open+Sans:300,400,600,700,800&subset=latin,latin-ext';
    and in custom css as font-weight: 300; now it seems like 600 or 800 so very bold.

    Furthermore, if I use page builder (special heading) element, on mobile devices it is OK, but because I use body font 16px and for mobile devices 14px in custom.css, if I add via text editor any H Tag it appears on mobile devices like body text 14px.

    How can I fix that? Thank you in advance!

    Ps: Peter wenn du da bist kannst auch in Deutsch antworten, Danke!

    Regards
    Erdogan

    #322168
    webguy_ccta
    Participant

    I am having this issue with my website. I defaulted to a basic template to debug a 3rd party and then I try to get back into my Enfold theme and got this error

    Parse error: syntax error, unexpected $end in /home/content/78/10708878/html/CCTA/wp-admin/custom-header.php on line 439

    #322037

    Enfold 2.9.2, WordPress 4.0, WooCommerce 2.2.4

    If I attempt to edit any page or post, Avia does not load and I receive the following error code:

    Fatal error: Call to undefined function woocommerce_product_loop_start() in /home/*****/public_html/*****/wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php on line 788

    Line 788 – 803 is the following:

    <?php woocommerce_product_loop_start(); ?>

    <?php while ( $products->have_posts() ) : $products->the_post(); ?>

    <?php wc_get_template_part( ‘content’, ‘product’ ); ?>

    <?php endwhile; // end of the loop. ?>

    <?php woocommerce_product_loop_end(); ?>

    <?php endif;

    wp_reset_postdata();

    return ‘<div class=”woocommerce columns-‘ . $columns . ‘”>’ . ob_get_clean() . ‘</div>’;
    }

    #321833

    Hi!

    You can edit framework > php > function-set-avia-backend.php, find the code on line 576:

    $string = mb_strimwidth($string, 0, $breakpoint) . $pad;
    

    Replace it with:

    $string = $string . $pad;
    

    I think it’s safe to change since you’re not using right to left text direction. Not sure if this is going to work but please give it a try.

    Regards,
    Ismael

    #321735

    Hi set70!

    Thank you for using Enfold.

    We haven’t encountered any reports or issues regarding this subject. You can still revert back to an old version of PHP if you encounter any issues with 5.5. Please contact your hosting provider.

    Best regards,
    Ismael

    #321652

    Hey!

    This is definitely possible but does require some custom work, as you may already know that’s something we can’t cover. You could start creating a Page Template that mimics the functionality of the Enfold single.php file (you may need to use a custom includes/loop-index.php too), here you’d replace the normal queried object by the latest Post, you can get the ID this way.

    Hope that helps.

    Regards,
    Josue

    #321306

    After waiting a while i have a bunch of those errors :

    POST http://www.julientonsuso.com/wp-admin/admin-ajax.php net::ERR_CONNECTION_TIMED_OUT load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4send load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4m.extend.ajax load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4i load-scripts.php?c=1&load%5B%5D=jquery-ui-sortable,jquery-ui-droppable,jquery-ui-slider,jquery-touc…:407j load-scripts.php?c=1&load%5B%5D=jquery-ui-sortable,jquery-ui-droppable,jquery-ui-slider,jquery-touc…:407l load-scripts.php?c=1&load%5B%5D=jquery-ui-sortable,jquery-ui-droppable,jquery-ui-slider,jquery-touc…:407p load-scripts.php?c=1&load%5B%5D=jquery-ui-sortable,jquery-ui-droppable,jquery-ui-slider,jquery-touc…:407(anonymous function) load-scripts.php?c=1&load%5B%5D=jquery-ui-sortable,jquery-ui-droppable,jquery-ui-slider,jquery-touc…:407m.event.dispatch load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:3r.handle

    • This reply was modified 11 years, 7 months ago by Elzean.
    #321265
    bur2000
    Participant

    Hey,

    I got Problems with the Google Map Widget since PHP 5.5 Update
    Using WordPress 4 and Enfold 2.9.2

    Displaying this Error Code on the Website:
    Warning: mysql_real_escape_string(): No such file or directory in /homepages/9/d517634603/htdocs/wordpress/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 1318

    Warning: mysql_real_escape_string(): A link to the server could not be established in /homepages/9/d517634603/htdocs/wordpress/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 1318

    Need help! Thanks

    • This topic was modified 11 years, 7 months ago by bur2000.
    #321259

    I’m trying with “Chrome Version 37.0.2062.120 m”, “Firefox 30.0” and “IE 11.0.9600.17280”

    My OS :
    Windows 7, Service Pack 1, 64bit

    The console show some messages :

    Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post.php?post=2426&action=edit:1
    Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) post.php?post=2426&action=edit:1
    Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post.php?post=2426&action=edit:536
    Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post.php?post=2426&action=edit:1
    XHR finished loading: GET "http://www.julientonsuso.com/wp-admin/admin-ajax.php?action=crayon-tag-editor&is_admin=1&version=2.6.6". load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4send load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4m.extend.ajax load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4m.(anonymous function) load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4c.getAJAX crayon.te.min.js?ver=2.6.6:1k.loadDialog crayon.te.min.js?ver=2.6.6:8k.bind crayon.te.min.js?ver=2.6.6:8(anonymous function) crayon_tinymce.js:59r wp-tinymce.php?c=1&ver=4104-20140822:8fire wp-tinymce.php?c=1&ver=4104-20140822:9N.initContentBody wp-tinymce.php?c=1&ver=4104-20140822:10N.init wp-tinymce.php?c=1&ver=4104-20140822:10(anonymous function) wp-tinymce.php?c=1&ver=4104-20140822:10(anonymous function) wp-tinymce.php?c=1&ver=4104-20140822:5o wp-tinymce.php?c=1&ver=4104-20140822:3h wp-tinymce.php?c=1&ver=4104-20140822:5(anonymous function) wp-tinymce.php?c=1&ver=4104-20140822:5n wp-tinymce.php?c=1&ver=4104-20140822:5
    XHR finished loading: POST "http://www.julientonsuso.com/wp-admin/admin-ajax.php". load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4send load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4m.extend.ajax load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4i load-scripts.php?c=1&load%5B%5D=jquery-ui-sortable,jquery-ui-droppable,jquery-ui-slider,jquery-touc…:407(anonymous function) load-scripts.php?c=1&load%5B%5D=jquery-ui-sortable,jquery-ui-droppable,jquery-ui-slider,jquery-touc…:407
    XHR finished loading: POST "http://www.julientonsuso.com/wp-admin/admin-ajax.php". load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4send load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4m.extend.ajax load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4i load-scripts.php?c=1&load%5B%5D=jquery-ui-sortable,jquery-ui-droppable,jquery-ui-slider,jquery-touc…:407(anonymous function) load-scripts.php?c=1&load%5B%5D=jquery-ui-sortable,jquery-ui-droppable,jquery-ui-slider,jquery-touc…:407
    XHR finished loading: POST "http://www.julientonsuso.com/wp-admin/admin-ajax.php". load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4
    XHR finished loading: POST "http://www.julientonsuso.com/wp-admin/admin-ajax.php". load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4
    XHR finished loading: POST "http://www.julientonsuso.com/wp-admin/admin-ajax.php". load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-u…:4
    #321250

    In reply to: Sidebar Widgets

    Hello,

    I’m not sure if I am doing this right? I have added this:

    //global sidebar
    if (dynamic_sidebar(‘Displayed Everywhere’)) : $default_sidebar = false; endif;

    if($custom_sidebar)
    {
    dynamic_sidebar($custom_sidebar);
    $default_sidebar = false;
    }

    But now the default does come first (which is what I want) then the custom sidebar but then the default again.

    To be honest I was a bit confused with Ismael’s reply:

    Find this code on line 71 of sidebar.php:

    //global sidebar
    if (dynamic_sidebar(‘Displayed Everywhere’)) : $default_sidebar = false; endif;

    What do I do when I find the above code?

    Thanks

    Andrew

    #321097

    Hey!

    1- Please add following code to Functions.php file in Appearance > Editor

    function add_custom_social_target(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('#avia_socialcount-3 a').attr('target','_blank');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_social_target');

    2- Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750

    Best regards,
    Yigit

    #320953

    Hi sandboxes!

    Thank you for using Enfold.

    You can adjust the thumbnail size of the masonry image on functions.php. Look for this code on line 110:

    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    

    Adjust the width and height then regenerate the thumbnails. The image dimension will also depend on the size of the columns. You might want to disable the full width masonry by placing the masonry element inside a 1/1 column layout. Set the Size Settings to Perfect Manual Masonry.

    Best regards,
    Ismael

    #320920

    In reply to: Sidebar Widgets

    Hey awilson3rd!

    Thank you for using Enfold.

    Find this code on line 71 of sidebar.php:

    //global sidebar
            if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;
    

    Then go look for this code on line 44:

      if($custom_sidebar)
            {
                dynamic_sidebar($custom_sidebar);
                $default_sidebar = false;
            }

    Replace it with this code:

     //global sidebar
            if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;
    
            if($custom_sidebar)
            {
                dynamic_sidebar($custom_sidebar);
                $default_sidebar = false;
            }
    

    Cheers!
    Ismael

    #320917

    Hi,

    Try adding this at the very end of your theme functions.php file:

    function add_custom_script(){
    ?>
    <script>
    (function($) {	
    	
       $(window).load(function() {
        	$('a[href*="iframe=true"]').magnificPopup({
        		disableOn: 700,
        		type: 'iframe',
        		mainClass: 'mfp-fade',
        		removalDelay: 160,
        		preloader: false,
    
        		fixedContentPos: false
        	});
        });
    
    })( jQuery );
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Regards,
    Josue

    #320905

    In reply to: Sidebar on Smartphones

    Hi,

    Try adding this at the very end of your theme functions.php file:

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    if (window.matchMedia("(min-width: 767px)").matches){
    	 jQuery("#main main").before(jQuery("#main aside"));      
    }
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');
    #320889
    gb
    Participant

    I followed the FTP install instructions and when I click the live preview, I get the following error,

    Any ideas?

    THANKS,

    GB

    PS – I upped my php.ini memory to 128 / 2048 – and problem still persists.

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /data/29/0/160/87/812902/user/834120/htdocs/gregorybeylerian/wp-includes/plugin.php on line 181

    #320625

    I too seem to have this problem. This is what Firebug says:

    You have included the Google Maps API multiple times on this page. This may cause unexpected errors.
    jo()main.js (regel 56)
    a = true
    
    main.js()main.js (regel 57)
    a = [0.009999999776482582, [[["http://mt0.googleapis.co...74000000&src=api&hl=nl&", "http://mt1.googleapis.co...74000000&src=api&hl=nl&"], null, null, 4 meer...], [["http://khm0.googleapis.com/kh?v=158&hl=nl&", "http://khm1.googleapis.com/kh?v=158&hl=nl&"], null, null, 4 meer...], [["http://mt0.googleapis.co...74000000&src=api&hl=nl&", "http://mt1.googleapis.co...74000000&src=api&hl=nl&"], null, null, 4 meer...], 12 meer...], ["nl", "US", null, 9 meer...], 25 meer...]
    b = 1410968108683
    
    google.maps.Load()js?sens...e&ver=3 (regel 19)
    apiLoad = function(a, b)
    main.js()main.js (regel 57)
    main.js()main.js (regel 59)
    
    error source line:
    ...%26%74%6F%6B%65%6E%3D");return function(d){d=d[wb](eo,"%27");var e=d+c;fo||(fo=/...

    Some of my plugins stop functioning correctly because of this. Unfortunately, your suggestion to add to functions.php did not work for me.

    • This reply was modified 11 years, 7 months ago by DavyE.
    #320618
    This reply has been marked as private.
    #320588

    In reply to: Http Error

    This reply has been marked as private.
Viewing 30 results - 15,211 through 15,240 (of 16,892 total)