Viewing 30 results - 16,441 through 16,470 (of 16,888 total)
  • Author
    Search Results
  • #181064

    Oke, but I have the latest version (just checked). Also, the masonry_entries.php is in the avia-shortcodes dir. Still, the option Mansonry is not there:



    • This reply was modified 12 years, 5 months ago by kodjok.
    #180831
    This reply has been marked as private.
    #180796

    Hey!

    1) In your WordPress theme directory, please go to Enfold folder and open functions-enfold.php file and search for “avia-post-nav” it should be on 356th line. Comment out all lines by adding // between including 347 and 366 http://i.imgur.com/mNyYD0F.jpg
    2) There is already such feature on the theme. You can see it on demo page http://kriesi.at/themes/enfold/2013/10/21/postformat-gallery-multiple-images-with-different-sizes/

    Cheers!
    Yigit

    #180698

    In reply to: Missing theme.php file

    Hi Palvarini!

    Just to make sure, you are copying Enfold folder to wp-content\themes right? And have you tried installing theme via FTP?
    For a quick guide on installing your theme take a look at this video on installing the Enfold theme via FTP: http://vimeo.com/channels/aviathemes/64927356

    Best regards,
    Yigit

    Hi,

    Yesterday i wanted the same. this is what i did (working on child theme):

    . Choose the “Fixed Header with Social Icons and Additional Navigation”, the social config panel expands. Later you will use it to set up your own links, etc.
    . Get a copy of header.php and place it in your child folder, get rid of the extra header (starts on Line 87)
    . C&P this after Line 135: if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);
    . Modify <nav> and social styles, so it fits correctly (position, padding… nothing fancy). But make sure to target some id that will allow you to keep the correct styles on “Header with Bottom Navigation” I used this: .container_wrap_logo .main_menu { right:120px }. Also u will need to modify the top padding of #main. I used this: .fixed_header.social_header #main { padding-top:117px; }

    upload and check.

    Probably not the best or code friendly solution, but it worked. : )
    GL

    #180573

    Hi!

    You can try following code instead

    
    html[lang="fr-FR"] p{
    font-size: 14px;
    }
    

    If it still doesn’t work you can use the code from here: http://wpml.org/forums/topic/body-class-based-on-language/#post-18785 (insert it into the functions.php theme file) to add the language shortcode to the body classes. Afterwards you shoud be able to style your website with

    
    body.fr_FR p{
    font-size: 14px;
    }
    

    Regards,
    Peter

    #180440
    dustingrof
    Participant

    Hello,

    I am creating some custom shortcodes for the enfold theme. I mostly have them working, but I am not an expert with php, so most of my work has been trial and error / copy and paste from other shortcodes.

    For this shortcode, I am basically taking the image shortcode and adding a title to it. Everything displays fine on the front end, but there is a weird bug I can’t quite figure out. Let me explain:

    When I first click edit page, I see the element as I intend in the Advanced Layout Builder. Once I click to edit the element and click save, the layout changes. I lose the title, and two images appear stacked on top of each other.

    Before on the left, after on the right:
    Before and After in the editor

    I am guessing it is something to do with the code in the Editor Element Section, here is my code from that section:

    function editor_element($params)
    			{
    				$template = $this->update_template("src", "<img src='{{src}}' alt=''/>");
    				$img	  = "";
    
    				if(isset($params['args']['src']) && is_numeric($params['args']['src']))
    				{
    					$img = wp_get_attachment_image($params['args']['src'],'large');
    				}
    				else if(!empty($params['args']['src']))
    				{
    					$img = "<img src='".$params['args']['src']."' alt=''  />";
    				}
    
    				$params['content'] = NULL;
    				$params['innerHtml']  = "<div class='avia_photo_nav_square avia_photo_nav_square_style avia_hidden_bg_box'>";
    				$params['innerHtml'] .= "<div ".$this->class_by_arguments('align' ,$params['args']).">";
    				$params['innerHtml'] .= "		<span {$template} >".$params['args']['title'].": </span>";
    				$params['innerHtml'] .= "<div class='avia_photo_nav_square_container' {$template}>{$img}</div>";
    				$params['innerHtml'] .= "</div>";
    				$params['innerHtml'] .= "</div>";
    				$params['class'] = "";
    
    				return $params;
    			}

    Thanks for any help you can provide!

    D

    #180386

    Hi KCMartin91737!

    In your WordPress theme directory please go to enfold\framework\php folder and open function-set-avia-frontend.php file and search for “Archive for category”. It should be on 838th line http://i.imgur.com/mg9atjV.jpg
    Simply remove Archive for category:

    Regards,
    Yigit

    #180280

    In reply to: Social Icons Alt Text

    In includes/helper-social-media.php line 73 you can add add a title by changing it to this:

    http://pastie.org/8426955

    #180073

    Hi!

    Like I said “I’m not sure how we can fix this”. I’m sorry but I can’t explain it elaborately that is why I’m asking for Kriesi and Dude’s help. I searched the forum about CGI php configuration and I found few entries from a different user explaining how they fixed the same issue by changing from 5.3.27 FastCGI to 5.3.27 CGI(Stable).

    https://kriesi.at/support/topic/avia-layout-builder-problems/

    Regards,
    Ismael

    #179923

    Edited config.php at line 898 – got this error:
    Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /home/lindapir/public_html/grossdyg52/wp-content/themes/enfold/config-woocommerce/config.php on line 903

    Also, I did not do this edit yet: do I need to edit the single product thumbnail size in config.php if I have not imported all my images yet?

    Thanks – by the way, check out my opening sliders at http://75.103.91.29/grossdyg52/ – I love this theme!!

    #179604

    Topic: Form keeps loading

    in forum Enfold
    Luukratief
    Participant

    Hi there,

    I have got a problem which i cannot solve.

    I use layerslider WP which comes with the theme.
    However, when i add a form, layerslider keeps loading. This form is of real essence to us, so could you guys please have a look at this problem?

    You can find the slider here: http://www.netwerkhoreca.nl
    In the source code you will find this piece:

    <form class=”moonray-form-clearfix” action=”https://forms.moon-ray.com/v2.4/form_processor.php?&#8221; method=”post” accept-charset=”UTF-8″ >
    <div class=”moonray-form-element-wrapper moonray-form-element-wrapper-alignment-left moonray-form-input-type-text”><input name=”firstname” class=”mdpinput” type=”text” id=”mr-field-element-388095748240″ required value=”” placeholder=”Llena tu nombre aquí…..”/></div>
    <div class=”moonray-form-element-wrapper moonray-form-element-wrapper-alignment-left moonray-form-input-type-text”><input name=”email” class=”mdpinput” type=”text” id=”mr-field-element-506255636839″ required value=”” placeholder=”Llena tu email aquí…..”/></div>
    <div class=”moonray-form-element-wrapper moonray-form-element-wrapper-alignment-center moonray-form-input-type-submit”><input type=”submit” name=”submit-button” value=”Acceso gratuito inmediato” class=”mdpsubmit” id=”mr-field-element-28403787408″ data-lastDisplayVal=”http://www1.moon-ray.com/pub_designer_files/images/1334032139.png&#8221; src/></div>
    <div class=”moonray-form-element-wrapper moonray-form-input-type-hidden”><input name=”afft_” type=”hidden” value=””/></div>
    <div class=”moonray-form-element-wrapper moonray-form-input-type-hidden”><input name=”aff_” type=”hidden” value=””/></div>
    <div class=”moonray-form-element-wrapper moonray-form-input-type-hidden”><input name=”sess_” type=”hidden” value=””/></div>
    <div class=”moonray-form-element-wrapper moonray-form-input-type-hidden”><input name=”ref_” type=”hidden” value=””/></div>
    <div class=”moonray-form-element-wrapper moonray-form-input-type-hidden”><input name=”own_” type=”hidden” value=””/></div>
    <div class=”moonray-form-element-wrapper moonray-form-input-type-hidden”><input name=”oprid” type=”hidden” value=””/></div>
    <div class=”moonray-form-element-wrapper moonray-form-input-type-hidden”><input name=”contact_id” type=”hidden” value=””/></div>
    <div class=”moonray-form-element-wrapper moonray-form-input-type-hidden”><input name=”uid” type=”hidden” value=”p2c9239f23″/></div>
    </form>

    The piece of code above causes the problem.

    To be more precise, when i strip it down it seems that this line is causing the problem:
    <div class=”moonray-form-element-wrapper moonray-form-element-wrapper-alignment-center moonray-form-input-type-submit”><input type=”submit” name=”submit-button” value=”Acceso gratuito inmediato” class=”mdpsubmit” id=”mr-field-element-28403787408″ data-lastDisplayVal=”http://www1.moon-ray.com/pub_designer_files/images/1334032139.png&#8221; src/></div>

    If i only add this line the problem is also there.

    Could you guys please help?

    #179472

    Topic: Enfold > fatal error

    in forum Enfold
    zerozendesign
    Participant

    Hey guys,

    Followed this instruction https://kriesi.at/support/topic/need-to-use-all-weights-of-the-open-sans-font-e-g-bold800/ to attempt to make more font weight options for open sans. Instead I am now getting
    Fatal error: Call to undefined function avia_header_setting() in /home/codeless/public_html/bunnndle.com/wp-content/themes/enfold/header.php on line 7

    Copied the code exactly.

    #179441

    Ah ha! ;) Thanks — sorry about that! OK, after updating the theme, here’s what worked for me, in case anyone else needs it:

    Once I added the word “MENU” in there, I didn’t want the menu icon anymore (I might have kept it, if I could’ve figured out how to move it to the right side of the “Menu” text, but I couldn’t ;). So, here’s what I ended up going with:

    On line 80 of header.php, I swapped out:
    echo ‘‘;
    with:
    echo ‘MENU‘;

    and added the following to my custom css editor:

    #advanced_menu_toggle {
    font-size: 18px;
    width: 75px;
    }

    Thanks again! You guys have been great!

    #179208
    This reply has been marked as private.
    #179159
    ntoklo
    Participant

    I can’t create or edit certain elements with the layout builder on either 1.7 or 2.4.1 of this theme. The problem has been apparent since the first version I used (1.0) but was intermittent in earlier versions.

    It’s now completely unusable with the color section element – if I add a text box or even a rule to this element it gets removed when I update the page. I am not able to change the version of PHP on the server (5.3.26 CGI/FastCGI).

    #179119
    This reply has been marked as private.
    #179022

    Hi sky19er!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #advanced_menu_toggle { width: 90px; }
    .togglem { font-size: 26px; }

    Then, in your WordPress theme directory go to Enfold folder and open Header.php file ( you can find it in Appearance > Editor as well ) and find this code in 80th line http://i.imgur.com/knP7clN.jpg and change it to http://i.imgur.com/a7FlTNh.jpg
    You can use .togglem class to style Menu text

    Best regards,
    Yigit

    #178951

    Topic: Single-portfolio

    in forum Enfold
    bur2000
    Participant

    Hallo,

    ich möchte gerne das single-portfolio php als Standard zur Ansicht der Portfolio-Items einsetzen, da ich sehr viele Einträge habe. Wo gibt es denn die Möglichkeit die Darstellung zu ändern? Im Moment stellt er einfach ein Bild dar in einer beliebigen Größe (710x 270), das entspricht weder der Originalgröße noch einer propotionalen Skalierung. Es wird auch kein Titel/Excerpt angezeigt. Habt ihr einen Hinweis.

    Danke und Gruß

    #178950

    Topic: Single-portfolio.php

    in forum Enfold
    bur2000
    Participant

    Hallo,

    ich möchte gerne das single-portfolio.php als Standard zur Ansicht der Portfolio-Items einsetzen, da ich sehr viele Einträge habe. Wo gibt es denn die Möglichkeit die Darstellung zu ändern? Im Moment stellt er einfach ein Bild dar in einer beliebigen Größe (710x 270), das entspricht weder der Originalgröße noch einer propotionalen Skalierung. Es wird auch kein Titel/Excerpt angezeigt. Habt ihr einen Hinweis.

    Danke und Gruß

    #178949

    Hi Yigit,

    Thanks for responding.

    After looking into it some more I think the only thing I have not done is increase the php memory. Trouble is, despite paying my hosts £425 ($725) a year, it is a shared server, so obviously I cannot amend the php.ini file. I have asked them if they would up it for me and the response was “no chance”. (I have also paid them 2 years in advance).

    I certainly do not think it is the Enfold theme that has caused the increased memory, but it has just tipped the site over the edge. Sadly I cannot seem to reverse any recent changes, nor can I cannot afford any more cash, so might just have to ditch the site. Shame.

    Thanks again.

    vinvalentino
    Participant

    Just upgraded to Enfold Verson 2.4 and latest Woocommerce and am getting the following error on top of my Avia builder:

    Warning: include_once(woocommerce-ajax.php) [function.include-once]: failed to open stream: No such file or directory in /nfs/c06/h02/mnt/93688/domains/mywellspringhealth.com/html/wp-content/plugins/woocommerce/woocommerce.php on line 348
    
    Warning: include_once() [function.include]: Failed opening 'woocommerce-ajax.php' for inclusion (include_path='.:/usr/local/php-5.3.27/share/pear') in /nfs/c06/h02/mnt/93688/domains/mywellspringhealth.com/html/wp-content/plugins/woocommerce/woocommerce.php on line 348
    
    Warning: Cannot modify header information - headers already sent by (output started at /nfs/c06/h02/mnt/93688/domains/mywellspringhealth.com/html/wp-content/plugins/woocommerce/woocommerce.php:348) in /nfs/c06/h02/mnt/93688/domains/mywellspringhealth.com/html/wp-content/plugins/woocommerce/classes/class-wc-session-handler.php on line 63
    editxClone Element
    
    #178774
    allegrabillings
    Participant

    reference for where this is coming from.
    http://www.blastam.com/blog/index.php/2013/03/how-to-track-downloads-in-google-analytics-v2/
    Hey guys this may be above tech support, but maybe not for you gurus. What I want to do is track outbound links, and download actions and such with my google analytics account. I found this script above that automates the process but I am not quite sure how to add a js script to the enfold theme. What I did was simply add the new script below my google analytics script in the child them backend. when I inspect a page I see the script referenced in the head after my normal google analytics script and if I am reading right you guys are referencing a newer jquery library than this needs. you have 1.10.2 or something. Can you look at my site and see if you know why this might not be working. my site is http://www.jackandaddi.com

    the documentation is straight forward. just be sure to include the jQuery library reference in your section before the call to the tracking code. example <script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js&#8221; type=”text/javascript”></script>

    For those who have a lot of links and would like to dynamically detect clicks on links to file downloads, we have provided updated code below. As before, this code requires the jQuery JavaScript library to be set before the code. It can be placed in its own .js file and should be placed in the <head> of your pages.

    <script type="text/javascript">
    if (typeof jQuery != 'undefined') {
    jQuery(document).ready(function($) {
    var filetypes = /\.(zip|exe|dmg|pdf|doc.*|xls.*|ppt.*|mp3|txt|rar|wma|mov|avi|wmv|flv|wav)$/i;
    var baseHref = '';
    if (jQuery('base').attr('href') != undefined) baseHref = jQuery('base').attr('href');
    
    jQuery('a').on('click', function(event) {
    var el = jQuery(this);
    var track = true;
    var href = (typeof(el.attr('href')) != 'undefined' ) ? el.attr('href') :"";
    var isThisDomain = href.match(document.domain.split('.').reverse()[1] + '.' + document.domain.split('.').reverse()[0]);
    if (!href.match(/^javascript:/i)) {
    var elEv = []; elEv.value=0, elEv.non_i=false;
    if (href.match(/^mailto\:/i)) {
    elEv.category = "email";
    elEv.action = "click";
    elEv.label = href.replace(/^mailto\:/i, '');
    elEv.loc = href;
    }
    else if (href.match(filetypes)) {
    var extension = (/[.]/.exec(href)) ? /[^.]+$/.exec(href) : undefined;
    elEv.category = "download";
    elEv.action = "click-" + extension[0];
    elEv.label = href.replace(/ /g,"-");
    elEv.loc = baseHref + href;
    }
    else if (href.match(/^https?\:/i) && !isThisDomain) {
    elEv.category = "external";
    elEv.action = "click";
    elEv.label = href.replace(/^https?\:\/\//i, '');
    elEv.non_i = true;
    elEv.loc = href;
    }
    else if (href.match(/^tel\:/i)) {
    elEv.category = "telephone";
    elEv.action = "click";
    elEv.label = href.replace(/^tel\:/i, '');
    elEv.loc = href;
    }
    else track = false;
    
    if (track) {
    _gaq.push(['_trackEvent', elEv.category.toLowerCase(), elEv.action.toLowerCase(), elEv.label.toLowerCase(), elEv.value, elEv.non_i]);
    if ( el.attr('target') == undefined || el.attr('target').toLowerCase() != '_blank') {
    setTimeout(function() { location.href = elEv.loc; }, 400);
    return false;
    }
    }
    }
    });
    });
    }
    </script>

    I looked at all of your responses to these errors and your answers seems to fall back on “It’s a host problem”. I have never had this problem with another theme off of theme forest. So please look into this instead of defaulting this back to a host problem, because it shouldn’t be a host problem. If your theme worked before, it should work again. I enabled Avada on this same install..everything worked like a charm.

    For a quick fix. I commented out this file enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    /** function extra_assets()
    {
    if(!is_admin() && !session_id()) session_start();
    }
    */

    • This reply was modified 12 years, 5 months ago by samharry.

    /portfolio.php on line 27

    The error is referencing this line

    if(!is_admin() && !session_id()) session_start();

    There might be a problem with this logic…

    Read here..
    http://stackoverflow.com/questions/6865957/php-logic-for-session-id-and-session-start

    samharry
    Participant

    Warning: session_start() [function.session-start]: open(/tmp/sess_0aa8aed9c9dcabd4cca3e3b9ef69a99f, O_RDWR) failed: Permission denied (13) in /home/vrsveric/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    I only get this message on your theme. I have installed plenty of sites with no problem. I even kept this configuration and changed the theme to avada…no errors. It has nothing to do with the install or tmp folders permission. It has everything to do with this theme. Just type the title of this topic into Google and see how many sites come up with this error. It happens and then clears itself, and then it happens again. It’s off an on. If I clear the cache it works and then comes right back. You need to look in to this.I can’t move forward on the projects with this problem.

    Your old version on the seam server work fine.

    Version 1.7 on wp 3.5.2 works fine
    Version 2.0.1 on wp 3.6.1 fails
    Version 2.4 on wp 3.6.1 fails

    I can email you the production site if you want.

    • This topic was modified 12 years, 5 months ago by samharry.
    #178637

    Topic: Error on install

    in forum Enfold
    comlor
    Participant

    Hi I’m getting warning errors on install (this appears on site, not in WP backend):

    Warning: session_start() [function.session-start]: open(/home/content/80/2989780/tmp/sess_cji59mln14amh2b31q9sue6kb7, O_RDWR) failed: No such file or directory (2) in /home/content/80/2989780/html/mlsdex/wp-content/themes/mlsdex/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/content/80/2989780/html/mlsdex/wp-content/themes/mlsdex/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/content/80/2989780/html/mlsdex/wp-content/themes/mlsdex/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/80/2989780/html/mlsdex/wp-content/themes/mlsdex/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/content/80/2989780/html/mlsdex/wp-content/themes/mlsdex/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    If you can let me know what is going on that would be great.

    Thanks much,

    Chris

    #178636
    bowlandwalks
    Participant

    Hi,

    I might be barking up the wrong tree but since installing Enfold my site won’t load. I have tried resetting all the plugins and holding the theme, but whatever I try, I just can’t get it running again.

    http://www.bowlandwalks.co.uk

    I am getting this kind of error in the log:

    PHP Fatal error: Out of memory (allocated 44826624) (tried to allocate 14592 bytes) in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-admin/includes/image.php on line 147
    PHP Fatal error: Out of memory (allocated 44826624) (tried to allocate 10944 bytes) in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-admin/includes/image.php on line 147
    PHP Fatal error: Out of memory (allocated 44826624) (tried to allocate 10944 bytes) in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-admin/includes/image.php on line 147
    PHP Fatal error: Out of memory (allocated 44826624) (tried to allocate 10944 bytes) in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-admin/includes/image.php on line 147

    And

    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 ” at line 1 for query SELECT rating_username, rating_rating, rating_ip FROM wp_ratings WHERE rating_postid = made by require, require_once, include, the_post, WP_Query->the_post, do_action_ref_array, call_user_func_array, get_comment_authors_ratings

    PHP Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘_show_post_preview’ was given in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-includes/plugin.php on line 311
    PHP Fatal error: Call to undefined function is_sticky() in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-admin/edit-form-advanced.php on line 157
    PHP Warning: File upload error – unable to create a temporary file in Unknown on line 0
    PHP Warning: File upload error – unable to create a temporary file in Unknown on line 0
    PHP Warning: Division by zero in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail

    PHP Warning: Division by zero in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 760

    I’ve been on WP Support but no found no solution, so just trying this as a last resort before giving up. If anyone can give me any advice I will be eternally grateful.

    Thanks, Tim

    • This topic was modified 12 years, 5 months ago by bowlandwalks. Reason: Spelling
    #178412

    Hey!

    1) You can add rel=”noLightbox” to a tag so they will not open in lightbox.
    2) You can try adding !important to it to force it

    .post-meta-infos { display: none!important; }

    Please refer to this post to hide Author in blog posts manually https://kriesi.at/support/topic/hide-author-name-in-articles/#post-176731
    To remove date, in loop-index.php file find following lines in 115-116 http://i.imgur.com/vTdOWSU.jpg
    and comment them out by adding // http://i.imgur.com/HvDZyH5.jpg
    3) To move post meta to under content, you should go to enfold\includes folder and open loop-index.php file and cut lines from 113 to 163 and paste right below following line (after cutting should be in 140th line)

    echo "</article>";

    Cheers!
    Yigit

    #178254

    Hi radis92!

    Please watch this video: https://vimeo.com/64996057

    You need to edit config-templatebuilder > avia-template-builder > config > meta.php, find this code:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    Replace it with:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    Regards,
    Ismael

Viewing 30 results - 16,441 through 16,470 (of 16,888 total)