Viewing 30 results - 226,621 through 226,650 (of 243,715 total)
  • Author
    Search Results
  • #232611

    Hey!

    Thank you for using the theme. I hope you’re doing well today.

    Please refer to this link if you want to add your own icons: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Cheers!
    Ismael

    #232608

    Topic: Update for LayerSlider

    in forum Enfold
    beedle
    Participant

    I noticed LayerSlider has a new version out (version 5) that includes an interface overhaul. I haven’t been a big fan of the interface and have had a much easier time with Revolution Slider in the past than I have been having with LayerSlider.

    I am curious what the lag time typically is between the plugin being updated and it being included in the theme. Any idea when you guys plan to update it in Enfold?

    On a related note, if I were to purchase the plugin separately, could I copy it into the LayerSlider folder in layerslider-config and start using it early? Or does Kriesi do some customization to get it integrated into Enfold?

    #232605

    Hi papernapkinmarketing!

    Thank you for using the theme. I hope you’re doing well today.

    The latest version 2.5.4 of Enfold includes a better video integration with the slider and the color section. Please download it on your themeforest account then update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750

    Did you add any plugins prior to the issue? You might want to deactivate them, see if the issue persist.

    Cheers!
    Ismael

    #232602

    In reply to: Theme Demo content

    Hey shggmbh!

    1) No, afaik Kriesi can’t distribute the exact same content because of license reasons (stock image license, video license, etc.). However I’ll mark this thread for him in case he can send you the demo content somehow. Kriesi added some demo content to the latest update (2.5.4) which demonstrates the new features. If you can reset your database without loosing work I recommend to install this plugin: http://wordpress.org/plugins/wordpress-reset/ and to re-import the dummy data afterwards (Enfold > Theme Options).

    2) Can you post a link to your website/slider please – I need to check which transition(s) are 2D and 3D on your website to reproduce the issue.

    Regards,
    Peter

    #232597

    Hey!

    Yes, you can modify the archives template. Open up wp-content/themes/enfold/template-archives.php and replace:

    
    query_posts(array('posts_per_page'=>8, 'post_type'=>'portfolio'));
    

    with

    
    query_posts(array('posts_per_page'=>-1, 'post_type'=>'portfolio'));
    

    I’m not sure about the plugin though. Please ask the plugin author if it supports custom post types and how you can configure it for portfolio posts.

    Cheers!
    Peter

    #232596

    Hi!

    Please try this code and insert it into the enfold/functions.php file:

    
    add_filter('avf_portfolio_sort_first_label', 'avf_change_portfolio_sort_first_label', 10, 2);
    function avf_change_portfolio_sort_first_label($first_item_name, $params) {
    	if(defined('ICL_SITEPRESS_VERSION') && defined('ICL_LANGUAGE_CODE'))
    	{
    		switch(ICL_LANGUAGE_CODE)
    		{
    		    case 'en':
    				$first_item_name = "All";
    		        break;
    		    case 'de':
    				$first_item_name = "Alle";
    		        break;
    		}
    	}		
            return $first_item_name;
    }
    

    Then replace en and de with the language shortcuts of your translation(s) and instead of “All” and “Alle” insert the translated text.

    Best regards,
    Peter

    #232593
    nessieq
    Participant

    Is it possible to set up multiple seller accounts that each have their own payment gateway methods that will run under one woocommerce online store in enfold?

    I’d like each of my members to have their own independent stores within my site.

    Thanks!

    #232591

    Hey waterwalk!

    Hope you’re feeling well today! Thank you for using the support forum.

    Can you please give us a link to the website? Post the login details here as a private reply.

    Regards,
    Ismael

    #232583

    Hi jhennigar!

    Thank you for using the theme. I hope you’re doing well today.

    There has been a lot of framework updates since Choices. You can’t do the same thing with Enfold. Please refer to this link: https://kriesi.at/support/topic/google-adwords-tracking-after-form-has-been-submitted/

    You can use the Contact Form 7 plugin.

    Best regards,
    Ismael

    #232582

    Hi!

    1) Füge diesen Code in functions.php ein:

    
    add_filter('avf_form_mail_field_values', 'avia_change_checkbox_return_values', 10, 4);
    function avia_change_checkbox_return_values($value, $new_post, $form_elements, $form_params){
    if($value == 'false') $value = 'Nein';
    if($value == 'true') $value = 'Ja';
    return $value;
    }
    

    2) Mit diesen CSS Code:

    
    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    color: #919191;
    }
    

    und den Farbwert #919191 entsprechend anpassen :)

    3) Danke. Wir werden diesen Fehler mit dem nächsten Update verbessern. Wenn ihr es jetzt schon anpassen wollt müsst ihr die Übersetzungsdateien mit Codestyling bearbeiten – siehe: https://kriesi.at/support/topic/translator-plugin-in-enfold/#post-222120

    Regards,
    Peter

    #232577

    Hey park13!

    How are you? I hope you feel great today. Thank you for the question.

    The facebook plugin looks ok when I resize the browser. You can change the “Interesting Links” widget on Appearance > Widgets. Look for the Footer – Column widget areas. Define the number of footer columns on Enfold > Footer > Footer Columns.

    If you already add the image as “Featured Image” then you don’t have to add it on the page or post editor using the “Add Media” button. Please use this plugin to manually resize the thumbnail: http://wordpress.org/plugins/simple-image-sizes/

    Regards,
    Ismael

    Hi!

    Thank you for using the theme. I hope you’re doing well today. You should probably ask the plugin author of the Events Manager plugin. Enfold is not fully configured to work with the Events Manager plugin. If you like to experiment, you can try the Revolution Slider plugin which is compatible with Enfold. Again, I’m not sure if is compatible with the Events Manager shortcodes.

    Best regards,
    Ismael

    #232558

    Hey!

    How are you? I hope you feel great today. Thank you for the question.

    I checked the website but there is no section with an id like “client-success”. Please edit the Color Section then place the id on “For Developers: Section ID” field.

    Please refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Regards,
    Ismael

    Hi fgrippe!

    How are you? I hope you feel great today. Thank you for the question.

    You need to use a social plugin like AddThis or Socialize then their shortcode on a Text Widget. You can also generate the Icon shortcode on a test post or page then use place the actual shortcode inside the Text Widget.

    Regards,
    Ismael

    #232552

    Hey David!

    Looks like you managed to move the social icons like the screenshot. You can add the hover background on the social icons using this on Quick CSS:

    #top .social_bookmarks_facebook a {
    color: #fff;
    background-color: #37589b;
    }

    Regards,
    Ismael

    #232539
    cyrusis
    Participant

    Hi guys,

    So after 4 hours of painful attempts to fix this authorship issue, I’ve lost my mind. I looked up all of the tutorials online and I swear, none of them are applicable to Enfold. I find similarities in the code, but I can’t solve this on my own and desperately need some assistance.

    Every bit of help out there suggests to edit single.php and adjust classes for things like the_time, the_author, etc. So I tried to do this to the best of my abilities, but no luck. The code used in enfold isn’t the same as all of the fixes people provide.

    Here are the errors I get from google (scroll down): http://goo.gl/epFyAo

    The following code is found in loop-index.php.

    This is the code I see that might be for the: Error: Missing required field “updated”.

    echo "<span class='post-meta-infos'>";
                    $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false));
                    echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>";
                    echo "<span class='text-sep text-sep-date'>/</span>";

    And here is the code I see that might be for the: Error: Missing required hCard “author”.

    echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
                        echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>';
                        echo '<span class="vcard author"><span class="fn">';
                        the_author_posts_link();
                        echo '</span></span>';
                        echo '</span>';
                        echo '</span>';
                    echo '</span>';
                echo '</header>';

    Can someone please tell me what to change to fix these issues? I really tried to do this on my own, and this is my last resort.

    Thanks for your help!

    • This topic was modified 11 years, 9 months ago by cyrusis.
    #232531

    Great. The form fields are now the correct colors.

    The initial table style you wrote did not work, but I was able to make the table background transparent by making a small change to your code.

    Here is what worked (I moved the word table to the right side, instead of table#fstable)…

    #fstable, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    width: 285px;
    line-height: normal;
    font-size: 100%;
    vertical-align: baseline;
    border-collapse: True;
    background: transparent !important;
    }

    The word “important” is important :) It overrides something we cannot find apparently.

    And a small thing – the select field (to choose a state) has a very light vertical bar at the far right. No biggie but would like to get rid of it. You can see that bar in the state field here – http://www.finalsmoke.net/order-form-1/ , but it does not exist in the state field in my page before using Enfold here – http://www.quithere.com/fsmokewp/order-form/

    Thanks for your help so far, and hope we can solve it all the way!

    #232529

    Updating Enfold file via ftp manually solved the problem. I wish I don’t have to deal with the same issue whenever I install plug-ins.

    Thanks for your help!

    #232526
    #232522

    Hi!

    Open css/base.css and remove line 147:

    height:auto;
    

    Regards,
    Josue

    #232511

    Thanks for your respond. I think it happened after I activated a plug in. You can check my website at http://www.yonglee.net. The sorted menu (on categories ) has been disappeared. All I see is “all” button. is there any way I can update the theme file without loosing any setting and data I have already?

    #232510

    I’m really frustrated by this issue.

    Here’s what I’ve found, after countless hours… When the retina images load, they are expanding to 100% the width of their container. When in non-retina, the image retains its intended size.

    The only fix I can find, is to manually set the height of every single image I place on my site in the quick css, as follows:

    #about-ces .avia-image-container img{
    height: 337px !important;
    }

    When I look at it under Chrome’s css inspector, the offending code seems to be that base.css is setting “height:auto”, and when I turn that segment off in the inspector, the images all shrink down to their appropriate size. The code inspector lists the setting in:

    media=”screen”
    img, a img {
    border: none;
    padding: 0;
    margin: 0;
    display: inline block:
    max-width: 100%;
    height: auto;
    image rendering: optimizeQuality;
    }

    And when I turn off the “height: auto” setting, it works.

    Can Devin, Kriesi, or someone help me find a global fix to this please? Thanks.

    #232509

    Ok. Now how about the mobile css of the footer widget? The footer widgets are aligned to the left and there is alot of padding between the footer widgets on mobile devices.
    I would like to center the alignment and remove or reduce the padding of the footer widgets.
    Also how do I remove Enfold Theme by Kriesi from the socket?

    #232505

    You are welcome, glad we could help :)

    Regards,
    Josue

    #232504

    You guys rock! Problem Solved.

    Thank you,

    You are welcome, glad we could help :)

    Regards,
    Josue

    #232493

    Hi W!

    Please watch this video:

    Cheers!
    Josue

    Thanks you guys! I got it to work. Very cool.

    #232486
    This reply has been marked as private.
    #232476

    Hey!

    Try adding this code to the Quick CSS:

    #cta .container, #cta p, #cta .flex_column{
        margin: 0;
        width: 100%;
    }
    #cta .flex_column{
        width: 33.33% !important;
    }
    #cta .content {
        padding: 0;
    }

    Cheers! 
    Josue

Viewing 30 results - 226,621 through 226,650 (of 243,715 total)