Viewing 30 results - 218,641 through 218,670 (of 244,004 total)
  • Author
    Search Results
  • #282047
    This reply has been marked as private.
    #282035

    Here’s a better explanation:

    http://kriesi.at/themes/enfold/

    Regards,
    Josue

    #282030

    In reply to: Breadcrumb

    Hi!

    You must delete the wp-content/themes/enfold/taxonomy-portfolio_entries.php template inside the enfold folder – then WordPress will use the default archive template for portfolio categories too. You can also place the taxonomy-portfolio_entries.php file into the child theme folder and replace the code inside the file with the code of archive.php. Then replace:

    
    get_template_part( 'includes/loop', 'index' );
    

    with

    
    avia_config['blog_style'] = "single-small";
    get_template_part( 'includes/loop', 'index' );
    

    to switch to the right blog/archive layout.

    Cheers!
    Peter

    #282004

    In reply to: Portfolio for pages

    Hey Sophieja23!

    No unfortunately not. The porfolio elements are only set up to handle content that has a taxonomy. So if it has categories or tags then it can be queried like that.

    You could use the partner/logo element and then set the pages manually to get something similar but nothing automatic: http://kriesi.at/themes/enfold/shortcodes/partnerlogo-element/

    Regards,
    Devin

    #281977

    Hallo Dude. Ich bin von diesem Gedanken weg. Habe nur eine Bitte:
    Ich habe die Enfold Social Navigation über die functions.php eingebunden.
    Ist alles Prima. Ich möchte jedoch nur, dass sie im Portfolio-Detailseiten erscheint.
    Ich bekomme das menü nicht von der Startseite weg. Wie kann ich das anstellen?

    ich verwende folgenden Code:

    add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2);
    function avia_add_social_toolbar($id = "", $context = "")
    {
    	if($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;
    }
    • This reply was modified 11 years, 7 months ago by docperi.
    #281971

    Hey svdevelopment!

    Enfold supports WPML which enables you to translate each post/page or custom post type (i.e. portfolio entries). There’s no easier way to translate your website at the moment. A different way is to use a plugin like: http://marketpress.com/product/multilingual-press-pro/ but we didn’t test it extensively with Enfold and we don’t support it officially (which means we don’t provide support if you encounter an incompatibility issue).

    Cheers!
    Peter

    #281966
    svdevelopment
    Participant

    Hello,

    I would like to know if there is a way to set up a multilingual site using Enfold.

    From what i know, one option is to have each page/post/portfolio created in the desired language.
    Is there a different/easier way to do this?

    Regards.

    #281959
    This reply has been marked as private.
    #281957

    Hey!

    Thank you for the update.

    I’m not seeing the errors Dude describe on his earlier post. Did you fix it ?

    Regarding the logo, please go to Enfold > Header Layout > Mobile Menu. Look for the Header Mobile Menu activation setting then choose the second option to force the mobile menu to show on screens lesser than 990px. Add this on Quick CSS or custom.css to resize the logo and prevent the menu overlap.

    @media only screen and (max-width: 1140px) { 
    .logo a img {
    max-height: 80px !important;
    }
    }

    Please post the actual page with column issues.

    Regards,
    Ismael

    #281949

    In reply to: Image animation

    Hi!

    Thank you for the update.

    I’m not sure if the image overlay function can work properly on mobile devices since the hover feature works differently and somehow slow downs the click event. That’s why Kriesi disabled it for mobile devices. You might need to investigate this particular issue on your own or hire a freelance developer to modify the overlay function. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Cheers!
    Ismael

    #281928

    Hi!

    Thank you for the update.

    If you want to increase the size of the logo, go to Enfold > Header Layout > Header layout. Look for the Header Size setting and select the custom pixel value option. Increase the height to 67px. This will also adjust the size of the logo. Add this on Quick CSS to remove the bottom border of the header_main container:

    #header_main {
    border-bottom: 0;
    }
    
    #header_main_alternate {
    display: none;
    }

    Regards,
    Ismael

    #281925

    Topic: AviaFramework conflict

    in forum Enfold
    adigold
    Participant

    Hi there,

    Its seems like I have AviaFramework conflict and I wonder how can I prevent the avia framework from modifying the html inside one of Enfold textblock sections?

    here you can see the conflict:
    http://www.Adigoldstein.com/videos

    Best,

    Adi

    #281917

    Hey!

    If you want to add some custom content (description, etc.) to the category page you can use the category description option field: https://www.clipular.com/c/6172894090493952.png?k=iBd7tp-_wuMJUHfgYlUjzyiVkzg
    The category title will show up in the breadrumb/title area like here: http://kriesi.at/themes/enfold/portfolio_entries/css/
    If you want to edit the portfolio grid templates you need to edit wp-content/themes/enfold/taxonomy-portfolio_entries.php for the surrounding container and wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php for the portfolio grid.

    Best regards,
    Peter

    #281914

    Hey Mario!

    You can try to switch the arrow position – please place this code into the child theme functions.php file enfold/functionsphp:

    
    add_filter('avia_post_nav_entries', 'avia_apply_custom_sort_order_to_post_nav', 10, 2);
    function avia_apply_custom_sort_order_to_post_nav($entries, $settings)
    {
        $temp_prev = $entries['prev'];
        $temp_next = $entries['next'];
        $entries['prev'] = $entries['next'] = "";
        if(!empty($temp_next)) $entries['prev'] = $temp_next;
        if(!empty($temp_prev)) $entries['next'] = $temp_prev;
        return $entries;
    }
    

    Best regards,
    Peter

    #281896
    This reply has been marked as private.

    Hey Steve!

    Try adding this to the Quick CSS:

    .title_container {
        background: url(https://kriesi.at/wp-content/themes/kriesi/images/enfold.jpg) top center no-repeat;
    }

    For specific pages:

    .page-id-1195 .title_container {
        background: url(https://kriesi.at/wp-content/themes/kriesi/images/enfold.jpg) top center no-repeat;
    }

    You can find the Page IDs when you edit the page.

    Cheers!
    Josue

    Hey!

    After checking the theme code I noticed you can’t deactivate the builder at all. Kriesi uses some of the template builder functions (i.e. av_icon_css_string()) within the theme files and if you disable the template builder the theme breaks. Unfortunately at this point this means Enfold is not compatible with VC.

    Cheers!
    Peter

    #281885
    This reply has been marked as private.
    #281873

    Hi Josue,

    Sorry, still not working.

    I replaced the code in the enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php

    but my enfold/config-wordpress-seo/config.php doesn’t contain the line I’m supposed to delete.

    Thanks,
    Shelley

    #281870

    In reply to: Icons

    Hi Yigit,
    I’m using latest version enfold.
    I went to that video, I don’t have gereneral setting under “Theme option”.
    There is only “General Styling”, and when I open it, there nothing about icon.
    And I can’t find anything about icon in Theme option either.

    Please help

    Hi!

    There isn’t, the only workaround is to downgrade Enfold but you’d need to have an older version of the theme.

    Best regards,
    Josue

    #281857

    Hi!

    None of the shortcodes that are appearing in the link you posted are Enfold shortcodes. The Enfold dummy content gets imported in Enfold > Import/Export > Import dummy data.

    Regards,
    Josue

    Thebiggestbigguy
    Participant

    when I point a link to my website from inside a facebook post… facebook will automatically grab a couple of pictures as well as some of the initial text from my site. The pictures that it grabs are from the stock photos that ship with the Enfold theme and it does not give me a choice to select any pictures that I have in my media library.

    Question: Does anybody know how to set up the enfold theme so that I can select what pictures facebook will allow me to choose when posting a link to my website?

    #281846

    Hey!

    I think doing such complex form using the built-in Enfold form element is not doable, you’d be better using a specialized plugin for that:
    http://wordpress.org/plugins/contact-form-7/
    http://www.gravityforms.com/

    Regards,
    Josue

    #281829

    In reply to: portfolio filters

    Hi Devin!

    know any plungin to integrate well in Enfold?

    Regards

    #281828

    That didn’t work It took down the site completely and took down any access to the WordPress Admin. Thankfully I had a backup php file.
    I had to go in via FTP and replace the file as the code didn’t even show up in the php page to edit out. I had placed it in the child “functions php,” as that is what I am using.

    Here is the error code:

    Parse error: syntax error, unexpected ‘?’ in /data/19/1/81/104/1896756/user/2063450/htdocs/blaircomm_epic/blaircomm14/wp-content/themes/enfold-child/functions.php on line 11

    Thanks.

    – Michael

    #281818
    This reply has been marked as private.
    #281797
    #281789
    foxfirecr8
    Participant

    I just installed Enfold but all the dummy data is not showing correctly. All the shortcodes for the Avia Layout Buidler are showing up in one box and aren’t working correctly.

    It would be helpful to use the dummy content to build some pages, but I don’t want to have to reconstruct them individually with the layout editor. What do you suggest?

    #281788

    Hi,

    Quick CSS is found in Enfold > General Styling (at the bottom).

    But if you are using a child theme you can put it in its style.css file.

    Regards,
    Josue

Viewing 30 results - 218,641 through 218,670 (of 244,004 total)