Viewing 30 results - 7,171 through 7,200 (of 7,470 total)
  • Author
    Search Results
  • #163124

    Hi Gary,

    The auto-update checks every 12 hours for an update.

    The full change log for 2.2 is in the version.txt you can download in the full theme package from your downloads:

    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
    

    Regards,

    Devin

    #163033

    Hi,

    You can try “Enfold header” :)

    Regards,
    Yigit

    #163025
    macrunner
    Participant

    Hi,
    Where is the function “advanced search” in this Forum?
    Now if I have to search for a term, such as “header” the results of ALL the themes, but I try Enfold results related to the topic.

    #163009

    Devin,

    Thanks for the speedy reply!

    Please see the below screen shot where the icons are not loading properly in IE8.
    Enfold IE8 Icon Problem

    Then compare to the following link in a webkit enabled browser: http://sandbox-3.sethbutler.com/prototype

    You’ll see that the search icon in the upper right hand corner is failing. Also, the icons in the three column layout below the slider are loading incorrectly or failing to load at all. The left two icons (START A TEAM & APPLY FOR A MENTOR) are loading the incorrect icons, and the third column (REGISTER) is failing altogether.

    Any suggestions with a solution to make them go away would be very helpful (for IE8 and below) would be much appreciated.

    Warmest Regards
    Seth

    • This reply was modified 12 years, 4 months ago by sethbutler.
    #163004
    Jamie Wyant
    Participant

    Hi,

    Trying to add a blog to an Enfold website.
    On the development site http://conservio.com/blog/
    you will notice that clicking on the post author “Jamie Wyant” yields a 404 error. In addition, I notice the tab (Firefox) reads “Nothing found for Author Jaybo”
    1. Where did Jaybo come from? I am the only User on this account. The WP Nickname is “Jamie”
    2. What do I need to do to get to the Author archive?

    Also noticed that my avatar isn’t showing up.

    Thanks,
    jamie

    PS I miss being able to search the forum from within Enfold folder.

    #162952

    In reply to: Changing Header

    Hi,

    Can you post the link to your website as well?

    In the mean time you can make following changes,
    1) Please go to Appearance > Menus and find “Menu Settings” under your menu and uncheck “Enfold Secondary Menu” http://i.imgur.com/qqe5P2C.jpg

    2) Add following code to Quick CSS in Enfold theme options under Styling to remove search icon and title container and breadcrumbs

    #menu-item-search, .title_container { display: none; }

    Regards,
    Yigit

    #162884

    In reply to: Translating

    Yeah, found the solution of my problem. I have search from with “case sensitive search” in Codestyling Localization. Thanks for your help. And I think that Enfold automatically change language to WordPress default if there is .po and .mo file in /enfold/lang/ folder. Thank you for your time :)

    #162796

    I strongly recommend to use Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the theme.
    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 fetch 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).

    #162645

    Topic: Sortable Tables

    in forum Enfold
    MtnStreamGroup
    Participant

    Can the tables within Enfold have the data within the table sorted by column or do we need a separate sortable/searchable table plugin?

    #162606

    In reply to: Search page issue!

    Hi,

    Please try adding following code to Quick CSS in Enfold theme options under Styling
    .post-meta-infos, h2.post-title { margin-left: 60px; }

    Regards,
    Yigit

    #162588

    In reply to: Search page issue!

    Hi,

    Can you post the link to your website as well?
    In your WordPress theme directory you should go to Enfold > Framework > Php and open function-set-avia-frontend.php file and find following code in lines between 857-868

    $output =  $wp_query->found_posts ." ". __('search results for:','avia_framework')." ".esc_attr( get_search_query() );
    				}
    				else
    				{
    					$output =  $wp_query->found_posts ." ". __('search result for:','avia_framework')." ".esc_attr( get_search_query() );
    				}
    			}
    			else
    			{
    				if(!empty($_GET['s']))
    				{
    					$output = __('Search results for:','avia_framework')." ".esc_attr( get_search_query() );

    And change “Search results for:” to Greek

    Regards,
    Yigit

    #162440

    I use this on another blog and it’s works well. Find it in WordPress Plugins Search
    CE WP-Menu per Page

    #162354

    In reply to: Translating

    I am using translated version of WordPress, so there shouldn’t be a problem. And am I right if I think, that this code: <?php _e('Search','avia_framework')?> mean, that it’s in avia_framework textdomain in Enfold theme?

    • This reply was modified 12 years, 4 months ago by usrbowe.
    #162207

    Hi,

    Can you once again check that Enfold Main Menu is checked in Appearance > Menus
    http://i.imgur.com/4D7x1G3.jpg

    Regards,
    Yigit

    #161866

    Hi Rufinus,

    Please take a look at this page to find a freelance developer http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795?page=1
    or you can search on http://microlancer.com
    It will be a lot faster to find someone for customizations :)

    Regards,
    Yigit

    #161862

    Hi Bruno,

    This may be the plugin you are looking for.

    Regards,
    Josue

    #161492

    Hi Bruno,

    You are welcome, glad we could help :)

    Regards,
    Yigit

    #141058

    Perfect, works like a charm!

    Thank you!

    Best regards,

    Bruno

    #141057

    Hi Bruno,

    Please add following code to Quick CSS as well

    #top .main_menu .menu>li:last-child>a { padding-right: 13px; }

    Regards,

    Yigit

    #141056

    Thanks a lot!

    do you have a n idea why it cuts the background on the right from the Searchitem?

    It´s not a problem with the Searchitem, it is a problem with the last child of ul. I´ve tried it with padding but it don´t works right…

    Here you can see it: http://balance-circle.de/vor-schau-modus

    Regards,

    Bruno

    #141055

    Hi Bruno,

    You are welcome, glad it worked

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

    span.avia-menu-fx { display: none; }

    Regards,

    Yigit

    #141054

    Ah, very nice. That works, thanks!! :)

    Do you know what is the best way to take the blue underline away? I don´t want it…

    Best regards

    Bruno

    #141053

    Hi Bruno,

    Have you checked Enfold Main Menu option in Menu Settings? It should appear automatically.

    Regards,

    Yigit

    #29663
    headbentdesign
    Participant

    I searched the forum and could not find any info on how to change the lightbox frame color for the Enfold theme. Is this possible? I want to change it to a darker color like #111

    Thanks guys.

    -Pat

    #141052

    Hi,

    it´s in Maintenance Mode. Here is a special Link: http://balance-circle.de/vor-schau-modus

    Now it has a non-fixed NavMenu but I hope that it gives a solution to use the fixed one with my 200px Logo. For this problem there is another tread opened.

    But I need the search function definitely in Navbar.

    If you look you can see another problem. I have done a hover effect for the nav-items. The effect is cut at the right for the last child… Any idea to fix this?

    Thanks, regards,

    Bruno

    #141051

    Hi Bruno,

    Can you post the link to your website please?

    Regards,

    Yigit

    #141050

    Hi,

    a current pop up one will be very nice…

    Thanks

    Bruno

    #141049

    Hi,

    Would you like to have a static search box instead of current pop up one?

    Regards,

    Yigit

    #29582
    IndikatorDesign
    Participant

    Hi,

    how can I set the searchfunction inside the Navigationbar or inside the Main-Title-Bar?

    Thanks

    #140914

    Hi,

    I found a way to add an id to each table (table_1, table_2, table_3, etc), here is how:

    Open /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php, and search for this block of code (line 197):

    foreach($sorted_rows as $ul_k => $ul){

    $output .= "<div class='pricing-table-wrap'>";

    Replace it with:

    $i = 0;

    foreach($sorted_rows as $ul_k => $ul){

    $i++;

    $output .= "<div class='pricing-table-wrap' id='table_$i'>";

    Remember that this type of customization would be erased if you update the theme, before updating make a backup of the theme.

    Regards,

    Josue

Viewing 30 results - 7,171 through 7,200 (of 7,470 total)