Viewing 30 results - 221,251 through 221,280 (of 243,997 total)
  • Author
    Search Results
  • #263068

    Hi!

    Thank you for the update.

    Make sure that you have selected a sidebar on Enfold > Sidebar Layout > Sidebar on Single Post Pages. It doesn’t matter if right or left as long as you enabled the sidebar for single post pages.

    Best regards,
    Ismael

    #263065

    Hey!

    Thank you for the login details.

    You only have one post yet? I reset the settings on Settings > Reading. You need to set the blog on the Enfold > Theme Options > Where do you want to display blog?. Also, if you’re planning to use the Blog Posts element, you need to set the Blog Style as Use the advance layout editor… option.

    Regards,
    Ismael

    Hi agameseo!

    Thank you for using the theme!

    This is possible but the task will require a bit of customization on the theme core files. Regretfully, this particular request falls beyond the scope of support so you might need to find a plugin or hire someone to edit includes > helper-main-menu.php. He can create wp conditional statements to call different menus per page basis. We haven’t tested this plugin but it might work: http://wordpress.org/plugins/zen-menu-logic/

    Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Cheers!
    Ismael

    Hi!

    Thank you for the update.

    Do you mind if we take a look at the actual website? Please make sure that you’re running WP 3.9 and the latest version of Enfold, 2.7.1.

    Regards,
    Ismael

    #263041

    In reply to: Back Up Question

    Hi Micheal0424!

    Thank you for using the theme!

    The theme options are saved on the database so you need to create a backup of the database and upload it to another domain. You can use this plugin to migrate the database to another website: WP MigrateDB or WP MigrateDB PRO

    After the database migration, just transfer the whole uploads folder to the other website. Aside from using the plugin, you can also export the theme settings on Enfold > Import/Export panel. Refer to these links for more info:

    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Cheers!
    Ismael

    #263034

    Hi Kaperas!

    Thank you for using the theme!

    I’m sorry but that is not possible without further customization with the theme. Unfortunately, that particular feature is beyond the scope of support so you might need to hire somebody else to do it for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Regards,
    Ismael

    #263022

    Ok, a better question: The default font in Enfold includes the icon I want to use already. I used the icon code in my functions file to include it as an option, but the icon is still not showing up.

    This is my functions.php code:

    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['spotify']	 = array( 'font' =>'fontello', 'icon' => 'ue907');
    return $icons;
    }
    
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons['Spotify'] = 'spotify';
    return $icons;
    }

    Any idea why it wouldn’t work on the front-end?

    #263016

    Hey Josue,

    Thanks for the response. Maybe the video is outdated, but my Enfold theme options don’t have General Settings or an Iconfont Manager (see this screenshot). I’ve been through every theme options screen and there’s no Iconfont Manager anywhere.

    I have the latest version of the theme. Any ideas?

    #262994

    Topic: Align text after icon

    in forum Enfold
    armindoerr
    Participant

    Hi,

    I’d like to align some text after icons.
    What it looks now: Bild hochladen

    Goal is to make it look like this (right widget): http://www.photokurs-muenchen.de/kontakt/

    I’ve tried with e.g. <div style="text-indent:10px;">MY TEXT</div>, but that didn’t work.

    Thanks,
    Armin

    Hey VladInfo!

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

    span.fallback-post-type-icon {
    display: none;
    }

    Best regards,
    Yigit

    #262980

    In reply to: Portfolio Arrows issue

    Hey!

    Yes it will :) To prevent that, you can use child theme. Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/

    Best regards,
    Yigit

    #262979

    Hey!

    I see that you still have not updated your logo image that is why logo issue remains :)
    For slider, please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    li.av-single-slide.slide-1.active-slide {
    background-size: contain;
    background-repeat: repeat-x; }}

    Best regards,
    Yigit

    #262972

    Hi Stuart!

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

    #top .widget_nav_menu li { list-style: none; }

    You can use following selector
    #nav_menu-3 { }

    Best regards,
    Yigit

    #262970

    In reply to: Logo size question

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .logo img { padding: 0; }

    And post the link to your website if that does not work so we can take a look

    Best regards,
    Yigit

    #262930

    Hi!

    As mentioned already you’ll need to first have a WordPress installation to install the theme on to. You can then install over ftp following the video guide here: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Or through the WordPress admin panel as Flikk explained.

    Best regards,
    Devin

    #262921

    In reply to: Logo size question

    could you send me a link to your site?

    edit:
    go to the enfold settings and edit the logo by clicking the upload button and then choose gallery.
    change the size to “full size”.

    change the header height from 207px to 217px. (there is a 5px padding above and below the logo. so the header needs to be 10px heigher)

    #262917

    In reply to: Logo size question

    i’m not official support but it should be the size of the header container.

    you can change it in the enfold settings > header layout.
    For the header size choose “custom pixel value” and choose 207px

    #262913

    First of all you need wordpress installed.

    Then all you have to do is place the enfold folder into the theme folder of your wordpress installation.
    If you have installed wordpress to E:\HostingSpaces\Festivaldesarts\festivaldesarts.net\wwwroot\
    Then the theme folder is E:\HostingSpaces\Festivaldesarts\festivaldesarts.net\wwwroot\wp-content\themes

    After that you only have to activate it by loggin in to your wordpress admin area. (websiteaddress.net/wp-admin)
    In the menu on the left side go to apprearance>themes and activate the enfold theme.

    If you don’t have wordpress intalled see: http://codex.wordpress.org/Installing_WordPress

    #262909

    Hey!
    I have the same problem with Chrome in blog posts.
    But it works on items in the portfolio for me (not on the Enfold demo).

    #262906

    I’m going to build a few layer sliders and return to this thread with examples of what I need help with. Layer slider caused a lot of issues which is why I guess I was referred to Rev slider, which works perfectly on other themes, but lags on Enfold big time, most likely due to native Enfold code vs Rev slider plugin code.

    I have also used layer slider full screen without issue before, so the grid itself may be the issue since you said it doesn’t incorporate some forms of media.

    #262904

    Devin,

    I appreciate your response, but as a mod, your experience as a developer is black and white to your theme customers. I worked through the heartbeat API and all your other recommendations, and keep coming back to the notion that the theme is the issue, as I have multiple themes running with no instances of these exact problems. They are specific to Enfold.

    Thank you for letting me know that you have everything figured out, but I will continue to project screen shots onto the support forum until I get an answer that says more than “well it works for me”. Granted, your response is detailed and relevant which I appreciate, and thank you for notifying Kriesi, but I also have downloaded dozens of themes and never had these issues either. I believe it is various theme related issues in the .PHP that is causing these unnecessary calls.

    Frankly speaking, it’s evident that the the PHP calls, HTTP requests, and other redundant calls are keeping the site from loading even on the most basic of pages, and it still crashes mobile browsers. I really didn’t think it would take this much effort on the forum to get some exact answers. Let me know if you need access to provide better insight

    Link to various server related issues triggered by Enfold: http://www.schneidercentre.com/example

    #262900
    #262894
    Lukasz
    Participant

    Hi
    I’m having the problem with fonts using polish language.
    On my computer i have instalved font OPEN SANS witch i’m using with ENFOLD THEME and everything is ok.
    But on every other computers or mobile devices letter diacritic is marked with different font. The same is with slider and whole gody.

    Example: http://www.netarc.pl/internetenglish

    Is there a way to use online fonts to fix that?

    #262883

    Thanks Ismael!

    This solution makes all the difference.

    BTW, I’m using ENFOLD Child theme. Can I somehow put this solution in the child theme? That way when theme is updated I don’t have to change the register-portfolio.php again?
    I tried copying it into the functions.php file of the child theme, but that doesn’t work.

    Cheers,
    Gonzo

    #262880

    In reply to: Embedding Slideshare

    This reply has been marked as private.
    #262876

    In reply to: font import

    I have tried again, on another site, and got the following error message:

    Fatal error: Call to a member function attributes() on a non-object in /home/mdoe8kh0/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 182

    really need your help
    Thanks
    Tal

    #262875

    Ich bin bereits die Changelog von WordPress als auch die von Enfold durchgegangen. Leider konnte ich aber keine Lösung bisher finden. Sollte ich eine Lösung finden, werde ich die Info selbstverständlich weitergeben.

    #262874

    Ich habe ebenfalls Probleme: Ich kann nach allen Updates (WordPress 3.9.1, Enfold 2.7.1) zwar Text/Content hinzufügen, aber im Layout Builder fehlt bei allen Content-Elementen wo Text-eingegeben wird der Visual-Tab bzw. Visual-Modus, nur der Text-Modus ist da, was für mich als Nicht-Programmierer schlecht ist.

    #262872

    Ich kann mich nur anschließen. Ich habe das selbe Problem.
    Das Problem scheint an dem Update 3.9.1 von WordPress zu liegen, denn auf einer anderen Internetseite wo noch Enfold Version 2.4.2 läuft, funktioniert der Layout-Builder auch nicht.

    • This reply was modified 11 years, 8 months ago by Stinki.
    #262869

    In reply to: font import

    Hi Josue,

    Yes for both your questions,
    I have to shut off all the plugins in this site http://www.lib-ventures.com every time that I want to edit any page with the enfold editor, which is not clear to me why?

    Thanks
    Tal

Viewing 30 results - 221,251 through 221,280 (of 243,997 total)