-
Search Results
-
Topic: Fatal Error(s):
Hello,
The theme is beautiful and has functioned perfectly up until this point. When trying to make basic changes like adding a portfolio category or using a plugin, I receive the following error messages:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/16/3/92/11/3092337/user/3445976/htdocs/wp-admin/includes/update.php on line 56
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 7680 bytes) in/data/16/3/92/11/3092337/user/3445976/htdocs/wp-content/themes/enfold/includes/admin/register-dynamic-styles.php on line 122
Im not sure why this started happening; I’ve increased the memory allocation in my WP CONFIG file but no luck.
Any advice you can provide would be appreciated!
Is it possible to override the layout for just a single page, say inside my custom page template? If not is there some CSS/HTML way I can turn off the responsiveness in that particular page template?
My situation:
The property listings pages are served from the Real Estate Board’s servers, in pages that are wrapped in a footer and header pulled from my site. I created a page template named “header-only” that displays the normal page.php contents right up to the start of the content and ends.The problem I’m now having is that the Real Estate Board’s server is really old and is outputting HTML with fixed width tables. When these are wrapped in my Enfold header and footer, the margins at the left and right of the page prevent the entire 530px wide HTML table from showing up on a cel phone.
http://mlsr.realtylink.org/mlsr_get/res_sale_result.cfm?cid=1184786&comID=003173 Is an example of what I’m talking about, if you reduce the width of your window to the narrowest layout.
I am fairly sure that if I could just switch to Fixed Layout for this single page (or page template) then everything would work out fine, or I could at least just set some CSS rules for the widths and the viewport width wouldn’t affect anything.
Thank you!
Topic: Social Comments Probleme
hallo,
ich möchte gern twitterfeedback im blog anzeigen.
es gibt ein plguin, leider funktioniert die anzeige nicht.so soll es:

die anleitung gibt es hier:
http://stadt-bremerhaven.de/social-neues-kommentarsystem-fuer-wordpress/hat jemand eine iidee wie das comment.php zu modifizieren ist?
bis dann, marco.
Topic: Contact form 7 styling
Hey
I’m working on implementing the Contact form 7 plugin and have come across a couple of issues.
First if anyone else is wondering how to be able to use the column shortcodes (or any other shortcode) in CF7 then just add this line of code to your child theme’s functions.php:
add_filter( 'wpcf7_form_elements', 'do_shortcode' );Now my problem is trying to get the inputfield boxes to span the whole width of the column. Here’s a screenshot.

As you can see the “Fornavn” and “Efternavn” boxes do not span the whole column (which is 2x one/half width), more clearly at the bottom “Andet” which is placed in a fullwidth column. The boxes can scale down in width, but not up.
I’d also like to round the corners of the boxes, so they resemble the Enfold theme’s contactform, but come across another problem.Here’s the code added to the “Quick CSS”:
.wpcf7-form #cf7 { height: 40px; width: 100%; border-radius: 2; }#cf7 is a specific ID set in Contact form 7 so I can target specific inputboxes
It appears to me that the “width” and “border-radius” are overrided by some other codesnippet, because the only code that is applied is the height.How do I addresse the width and border-radius issues ?
Any suggestions are much welcomed, thanks
Topic: footer copyright problem
HI again
I modified the copyright in the footer.php file but I think I did something wrong. Can you check this code? Is there a way to revert to the original .php file if mistakes are made?// you can filter and remove the backlink with an add_filter function
// from your themes (or child themes) functions.php file if you dont want to edit this file
// you can also just keep that link. I really do appreciate it ;)
$kriesi_at_backlink = apply_filters(“kriesi_backlink”, ” This Is Touch / tel: +45 21 47 68 50 / (Email address hidden if logged out) “>email: (Email address hidden if logged out) / Copyright © 2014 This Is Touch. All rights reserved.”);//you can also remove the kriesi.at backlink by adding [nolink] to your custom copyright field in the admin area
if($copyright && strpos($copyright, ‘[nolink]’) !== false)
{
$kriesi_at_backlink = “<?php echo $kriesi_at_backlink; ?>”;
$copyright = str_replace(“[nolink]”,””,$copyright);
}thanks
every time I update a page, this will be blank when you open the page again, do not load the elements of advanced editor
http://prntscr.com/2m7u48
http://prntscr.com/2m7unbwith the default theme have no problems, but if the item enfold.
I console throws this error2
Consider using ‘dppx’ units instead of ‘dpi’, 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=3198&action=edit&message=1:1
Consider using ‘dppx’ units instead of ‘dpi’, 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: (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) post.php?post=3198&action=edit&message=1:185
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
