Viewing 30 results - 217,891 through 217,920 (of 243,550 total)
  • Author
    Search Results
  • Hi!

    Ich habe mir die Sache nun angesehen und der “Default” Wert bezieht sich nicht auf das “Masonry Grid” Element (welches ja auch für Artikel oder Produkte verwendet werden kann), sonder auf das “Portfolio” Element. Die “Default” Einstellung hat daher beim Masonry Grid grundsätzlich keine Bedeutung. Es gibt daher zwei Lösungsansätze:

    1) Man fügt in das Custom Link Feld die Bildurl ein.

    2) Man kann mit diesem Code:

    
    add_filter('avf_masonry_loop_prepare','avia_change_default_link', 10, 2);
    function avia_change_default_link($loop, $entries)
    {
        foreach($entries->posts as $key => $entry)
        {
            if($entry->post_type == "portfolio")
            {
                $id = $entry->ID;
                
                if(!post_password_required($id))
                {
                    $custom_link = get_post_meta($id ,'_portfolio_custom_link', true) != "" ? get_post_meta($id ,'_portfolio_custom_link_url', true) : false;
                    if($custom_link)
                    {
                        $loop[$key]['url'] = $custom_link;
                    }
                    else
                    {
                        $url = wp_get_attachment_url(get_post_thumbnail_id($id));
                        if($url) $loop[$key]['url'] = $url;
                    }
                }
            }
        }
    
        return $loop;
    }
    
    

    die Bild-URL als Standard-URL setzen. Der Code kann in die child theme functions.php eingefügt werden (dann ist er auch nach einer Aktualisierung des Enfold Themes noch aktiv), oder (falls kein Child Theme verwendet wird) fge diesen Code in enfold/functions.php ein.

    Regards,
    Peter

    #283944
    This reply has been marked as private.
    #283936
    rseybold
    Participant

    Encountered an Enfold-Problem with WPML. WPML has some problems with different themes, like SOHO Hotel as well.

    Problem is: When editing an article the english version gets lost. Standard of article goes to automatic translation via WPML which is stupid.
    Only solution is to get an older revision of the english version and work it over.

    Affects Permalinks
    Affects Menu

    Here is my open task at WPML:
    http://wpml.org/de/forums/topic/wpml-uebersetzt-englische-uebersetzung-zurueck-auf-deutsch/

    They will come after you, surely.

    Please help me.

    #283920

    Hi xpoveda!

    No, unfortunately not. I checked the code and the problem is that the plugin loads the old isotope 1.5 version and we use the new 2.0 version for Enfold (which is the most recent and stable version: http://isotope.metafizzy.co/ ). Unfortunately the 1.5 version is not fully compatible with 2.0 and thus the plugin code triggers an error (i.e. it calls a method with the name ‘reLayout’ which is called ‘layout’ since 2.0). There’s no easy way to fix this. You can suggest the plugin author to update to the new isotope script version but if they don’t want to the Social Stream plugin is incompatible with Enfold 2.8.x.

    Regards,
    Peter

    #283915

    Topic: Tables

    in forum Enfold
    rpl_admin
    Participant

    Hi there,
    We’re using a WP paid membership plugin. The plugin (PaidMembershipPro) has another plug-in which is supposed to edit the “prices” page table to make them look nice. It seems that it calls the tabular table rather than the pricing table in Enfold. Can you help at all?

    #283911
    Haycreations
    Participant

    Hi,

    After uploading a new image to the Easy Slider, the following code is showing on screen in Preview Mode

    [av_slide_full slide_type='image' id='8268' attachment=',' video='' mobile_image='' video_format='' video_ratio='' title='' caption_pos='caption_right caption_right_framed caption_framed' link_apply='' link='lightbox' link_target='' button_label='' button_color='light' link1='' link_target1='' button_label2='' button_color2='light' link2='' link_target2='' video_controls='' video_mute='' video_loop='' video_autoplay='']

    My other slider images which have been there for months are not displaying this code.

    I have the latest Enfold update & have tried de-activating all plugins – but it hasn’t solved the problem.

    Please advise.

    Thanks

    #283899

    Hey!

    Try adding this code to the Quick CSS:

    .ls-playvideo {
        background-image: url(https://www.joanrosefoundation.com/newsite/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/fullwidth/skin.png) !important;
    }

    Cheers! 
    Josue

    #283884

    Thanks Josue, Yigit sorted my login page for wordpress but its the enter password page for protected pages that I want to change so it looks like better i.e. has my logo on the page to log in

    This is what Yigit did for me which is great http://i.imgur.com/mVuJqq0.png

    but what i am trying to do is get this kind of look when you click on a password protected page on my site. Don’t need the user name just my logo and the enter password field. Do you know if this plugin does that?

    So what it is for is I am a photographer and put up password protected pages with the clients images from say an event for them to view and purchase images. When they click on their page link it comes up with the default wordpress or enfold This page is protected and they need to enter a password not a user name. I would like this page to look nicer with my logo above the field to input the password

    Thanks again for the quick response and help

    Richard

    • This reply was modified 11 years, 5 months ago by rbulley.
    #283881

    Thank you for the tips Yigit.

    Cleared my cache, and tried another browser, neither worked. I can switch to the default WordPress editor, add content, and save the changes, but when I switch back to the Avia Layout Builder, it just never loads. Keep seeing the spinny loading wheel in the editor area.

    I have no active plugins and I’m seeing the issue using Enfold, as well as when I use a child theme based on Enfold.

    Let me know if you’d like access to the site to see for yourself.

    Chris

    #283869

    Thanks. Well I did neaer the bottom of the theme’s function.php file (located at ‘wp-content’ > ‘enfold’ > root) but the site fails to then load with the error: “Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /usr/www/users/freelan/newsite/wp-content/themes/enfold/functions.php on line 433”

    Please advise further.

    #283865

    In reply to: Mobile Menu

    Hey!

    Thank you for the heads up!

    I’ll ask Kriesi and Dude to take a look. For the meantime, please go to Enfold > Header Layout > Mobile Menu panel. Deselect or deactivate the Hide Mobile Menu Submenu Items option.

    Cheers!
    Ismael

    Hi billlon!

    Thank you for visiting the support forum!

    Add this on Quick CSS or custom.css:

    .tribe-theme-parent-enfold main.template-page.content.nine.alpha.units {
    width: 100%;
    }

    Best regards,
    Ismael

    Hi damian24!

    Before anything else you should update your theme to the most recent version since your current version isn’t compatible with WordPress 3.9.

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    As for performance you can try using a plugin like WP Super Cache or w3tc which are typically the best single step you can do to increase performance.

    For the WordPress error, deactivate *all* plugins and then try doing the same thing again. If it still happens try switching to one of the default themes (twenty fourteen etc) and then try it again.

    Best regards,
    Devin

    Hey!

    Yes, I would only suggest having a single instance of the enfold theme on the server but you can download the others as a backup locally.

    When you updated, what did you update from (version)?

    Regards,
    Devin

    #283845

    Hi!

    I just added a comment on the enfold Quick CSS field and changed the body background from 333 to 2e2e2e and both are showing on the live site now: http://reithlambert-podcreative.co.uk/wp-content/uploads/dynamic_avia/enfold.css

    What are you not able to change from the styling options?

    Regards,
    Devin

    #283844

    Hey tonyiatridis!

    Please go to Enfold theme options > Advanced Styling and edit “Small bar above Main Menu”. Font weight is already bold

    Best regards,
    Yigit

    #283842
    veropanic
    Participant

    Hi, I bought this template but I’m having problems with the layerslider. I asked the layerslider developers, and they told me that maybe it was an enfold theme problem, and they suggested me to update the theme. I did it but I still have the same problem. This is the website and at the slider I’m showing two vimeo videos. The problem is that the play icon is not shown, and I don’t know why, the videos seem just to be pics, and that’s a problem. Please, can you tell me what else can I do? The vimeo code is not the problem because when I use the same code at other pages the player icon is shown.

    #283836

    Hey _andym!

    Thank you for using the theme!

    Do you still have the old website? In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO

    Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:

    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Best regards,
    Ismael

    #283829

    Hi loyalzoo!

    Please add folllowing code to Quick CSS in Enfold theme options under General Styling tab and change page id

    .page-id-5979 #header { display: none !important; }

    You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Best regards,
    Yigit

    #283826
    joanne1228
    Participant

    I just downloaded the Enfold theme. I have tried the built-in contact for as well as Contact-Form-7. Each allows me to fill in the form but the built-in form never sent the email to either of 3 test email addresses. Contact-Form-7 gives me the following error message upon submission: Failed to send your message. Please try later or contact the administrator by another method.

    I have checked spam folders. The email isn’t going there either. Please help.

    #283825

    Hey Luke86!

    As long as the username and API are correct it should be showing the update after 12 hours. If it isn’t you can always do an update over FTP. For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Devin

    #283824

    Very strange!

    Try downloading and then using the child theme here: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Or clone my starter child theme and use it. Either way it’ll appear to reset all the theme options since you are technically switching themes but just to see if the functions file will work there.

    #283821
    sky19er
    Participant

    Hey, there seems to be a conflict between Enfold and the Content Timeline plugin I’m using (by Shindiri Studio http://www.shindiristudio.com/demo/?item=Content%20Timeline_Wordpress). I’ve tried getting them to solve this for me, but they asked if I could try you. I’m getting the following error not only in the plugin area (both front and back end), but even I’ve even seen it show up when just clicking on a text block element on another page.

    Fatal Error: memory size of 41943040 bytes exhausted (tried to allocate 258017 bytes) in /data/23/3/90/15/3416504/user/3809111/htdocs/wp-content/themes/enfold/css/dynamic-css.php on line 750

    The plugin developer upgraded the plugin for me and now it’s not showing up at all, they say due to this conflict, but it was here http://skidrow.org/history-timeline-timeline/

    Thanks!

    #283814
    This reply has been marked as private.
    This reply has been marked as private.
    #283811
    LenfertDesign
    Participant

    I’ve created pages in a previous version of Enfold. I have a child theme that is just a basic skin following the instructions provided on this support forum. When I try to access content on those pages (they were built with the custom layout builder) I only see a spinning wheel and the content within the page never loads. This has been the case since updating the main enfold theme to the latest version. Prior to updating I also had an issue with the layout builder. When I added a text content block and tried to edit using the visual editor, I couldn’t see the text, if I selected the area where the text should be, it was there, but just plain white, and included the <p> </p> tags, even though I was in the visual editor. Could it be that my installation of enfold was corrupted? I have no plugins running and am on the latest version of WordPress. Please let me know what I could try to fix these issues. I can’t create any content until they are fixed.

    My site is catlincustompainting.com

    Thank you

    Chris

    #283805

    In reply to: Gravity Forms Issue

    Hi Yigit

    I contacted Gravity Forms support as I have a Dev Licence

    Even though it was a theme issue they helped me and gave me this
    #top .gform_wrapper select {
    width: 100% !important;
    }

    It worked but sent all my heading tags massive. I deleted my advance styling customisations and things went back to normal.

    There is obviously some conflicts going on with Enfold and Gravity Forms that I hope Kriesi will address as its a nightmare when things go wrong.

    The above CSS works but if you have advanced styling mods going then all the headings go massive sending your icons all out of shape

    Thanks for getting back to me

    Kindest regards

    Pete

    Hi eberswine!

    Please try updating WooCommerce plugin and Enfold theme via FTP – http://vimeo.com/67209750

    Regards,
    Yigit

    #283786

    In reply to: Blog Image Size Issues

    Hey getHopeGlobal!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .big-preview.single-big {
    width: 50%;
    }

    Regards,
    Yigit

    #283783

    In reply to: Fullwidth Code Block

    Hi tlow87!

    You can place code block element inside a color section element and give color section element a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) then add following code to Quick CSS in Enfold theme options under General Styling tab

    #your-color-section-id .container { width: 100% !important; }

    Cheers!
    Yigit

Viewing 30 results - 217,891 through 217,920 (of 243,550 total)