Viewing 30 results - 237,751 through 237,780 (of 243,740 total)
  • Author
    Search Results
  • kriru
    Participant

    Hi,
    I have written this code in style.css file for child theme
    /*
    Theme Name: EnfoldChild
    Description: A superflexible and responsive Business Theme by Kriesi – <br/> Update notifications available on twitter and facebook:<br/> Follow me on twitter<br/> – Join the Facebook Group
    Version: 1.7
    Author: Kriesi
    Author URI: http://kriesi.at
    Theme URI: kriesi.at/themes/enfold/
    Template: Enfold
    */
    I have also typed this code in functions.php file:
    <?php
    /*
    * Enfold Child Theme functions File
    */
    I have followed each steps for creating child theme as per the vedio given by you.
    Though i am facing error message . I am getting error message as: this child theme require the parent theme.
    I have also tried the zip folder that you have given to me though i am getting error message.
    Please help me out in this.
    Thanks & Regards.

    #166112

    Hello!

    Yes sure :)

    Regards,
    Peter

    #166110

    In reply to: Make a flat menu

    Thanks Yigit for your fast reply.
    Enfold footer menu is checked, but the menu still appears in multiple lines.
    (And now in fact it appears in both the footer and the socket?

    #166109

    In reply to: Make a flat menu

    Hey JacobSalomonsen!

    Please go to Appearance > Menus and make sure that Enfold Footer Menu is checked http://i.imgur.com/4BMUVZs.jpg under Menu Settings

    Cheers!
    Yigit

    #166105

    Topic: Make a flat menu

    in forum Enfold
    JacobSalomonsen
    Participant

    Hi,
    I can’t figure out how to make a flat, one line, menu with 5-6 items. I should appear in the footer.

    An example of what I am looking for , can be found in the lower right hand corner of your own example page:

    http://kriesi.at/themedemo/?theme=enfold

    (Or even at your very own site)

    I am looking for a menu that appears in one line with separators.
    The menu I get in Enfold are in multiple lines.

    Thx

    #166104

    Hello 500Webmaster!

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

    .team-member-name, .team-member-job-title, .team-member-description { text-align: center; }
    .team-img-container { margin-bottom: 20px; }

    Best regards,
    Yigit

    #166094

    Hi Pat!

    Frames are actually image sprites. You can find these files in Enfold\js\prettyPhoto\images\prettyPhoto\default folder.

    Regards,
    Yigit

    #166062

    Hey sappermarine!

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

    #af-form-1868666838 { margin-top: -10px; }

    Regards,
    Yigit

    #166058

    Hey!

    In your WordPress theme directory open Enfold folder and Footer.php file. Find following code in line 96
    <?php echo $copyright . $kriesi_at_backlink; ?>
    and change it to
    <?php echo $copyright; ?>

    Or as was mentioned above you can add [nolink] to the custom copyright field in the footer theme options.

    Best regards,
    Yigit

    #166057

    In reply to: Translations issues

    Hi wvanderzee!

    If you are using Poedit you can open it and click on Catalog > Update from sources. Or you can change it manually. In your WordPress theme directory please go to Enfold folder and open Search.php file and search for “happy”. Should be on 23rd line

    Cheers!
    Yigit

    #166054

    Works perfectly. Thanks heaps.

    Can you confirm this will be fixed in the next Enfold release?

    Cheers,
    Jason

    #166051

    Thanks @ChunkyBits

    #166043

    Topic: Change button color

    in forum Enfold
    mp3dk
    Participant

    Hello,

    How do I change the color of the buttons in Enfold? It is the color of the button itself and not the text inside.

    Cheers!

    #166042

    In reply to: Question about link

    Hey!

    It gets broken link class that is why there was a line through. Please add following code to Quick CSS in Enfold theme options under Styling

    .broken_link, a.broken_link { text-decoration: none; }

    Regards,
    Yigit

    #166031

    Topic: Enfold Infographics

    in forum Enfold
    andypeck
    Participant

    Hi there,

    If I had one observation about Enfold, its not the most dynamic theme. For a portfolio theme there’s a definite move to more dynamically presented data and facts. eg. Zooming thumbnails on rollover, slab text animated numbers, icons to drive data facts and so on.

    For instance… http://themeforest.net/item/infographer-multipurpose-infographic-theme/5027304?ref=soland1234

    It is over the top. There’s too much going on but I love some of the spinning slab numbers and a few of the infographics.

    Is there any move towards implementing this kind of stuff in the very near future or can you recommend a JQUERY/PLUGIN that I can try out in the theme. Ive searched everywhere and cant work out where these things are generated from.

    Cheers
    Andy

    #166020

    hi all,

    working on a project using Enfold 2.2 on WP 3.6.1 at http://beta.batook.org

    i have edited my files as suggested in https://kriesi.at/support/topic/you-tube-social-icon-for-display-in-header-missing/#post-138071

    but can’t make the youtube option appear in the drop down menu…

    a clue ?

    ***EDIT***
    problem solved by last Enfold update

    • This reply was modified 12 years, 2 months ago by soifran. Reason: problem solved
    #166019

    Hello!

    I checked the code and this is probably a side effect of the “css width” attribute which is calculated by the js function. I changed the code a bit ( https://gist.github.com/InoPlugs/ff21a064c574fc154794 ) and replaced

    
     $('#header .logo,#header .logo a img').css('width',logo_width+"px");
    

    with

    
    $('#header .logo,#header .logo a img').css({'max-width':logo_width+"px", 'width':'auto'});
    

    Now the browser should set the logo width automatically but the logo won’t overlap the items because of the max-width limitation

    Regards,
    Peter

    #166018

    Topic: Styling login window

    in forum Enfold
    wvanderzee
    Participant

    I’d like to use some custom styling for the login page /wp-admin. I’ve some styling in style.css in the child theme, but that seems not be loading on the login page. Instead the stylesheet of the Enfold parent theme is loaded:

    <link id="login_wouter-css" media="all" type="text/css" href="BETASITE/wp-content/themes/enfold/style.css?ver=3.6.1" rel="stylesheet"></link>

    Any suggestions?

    #166008

    ahhhh,

    follow this link http://www.screenr.com/WbdH

    it was a demonstration video from DUDE (head of support) but the link is gone. sorry

    • This reply was modified 12 years, 2 months ago by kc.
    #166007

    sorry

    next try –

    #166006

    You can also just add [nolink] to the end of your copyright line under Theme Options -> Footer

    #166005

    hi, look here for your first question:

    regards

    #165997

    Sorry but I think the support is really bad. First of all the problem I was facing is just a bug, I have read several other topics where the support team says that the color section can be at the bottom when having a sidebar.
    Next to that I have solved it with minimal css knowledge but with a lot of time, this is something an expert like you should be able to solve in a minute.
    Now in your last response you say it is not possible to have Layer slider and color sections with a sidebar, this is simply not true. I am running my website with both and a sidebar.

    I am really disappointed in the support. I have bought Enfold two times now for my clients but this was the last time.

    Regards Jappie

    #165985

    Edit the footer.php file in the website wp-content\themes\enfold folder.

    Or better, use the enfold-child theme; copy the footer.php file to the child theme and edit it in the child theme. This way your change will not get overwritten by future theme updates.

    #165978
    earthyblue
    Participant

    Hello,
    How to I take “enfold theme by kriesi” out of my copyright line in the enfold theme?
    Thanks,
    Tim

    #165976

    Sorry Josue, . . . that didn’t quite work. No change in the lightbox frame color. :-(

    -Pat

    #165971
    idozaifman
    Participant

    hello guys
    great theme !!!
    I’v been working on a site using this theme and i have a few question that i didn’t find an answer yet
    1. one your demo site on main page -home v7- one page portfolio there are buttons on each section that leads to the next section for example:when you click on about buttons its leads to the about section with a gentle scroll’ i want to this on my site
    2. how do i create social icons on main menu or create a secondary menu that with have this buttons
    3. how can i create a “share it” buttons for each and every element on the page, for example: when you click on a pic that’s open in light box you will have a share option for different social network – like this : http://avathemes.com/WP/Pulsar/#prettyPhoto/9/
    hope to hear from you soon
    great job
    Ido

    #165964

    Hello stevemulisa!

    The only things that get changed are the actual theme files. So any .php, .js or .css file that comes with the theme download. Any theme settings (done in the WordPress admin) are safe.

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Devin

    #165960

    Hey 4ages!

    If you download the full theme folder/docs/psd package from your downloads on themeforest you’ll get the version.txt file which includes all file changes:

    
    2013 September 18 - Version 2.2
    
    - style.css - new version number
    - css/shortcodes.css - fixed a bug with .avia_start_animation elements causing fixed BG images to shift  
    - css/dynamic.css - adds a few new stylings for the forum  
    - css/bace.css - fixed a bug with firefox and linked images  
    - css/layout.css - added a few styles for various improvements mentioned bellow
    - footer.php - changed arguments of wp nav menu to work better with non-latin languages
    - header - changed arguments of wp nav menu to work better with non-latin languages
    - 404.php - added action that allows you to perform actions like notification to the blog owner if a page is missing
    - functions-enfold.php - removed buggy post nav from forum
    - includes/related-posts.pgp - added additional hooks and config options for different styling possibilities
    - js/avia.js - better detection on when to use the mobile menu
    - js/shortcodes.js - fixed a problem with easyslider, logoslider and content slider in IE 9 + 10
    - archive.php and taxonomy-portfolio_entries.php - added term descriptions
    - includes/admin/register-admin-options.php 
    	- you can now disable the dummy content import button by adding this to functions.php: add_theme_support('avia_disable_dummy_import')
    	- added option to disable search icon in main menu
    
    - folder config-woocommerce:
    	- fixed several small issues
    
    - folder config-templatebuilder:
    	- improved: template builder now works with revisions
    	- improved: portfolio layout if no images are selected
    	- added: missing translation strings for visual editor
    	- fixed: toggle active class bug
    	- added: filter for lightbox size
    	- fixed: content slider typo
    	- fixed: bug in firefox with absolute positioned elements within tables
    
    - folder config-bbpress:
    	- improved: lots of small styling improvements to the forum
    
    - folder framework:
    	- update to the newest version
    	- fixed contact form subject guessing code
    	- improved checkbox display and handling in backend
    	- added filter to default fallback menu to add additional items
    
    -folder lang:
    	- added first version for Danish, Spanish, French, Japanese, Russian, Swedish and Dutch
    

    Best regards,
    Devin

    #165955

    Great! Glad that worked for you and hopefully you can remove the fix with the next update.

    Regards,

    Devin

Viewing 30 results - 237,751 through 237,780 (of 243,740 total)