Viewing 30 results - 16,141 through 16,170 (of 16,891 total)
  • Author
    Search Results
  • Hey!

    Try to replace this line in functions-enfold.php

    
    $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'></a></li>';
    

    with

    
    $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'">&#9776;</a></li>';
    

    If the code doesn’t work try the hex values here: http://www.fileformat.info/info/unicode/char/2630/index.htm – you need to replace ☰ with the hex value

    Regards,
    Peter

    #216780

    Hi krieg17!

    Please try to increase the allocated php mermory to 128M. Please see http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,
    Yigit

    #216735

    Topic: Fatal Error(s):

    in forum Enfold
    trentwillis
    Participant

    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!

    #216715

    Thanks Yigit!

    1. CSS worked!

    2. I followed Peter’s post here but it didn’t work.
    https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356

    Here is what I did:

    A) register-admin-options.php

    (added Apple and Yelp entires in alphabetical order. This worked, As you can see there are two empty place holders in the header on my site. They are functional but no icons.)

    'avf_social_icons_options', array(
    
    									'500px' 	=> 'five_100_px',
    									'Apple' 	=> 'apple',
    									'Behance' 	=> 'behance',
    									'Dribbble' 	=> 'dribbble',
    									'Facebook' 	=> 'facebook',
    									'Flickr' 	=> 'flickr',
    									'Google Plus' => 'gplus',
    									'Instagram'  => 'instagram',
    									'LinkedIn' 	=> 'linkedin',
    									'Pinterest' 	=> 'pinterest',
    									'Skype' 	=> 'skype',
    									'Soundcloud'=> 'soundcloud',
    									'Tumblr' 	=> 'tumblr',
    									'Twitter' 	=> 'twitter',
    									'Vimeo' 	=> 'vimeo',
    									'Xing' 		=> 'xing',
    									'Yelp' 	=> 'yelp',
    									'Youtube'   => 'youtube',
    									'Special: RSS (add RSS URL, leave blank if you want to use default WordPress RSS feed)' => 'rss',
    									'Special: Email Icon (add URL to a contact form)' => 'mail', => 'mail',

    B) Downloaded font zip from Fontello

    C) Checked social-fontello-codes.css for code and Fontello website (I only tried one icon because I wasn’t sure how to add two)
    See here
    http://goo.gl/Wbw1F3
    http://goo.gl/VGqGCc

    D) functions.php

    (added at very bottom)

    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['yelp']	 = array( 'font' =>'social-fontello', 'icon' => 'ue800');
    return $icons;
    }

    Doesn’t seem to work. Any ideas? Thanks, Jasmer

    #216309
    This reply has been marked as private.
    #216181
    Nikkles
    Participant

    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!

    #216151

    In reply to: Email "Contact" Form

    Here is the full error report I get from WP SMTP plug in when I try to send an email

    Test Message Sent
    The result was:
    bool(false)
    The full debugging output is shown below:
    object(PHPMailer)#39 (65) {
    [“Priority”]=>
    int(3)
    [“CharSet”]=>
    string(5) “UTF-8”
    [“ContentType”]=>
    string(10) “text/plain”
    [“Encoding”]=>
    string(4) “8bit”
    [“ErrorInfo”]=>
    string(43) “SMTP Error: Could not connect to SMTP host.”
    [“From”]=>
    string(27) ” (Email address hidden if logged out)
    [“FromName”]=>
    string(7) “Damasio”
    [“Sender”]=>
    string(27) ” (Email address hidden if logged out)
    [“ReturnPath”]=>
    string(0) “”
    [“Subject”]=>
    string(47) “WP Mail SMTP: Test mail to (Email address hidden if logged out)
    [“Body”]=>
    string(68) “This is a test email generated by the WP Mail SMTP WordPress plugin.”
    [“AltBody”]=>
    string(0) “”
    [“MIMEBody”:protected]=>
    string(69) “This is a test email generated by the WP Mail SMTP WordPress plugin.

    [“MIMEHeader”:protected]=>
    string(506) “Date: Tue, 28 Jan 2014 23:02:37 +0000
    Return-Path: (Email address hidden if logged out)
    To: (Email address hidden if logged out)
    From: Damasio
    Reply-To: Damasio
    Subject: WP Mail SMTP: Test mail to (Email address hidden if logged out)
    Message-ID: < (Email address hidden if logged out) >
    X-Priority: 3
    X-Mailer: PHPMailer 5.2.4 (http://code.google.com/a/apache-extras.org/p/phpmailer/)
    MIME-Version: 1.0
    Content-Transfer-Encoding: 8bit
    Content-Type: text/plain; charset=UTF-8


    [“mailHeader”:protected]=>
    string(0) “”
    [“WordWrap”]=>
    int(0)
    [“Mailer”]=>
    string(4) “smtp”
    [“Sendmail”]=>
    string(18) “/usr/sbin/sendmail”
    [“UseSendmailOptions”]=>
    bool(true)
    [“PluginDir”]=>
    string(0) “”
    [“ConfirmReadingTo”]=>
    string(0) “”
    [“Hostname”]=>
    string(0) “”
    [“MessageID”]=>
    string(0) “”
    [“MessageDate”]=>
    string(0) “”
    [“Host”]=>
    string(14) “smtp.gmail.com”
    [“Port”]=>
    string(3) “465”
    [“Helo”]=>
    string(0) “”
    [“SMTPSecure”]=>
    string(3) “ssl”
    [“SMTPAuth”]=>
    bool(true)
    [“Username”]=>
    string(27) ” (Email address hidden if logged out)
    [“Password”]=>
    string(16) “Shantishanti2014”
    [“AuthType”]=>
    string(0) “”
    [“Realm”]=>
    string(0) “”
    [“Workstation”]=>
    string(0) “”
    [“Timeout”]=>
    int(10)
    [“SMTPDebug”]=>
    bool(true)
    [“Debugoutput”]=>
    string(4) “echo”
    [“SMTPKeepAlive”]=>
    bool(false)
    [“SingleTo”]=>
    bool(false)
    [“SingleToArray”]=>
    array(0) {
    }
    [“LE”]=>
    string(1) ”

    [“DKIM_selector”]=>
    string(0) “”
    [“DKIM_identity”]=>
    string(0) “”
    [“DKIM_passphrase”]=>
    string(0) “”
    [“DKIM_domain”]=>
    string(0) “”
    [“DKIM_private”]=>
    string(0) “”
    [“action_function”]=>
    string(0) “”
    [“Version”]=>
    string(5) “5.2.4”
    [“XMailer”]=>
    string(0) “”
    [“smtp”:protected]=>
    object(SMTP)#40 (11) {
    [“SMTP_PORT”]=>
    int(25)
    [“CRLF”]=>
    string(2) ”

    [“do_debug”]=>
    bool(true)
    [“Debugoutput”]=>
    string(4) “echo”
    [“do_verp”]=>
    bool(false)
    [“Timeout”]=>
    int(10)
    [“Timelimit”]=>
    int(30)
    [“Version”]=>
    string(5) “5.2.4”
    [“smtp_conn”:”SMTP”:private]=>
    bool(false)
    [“error”:”SMTP”:private]=>
    array(1) {
    [“error”]=>
    string(38) “Called Reset() without being connected”
    }
    [“helo_rply”:”SMTP”:private]=>
    NULL
    }
    [“to”:protected]=>
    array(1) {
    [0]=>
    array(2) {
    [0]=>
    string(20) ” (Email address hidden if logged out)
    [1]=>
    string(0) “”
    }
    }
    [“cc”:protected]=>
    array(0) {
    }
    [“bcc”:protected]=>
    array(0) {
    }
    [“ReplyTo”:protected]=>
    array(1) {
    [” (Email address hidden if logged out) “]=>
    array(2) {
    [0]=>
    string(27) ” (Email address hidden if logged out)
    [1]=>
    string(7) “Damasio”
    }
    }
    [“all_recipients”:protected]=>
    array(1) {
    [” (Email address hidden if logged out) “]=>
    bool(true)
    }
    [“attachment”:protected]=>
    array(0) {
    }
    [“CustomHeader”:protected]=>
    array(0) {
    }
    [“message_type”:protected]=>
    string(5) “plain”
    [“boundary”:protected]=>
    array(3) {
    [1]=>
    string(35) “b1_6c3d997ba5c61b489cf44dbe33e03d60”
    [2]=>
    string(35) “b2_6c3d997ba5c61b489cf44dbe33e03d60”
    [3]=>
    string(35) “b3_6c3d997ba5c61b489cf44dbe33e03d60”
    }
    [“language”:protected]=>
    array(18) {
    [“authenticate”]=>
    string(35) “SMTP Error: Could not authenticate.”
    [“connect_host”]=>
    string(43) “SMTP Error: Could not connect to SMTP host.”
    [“data_not_accepted”]=>
    string(30) “SMTP Error: Data not accepted.”
    [“empty_message”]=>
    string(18) “Message body empty”
    [“encoding”]=>
    string(18) “Unknown encoding: ”
    [“execute”]=>
    string(19) “Could not execute: ”
    [“file_access”]=>
    string(23) “Could not access file: ”
    [“file_open”]=>
    string(33) “File Error: Could not open file: ”
    [“from_failed”]=>
    string(35) “The following From address failed: ”
    [“instantiate”]=>
    string(36) “Could not instantiate mail function.”
    [“invalid_address”]=>
    string(15) “Invalid address”
    [“mailer_not_supported”]=>
    string(25) ” mailer is not supported.”
    [“provide_address”]=>
    string(54) “You must provide at least one recipient email address.”
    [“recipients_failed”]=>
    string(45) “SMTP Error: The following recipients failed: ”
    [“signing”]=>
    string(15) “Signing Error: ”
    [“smtp_connect_failed”]=>
    string(22) “SMTP Connect() failed.”
    [“smtp_error”]=>
    string(19) “SMTP server error: ”
    [“variable_set”]=>
    string(30) “Cannot set or reset variable: ”
    }
    [“error_count”:protected]=>
    int(2)
    [“sign_cert_file”:protected]=>
    string(0) “”
    [“sign_key_file”:protected]=>
    string(0) “”
    [“sign_key_pass”:protected]=>
    string(0) “”
    [“exceptions”:protected]=>
    bool(true)
    }
    The SMTP debugging output is shown below:
    SMTP -> ERROR: Failed to connect to server: Connection refused (111)

    #216127

    In reply to: Form Issues

    Hi wildwoodbranding!

    Install and configure WP SMTP plugin. Please ask your hosting provider to make sure they allow sending emails through php mail function and what limitations are there on protecting against spam being sent out. Have you tried the Contact Form 7 plugin? or the Formidable plugin? It works with the Enfold theme.

    Regards,
    Ismael

    #215903

    Hi – I know that HeartInternet allow the use of sendmail.php cos I use php to send forms on other sites. I looked at Contact Form 7 and didnt understand what it would do that wp-easy-smtp does / doesn’t do. Should the wp-easy-smtp not be overwriting the php mail function ?

    #215900
    netztaucher
    Participant

    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.

    • This topic was modified 12 years, 2 months ago by netztaucher.
    #215879

    Hi SolingLover!

    Please ask your hosting provider to make sure they allow sending emails through php mail function and what limitations are there on protecting against spam being sent out. Have you tried the Contact Form 7 plugin? It works with the Enfold theme.

    Cheers!
    Ismael

    #215859

    Hey bcs247!

    It is not happening on our end. Please try to increase the wordpress php memory limit. Refer to this link.

    Cheers!
    Ismael

    #215749

    Topic: Contact form 7 styling

    in forum Enfold
    yogananda
    Participant

    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.
    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

    #215741
    Munford
    Participant

    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

    #215725

    In reply to: Avia builder templates

    Hi!

    You could view the source code of your template and copy the html code into a php file but imo this doesn’t make much sense. You can activate the debug mode though: https://kriesi.at/support/topic/adding-prettyphoto-to-ex-and-icon/#post-213817 to get access to the raw shortcode data.

    Regards,
    Peter

    #215692

    Hey!

    Your wordpress installation seems to be broken. I switched to the default TwentyThirteen Theme and the TinyMCE Editor doesn’t work too. I get the same error with Enfold:

    
    GET http://www.smallworldbeers.com/wp-includes/js/tinymce/langs/en.js?ver=359-20131026 404 (Not Found) wp-tinymce.php?c=1&ver=359-20131026:1
    
    Failed to load: http://www.smallworldbeers.com/wp-includes/js/tinymce/langs/en.js wp-tinymce.php?c=1&ver=359-20131026:1
    GET http://www.smallworldbeers.com/wp-includes/js/tinymce/themes/advanced/langs/en.js?ver=359-20131026 404 (Not Found) wp-tinymce.php?c=1&ver=359-20131026:1
    
    Failed to load: http://www.smallworldbeers.com/wp-includes/js/tinymce/themes/advanced/langs/en.js wp-tinymce.php?c=1&ver=359-20131026:1
    

    It seems like one or more files are missing. Please try to re-install wordpress and upload the wordpress3.8.1 files from here: http://wordpress.org/latest.zip to your server. Use ftp and make sure all “old” files on your server are affected by the update and ftp overwrites them. If the update doesn’t fix the issue for you try this fix: http://wordpress.org/support/topic/visual-editor-not-working-mimicing-html-editor-blanking-out-no-tool-bar?replies=7#post-2974630

    Best regards,
    Peter

    #215605

    You may be able to hard code it into the header.php and remove the themes nav (lines 167 to 178).

    If you needed a custom walker to custom style the sub menu items with special classes then you would still have to write that and then use the wp_nav_menu function to load your menu in.

    Hi!

    Ok,

    1) Please try to update (or re-install) the theme files with ftp ( https://vimeo.com/channels/aviathemes/67209750 ) and make sure ALL files on the server are updated. If you didn’t modify the theme files the best solution is to delete the entire wp-content/themes/enfold/ folder and to upload the uncompressed enfold folder from your hard drive.

    2) The ZipArchive is a standard php class: http://www.php.net/manual/en/class.ziparchive.php
    If your server returns an error like “Class ‘ZipArchive’ not found” please contact your hoster and ask the server administrator to activate the ZipArchive class/support for you. Maybe they need to update the php version or change the php.ini config file for you.

    Best regards,
    Peter

    #215259

    Hey!

    if i change the get_footer in the template-guilder.php, it will change the footer for every page, correct?

    Yes, that’s correct. However you can use conditionals: http://codex.wordpress.org/Conditional_Tags to load different footers on different pages. I.e. Replace this code in template-builder.php

    
    get_footer();
    

    with

    
    
    if(is_page(array(42,54,6))){
    get_footer('miamifooter');
    }else if(is_page(array(4,5,67))){
    get_footer('othercustomtmp');
    }else{
    get_footer();
    }
    

    Then replace 42,54,6 and 4,5,67 with your custom page ids and make sure that the right templates are called. The example code above would use the “miamifooter” template on the pages 42,54 and 6. The “othercustomtmp” is used on 4,5,67 and all other pages will use the default template.

    Regards,
    Peter

    kevinpropper
    Participant

    Is the LayerSlider WP plugin that comes with Enfold 2.4.5 a current full version of LayerSlider WP 5.0.2? If not how do I update it? I’ve purchased LayerSlider 5.0.2 but when I try to Activate the plugin I get the follow fatal error message:

    Fatal error: Cannot redeclare layerslider_load_lang() (previously declared in /home/content/75/7402775/html/mock/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php:118) in /home/content/75/7402775/html/mock/wp-content/plugins/LayerSlider/layerslider.php on line 78

    Please advise.
    Kevin

    #215024

    Hi!

    No, unfortunately this code does not contain a function which can be triggered by an onclick event. Maybe this code helps you: http://stackoverflow.com/questions/2082129/how-to-track-a-google-adwords-conversion-onclick – you could add the js code snippet to header.php (insert it before the closing tag) and the

    
    trackConv(12345678910,"RLtFCOHMyQcQr7Op0QM");
    

    code must be part of the onclick event (see https://kriesi.at/support/topic/syntax-error-when-adding-tracking-code-to-form-submit-button/ which helps you to add it to the submit button). However I didn’t test it and I’m not sure if it works or not. If you really want to be on the safe side I suggest to hire someone who is familiar with the google adwords api.

    Regards,
    Peter

    #214982
    This reply has been marked as private.
    #214956

    Hi!

    See: http://lindenmobileappstore.nl/branches/evenementen/congres-app/

    I implemented a script on js/avia.js to align the list relatively to the adjacent element, all you need to do now is add the classes custom_list_l and custom_list_r (respectively) to the lists on your site. Use this page as a reference.

    Cheers!
    Josue

    #214941

    Hi!

    Please reset the changes that we made then edit js > shortcodes.js, find this code on line 1007:

    
    gallery.find('.avia-gallery-thumb a').eq( this.getAttribute("data-onclick") - 1).trigger('click');
    

    Replace it with this code to remove the lightbox trigger.

    
    gallery.find('.avia-gallery-thumb a').eq( this.getAttribute("data-onclick") - 1);
    

    Edit config-templatebuilder > avia-shortcodes > gallery.php, find this code on line 218:

    
    $thumbs .= " <a href='".$link[0]."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' $markup_url><img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";
    

    Replace it with:

    
    $thumbs .= "<a data-prev-img='".$prev[0]."'><img data-rel='gallery-".self::$gallery."' {$class} data-onclick='{$counter}' title='".$description."' $markup_url {$tooltip} src='".$img[0]."' alt='".$alt."' /></a>";
    

    Last, add this on Quick CSS:

    
    .avia-gallery-big .image-overlay.overlay-type-image {
    	display: none !important;
    }
    

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    #214619
    newmesis
    Participant

    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/2m7unb

    with the default theme have no problems, but if the item enfold.
    I console throws this error

    2
    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.

    • This topic was modified 12 years, 2 months ago by newmesis.
    #214615

    In reply to: "Post_gallery" filter?

    This reply has been marked as private.
    #214567
    This reply has been marked as private.
    #214522

    Hey!

    If even the default wordpress update class ( /var/www/02/62/71/celebrationevents.eu/www/wp-includes/update.php ) can’t connect to the wordpress.org server it’s probably a server configuration issue. Did you try to install the theme + wordpress on a different server/hoster?

    Regards,
    Peter

    #214506

    Hey elbnetz!

    Which version of Enfold are you using? Please go to wp-content\themes\enfold\includes folder and open helper-social-media.php file and find
    http://i.imgur.com/bXYjW5V.jpg
    it should be on 73rd line and check if it is the same. It should be, if not please add
    target='_blank' where currently {$blank} is

    Cheers!
    Yigit

    • This reply was modified 12 years, 2 months ago by Yigit.
Viewing 30 results - 16,141 through 16,170 (of 16,891 total)