Viewing 30 results - 15,511 through 15,540 (of 16,892 total)
  • Author
    Search Results
  • #291697
    DStoeckl
    Participant

    Hi,

    when I put the code of the cleverreach-form (newsletter) to a page I’ll get errors.

    this is the form code

    <form class="layout_form cr_form cr_font" action="http://54181.seu1.cleverreach.com/f/54181-132699/wcs/" method="post" target="_blank">
    	<div class="cr_body cr_page cr_font formbox">
    		<div class="non_sortable" style="text-align:left;">
    			
    		</div>
    		
    		<div class="editable_content" style="text-align:left;">
    		<div id="2707217" rel="checkbox" class="cr_ipe_item ui-sortable musthave" style=" margin-bottom:0px;">
    <label class="itemname">Verbindliche Anmeldung*</label>
    <div style="overflow:auto;">
    
    <input id="Ja, ich möchte mich verbindlich zum How To Create My Life GruppenCoaching anmelden.2707217" class="cr_ipe_checkbox" name="1050979[]" value="Ja, ich möchte mich verbindlich zum How To Create My Life GruppenCoaching anmelden." type="checkbox">Ja, ich möchte mich verbindlich zum How To Create My Life GruppenCoaching anmelden.&nbsp;
    
    </div>
    <br style="clear:left;">
    </div><div id="2707218" rel="text" class="cr_ipe_item ui-sortable musthave" style=" margin-bottom:0px;">
    <label for="text2707218" class="itemname">Vorname*</label> <input id="text2707218" name="1050390" value="" style="width:100%;" type="text">
    </div><div id="2707219" rel="text" class="cr_ipe_item ui-sortable musthave" style=" margin-bottom:0px;">
    <label for="text2707219" class="itemname">Nachname*</label> <input id="text2707219" name="1050391" value="" style="width:100%;" type="text">
    </div><div id="2707213" rel="email" class="cr_ipe_item ui-sortable musthave" style="margin-bottom:px;">
    <label for="text2707213" class="itemname">E-Mail*</label> <input id="text2707213" name="email" value="" style="width:100%;" type="text">
    </div><div id="2707221" rel="text" class="cr_ipe_item ui-sortable" style=" margin-bottom:0px;">
    <label for="text2707221" class="itemname">Telefon</label> <input id="text2707221" name="1050980" value="" style="width:100%;" type="text">
    </div><div id="2707222" rel="mce_text" class="cr_ipe_item ui-sortable">
    <div class="mce_text"><p><b>Starttermin</b><br><br>Die Dauer des GruppenCoachings beträgt sechs Monate.</p></div>
    </div><div id="2707223" rel="radio" class="cr_ipe_item ui-sortable" style=" margin-bottom:0px;">
    <label class="itemname">Starttermine</label>
    <div style="overflow:auto;">
    
    <input id="1. Oktober 20142707223" class="cr_ipe_radio" name="1050981" value="1. Oktober 2014" type="radio">1. Oktober 2014&nbsp;
    
    <input id="1. November 20142707223" class="cr_ipe_radio" name="1050981" value="1. November 2014" type="radio">1. November 2014&nbsp;
    
    <input id="1. Dezember 20142707223" class="cr_ipe_radio" name="1050981" value="1. Dezember 2014" type="radio">1. Dezember 2014&nbsp;
    
    <input id="1. Januar 20152707223" class="cr_ipe_radio" name="1050981" value="1. Januar 2015" type="radio">1. Januar 2015&nbsp;
    
    <input id="1. Februar 20152707223" class="cr_ipe_radio" name="1050981" value="1. Februar 2015" type="radio">1. Februar 2015&nbsp;
    
    <input id="1. März 20152707223" class="cr_ipe_radio" name="1050981" value="1. März 2015" type="radio">1. März 2015&nbsp;
    
    </div>
    </div><div id="2707224" rel="textarea" class="cr_ipe_item ui-sortable" style=" margin-bottom:0px;">
    <label for="textarea_2707224" class="itemname">Optionale Nachricht</label><textarea id="textarea_2707224" name="1050700" style="width:100%;"></textarea>
    </div><div id="2707225" rel="mce_text" class="cr_ipe_item ui-sortable">
    <div class="mce_text"><p></p><p>Nach Ihrer <b><u>verbindlichen</u></b> Anmeldung erhalten Sie von uns eine Bestätigung per Email. Darin sind alle Details Ihres gebuchten E-Coachings und ein Fragebogen zu Ihrer persönlichen Situation enthalten.</p> <p>Eine Anzahlung von 10% des Programmpreises wird sofort fällig. Sie erhalten dazu eine gesonderte Rechnung. Den Restbetrag zahlen Sie bis 2 Wochen vor Programmstart.</p><p></p></div>
    </div><div id="2707226" rel="checkbox" class="cr_ipe_item ui-sortable" style=" margin-bottom:0px;">
    <label class="itemname">Newsletter Anmeldung</label>
    <div style="overflow:auto;">
    
    <input id="Ich möchte außerdem den How To Create My Life Abroad Newsletter erhalten.2707226" class="cr_ipe_checkbox" name="1050703[]" value="Ich möchte außerdem den How To Create My Life Abroad Newsletter erhalten." selected="" checked="" type="checkbox">Ich möchte außerdem den How To Create My Life Abroad Newsletter erhalten.&nbsp;
    
    </div>
    <br style="clear:left;">
    </div><div id="2707215" rel="button" class="cr_ipe_item ui-sortable submit_container" style="text-align:center; margin-bottom:15px;">
    <button type="submit" class="cr_button">Senden</button>
    </div>
    	</div>
    	
    	<noscript><a href="http://www.cleverreach.de">www.CleverReach.de</a></noscript>
    </div>
    
    </form>

    and this are the errors:
    Warning: array_map() [function.array-map]: Argument #2 should be an array in …/wp-includes/post.php on line 2001

    Warning: Cannot modify header information – headers already sent by (output started at…/wp-includes/post.php:2001) in …/wp-admin/post.php on line 235

    Warning: Cannot modify header information – headers already sent by (output started at …/wp-includes/post.php:2001) in …/wp-includes/pluggable.php on line 1121

    What I have to do, that I can use html-code from other sites. I allways use text-element. using the code-element causes the same issues.
    Thanks,
    Daniela

    #291535

    Hey Yigit

    Thanks for your amazingly fast response!

    That worked, but I get an error message on the page:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘avia_close_summary_div’ not found or invalid function name in /home/wowoweb3/domains/wowowow.be/public_html/mercken/wp-includes/plugin.php on line 470

    U can see it on the live site also.

    Greetings

    Tom

    Hi Jens!

    Danke, dass Sie unser Theme verwenden.

    Die Einstellung dafür findet Ihr in functions.php Zeile 101+102:

    
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		  // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );	  // images for fullsize pages and fullsize slider
    
    

    ‘entry_with_sidebar’ wird verwendet. Eine Änderung wirkt sich aber auf die gesamte Seite aus.

    Falls das nicht gewünscht wird, müsste man eigene Formate definieren und dann in

    enfold/config-woocommerce/config.php Änderungen durchführen:

    
    //Zeile 704ff
    $image_size = "entry_with_sidebar";  // durch neuen Namen ersetzen
    if($layout == 'fullsize') $image_size = 'entry_without_sidebar';    // durch neuen Namen ersetzen
    

    LG
    Günter

    • This reply was modified 11 years, 9 months ago by Günter.
    #291427

    Hi srs6270!

    Thank you for using the theme.

    Why exactly do you want to edit the breadcrumbs? If I am not mistaken, the avia framework can only be modified using filters on the child theme functions.php. If you can tell us why you need to edit the breadcrumbs, maybe we can help. If you want to alter the avia shortcodes using a child theme, add this on functions.php:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }

    Create a shortcode folder then copy the element or shortcode that you want to edit from config-templatebuilder > avia-shortcodes folder. Place it on the child theme’s shortcode folder. I’ll ask Dude to check, maybe my answer is insufficient.

    Best regards,
    Ismael

    #291388

    Hey Richard!

    Thank you for using the theme.

    Please edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 471:

    $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">".$excerpt."</div>" : '';
    

    Replace it with this:

    
    					$readmore = '<br /><a href="'.get_permalink($the_id).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>';
                        $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">".$excerpt.$readmore."</div>" : '';

    Best regards,
    Ismael

    #291342

    guys I’m happy to add more to my child theme functions.php – that plugin is very confusing and I have no idea which image size I’m changing?

    See the theme options here – what image class am I supposed to change?

    http://awesomescreenshot.com/07535bte72

    webWahine
    Participant

    Fatal error: Call to undefined function avia_get_header_scroll_offset() in /home/royal2014/public_html/wp-content/themes/Enfold/css/dynamic-css.php on line 772

    Please help! This site is live!

    #291283

    Hi Peter,

    unfortunately I get the same error message.

    Parse error: syntax error, unexpected ‘ad’ (T_STRING) in /home2/lepure/public_html/wp-content/themes/enfold/functions.php on line 507

    Any chance it’s a problem with Hostgator’s php settings?

    I could provide you with the login data to Hostgator and/or WP, if you wish.

    Thanks,
    Julia

    #290959

    Hey Holger!

    You need to change the php code in:

    enfold->framework->php->class-framework-widgets.php

    At line 519 you find:

    
    echo "<a class='news-link' title='".get_the_title()."' href='".get_permalink()."'>";
    

    Replace this with:

    
    $title = get_the_title();
    if(strlen($title) > 30)
    {
    $title = substr($title, 0, 27).'...';
    }
    echo "<a class='news-link' title='".$title."' href='".get_permalink()."'>";
    

    Best regards,
    Günter

    #290948

    Hey Swedfit!

    Thank you for using our theme.

    You need to make a change to the php code in file enfold/includes/loop-index.php.

    At line 127 you find:

    
    echo $title;
    

    If you are using a child theme, copy this file to the includes folder of the childtheme and make your changes there. This would be the recommended way as in case of an update your changes will not be overwritten.

    Cheers!
    Günter

    #290876
    eli2014
    Participant

    Hi, thanks for this great theme. Although I am new to WordPress, I find it very easy to use.

    I am building a web site which must conform with WCAG 2.0 Level A. When I check the pages with AChecker (http://achecker.ca/checker/index.php), I get the following problem reported by the tool.

    2.4 Navigable: Provide ways to help users navigate, find content, and determine where they are.
    Success Criteria 2.4.4 Link Purpose (In Context) (A)
    Check 174: Anchor contains no text.
    Repair: Add text to the a element or the title attribute of the a element or, if an image is used within the anchor, add Alt text to the image.

    The problem is caused by the following line
    <a id="advanced_menu_toggle" href="#" aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></a><a id="advanced_menu_hide" href="#" aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></a>

    Is there a way that I can rectify this problem?

    • This topic was modified 11 years, 9 months ago by eli2014.
    #290827

    Hey wid2307!

    You would need to customize that element via a child theme to change the output. I did a customization for our upcoming documentation relaunch which you can use as a model: https://github.com/DevinVinson/enfold-child-docs

    I’ve added a function in the function.php to use the shortcodes folder there and then put the magazine element into the folder so I could customize it. In my case I changed it so that the articles and posts would show a ‘last updated’ line instead of the date.

    Best regards,
    Devin

    #290732

    Hey Micheal0424!

    Yes, this is possible but, sadly, I can’t find any yelp icon on http://fontello.com/. If you find the icon, you can do the following:

    Edit functions.php, find this code on line 16:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['new-social-icon']	 = array( 'font' =>'fontello', 'icon' => 'ue970');
    return $icons;
    }
    
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons['New Social Icon'] = 'new-social-icon';
    return $icons;
    }

    If that doesn’t work please download the font that you want on http://fontello.com/ then upload it via Enfold > Enfold > Import/Export panel > Iconfont Manager. Edit functions.php, find this code:

    'scrolltop' 	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),
    

    Below, add this code:

    'new-social-icon' 	=> array( 'font' =>'fontello', 'icon' => 'ue802'),
    

    I used the checkmark from Font Awesome. Edit includes > admin > register-admin-options.php, find this code on line 971:

    'Youtube'   => 'youtube',
    

    Below, add this code:

    'New Social Icon'   => 'new-social-icon',
    

    You can now select the Slideshare social icon. You can do the same with yelp icons. Regarding the icon codes, you need to remove the plus sign. U+E802 should be converted to ue802. You can do the same with different social icons.

    Refer to this thread for more info: https://kriesi.at/support/topic/head-with-social-media-and-large-logo/

    Regards,
    Ismael

    #290553
    designbyjm
    Participant

    I am getting this error when I activate the theme:

    Warning: session_start(): open(/tmp/sess_8567dbc2ee35caf51234cbae31d73cca, O_RDWR) failed: Permission denied (13) in /home/koelzer/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/koelzer/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/koelzer/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    #290443

    Hi ShortieD!

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

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

    and change it to

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

    then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
    Cheers!
    Yigit

    #290392

    Topic: Infected Theme File

    in forum Enfold
    Tim Seegers
    Participant

    Hi

    wordfence says that the following file is infected: wp-content/themes/n672r4.php
    What can I do to remove the virus?
    If the file is important, or can I just delete?

    This is the homepage: http://www.kerkhoff-transporte.com/

    #290311

    In reply to: Isotope v2 and RTL

    Hey!

    Copy js/avia.js to your child theme folder and add this to the child functions.php:

    function wp_change_aviajs() {
       wp_dequeue_script( 'avia-default' );
       wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true );
    }
    add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );

    The RTL setting is set in line 1107:

    layoutMode : 'fitRows', itemSelector : '.flex_column', isOriginLeft: false
    

    Cheers!
    Josue

    #290196

    In reply to: Change Socket Linkage

    Parse error: syntax error, unexpected end of file in /home/content/p3nexnas05_data01/84/2127184/html/wp-content/themes/enfold/functions.php on line 492

    The site is not working now, I got the error message above.

    #289993

    Topic: functions.php

    in forum Enfold
    Schloss Klaus
    Participant

    Hi,

    i missed to create at first a child theme for enfold. So evry change i make in the funtcions.php is lost on evry update.

    The most important rule is for Contact Form 7:
    add_filter( 'wpcf7_form_elements', 'do_shortcode' );

    As you see, it’s a very simple rule for using shortcodes from wordpress and also the theme in cf7.

    Is it somehow possible, to add the rule in another way, or that you implement it to the next update.

    Best regards
    patrick ;)

    #289984
    This reply has been marked as private.
    #289687

    In reply to: Enfold Bugs/Issues

    This reply has been marked as private.
    #289650

    Hey!

    Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open logoslider.php file and find

    "required"=> array('link','equals','manually'),

    and change it to

    "required"=> array('link','equals','lightbox'),

    then add title in element manually – http://i.imgur.com/6GPU37i.png

    Regards,
    Yigit

    #289570
    #289434
    This reply has been marked as private.
    #289341

    Hey dcashion!

    Thank you for visiting the support forum!

    If you want a square thumbnail for blog posts, edit functions.php. Find this code on line 103:

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

    Replace the height to 710:

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

    Upload the images again or regenerate them using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    #289251

    Hello Peter,

    From WPML wrote me next:

    “I tested this and it seems to work properly with the default theme. I changed the file config-wpml/config.php at the lines 268-270:

    if( $lang['language_code'] == 'en' ) {
    $lang['url'] = str_replace( 'http://www.novamaris.es/&#039;, 'http://www.yachtcharterbcn.com/&#039;, $lang['url'] );
    }

    This solved issue. I don t know if it was a config WPML theme or WPML plugin, and if this solution was definitly or something temporal until next update.
    The question is that today i have updated theme to 2.9 and that solution is not working now.
    Us well i have detected that puglin for booking is not working for second language (yes for main):
    Exemple: main: http://www.yachtcharterbcn.com/charter/rent-sailboat-jeanneau-so39ds/ at end is booking calendar
    second language: http://www.novamaris.es/charter/alquila-velero-jeanneau-so39ds/ at end booking plugin calendar doesn t charge …
    I need help to solve this issue.
    Regards
    Sergio

    #289231

    In reply to: Enfold Bugs/Issues

    This reply has been marked as private.
    #289113

    In reply to: Team Member Layout

    This reply has been marked as private.

    Hi,

    I disabled all plugins except SEO. Now I can see the page loading, but the layout builder keeps loading and doesn’t appear.

    In the “WordPress SEO by Yoast” field I get the message:

    Fatal error: Out of memory (allocated 33554432) (tried to allocate 55492 bytes) in /homepages/1/d227302576/htdocs/f10_neu/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles.php on line 182

    Mariusz
    Participant

    Hi,
    Due https://kriesi.at/support/topic/where-is-the-advanced-layout-editor-for-blog-post/ and https://vimeo.com/64996057 video I hardcoded /config-templatebuilder/avia-template-builder/config/meta.php file.
    This modification works for a parent theme, but it doesn’t work when used in child theme.

    Is that possible to make it work in a child theme?
    I reckon that some kind of checkbox to on/off this option ought to be in admin panel.

    Kind regards
    M

Viewing 30 results - 15,511 through 15,540 (of 16,892 total)