-
Search Results
-
Hallo,
seit etlichen Tagen funktioniert MyMail nicht mehr richtig in meiner ENFOLD-Umgebung. Im Theme “Twenty Fourteen” arbeitet die Anmeldung zum Newletter jedoch korrekt: Will man sich auf http://www.geschichtsverein-leegebruch.de/newsletter für den NL anmelden, trägt man seine Daten ein und bestätigt. Es folgt eine E-Mail an die angegebene Adresse zur Bestätigung der Eintragung (soweit korrekt). Bei Bestätigung des Links in der Mail sollte jedoch eine Webseite aufgerufen werden, die die Anmeldung bestätigt, diese Seite bleibt jedoch leer. Wie bei MyMail vorgesehen, befinden sich die Shortcuts für die Bestätigung und die Abmeldebestätigung auf der gleichen Seite (“newsletter”) wie die Anmeldeformulare.
Die Inhalte dieser Seite sind jeweils in Text-Blocks des Avia-Layout-Architekten gepackt.Im Backend wird unterdessen der Eintrag mit dem Status “pending” abgelegt, aber eben nicht als subscribed.
Wenn ich nun im Debug-Modus im Backend den Eintrag lösche erscheint folgende Fehlermeldung: “Notice: Undefined offset: 1 in /www/htdocs/w01193b3/geschichtsverein/wp-includes/functions.php on line 784
Warning: Cannot modify header information – headers already sent by (output started at /www/htdocs/w01193b3/geschichtsverein/wp-includes/functions.php:784) in /www/htdocs/w01193b3/geschichtsverein/wp-includes/pluggable.php on line 1179”Da die Funktion im Standardtheme funktioniert, habe ich den Verdacht, dass es doch einen Konflikt mit Enfold und MyMail gibt. Vielleicht habt Ihr eine Lösung?
mfG
Giso SiebertHi there,
I have a couple of issues with Enfold and I was wondering if anyone would be able to assist.
1) – The read more link text which can be seen here http://www01.animal-print.dk/?page_id=1459 as […] appears to be defined by php files (please correct me if I’m wrong). Which php file(s) define this and how can I restore the link on it (it doesn’t link to anything at present).
2) – On this page http://www01.animal-print.dk/?page_id=4673 in the Advanced Editor the ø is displaying as some very bizzare code. In addition to this, if I open the team member element containing this skand character it deletes the element below. I’ve tried creating the element fresh, and tried using html code for the skand but it still won’t work. What makes it worse is that skands seems to work fine in other elements. Any help would be greatly appreciated.Thanks
Hi
Just upgraded to latest version of your theme from a pre 3.0 version and also upgraded WordPress.Now having weird wrapping issue with a 3 column portfolio grid and its only affecting the first row see here
Also some weird things happening if we choose all values from a “taxonomy” for the portfolio grid….
server error shows… so a comma is creeping in before the ORDER BY
[08-Dec-2014 17:36:59 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ vas_posts.post_date ASC’ at line 1 for query SELECT vas_posts.* FROM vas_posts INNER JOIN vas_term_relationships ON (vas_posts.ID = vas_term_relationships.object_id) WHERE 1=1 AND ( vas_term_relationships.term_taxonomy_id IN (69,70,71) ) AND vas_posts.post_type IN (‘post’, ‘page’, ‘attachment’, ‘revision’, ‘nav_menu_item’, ‘exhibition’, ‘artist’, ‘publication’, ‘press’, ‘press-release’, ‘acf’, ‘apto_sort’, ‘portfolio’, ‘avia_framework_post’) AND (vas_posts.post_status = ‘publish’ OR vas_posts.post_author = 2 AND vas_posts.post_status = ‘private’) GROUP BY vas_posts.ID ORDER BY , vas_posts.post_date ASC made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), call_user_func_array, AviaBuilder->template_redirect, require_once(‘/themes/enfold/template-builder.php’), apply_filters(‘the_content’), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, aviaShortcodeTemplate->shortcode_handler_prepare, avia_sc_columns->shortcode_handler, ShortcodeHelper::avia_remove_autop, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, aviaShortcodeTemplate->shortcode_handler_prepare, avia_sc_portfolio->shortcode_handler, avia_post_grid->query_entries, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
Topic: fonts problem
hello dear team devs,
so i’m building the 5th website now using your wonderful theme and loving every minute-great theme!
i have one problem though: the customer has its own type face he wants to use. he bought the licence and sent me the files, which only comes in woff format.
this is what i did – both changes were made only on the child theme files – but its not working and i will be glad to find out why:
/* Theme Name: Enfold Child Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then. Version: 1.0 Author: Kriesi Author URI: http://kriesi.at Template: enfold */ /*Add your own styles here:*/ @font-face { font-family: ‘DINWeb’; src: url(fonts/DINWeb.woff) format(‘woff’), font-weight: normal; font-style: normal; } @font-face { font-family: ‘DINWebBold’; src: url(fonts/DINWeb-Bold.woff) format(‘woff’), font-weight: normal; font-style: normal; } @font-face { font-family: ‘DINWebLight’; src: url(fonts/DINWeb-Light.woff) format(‘woff’), font-weight: normal; font-style: normal; } body, h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox { font-family:‘DINWeb’, 'Terminal Dosis', ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; }note: i inserted the terminal dosis as a fallback font so i will recognize best that the actual web font is not showing.
and in funcsions.php:
<?php /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */ if(isset($avia_config['use_child_theme_functions_only'])) return; add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Ropa'] = 'Ropa Sans:400'; $fonts['Ek Mukta'] = 'Ek Mukta:200,300,400,500,600,700'; $fonts['Ek Mukta 800'] = 'Ek Mukta:800'; $fonts['DINWebLight'] = 'DINWebLight'; $fonts['DINWebBold'] = 'DINWebBold'; $fonts['DINWeb'] = 'DINWeb'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Ropa'] = 'Ropa Sans:400'; $fonts['Ek Mukta'] = 'Ek Mukta:400'; $fonts['Ek Mukta 800'] = 'Ek Mukta:800'; $fonts['DINWebLight'] = 'DINWebLight'; $fonts['DINWebBold'] = 'DINWebBold'; $fonts['DINWeb'] = 'DINWeb'; return $fonts; }any idea why its not working and how i can fix this?
thanks,
eynav
Hello,
I just installed the plugin BWL pro Voting manager:
http://codecanyon.net/item/bwl-pro-voting-manager/7616885And someone when I use the custom short code in the PostSlider.php to call the plugin out the votes does not work correctly.
If you head over to the my website you can see all the votes are the same.The code I used at around line 379 was:
$wsiwvote = do_shortcode(‘[bwl_pvm /]’);
and
$output .= $wsiwvote;I contacted the creator of the plugin and he said it is a theme related issue:
That’s a theme related issue. Better you can contact with theme developer.
From my side, I can give you some hints:
– You need to use echo before do_shortcode(“[bwl_pvm/]”) .
– You need to place shortcode tag inside loop.
– $output .= “$wsiwvote”; this is wrong, correct code should be: $output .= $wsiwvote;Do you know where I should place the short code tag so that it is inside a loop?
Thanks
Topic: Fatal Error
Hello,
When I go to try and edit the menus I get this error:
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/fxtrad8/public_html/wp-includes/formatting.php on line 716
I have left my login credentials in the private content in case you need to gain access
Hi,
i want a own 3:2 Picture Size for my Slider Gallery, with 735 x 490px. I change the value in the function.php at “magazine”.
`line 107 $avia_config[‘imgSize’][‘magazine’] = array(‘width’=>735, ‘height’=>490 ); // images for magazines
The new value is visible in the Gallery, but the pictures looks in the format as before.
What should i do?Best Regards
Daniel
I had this error when enable WPML string translation plugin (PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 112 bytes) in wwwroot\wp-content\plugins\wpml-string-translation\inc\functions.php on line 2449)
and I asked WPML support developer they said :
It is a compatibility problem between your theme Enfold and the string translation module. ,Please check for an updated version of your theme. The issue may be fixed if there is a new version.I am using version 3.0.4 !! …. any help here
my website
http://alzeinsoft.com/Topic: Logo slider issue
Hi,
When we setup the homepage with the logo slider we get the following error: Notice: Undefined variable: img in /srv/www/vhosts/maxfx.stm/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider.php on line 467
Can you please explain how we can fix it?
Regards,
StylemixThemes
