Viewing 30 results - 231,031 through 231,060 (of 244,617 total)
  • Author
    Search Results
  • #211593

    In reply to: Custom Icon

    Hi brijesh1111!

    Enfold doesn’t use images for its icons. It uses icon fonts which you can upload your own following this guide: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Fontello.com also allows you to upload your own svg files to create your own icon fonts but the theme doesn’t support using images for icons so you would need to have a freelance developer customize in the css to hide the icon text and then display your image in its place.

    Best regards,
    Devin

    #211589

    Hey!

    Yes, you can insert an icon shortcode in the “menu title” field or description box. I.e. use the “Magic wand” icon in the TinyMce toolbar to generate the icon shortcode.

    Regards,
    Peter

    #211586

    Topic: Star Rating

    in forum Enfold
    isee
    Participant

    hey again :-)

    do you have any suggestions for a star rating plugin compatible with enfold?
    or better… is it possible to implement a simple rater within the theme that ist seo optimized?

    greez
    r

    Hi pako69!

    Use Codestyling ( http://wordpress.org/plugins/codestyling-localization/ ) and translate the po/mo file. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    If you want to add some custom text to the translation file wrap it into a __() function like

    
    __(‘My text’,'avia_framework’)
    

    If you want to register a new text string with WPML see: http://wpml.org/faq/getting-string-translation-to-work/

    Best regards,
    Peter

    #211583

    I’d also like to know this. How to add fonts so they show up under Enfold’s Theme Styling Customization page. And not just google fonts, but any font I upload.

    • This reply was modified 12 years, 3 months ago by Alex.

    Hi!

    The store page does not support a custom sidebar because you can use the “Shop Overview Page” widget ares to add widget to the shop page. If you really want to to use a custom sidebar on the shop page open up enfold/sidebar.php and replace

    
            if(!empty($the_id) && is_singular())
            {
                $custom_sidebar = get_post_meta($the_id, 'sidebar', true);
            }
    

    with

    
            if(!empty($the_id) && is_singular())
            {
                $custom_sidebar = get_post_meta($the_id, 'sidebar', true);
            }
    
            if(is_shop())
            {
                $the_id = woocommerce_get_page_id( 'shop' );
                if(!empty($the_id)) $custom_sidebar = get_post_meta($the_id, 'sidebar', true);
            }
    

    Regards,
    Peter

    pako69
    Participant

    I used a child theme.

    In my own header.php i have had a line lik this :
    ” class=”addthis_button_twitter”>

    I go to WPML strings translations to add my french text but i fond nothing…

    So i try to find a string which is present ig the header.php :
    echo “<nav class=’main_menu’ data-selectname='”.__(‘Select a page’,’avia_framework’).”‘ “.avia_markup_helper(array(‘context’ => ‘nav’, ‘echo’ => false)).”>”;

    I open (within WPML strings translations) the file where this php string ha been found and… yes it found it but not in my child header.php file but it the parent theme:
    /home/sites/mysite.com/web/wp-content/themes/enfold/header.php

    Too bad… :-(

    #211569
    georgevanhal
    Participant

    Hi,

    It seems like my portfolio items have dissappeared from my site. They are in a spot I don’t update that regularly, so I don’t know when they’ve dissapeared.

    My site is at: http://www.georgevanhal.nl/ and my portfolio grid is at: http://www.georgevanhal.nl/spreker/. These work fine. My individual items, however, are not showing up. (For instance: http://www.georgevanhal.nl/portfolio-item/debat-wetenschappelijk-onderzoek-in-de-toekomst/).

    I’ve checked, and these items are still showing up in the dashboard cms under ‘portfolio items’, and there’s nothing wrong with the link itself. These pages used to show up in the past, and I’ve changed nothing on this part of the site directly.

    I’m running wordpress 3.8 and the latest version of enfold.

    Can you help me with this problem? Thanks!

    #211563

    Thank you for your help!
    Where can I edit the functions.php? is it inside the WordPress or do I need to go inside the files somewhere?

    thanks again,

    #211561
    silviouk
    Participant

    Hi there,

    I’ve looked at various posts regarding adding new Google fonts to Enfold, however all the post solutions I’ve tried have no worked or completly broke the site, such as adding this script to the functions.php file from one post;

    (adding add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Mr De Haviland’] = ‘Mr De Haviland:400,700’;
    $fonts[‘Mr De Haviland’] = ‘Mr De Haviland:400,700,400italic,700italic’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {

    $fonts[‘Sacramento’] = ‘Sacramento:400,700,400italic,700italic’;
    $fonts[‘Sacramento’] = ‘Sacramento:400,700’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {

    $fonts[‘League Script’] = ‘League Script:400,700,400italic,700italic’;
    $fonts[‘League Script’] = ‘League Script:400,700’;
    return $fonts;
    }.

    Please can you instruct me on how to add additional fonts for site wide usage.
    Many thanks

    #211560
    biekhois
    Participant

    Hi,

    I’ve tried several plugins, but no result. I want to create a modal popup after clicking a button with the enfold theme. The modal popup has custom HTML-code (a form) and javascript (form validation) for call-me-now functionality.
    I’m stuck and nowhere near a solution. Can you point me in the right direction?

    Example? Click on “test link” (in blue) on page http://www.voys.nl/meer-diensten/call-me-now/test

    Cheers.

    Bart

    #211556

    Hey!

    Danke für eure Hilfe. Habe mir Firebug installiert und das funktioniert echt super!

    Bezüglich Header habe ich noch ein Thema wo ich etwas anstehe.

    Im Header Menü habe ich einen Menüpunkt der heißt “Mein Konto”

    1. kann dieser Menüpunkt wenn ich nicht angemeldet bin “Anmelden” heissen und sogalb ich angemeldet bin: Willkommen! %Name% Mein Konto

    2. möchte ich das nur dieser Menüpunkt ein Dropdownmenü erhält mit 3-4 untermenüpunkte

    Vielen vielen dank für eure Hilfe! Euer Support ist echt super und ich freue mich um jeden kleinen Erfolg den ich durch euch erarbeite

    Gruß,

    Courin

    • This reply was modified 12 years, 3 months ago by Courin.
    #211551

    Hi Kriesi,
    your theme is wonderful and I love it!
    I’d like you consider more possibilities to customize the menu, specially sidebar menu with choice of the background color, font color and icon option to add or not.
    Other issue: more options to customize the header, footer and sidebar areas.
    I look forward to the next issue, you’re doing a great job, thank you!
    Nona

    #211525
    turner2f
    Participant

    I am using Enfold version 2.4.5 and WP 3.8

    The Top Navigation is NOT being displayed on “Search Results” page.

    ===============
    Please see…

    http://www.healthnumeric.com/V2/?s=lorem

    and compare to…

    http://kriesi.at/themes/enfold/?s=lorem

    ==============

    Please help.

    • This topic was modified 12 years, 2 months ago by turner2f.
    #211522

    There is no hover effect on the partner element: http://kriesi.at/themes/enfold/shortcodes/partnerlogo-element/

    This is the correct and intentional behavior with those items because of how they are coded.

    #211517
    josephnarai
    Participant

    Hi There,

    I can’t seem to reopen the old issue, so I’ll repeat it here.

    >I have an issue with the Fullwidth Masonry Gallery loading for the first time.
    >I have 4 galleries with over 50 images in each… I want them to load in a single go (i.e. all images to come up, so I’ve set the # displayed >to be 100).
    >The issue is the first time a page loads (if you clear your browser cache)… the first lot of images load fine, and then if you scroll down, the >images all start loading on top of each other, instead of forming the proper masonry tile…
    >If you then refresh the page, the images all load up perfectly…

    Josue kindly gave me a fix for this issue and said it would likley be included in upcoming releases of Enfold! However, I’ve updated more than 3 times now, and I need to go back and make this fix every time… could this bug fix please be included in the release!!

    Thanks,

    J

    #211504
    gentlemansgazette
    Participant

    Hi there,

    I run the latest version of Enfold and WP. I must display a sidebar, but I would love to feature some of my blog posts on the home page in a masonry blog. I have tried it with the layout builder and it seems like you can have a masonry blog post view with a sidebar, the problem then is that the images are all very small and it looks terrible. Is there a way or are you working on a solution to display masonry blog posts with sidebar so everything looks great like the rest of your theme?

    #211485
    pgamet
    Participant

    Hi,
    I don’t know where to turn to find the answer to this but I’ve searched high and low. I am using a plugin (Timely all in on calendar) for my google calendar feed. Works great. Problem is all the old (happened way in the past) events show up on the search results. These “event” entries show up first and there are many of them… so the important results (my posts and pages) are at the bottom. I want future events to display, just not things in the past

    I tried Relevanssi but it doesn’t offer the functionality of eliminating only the dates in the past.

    Do you know of another plugin, or is there a way I can be more specific with search results with the Enfold search?

    BTW, I love enfold!!! my site is http://www.lakeharrietumc.org
    paige

    #211479

    In reply to: Layout on mobile

    This reply has been marked as private.
    #211477
    zebraz
    Participant

    Im using header with social icons and bottom navigation , i want to add a phone number to my header ,what i need to do

    #211476
    #211468

    Hi!

    Are you using the latest version of Enfold / WordPress?

    Cheers!
    Josue

    #211465

    Topic: Logo: format & shrink

    in forum Enfold
    foreigner
    Participant

    Hello. Upon beginning to set up Enfold on my existing WP site, I did first things first and uploaded a logo. It took me a few minutes to figure out that the logo could not have a transparent bg, that to achieve the exact 340×156 dimensions, I needed to take a vector of the logo and turn it into a rectangular non-transparent png with the white space serving as padding (I’m horrible in Photoshop, but I think I can do this much). I’ll assume that much is best practice for this theme, as that’s what I found when I looked at the Enfold logo.

    Assuming that’s correct, how do I avoid having the logo shrink so much on scroll? The logo I’m using has a detail that is lost when shrunk so little (I really like the shrink effect–just maybe a tad less).

    If it makes a difference, I’ll likely be using a header with two menus, as I will need one for logged-in users only.

    Thanks!

    #211461

    Topic: subscribe widget

    in forum Enfold
    fjrichart
    Participant

    Does Enfold have a widget or an option to add the “subscribe to this post or blog”?

    #211456

    Hi Ismael,
    Problem solved! I think the problem was with the database. When I exported the database from old site and imported in the new site, the tool I used exported everything expect the layerslider table for some reason, I had to export that separately and import it to the new database, the slides did not show so I had to recreate them.

    I appreciate your help!!

    #211454

    In reply to: Layout on mobile

    This reply has been marked as private.
    #211448
    Jagrav
    Participant

    Adding Menus to Footer 4 column widget areas

    Enfold with child theme

    I’m working with the 4 column footer that may have been setup with “import dummy data”.

    I created a new menu in WP Menus and named it Footer 1, added “Links” and added “Footer Menu” from the Menu Settings: Theme locations.

    In WP Widgets I added the Custom Menu widget into the Footer – column1 area, gave it a title and for Select Menu chose Footer 1. This is working fine.

    Now that I’m trying to add links to the Footer – column2 area I’m running into problems. I created a new menu in WP Menus and named it Footer 2, added “Links” and added “Footer Menu” from the Menu Settings: Theme locations, but when I view the page, it just displays the Footer 1 menu links again.

    Any ideas?

    #211446

    Hi Rubie!

    All buttons in the theme are cohesive, are you using the latest version of Enfold?

    Regards,
    Josue

    Looks like it still isn’t getting generated: http://www.040hosting.eu/wp-content/uploads/dynamic_avia/enfold.css

    Check and make sure its chmod settings are writable by WordPress (755).

    #211394

    Hey!

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

    #top .widget_nav_menu .nested_nav { display: none; }

    Regards,
    Yigit

Viewing 30 results - 231,031 through 231,060 (of 244,617 total)