Viewing 30 results - 227,161 through 227,190 (of 243,729 total)
  • Author
    Search Results
  • #229626
    Zakkery
    Participant

    Hello. Advise please plugin for related posts, which integrates well with enfold. Can be paid or free. Now I have installed “wordpress related posts”, but this plugin does not suit me.

    • This topic was modified 11 years, 9 months ago by Zakkery.
    #229619

    Hey Kim!

    Unfortunately LayerSlider can’t re-size shortcodes (i.e. button shortcodes or in your case the form) properly. Please remove the form from the slider and add into the page content and it should re-size properly. We’ll release an update for Enfold which includes LayersSlider 5 soon – maybe the new slider version will fix the issue but I’m not sure.

    Cheers!
    Peter

    #229614

    Hey!

    Ok, then delete the line and open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and delete

    
    if(!is_admin() && !session_id()) session_start();
    

    Regards,
    Peter

    #229608

    Hello Yigit,
    I installed the theme enfold and I haven’t installed any plugin.
    I want to set the slider as the home of the template.
    With shortcode fullscreen Slider you can’t configure slider with independent layers with movement like home slider.
    I have configured with Layer Slider slider as I can make it appear on the home page. The help says:
    Inserting the slider with shortcode
    You can place your sliders into pages and posts with their shortcodes. You can find the shortcode for each slider in this page next to their names in the list view. To insert the slider, edit a page or post and insert its shortcode into the WordPress text editor.
    But this does not work.
    As shown equal the slider theme?

    Thanks.

    #229605

    In reply to: Header color

    Hi Raph!

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

    #top .social_bookmarks_mail:hover a {
    color: #fff;
    background-color: #9fae37;
    }

    these are default values.
    2-

    .social_header .phone-info { font-weight: normal; }

    Cheers!
    Yigit

    #229602

    When I replace that line, I get this error on the website.
    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/rawjuici/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:1) in /home/rawjuici/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    When I delete that line, I get this error on the website.
    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/rawjuici/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:1) in /home/rawjuici/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    Hi Josue,

    Yes the theme is compatible for translation (front end, aviation editor) but except “Theme option” that does not contain “po” file and “mo” and remains in English. I installed WPML to try to translate “theme option” but I do not know if this is possible. How do I translate as simply “theme option” without it generates errors? I can create a “mo” file translate “register-admin-options.php”?I may have missed something in the setup

    • This reply was modified 11 years, 9 months ago by Alex.
    #229593

    In reply to: Reducing page width

    Hi!

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

    .page-id-17 div .av_three_fourth {
    margin-left: 11%!important; }

    You may need to adjust the value to center it perfectly

    Best regards,
    Yigit

    webfordj
    Participant

    Hi,
    in the thread “Enfold | Header Transparency with Full Page Slider.” and here are already answers, but i still struggle.

    QUESTION: how to set the “fullscreen slider on full screen”? http://www.jiamode.com

    The frontpage should be only the fullscreen slider with a transparent header menu. to create this effect i been only able to push the top margin of main up, which leaves a space of couse. How to have the fullscreen slider in full, without the 90 gap?

    thank you in adavance.

     .header_bg {
        background: rgba(255,255,255,0.3) !important;
    }
    #header_meta{
        background: transparent !important;
    }
    .avia-menu a{
        color: rgba(0,43,88,1)  !important;
    }
    .main_menu, .main_menu * {
        background: transparent !important;
    }
    #header *{
        border: 0 !important;
    }
    .home #main {
        margin-top: -90px;
    }
    • This topic was modified 11 years, 9 months ago by webfordj.
    #229581

    Topic: Search in Top Header

    in forum Enfold
    indrahalim
    Participant

    Dear Enfold,

    help me please:

    1.How to make search avaliable in top header visible before the HOME link. currently the search button only popup after click. i would like the Search avaliable before the home link.

    2. why in the mobile version i could not find the search button at all? any code i need to put so i could search when im in mobile version?

    thank you
    indra

    #229578

    Hi!

    Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open portfolio.php file and find

    $first_item_name = apply_filters('avf_portfolio_sort_first_label', __('All','avia_framework' ), $params);

    and modify it as needed

    Best regards,
    Yigit

    #229577
    xilopix
    Participant

    Hi,

    I’m trying to embed a HTML5 video but Enfold keeps reformatting my code. How can I make it stop doing that?

    Thanks :)

    • This topic was modified 11 years, 9 months ago by xilopix.
    #229574

    Hi nicolasweh!

    Mobile devices scroll to top when you touch the topbar that is why it was hidden on mobile. But you can display it by adding following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 767px) and (min-width: 480px) { 
    .responsive #scroll-top-link {
    display: block;
    }}

    Best regards,
    Yigit

    #229567

    Hey andydufresne!

    Do you have Layer Slider as a standalone plugin? LayerSlider that comes with Enfold does not support shortcodes

    Best regards,
    Yigit

    #229554

    In reply to: WMPL

    There is no problem with the English, it’s only when it generates for the French menu that it outputs the array. I don’t know if this is an issue with WPML, but it happens only with the Enfold theme and only, as I say, with the French.

    I tried to assign a specific menu, and it’s fine when I do this, so that wp_list_pages() routine seems to be the culprit. Where do you suggest I start to troubleshoot from here? I want to use dynamic menus rather than manually managed menus…

    #229539

    Thanks for this link. I’ve had a look into it, but it looks like the script needs to reference a media query to work.
    This is fine for mobile media queries, but my custom.css file doesn’t have a media query setup for the normal desktop styles. Am I meant to create a new media query to contain all my custom css so this script will work? I’m a little confused on how it should be implemented with Enfold.

    #229530

    Avia Advanced Layout Builder for POSTS. This is the only thing lacking in the theme. :(

    #229514
    nicolasweh
    Participant

    enfold scroll-top-link icon disappear from 480 px to 768px width
    I just noted that, both in chrome and Firefox, is there some reason for that?
    I’d like to have that scroll icon always fixed to the right for the bottom of my pages when I’m scrolling down regardless of the width size of the screen or resizing it.
    Thanks

    #229512
    This reply has been marked as private.
    jeangiovanni
    Participant

    Hi,
    I need to create a gallery of paintings with different dimensions, horizontal, vertical and so on.

    I would like to have a result similar to the Masonry Portfolio demo http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
    but with the following differences:

    – The thumbnails of the paintings should maintain the natural image ratio (no cropping) and also proportionality with respect to the real images, without the limit to have the same width because in such a case, for example, a horizontal image becomes a very little image compared to the others.
    – Clicking on the images of the portfolio should open the lightbox of the image
    – The dimension of the opened lightbox should be changeable for each image to have a proportional view of the original pictures

    Thanks a lot in advance for your help.
    Kind regards,
    Giovanni

    #229503
    wildbrid
    Participant

    With reference to the following thread:
    https://kriesi.at/support/topic/navigation-menu-for-long-single-page-website-with-enfold/#post-177245
    Is there an easier way to only highlight the menu link when it is active and turn it off when it’s not being scrolled to?

    Right now, when I add the full url with the hashtag section (eg: http://mydomain.com/#about-us) to the menu custom link, my menu link for About Us is highlighted even when I did not click it to scroll to that section.

    Hope you can help without need for users to hack the current code.
    I’ve downloaded the latest version, or have I missed out any other required downloads to update this area?

    Thank you!

    • This topic was modified 11 years, 9 months ago by wildbrid.
    #229500

    Hi tassavor!

    No, I couldn’t reproduce this issue on my test servers. Please try to deactivate all third party plugins and check if it makes any difference. If yes a plugin hooks into the image query and breaks the order. If not please create us an admin account and post the login credentials as private reply. Make sure that the latest version of Enfold (2.5.4) is installed.

    Best regards,
    Peter

    #229497

    In reply to: transparency

    Thank you for your help, it works great. Can you also do to “Portfolio Grid” on page http://www.imagine.nazwa.pl/swedish% 20enfold/wordpress /? Page_id = 2905

    #229491

    Hey! Do you mean the Tribe Events Calendar ?

    Since when is it possible to insert it with Shortcodes, please? I must set everything in the settings-tab a few weeks ago. There you can work with shortcodes in the before and after field. But it was not possible to insert itself with Shortcodes in Pages. Did I missed anything?

    #229490

    WYSIWIG-editor for Open Graph for Facebook:
    og:title, og:image and og:description

    #229481

    In reply to: html Embedding videos

    Hey!

    Please try to update Enfold to 2.5.4. Kriesi did some debugging ( https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/ ) and the youtube api issue should be fixed now.

    Regards,
    Peter

    #229479

    Hi!

    Right now we do not plan a “deep integration” of Events Calendar (i.e. Advanced Layout Editor support for Events, etc.) because the templates are different but you can use the shortcodes generator (magic wand icon in the TinyMCE (visual editor) toolbar) to insert shortcodes into the event page description/content.

    Regards,
    Peter

    #229478

    Hey Helchar!

    Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace:

    
    				switch($contents)
    				{
    					case "excerpt": $excerpt = $entry->post_excerpt; $title = $entry->post_title; break;
    					case "title": $excerpt = ''; $title = $entry->post_title;  break;
    					case "only_excerpt": $excerpt = $entry->post_excerpt; $title = ''; break;
    					case "no": $excerpt = ''; $title = ''; break;
    				}
    

    with

    
    				switch($contents)
    				{
    					case "excerpt": $excerpt = $entry->post_excerpt; $title = $entry->post_title; break;
    					case "title": $excerpt = ''; $title = $entry->post_title;  break;
    					case "only_excerpt": $excerpt = $entry->post_excerpt; $title = ''; break;
    					case "no": $excerpt = ''; $title = ''; break;
    				}
    
                    $cats = get_the_term_list($the_id, 'portfolio_entries', '', ', ','').' ';
    
                    if(!empty($cats))
                    {
                        $excerpt = '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
                        $excerpt .= $cats;
                        $excerpt .= '</span>';
                    }
    

    This code will replace the excerpt text with the category list.

    Cheers!
    Peter

    #229472

    In reply to: Enfold Showcase

    Hello everyone!!!

    See below all the websites we designed with this FANTASTIC theme!! My bro and I are based in Cape Town and we not very strong on back-end development but we know how to design and use HTML/CSS. The Enfold theme did all the nitty gritty back-end coding automatically for us. We will continue to use this theme because it has endless design possibilities.

    zedduo.com
    oculusid.com
    incywincycollege.com
    thenailcompany.co.za
    R&S (still under construction)

    • This reply was modified 11 years, 9 months ago by zedduo.
    #229471

    Hi!

    Something (probably custom code) adds some weird output to the head area of the website (i.e.:

    
    <!-- Add jquery script to support Conditional Forms-->
    <script type="text/javascript" src="http://mobilcsarnok.hu/wp-content/themes/enfold/js/1.7.1/jquery-1.7.1.min.js"></script>
    <script type="text/javascript" src="http://mobilcsarnok.hu/wp-content/themes/enfold/js/hidefieldsScript.js"></script>
    

    ) and this breaks the doctype definition and some other things. See: http://validator.w3.org/check?uri=http%3A%2F%2Fmobilcsarnok.hu%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

    Please revert the changes or install the unmodified, updated theme files with ftp: https://vimeo.com/channels/aviathemes/67209750 to fix the issue.

    Best regards,
    Peter

Viewing 30 results - 227,161 through 227,190 (of 243,729 total)