-
Search Results
-
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
PaulMcEHello,
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 475Thank you for Feedback
BerndHello,
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.
Brendahi,
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 ?
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
Topic: H Tags – Special Heading
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
ErdoganI 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
Hey,
I got Problems with the Google Map Widget since PHP 5.5 Update
Using WordPress 4 and Enfold 2.9.2Displaying 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 1318Warning: 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
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
