Viewing 30 results - 223,201 through 223,230 (of 243,835 total)
  • Author
    Search Results
  • talelie
    Participant

    Helllo,

    I have updated the Enfold theme to 2.6.3 and cannot upload images.

    this is the error message i get:

    Warning: extract() expects parameter 1 to be array, null given in /home/ci7bodu0/public_html/wp-content/themes/enfold/css/dynamic-css.php on line 35

    Warning: extract() expects parameter 1 to be array, null given in /home/ci7bodu0/public_html/wp-content/themes/enfold/css/dynamic-css.php on line 35

    Warning: Cannot modify header information – headers already sent by (output started at /home/ci7bodu0/public_html/wp-content/themes/enfold/css/dynamic-css.php:35) in /home/ci7bodu0/public_html/wp-admin/async-upload.php on line 32
    3120

    Warning: extract() expects parameter 1 to be array, null given in /home/ci7bodu0/public_html/wp-content/themes/enfold/css/dynamic-css.php on line 35

    Warning: Cannot modify header information – headers already sent by (output started at /home/ci7bodu0/public_html/wp-content/themes/enfold/css/dynamic-css.php:35) in /home/ci7bodu0/public_html/wp-admin/post.php on line 233

    Warning: Cannot modify header information – headers already sent by (output started at /home/ci7bodu0/public_html/wp-content/themes/enfold/css/dynamic-css.php:35) in /home/ci7bodu0/public_html/wp-includes/pluggable.php on line 896
    Thanks
    Tal

    • This topic was modified 11 years, 9 months ago by talelie.
    #252084

    In reply to: Enfold Showcase

    Sundialstudios,

    How did you make the website such that onclick of a link in the menu bar directs the webpage to scroll down to the relevant section?

    Your help is appreciated! Thanks

    #252082

    Hey!

    There certainly will be more videos in future. We also will be expanding Enfold documentation :)

    Cheers!
    Yigit

    #252080

    Thank you! The video tutorials are great, any ideas on whether there will be more added in the future?

    NovalGaraint
    Participant

    Hi,

    After i made an update to 2.6.3 i can’t set any “Link Location” in Partner/Logo Element nor in any other Media Elements.
    Here is a quick Screenshot i made.

    I only get http://www.url.com/manually or http://www.url.com/post links whenever i try to set a link manually or Post links

    Am i just dumb or is it a bug in the new version?

    changegroup
    Participant

    Hi Enfold team,
    I need help with the mobile version of the website that I’m creating.

    The fullscreen slider on my frontage/homepage have issues in mobile version. The function to scroll down to next section still shows areas of the bottom of the fullscreen slider after a scroll down to the section below. I have checked on mobile version – both Android, iOS on iPhone and iPad – This do not occur on PC/MAC in safari, Chrome, Firefox.

    Any advice?

    #252070
    This reply has been marked as private.

    Hi Devin,

    ok, I guess where the base problem is.

    Yesterday, I updated the enfold version. This night, a new enfold version came up. I updated again.
    Today I have the same problem as yesterday: The update process does not succeed (I asssume)!

    It hangs at

    Der Updateprozess beginnt. Dies kann eine Weile dauern, hab bitte etwas Geduld.
    Anschalten des Wartungsmodus…
    Aktualisiere Theme Enfold (1/1) 

    This is for 30 Minutes now (same yesterday).

    When I click at Dashboard it is saying “Ein automatisches Update konnte nicht beendet werden – Bitte starte das Update jetzt erneut.”
    Clicking at “Bitte starte das Update jetzt erneut” shows only the wordpress updates but not the enfold updates.
    After clicking here and there, this message disappears. I dont know, if the update was sucessful or not.
    It seems to be lost between 2 versions.

    1) How can I check if update was sucessfully or not?
    2) Please tell me what to do to repair it.

    Regards
    Sabine

    #252045
    chryseis
    Participant

    Hi,

    The quotes in Enfold are stylised with a colored line on the left. For a purpose reason I have added a code in function.php

    remove_filter ('the_content', 'wptexturize');

    because I needed to use the american ” when writing code on my website because the french one was a problem. The problem is since then my quotes are normal I don’t have any longer the fancy line on the left.
    How can I still use american ” for my code but get back to the fancy quote from Enfold?

    Do you have an idea?

    Kind regards

    Chrys

    #252043
    pangeaforum
    Participant

    Hello,
    I am currently in the File Manager of GoDaddy within the file with all the font stacks of the default spreadsheet within the Enfold template. I want to install Century Gothic so that I can use it in my website and it shows accordingly. What lines of code do I need to insert in the css file?

    #252042

    Hey!

    Thank you for using the theme and we’re sorry that you’re experiencing this issue.

    If you don’t mind, we would like to see the actual blog page. Please try the following. Don’t set the blog on Enfold > Theme Options > Where do you want to display blog? option. Also, reset the settings on Settings > Reading, don’t set anything there. Create a new page, we’re going to make this page as blog. Switch to Advance Layout Builder, add the Blog Posts element. Set the “Blog Content length” to excerpt.

    Best regards,
    Ismael

    #252036

    Hey!

    Thank you for using the theme!

    Did you change the folder name of enfold? If you don’t mind, we would like to have the wp login details. We will upload the child theme for you. Before that, you have to delete the child theme folder on wp-content/themes via FTP.

    Cheers!
    Ismael

    #252035

    Hi Marssolutions!

    Thank you for using the theme.

    I’m sorry but the parallax fix on iOS device is not included on 2.6.3 update or I’m just mistaken. Please check the changelog here.

    Did you try the suggestion on the thread? That will have to do for now. I’m sorry but we’re still investigating the issue.

    Cheers!
    Ismael

    #252030

    Hi!

    Can you post us the FTP credentials as well please? It seems that during an upload test an error occurred and I will only be able to fix it with FTP login.

    Very sorry for all the trouble!

    Best regards,
    Kriesi

    • This reply was modified 11 years, 9 months ago by Kriesi.
    ceubri
    Participant

    Flags are automatically inserted in the Header Secondary Menu when updating enfold (2.6.3)

    I don’t want to see flags and I want to see a horizontal language switcher.

    so i follow this post: https://kriesi.at/support/topic/wpml-2/
    but in this case i have flags in the main menu…

    so i use in function.php (child theme)

    add_action('avia_meta_header','add_avia_flags');
    function add_avia_flags(){
    do_action('icl_language_selector'); 
    }

    and in style.css to hide the flags

    .avia_wpml_language_switch {
        display: none;
    }

    here is my website : http://epsu-cj.eu/
    > my question is there a solution to replace directly the flags by the horizontal language switcher in php ? (and not have to use the css code)

    #252025

    Hi Peter,

    The interesting thing is that some pages do not have any problem (like http://www.hakandonmez.com/seffaf-dis-teli/).

    However, newly created pages, like http://www.hakandonmez.com/video-test/, have this issue. It looks like this is not server related.

    Those two example pages use the same method of embedding YouTube video, via video media element.

    The best hack is to use this HTML code in a text block:

    <div class=”avia-video avia-video-16-9 ” itemprop=”video” itemtype=”http://schema.org/VideoObject”><div class=”avia-iframe-wrap”><iframe width=”1333″ height=”1000″ src=”http://www.youtube.com/embed/cJ4YDRTwNrY?feature=oembed&wmode=opaque&#8221; frameborder=”0″ allowfullscreen=””></iframe></div></div>

    Obviously one of the Enfold scripts cannot generate the above code and fallbacks to show the link.

    Maybe you can tell me the related script and I might try to debug that part.

    Thanks.

    #252017

    Or maybe the problem is that I made smaller the header by forcing the css. There is a more dinamic way of doing this? so the scrolldown recognize that change?

    menu scrolldown problem

    #252014

    Topic: Footer Styling

    in forum Enfold
    onlinedesigns
    Participant

    I realize this might be outside the scope of support so just say if you can not hello but I would really appreciate it if you can give me a steer.

    I am trying to style the footer using the Enfold theme so that an image of a girl pointing has her head overlap the footer background. This is a screenshot of what I am trying to achieve.

    http://176.32.230.2/tdselectrical.com/tds_footer_screenshot.jpg

    I have tried various ways of doing this by adjusting footer padding, inserting a custom background in the footer etc but am getting no where. Is it going to be possible for me to achieve something like this in the footer, and if so how should I be going about it?

    #251996
    This reply has been marked as private.
    #251987

    Hey AntonNovikov!

    No, this is not possible. This would require new options (for the preview images) and new js code for the background video player. You can add your request to the feature request list: https://kriesi.at/support/enfold-feature-requests/ and Kriesi will add this feature if we think it’s useful or if many other users vote for it.

    Cheers!
    Peter

    Hey!

    I recommend to add this code to the child theme functions.php file (at the very bottom). If you don’t use a child theme insert it at the very bottom of enfold/functions.php.

    Best regards,
    Peter

    #251983

    Hey!

    1) If the code doesn’t work you probably need to modify the category widget code somehow. I recommend to hire a freelancer if you’re not familiar with the widget/php code. WordPress and the theme does not support the “current category highlight” feature by default and thus I consider this request as customization which is beyond the scope of our free support forum.

    2) You can change the post title at the top easily. Insert this code into the enfold/functions.php file or into your child theme functions.php file:

    
    add_filter('avf_title_args', 'single_blog_page_title', 10, 2);
    function single_blog_page_title($args,$id) {
    $pt = get_post_type( $id );
    if('post' == $pt){
            $cat = get_the_category($id); 
            if(isset($category[0])) $args['title'] = $category[0]->cat_name;
    }
    return $args;
    }
    

    Cheers!
    Peter

    Frank
    Participant

    I’ve been working on this for about 6 hours now, and I’ve tried everything I could think of to fix it. I have the latest Enfold update from today but this problem was ocurring before that. First, my memory is set to 128 MB.

    I cannot apply any formatting to any text in any content element (text, icon, special header, etc.). All text formatting (bold, header type, color, etc.) gets wiped out on the next save of any content element anywhere else on the page. I’ve tried saving in text or visual. Doesn’t matter. Saving a content element anywhere wipes out all text formatting.

    This has to be a bug and I cannot see any workaround.

    #251976
    Brudertac
    Participant

    Hi!

    we would like to use the WordPress Plugin “Image Source Control” to manage all the Image License Information.
    The Plugin generates a new “Source” Field where the Informations about the Rights can be entered.

    Using the Enfold Theme, on normal Images those “Rights” are showed on the Image. But if we use the Enfold Gallery those Informations
    are not visible.

    Is there a way to change that?
    Or, is there generally another way to manage – or better – to store and show Image License Informations?

    Thanks for Help on that!

    EDIT:
    If we use the Standard Editor instead of the AVIA Extended Editor we can use the Plugin Shortcode to generate the License List.
    Maybe there is a way to use that in the AVIA Editor too?

    • This topic was modified 11 years, 9 months ago by Brudertac.
    #251970

    Hey oliviad!

    Just insert this code into the child theme functions.php file:

    
    
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['apple']	 = array( 'font' =>'fontello', 'icon' => 'ue803');
    $icons['yelp']	 = array( 'font' =>'fontello', 'icon' => 'ue800');
    return $icons;
    }
    
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons['Apple'] = 'apple';
    $icons['Yelp'] = 'yelp';
    return $icons;
    }
    

    Replace “apple” and “yelp” with the name of your social service(s). Then import your custom icon fonts from fontello and replace the icon code (i.e. ue803 and ue800) and the font family if necessary. If you don’t know the codes I recommend to click the “Customize Codes” tab on the fontello.com page to find them. At least go to Enfold > Theme Options and add your new social icons to the header menu.

    Best regards,
    Peter

    #251967

    Hey!

    In wp-content/themes/enfold/config-woocommerce/config.php ersetzt:

    
    function avia_shop_overview_extra_header_div()
    {
    	echo "<div class='inner_product_header'><div class='avia-arrow'></div>";
    }
    

    durch:

    
    function avia_shop_overview_extra_header_div()
    {
    	echo "<div class='inner_product_header'><div class='avia-arrow'></div>";
    
                        global $product;
                        $cats = $product->get_categories('', ', ','').' ';
                        if(!empty($cats))
                        {
                            echo '<span class="product-categories">';
                            echo $cats;
                            echo '</span>';
                        }
    
                        $tags= $product->get_tags('', ', ','').' ';
                        if(!empty($tags))
                        {
                            echo '<span class="product-tags">';
                            echo $tags;
                            echo '</span>';
                        }
    }
    
    

    It may require additional css styling, etc.

    Best regards,
    Peter

    #251940
    kimbyjo
    Participant

    I just purchased the Enfold theme and built out a few pages on the backend very easily (great backend by the way). However, when I look at the live site, I get a 500 internal server error, “The server encountered an internal error or misconfiguration and was unable to complete your request.”

    I have activated other themes, and my site works fine. Not sure what could be causing this error. Please help, as I really like the Enfold theme, but it is not rendering when I activate it.

    Thanks for your help!
    Kim

    #251922

    Hi!

    Thank you for using the support forum and we’re sorry that you’re having this issue.

    This error is a server side issue which means that we will need access to your ftp. If you don’t mind, please post the ftp login details here. I’ll forward this thread to Kriesi for further investigation.

    Cheers!
    Ismael

    #251920
    sky19er
    Participant

    I’m using Enfold for about 8 sites, right now, and for some reason the popups within the avia framework elements have stopped working in this one version http://nation-foundation.org . So, for example, if I try to add an Image Element, clicking on the element pops up the Image Element dialog box okay, but then, when I click on the Insert Image button in the dialog box, nothing happens ( see https://www.evernote.com/shard/s320/sh/e7f1fda5-bfcd-47ed-ab18-8588ea44943d/805aefc41aab059c518c7cd3c00f4850 ). Are you familiar with this issue? Any solution for me?

    Thanks!

    #251911

    In reply to: Enfold Showcase

    http://zachoehlman.com is the latest design from gotopublishing dot com. Great theme to work with.

    • This reply was modified 11 years, 9 months ago by ejet.
Viewing 30 results - 223,201 through 223,230 (of 243,835 total)