Viewing 30 results - 216,961 through 216,990 (of 244,448 total)
  • Author
    Search Results
  • #296282
    This reply has been marked as private.
    cyrusis
    Participant

    Hey Kriesi team,

    My Masonry image gallery is no overlapping images. Tried on both Chrome and Safari.

    I have the website set to responsive and I tried disabling a few plugins to weed out the problem, nothing. I’m also updated to the most current version of Enfold.

    Can you please help me with this one?

    http://goo.gl/eabuaB

    Any help would be appreciated!

    #296276
    hamiltonbuchanan
    Participant

    Hi

    I am trying to create pages that have the Share Icons Box and then the Comments Box at the end of the page
    I insert this code on the functions.php file of my Enfold Child Theme, so i can select Share icons and Comments from the Adavance Layout Builder:

    ——————————————————————————————————————————————————————–

    add_action(‘ava_after_content’, ‘avia_add_social_toolbar’, 10, 2);
    function avia_add_social_toolbar($id = “”, $context = “”)
    {
    if($context == “page” || $context == “single-portfolio”)
    avia_social_share_links();
    }

    add_filter(‘avf_template_builder_content’, ‘avia_add_social_toolbar_template_builder’, 10, 1);
    function avia_add_social_toolbar_template_builder($content = “”)
    {
    $content .= avia_social_share_links(array(), false);
    $content .= ‘<div style=”height:1px; margin-top:50px;” class=”hr”></div>’;
    return $content;
    }

    ———————————————————————————————————————————————————-

    But it doesn´t work
    What can i do?

    Paulo

    #296274
    tvlleaders
    Participant

    Hi,
    First of all I would like to say I absolutely ♥ this theme! It is beautiful and love all of the features included in it! I am working on setting up the “Porfolio” and have created 3 main categories, with sub categories below each. I would like to create a Jump Menu / dropdown list of one of the categories sub-menu items to add to a couple of the pages on the site. Is this possible, if not could you point me in the right direction on how I might do this?
    Thanks a bunch, I do appreciate it! :)

    #296270
    Banfe
    Participant

    I purchased Enfold and have tried to get support to help with an issue. It has been a very poor experience. It has been affecting my business. I am at a breaking point and am considering taking the next step which will not be a positive one for Kriesi.

    Communication is the key. If you need more help in support, then hire it.

    #296266

    Topic: Layout blog

    in forum Enfold
    famewebdesign
    Participant

    Hello,
    I would like to create a blog like on this site (not MY site, just an example) : http://femkevonk.wordpress.com/author/femkevonk/
    Title, date, link to place a reaction/comment AND the possibilty to subscribe on the blog.

    The elements I’ve tried in Enfold are “blog post” (you can see it at http://www.studiogranaatappel.nl/wp , this is the site I’m creating) and I’ve tried “post slider” and I’ve tried to use the widget “most recent news” but none of these options gives the result I would like to have.

    Do you have any tips or ideas what to use or what to do so I can get the layout and options I want in this blog?

    Thanks for your help!

    Martine

    #296260
    charger70
    Participant

    a friend took these screen grabs of my Enfold installation (not centered) and a site on which we are basing this redesign (centered).

    in chrome, the Enfold version is not centered on a wide-format browser – where the pattern site (el pollo loco) is definitely centered.

    any ideas?

    this is the centered version in chrome - looks good at an extra-wide browser width

    see how it's left aligned? it needs to be centered, yes?

    Hey Morticka!

    Thank you for using our theme.

    Put the following in custom.css or Enfold->Styles->Quick-CSS field and adjust the value:

    
    input[type="submit"]{
    font-size: 16px;
    }
    

    Cheers!
    Günter

    #296245
    Kevin
    Participant

    Just updated to the latest enfold theme and it appears that the update broke my headers.

    Errors being displayed include “strpos() expects parameter 1 to be string, array given in wp-content/themes/enfold child/header.php on line 100”

    Any idea why this happened and what needs to be done to fix it?

    #296244

    In reply to: Google analytics code

    Hey!

    In fact it should be possible to use the “Google analytics” option field on the Enfold > Theme Option page. If you want to embed the code in the head area just add this code to the child theme functions.php file:

    
    
    add_action('after_setup_theme','avia_change_analytics_pos', 10);
    function avia_change_analytics_pos()
    {
            remove_action('wp_footer', 'avia_print_tracking_code');
            add_action('wp_head', 'avia_print_tracking_code');
    }
    

    You don’t need to copy the parent theme functions.php code – just create a new functions.php file, add the

    
    <?php
    

    tag to the very top of the file and then use the code I posted above.

    Regards,
    Peter

    #296239

    Hi!

    1) You can’t use a captcha plugin with the default theme contact form. If you really want to use recaptcha or other captcha services please purchase an advanced contact form plugin like Formidable or Gravity Forms.

    2) To change the headline colors go to Enfold > Theme Options > Advanced Styling and select the element/elements from the dropdown you want to edit. Click on “Edit Element” to change the styling.

    Best regards,
    Peter

    #296238

    Hey!

    1) Please try to contact the DAP developer – maybe you can remove the default dAP stylesheet somehow – i.e. with wp_dequeue_style: http://codex.wordpress.org/Function_Reference/wp_dequeue_style and then the default Enfold form/field styles should be used instead. If some styling issues are left please post a link to the form page and we’ll look into it.

    2) Unfortunately this is beyond the scope of our support. We officially only support bbpress and not DAP, etc. If you want a logout button, errorhandling, etc. please contact the DAP developer and if he/she can’t help you you need to hire a developer/freelancer who can help you to implement these features.

    Cheers!
    Peter

    #296235

    Hi!

    You can try to trigger an automatic window resize event if the user clicks on the tab. Open up wp-content/themes/enfold/js/shortcodes.js and replace:

    
    				if(typeof click_container != 'undefined' && click_container.length)
    				{
    					sidebar_shadow.height(active_c.outerHeight());
    				}
    

    with

    
    				if(typeof click_container != 'undefined' && click_container.length)
    				{
    					sidebar_shadow.height(active_c.outerHeight());
    				}
    
    				$(window).trigger('resize');
    

    Cheers!
    Peter

    #296223
    bjconcan
    Participant

    In the Enfold theme, I would like to have my header and menu styled differently. For example, I like all the style settings for the predefined color scheme “Black+White”, but I’d like a black background with white/grey letters for the header color while leaving the main menu’s background color as white with black/grey letters.

    Can you help me style the header differently from the menu?

    Thanks!

    PS – This is my 4th theme to use from Kriesi over the years for different clients, and I will keep coming back. Very cool and creative, and I love the Enfold theme!

    #296220

    In reply to: Google analytics code

    I find this really confusing. Previous posts (and one my Kriesi) suggest just pasting the code in the Enfold Theme Options (as does Yidget above), but clearly this does not work anymore.
    When creating a new Google Analytics account you are forced to get the Universal (UA) code and not the original GA code.
    Is the Theme Option therefore redundant for new Google accounts? It’s certainly confused me (I’m just a novice) :)
    I have added the code and the Status is: Tracking Not Installed
    When it is working, should I expect to see myself via the Real-Time Overview Report?

    I know how to do the above and edit the functions.php but I have a question about that. I followed the instructions for creating the Enfold Child Theme and now have that working. Do I copy the whole of the functions.php from the original theme directory and put it in my Child Theme with the code above? Or can I create a new functions.php file with just the code above? The question i am asking is, does WordPress read the child functions.php file first and then add what ever information is in the main theme functions.php ? Or does the Child Theme functions.php completely overwrite the main file?

    Sorry, just a noob here (but I am building my 5th Enfold site) Hope you understand the questions and can help. I am sure it will help clarify for others too.

    #296202

    Hi nnn666nnn!

    Thank you for using our theme.

    In Enfold->Styling->Quick-CSS field put the following and adjust the value:

    
    .current-menu-item a, .page_item a{
    font-size: 16px !important;
    }
    

    The second question: No, this cannot be done with pure CSS.

    Best regards,
    Günter

    #296201

    Hi!

    1) Can you please elaborate – I couldn’t find the image nor do we have access to the Media Library.

    2) You can purchase the plugin here: Foobar. Enfold does not support such a feature and hiring a freelancer will probably cost you more.

    3) You can use the av_icon shortcode inside the menu title or description field to add an icon to the menu. I recommend to generate it with the standard editor (magic wand icon) and to copy/paste the shortcode into the menu title field. The shortcode generator also enables you to change the size, color, etc.

    Regards,
    Peter

    #296195
    geneluvn
    Participant

    Hey guys. Hope all is well. I am having a problem with the default editor. It is not showing up. It is completely blank. I updated WordPress 3.9.1. I also updated Enfold and it say that I am running the latest version, but the default editor is still blank. Have any ideas?

    #296192

    Hey Webbee!

    Thank you for using our theme.

    Please refer to this post. It should anwer your question.

    https://kriesi.at/support/topic/blog-posts-excerpts-enfold/

    Regards,
    Günter

    #296189

    Hi Arran!

    Thany you for using our theme.

    In Custom.css or Enfold->Styling->Quick-CSS field put the following:

    
    .post time,
    .post .text-sep-date,
    .post .comment-container,
    .post .text-sep-comment,
    .post .text-sep-cat,
    .post .blog-author{
    display: none;
    }
    

    Cheers!
    Günter

    #296186

    Hey adrianwackernah!

    Ich konnte dieses Problem auf der Demo Seite http://kriesi.at/themes/enfold/product/kitchen-craft-home-made-glass-terrine-jars/ und auf meinem Testserver nicht reproduzieren. Kann man es nur mit iphones reproduzieren, oder hast du die Templates irgendwie modifiziert?

    Cheers!
    Peter

    #296183

    Hey Arran!

    Thank you for using our theme.

    To change the size of the image put the following code in functions.php of enfold or the child theme and replace your selected size with one of the sizes in functions.php line 91ff:

    
    function my_avatar_size($size,  $src, $class)
    {
    return 'your selected size';
    }
    add_filter('avf_testimonials_avatar_size', 'my_avatar_size', 10, 3);
    
    

    You also can register your own image sizes.

    To change the location of name,… you have to change the php source in enfold/config-templatebuilder/avia-shortcodes/testimonials.php.
    It is not supported by the theme and beyond the scope of support.

    Cheers!
    Günter

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

    In reply to: Enfold Showcase

    Hey @pako69..

    It seems that you use a caching-plugin together with simple-captcha for Gravity Forms? This don´t work very well.. I´ve got the same problem on one of my websites together with W3TC.

    Please take a look at your Footer.. No captcha to see, that means no one can use your contact-form to send you a message.. The same happens with your contact-form at contact..

    I found a well working alternative that I described in a simple-captcha support-topic a few days ago..

    It works pretty well. Sometimes it comes a spam-mail, but not more than 2-3 a week.. Take a look at the callback-form in my sidebar… Insert a 7 in the last field, than the button appear. If one of the honeypots get a value, the button stays disappeared.. I use it also for my contact-form.. And it´s cacheable without any problems..

    Take also a look at this.. Works pretty well and it looks great..

    (I know, shame on me… I need a little bit more time to switch my website to enfold .. : ) .. )

    #296167
    macazza
    Participant

    Hi helpers

    I would like all info below the post to be removed or hidden apart from the “Category”… I understand the default is: Date Posted / # of Comments / in “Category”/ by Author.
    Ive checked here : https://kriesi.at/support/topic/enfold-modifying-the-information-displayed-below-post-title/

    I would prefer not to edit any php files, can this be done with css?

    Thanks in advance

    #296152
    krieg17
    Participant

    Hi there,

    On your hotspots demo, you have a semi-transparent menu with a bottom border: http://kriesi.at/themes/enfold/shortcodes/images-with-hotspots/

    I’d like to recreate that for my site, but I’ve only been able to figure out a transparent menu.

    #296145
    Frank
    Participant

    Something changed recently on my site. The blog title is now showing up in the breadcrumbs twice. This seems to be a problem confined to blog posts.

    I checked some similar threads on the Enfold support forum and tried a few of the solutions but none of them worked. FYI, I also tried deactivating my plugins but that did not help either. For now the workaround that I am using is simply to turn off breadcrumbs.

    Link to page is in moderator section.

    Thanks,
    Frank

    #296144

    In reply to: Bullets not showing…

    Hi miketran!

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

    ol { list-style-type: disc; }

    if that does not work, please post the link to your page and point out the list item

    Regards,
    Yigit

    #296143

    Hey royaltask!

    You can turn on Custom CSS field for ALB elements. Please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Regards,
    Yigit

    #296137

    In reply to: Browser Issue

    Hi Andrianwebdesign!

    Can you please firstly update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750

    Best regards,
    Yigit

    #296132

    Hey!

    You are welcome Josh, glad we could help!
    If you would like to share your website on Enfold showcase here – https://kriesi.at/support/topic/enfold-showcase/ i am sure you will receive more compliments :)
    Have a great weekend!

    Cheers!
    Yigit

Viewing 30 results - 216,961 through 216,990 (of 244,448 total)