Viewing 30 results - 226,171 through 226,200 (of 243,695 total)
  • Author
    Search Results
  • #234730

    Hey Philippe!

    You can go to Appearance > Widgets and add any other widget to one of the Footer Columns. If you would like to display them empty, please add an empty Text widget.

    Best regards,
    Yigit

    Hi Peter,

    ich habe die Funktion in die functions.php eingefügt. Wenn ich sie in die functions-enfold.php einfüge, dann zerschießt es mir die gesamte WP-Installation und ich kann keine Seite mehr aufrufen. In beiden Fällen habe ich die Funktion ganz ans Ende der Datei eingefügt sodass danach nichts mehr kommt. Allerdings habe ich auch schon rumgespielt und sie an anderen Stellen, ohne Ergebnis, eingefügt. Gibt es denn noch andere Möglichkeiten einen weiteren Google Font in die Auswahlliste für den Body Text unter Styling aufzunehmen?

    Danke,

    Thomas

    #234715

    Topic: Testimonials

    in forum Enfold
    tcoach84
    Participant

    Hey

    After i have updated my Enfold theme to wordpress, my testimonials feature is loading very slowly, and sometimes not at all. We are talking over 10 sec delay.
    What can be wrong? or are there others with the same problem?

    My site is: http://sportsacademy-viborg.dk

    #234712

    #1 – This problem is intermittent (doesn’t happen every time) but is happening about 1 out of 4. I will install the new theme, but do you have any other idea why this would happen?

    #3 – When the home page is loaded for the first time in firefox, the logo appears small (as in the size it is when you pan down with sticky menu). When the screen is refreshed the logo appears the appropriate size. Why would this happen and how do I fix?

    #234710

    In reply to: Add New Font

    Hey Simon!

    What font are you trying to use? You can only add google fonts to the Enfold > Style > fonts dropdown. Add this on functions.php:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800';
    return $fonts;
    }

    Change the Source Sans Pro font with the font you’re trying to use. If you want to use fonts other than google fonts, please search google for font face integration.

    http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp

    Cheers!
    Ismael

    #234708
    Philippe
    Participant

    In one of the 3 footers, i see :

    “INTERESTING LINKS

    Here are some interesting links for you! Enjoy your stay :)”

    Where can i change this text ?

    Thanks,

    Philippe

    #234702

    … collapsible menu in mobile mode …

    +1

    #234690
    marvalarc
    Participant

    I’m a Real Estate company trying to install a property search bot in my enold theme.

    This bot comes from inmofactory, my actual CRM.

    In they tutorial they ask me to:

    1. To host inmofactory_helper.html in the root of my website
    2. To write this code at the “head” section of every page where the “property search bot” will be shown:

    <script type=”text/javascript” language=”javascript” src=”http://webcliente.inmofactory.com/scripts/jsiframe2014.js&#8221; ></script>

    3.To write this code on every page where the “property search bot” will be shown:

    <script language=”javascript” type=”text/javascript”>
    parametros.componente = “Buscador”;
    parametros.idpublicacion = “NNNN”;
    new Ib2c(parametros);
    </script>

    My questions are.

    1. How can I acces to the root of my website in order to host there inmofactory_helper.html?
    2. I’ve tried to edit basecode from the page I created with in enfold template in order to place the scripts at the head setion and at the page qhere the bot is placed, but on the edit section of enfold theme I can only find a generic page.php Is that the one I have to edit? Because I could’nt find any indiviadualized page wich refers to the one I created with enfold.

    WANTED1403
    Participant

    Hey Guys

    I am looking for a possibility to implement a interactive Google Map in the Background of my Website.
    For your reference please find an example which I found in the web here: http://iridemobile.com/book-car-service/

    I already tried to put the link to my separate php file in the Color section form for Videos.
    But unfortunately in this case the Color section only tries to open a Video file, which actually is not there.

    Do you have any idea how I can implement my Google Maps php in enfold that it will be shown in the Background of my page and is still interactive like in my example above?

    Thanks in advance for our Support!
    Cheers! Matthias

    #234674

    Hey!
    That widget is part of the verification plugin I am using for themeforest purchase codes, so nothing that would really make sense within the enfold core files :)

    The BBpress login widget should work just as fine ;)
    Best regards,
    Kriesi

    • This reply was modified 11 years, 9 months ago by Kriesi.
    #234671

    In reply to: Coming Soon Page

    Hey themeforesttony!

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

    Create a page then look for Page Attributes > Template > choose the “Blank” template. Assign this page as frontpage on Enfold > Theme Options > Frontpage Settings.

    Regards,
    Ismael

    #234668

    In reply to: Backs Up & Revisions

    Hi addwebtoday!

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

    Do you have the latest version of Enfold? Kriesi fixed the revisions for posts and pages.

    Best regards,
    Ismael

    #234663

    Topic: Add New Font

    in forum Enfold
    Simybee
    Participant

    Hi,

    I am wondering if I can add a new font to the list of fonts in the Enfold styling section?

    Thanks,
    Simon.

    #234659

    Hi!

    How are you? I hope you’re doing well today.

    You can use this plugin: http://wordpress.org/plugins/jquery-updater/

    Regards,
    Ismael

    Hi schneiderinho!

    Hast du den Code in die Child Theme functions.php eingefügt oder ganz am Anfang der Enfold functions.php nach:

    
    <?php
    

    Best regards,
    Peter

    #234654

    In reply to: enfold > preheader

    Hey!

    I’m sorry you feel this way. Hopefully Jupiter will fit your requirements.

    Best regards,
    Peter

    #234652

    Hey GavinAnstey!

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

    
    if($custom_link) $this->loop[$key]['url'] = $custom_link;
    

    with

    
    if($custom_link) $this->loop[$key]['url'] = $custom_link;
    if($custom_link) $blank = "target='_blank'";
    

    and

    
    $this->loop[$key]['html_tags'] = array('a href="'.$this->loop[$key]['url'].'"','a');
    

    with

    
    if(empty($blank)) $blank = '';
    $this->loop[$key]['html_tags'] = array('a '.$blank.' href="'.$this->loop[$key]['url'].'"','a');
    

    Regards,
    Peter

    #234651

    In reply to: Enfold > Map size

    Hi!

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

    You can add this on your custom.css or Quick CSS to remove the map data:

    .gmnoprint {
    display: none !important;
    }

    Use this one to remove the padding:

    #avia_google_maps-2 {
    padding: 0;
    }

    Cheers!
    Ismael

    #234646

    Hi,

    What happened to the accepted request for “collapsible menu in mobile mode”?

    Since I have many sub-pages this is causing quite a big problem. I can of course hide the individual sub-pages with css to make the menu look decent but then those pages wouldn’t be viewable, which I want. I recently bought your theme but now I might have to stop using it just because of this issue.

    It seems like a standard feature to me and I hope this will be implemented in the near future?

    Kind regards,

    Erik

    #234645
    Thisafternoon
    Participant

    Hi guys,

    I’m having an issue with the anchors, when using Enfold as a ‘one page’ design.

    There is a difference between clicking in the menu to a certain section and opening or reloading the page on a specific section.

    When I click on “werkwijze” in the menu, I can see the Title on the right place (height), but when I open this section by going to the link: http://www.usualsuspects.nl/#werkwijze or refresh the page, the Title disappears under the menu.

    Ony thoughts on how this can be fixed?

    Thanks in advance,

    Bas

    #234644

    Hey tomgraziani!

    How are you? I hope you’re doing well today.

    What do you mean by “it can’t connect to the web”? I checked the website and I can see the images just fine.

    Regards,
    Ismael

    #234643
    peme
    Participant

    Is there a way to stop YouTube to show related videos? When I add rel=0 to the URL Enfold just shows the url instead of embedding the video.

    #234639

    Hi!

    1) Please set a proper page title for your website – at the moment it’s set to “-” which will have a negative impact on your SEO. I recommend to install http://wordpress.org/plugins/wordpress-seo/ and to configure the settings carefully.

    2) If you don’t want Google to index the demo pages I recommend to use Yoast SEO to set the meta robots data to “noindex, nofollow” or just set the entry status to “Draft”. As soon as the pages are published google will try to index them.

    Cheers!
    Peter

    #234637

    Hey Ryan!

    We’ll release a new version of Enfold (2.6) this week. It will include the new LayerSlider v5.x version which should hopefully fix all issues. If the update doesn’t fix the issue for you we’ll look into it.

    Best regards,
    Peter

    #234635
    Simybee
    Participant

    Hi everyone!

    I need to have a video as a the featured image for my post I am doing. Example: http://kriesi.at/themes/enfold/2013/10/21/a-short-intro-to-our-brand-new-template-builder/

    How do I go about doing this? Am I missing something obvious?

    Thanks,
    Simon.

    #234632

    Just had an interesting idea:

    Invisibility!
    What about having a little visibility eye <0> on elements. This would be great for people who want to set a notification area or anything else and then turn it off and on – on the fly. You could even have an ability to set it to invisible to all except admins. Also nice to work on a live site in draft then turn on visibility when your done. Now I always make a new page on a live site, then when done create template, add template to live page and move it all tot the right area as the templates are added below existing content. It would be best if admins can view invisible items to somehow on the frontend also show to admins they are invisible, add a little opacity to invis items?

    Rowspan!
    And ofcourse the important feature request, let a container span multiple rows:
    [a1][a2] | b1* |
    [a3][a4] | b1* |

    * both b1’s = 1 portrait container

    Mobile slideoutmenu positioning
    I found the slide out menu a little bit ugly as it overlays the whole page, so when you press the menu button, the layer slides in and there is a big gap at the top next to close menu button. To solve this I figured out that the open button is actually a toggle and will also close the panel – great! So what I did was move the positioning of the overlay down some pixels with css to just below the header, removed the close (X) display none, and use the menu open button as a toggle! However as it wasn’t meant to be a toggle the icon doesn’t change into an ( X ) when menu is open, not a biggy but would be nice if it could!

    Just my 2 cents :) Keep up the best theme ever!
    Thomas

    • This reply was modified 11 years, 9 months ago by borkent.
    #234629

    Hey schoenj!

    I suggest to use the free Codestyling plugin to translate the theme or to change the content of the current translation. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click the “create po-file” button. Click on “Rescan” to search for all text strings. Afterwards 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). Search for “Leave a Reply” and “Want to join the discussion?”, etc to translate the comment text strings.

    Cheers!
    Peter

    #234622

    In reply to: Enfold Combo Widget

    Hi agernaat!

    I think the thumbnails are missing. Try to regenerate them with: http://wordpress.org/plugins/regenerate-thumbnails/

    If the regeneration doesn’t help a possible css fix would be:

    
    .news-thumb {
    max-width: 36px;
    }
    

    – insert this code into the quick css field.

    Best regards,
    Peter

    #234619

    Cool!

    #234618

    In reply to: Enfold Showcase

    Just launched my first WordPress project, based on the Enfold Theme.

    Chris Kettner Fotodesign – Business Fotograf & Miet-Studio
    http://www.chris-kettner.de

    Your Feedback is welcome!


    @RichardOlpin
    This is a photographers site :)

Viewing 30 results - 226,171 through 226,200 (of 243,695 total)