Viewing 30 results - 237,931 through 237,960 (of 243,994 total)
  • Author
    Search Results
  • #166549

    Request: replace the font icons with images

    Hi,
    i have been searching around quite a bit, but did not find an idea so far:
    Is there any way to replace the font icons in three specific icon boxes with three individual images?

    Thanks for your help!

    Cheers, Sebastian.

    #166546

    Hey!

    Yes, actually WP will overwrite the widget settings if you try to save different settings/categories for different languages. This is a wordpress limitation because every widget gets an unique id and WPML does not duplicate the widget when you switch the language but the widget will keep the same id – thus you can also overwrite the settings. The only workaround I’m aware of is to add two instances of the widgets to the sidebar. First select one language and add a portfolio widget to the sidebar. Add ICL_LANGUAGE_CODE == ‘XX’ into the widget logic field and replace XX with the right language shortcut of the current selected language. Then configure the widget for the current selected language and hit the save button. Then switch to the other language and configure the second widget/instance for the other language. Don’t click the “blue” save button of the first widget or you’ll overwrite the settings of the first language again. I made a short video to demonstrate the setup: http://www.screenr.com/CyZH

    Best regards,
    Peter

    #166542

    Perfekt…das hat mein erstes Problem mit den Überschriften gelöst :) . Vielen Dank schon mal!

    Nun fehlt nur noch eine Lösung für das zweite Problem:
    “2. Die H3 Schrift ist auf einmal ein ganz kleines bisschen größer und die Fett markierten Wörter sind zwar noch Fett geschrieben, aber nicht mehr in meiner “Primary color” (Enfold/Styling).”

    Liebe Grüße,
    Marco

    #166537

    In reply to: wpml not find rows

    Hey!

    The text string you marked in the screenshot can be found in: /wp-content/themes/enfold/config-wpml/config.php – search for

    
    			    $output .= "<li><span class='avia_cur_lang_edit'>Editing:</span><span class='avia_cur_lang'><img title='".$languages[ICL_LANGUAGE_CODE]['native_name']."' alt='".$languages[ICL_LANGUAGE_CODE]['native_name']."' src='".$languages[ICL_LANGUAGE_CODE]['country_flag_url']."' />";
    			    $output .= ICL_LANGUAGE_NAME_EN." (Change)</span>";
    

    Replace “Editing” and “Change” with your custom text. We’ll make it translatable in the next version.

    Best regards,
    Peter

    #166521

    Hi!
    thanks for the reply. I don’t think is so complicated, only i don’t understand why i can’t override the opacity of the element with the one write in css inside my keyframes animation.

    .image-overlay {
    overflow: hidden;
    }
    
    .image-overlay .image-overlay-inside::before {
    font-size: 30px;
    }
    
    @-webkit-keyframes avia_pop_small {
      0%   { -webkit-transform: scale(6); opacity:(0);}
      100% { -webkit-transform: scale(1);opacity:(1); }
    }
    @-moz-keyframes avia_pop_small {
      0%   { -moz-transform: scale(6);opacity:(0);}
      100% { -moz-transform: scale(1); opacity:(1);}
    }
    @-o-keyframes avia_pop_small {
      0%   { -o-transform: scale(6); opacity:(0);}
      100% { -o-transform: scale(1); opacity:(1);}
    }
    @keyframes avia_pop_small {
      0%   { transform: scale(6); opacity:(0);}
      100% { transform: scale(1); opacity:(1);}
    }
    
    a:hover .image-overlay .image-overlay-inside {
    -webkit-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
    -moz-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
    -o-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
    animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
    }
    #166520

    Hello!

    Actually I used a similar solution to calculate the menu width and the logo width and to adjust the menu width dynamically based on the logo & menu container width. The difference though is that my function does not switch to the mobile menu but it tries to reduce the paddings and the logo image width based on the screen resolution. Tbh I think the mobile menu should only be displayed on very small screens.
    The code was added with theme update 2.2 and I improved the code now ( see: https://kriesi.at/support/topic/enfold-2-2-breaks-site-logo-image/#post-165531 ) – the new code will be part of the 2.3 update. The updated version supports all types of logos (different aspect ratios, etc.) and it will calculate the padding for each menu item individually whereas my first version of the script just applied the paddings of the first item to all menu items.

    Best regards,
    Peter

    #166515

    Hey!

    Please try following bug fix – open up /wp-content/themes/enfold/framework/php/class-form-generator.php and replace

    
    			$header  = 'MIME-Version: 1.0' . "\r\n";
    			$header .= 'Content-type: text/html; charset=utf-8' . "\r\n";
    

    with

    
    			//$header  = 'MIME-Version: 1.0' . "\r\n";
    			$header = 'Content-type: text/html; charset=utf-8' . "\r\n";
    

    and

    
    				$header  = 'MIME-Version: 1.0' . "\r\n";
    				$header .= 'Content-type: text/html; charset=utf-8' . "\r\n";
    

    with

    
    				//$header  = 'MIME-Version: 1.0' . "\r\n";
    				$header = 'Content-type: text/html; charset=utf-8' . "\r\n";
    

    Cheers!
    Peter

    #166510

    That plugin works perfectly for widget such as Latest News.
    But for Enfold Latest Portfolio its use is not so clear.
    In my Portfolio Categories I have a number of items for every language. So, I suppose, I have to set a Portfolio Entry to its category in a specific language. For example, I have Category A and its translation which is Category B: my Portfolio Entry in language A will be set as Category A and my Portfolio Entry in language B will be set as Category B.
    Plus, I created a sidebar menu with Enfold Latest Portfolio which lets me choose only Categories in Language A. To choose Categories in Language B I need to switch my admin language to Language B. But when I do this, sidebar with Portfolio Entries in Language A disappears.
    Hope I explained it clear.

    #166503

    In reply to: No Data Received Error

    Have the same problem with (No data received Error)
    I download Enfold 2.2 then update to WordPress 3.6., still did not fix the issue. Steps that causes this issue – Starting from the admin page, when you click the update button from “Home Page” the error will occur. Yes I am hosting with GoDaddy.

    #166502
    adlinedesign
    Participant

    On you demo site the theme seems to work with IE9 & 10. Why doesn’t it work for me.
    see http://www.adlinedesign.com.au/websites/yarrastore/

    This is a basic install. WordPress version 3.6.1. latest version of enfold. Dummy data imported. No mods.
    Works great on other browsers but completely stuffed on IE9.
    I’ve tried all theme alternatives and predefined CSS settings but nothing works.

    Like everyone else I wish explorer would die but for now we have to deal with it.

    #166500

    Hi!

    I’m also not aware of a quick solution and it seems like you need to rewrite some parts of the menu script. Tbh I think this is beyond the scope of our support forum and I’d suggest to hire someone (i.e. a freelancer from http://www.microlancer.com/ ) who can help you with this customization.

    Cheers!
    Peter

    #166499

    Hi Yigit,

    I can help you with the Italian translation, but I need time because I am quite busy and I want to do a good job!
    In exchange what can you offer me? An internship at Kriesi? Ah ah ah ah! :)
    Just joking, but will be nice to learn new things!!

    #166498

    I did what you suggested: deactivated all plugins but wpml and Codestyling, This is what I got:

    Looks like there’s something wrong with the Theme itself.

    #166493

    Hey jamesnardell!

    We added rich snippet support with Enfold version 2.1 (i.e. compare the analysis of my blog here: http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Finoplugs.com%2Fblog%2F ). You just need to update the theme to the latest version and everything should work just fine. The hcard data is not part of a standard wordpress post and thus not supported by our theme. You can try to install a hcard plugin to add the data to your website though.

    Regards,
    Peter

    Awesome, it worked. So Josue, what could that plugin be doing that helps this reorder take place? The functionality it offers overcomes something that I think should be working properly in Enfold. Or is it perhaps a WordPress issue?

    #166472

    Hello Ismael,

    I wasn’t even aware that there was a native audio player in Enfold. Even as i look, I don’t see one.

    This particular audio player is supposed to open up into a playlist with numerous tracks, but it doesn’t work. It works when i activated the Twenty-Thirteen theme, so it’s something with the Enfold theme conflicting. Assuming it’s the native audio player script, I will remove that and see if this helps. I’ll copy the script in case it does not work, because I may want to try the native player if this one doesn’t work.

    Thanks Ismael.
    Pat

    #166460
    saeedrahman
    Participant

    Hi,
    I would like to add the Layout Builder to a custom post type, using a child theme. I have checked out this video and the changes only work when applied to the main enfold theme, not the child theme.

    I guess Dude’s response to another thread explains in a different context, however I have not spent too long looking at structures of the theme and therefore not sure on the code I should use.

    Thx

    #166456

    Hello!

    Actually we even added a php file which fully integrates Yoast SEO into Enfold. Eg the page analysis tool now works with the page builder because we asked Yoast to cooperate with us and to implement a new hook (see: http://yoast.com/wordpress-seo-content-analysis/ ) which allows us to manipulate the content. I’m not aware of any incompatibility issues and all Yoast SEO plugins (free & premium) should work with our theme (and I use it on my websites with Enfold too). You maybe need to increase the allocated php memory to 128M though: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Best regards,
    Peter

    #166453

    In reply to: Enfold Bug In Main Nav

    Hey!

    I used ‘hide-class’ as an example, you’ll need to define your own class.

    Best regards,
    Josue

    #166445

    Hello bizzappsconsult!

    1.) WPML is the only configured plugin that you can use for Enfold. Yes, you can use qTranslate but we can’t assure that the plugin is compatible with the theme.

    2.) What do you mean delete all pages? The search field will search all of the created pages, post, portfolio items, products that you created inside the wp admin dashboard.

    Cheers!
    Ismael

    #166442

    Hi giammi73!

    Go to Enfold > General Settings > Blog Style, select any kind of layout except for the Grid Layout. Edit your “Blog” page, switch to Advance Layout Editor then insert the Blog Post element. Select “Grid Layout” as blog style. :)

    Best regards,
    Ismael

    Hey rhunecke!

    Edit functions-enfold.php, find this code:

     $entries['prev'] = get_previous_post($same_category);
            $entries['next'] = get_next_post($same_category);

    Replace it with:

     $entries['prev'] = get_previous_post($same_category, 'CATEGORY ID HERE');
            $entries['next'] = get_next_post($same_category, 'CATEGORY ID HERE');

    Add the category id of the category that you want to exclude.

    Regards,
    Ismael

    #166425

    Hey zerozendesign!

    1.) You can add this on your custom.css or Quick CSS to define the active menu color:

    #top .header_color .current-menu-item a {
    color: red !important;
    }

    2.) What is the code you added to adjust the header height?

    Cheers!
    Ismael

    #166419

    Hey!

    You will not lose your configurations and content when you update the theme. Just follow the instructions on how to override the theme files via FTP. You should create a backup of the files you modified like custom.css etc. A lot of Enfold users are using the SEO Yeost plugin without problem or issues.

    Regards,
    Ismael

    #166411

    Hi mmi!

    A lot of Enfold users are using Yeost. Can you give us a link to your website? Do you have the latest version of Enfold, which is 2.2?

    Regards,
    Ismael

    #166396

    Hey!

    Go to Enfold > Header > Header Type. Select the headers with social icons.

    Cheers!
    Ismael

    #166395

    Hey!

    What you’re asking is a bit complicated and I doubt if this can be done via CSS. Please hire someone to modify the overlay effect.

    Best regards,
    Ismael

    Hey kriru!

    Did you place the main theme files on wp-content/themes folder?

    You should have this code for the following files:

    1.) styles.css

    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */
    
    /*Add your own styles here:*/

    2.) functions.php

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */

    3.) A screenshot.

    Best regards,
    Ismael

    #166380
    zerozendesign
    Participant

    Hey guys –

    About wrapped up this site – http://codelessme.com/carolinalock

    Last two things for this one:

    1. How do you set active menu color?
    2. Following your directions for header height, I have now ended up with a massive 300px tall hover area for each menu item. How do I limit it to a few pixels above and below and not the entire height of the header?

    #166377

    In reply to: Menu links not working

    Hello

    I think maybe is the installation of dummy data doesnt work at all, I just check and there is no posts.

    I installed the theme first.
    Then I saw the chlid theme video, so I unistalled the theme, and installed the child theme, and de data again.
    I noticed that some IDs change the secuence, so I had to reload the pages that reference those items (the slider to be concrete)

    Then a friend told me not to use child themes, so I activate again the Enfold, delete the child, and import the content again.

    So, I think this could be the problem.

    Is the a way to install a new, fresh installation, “sequences starting in ‘1’”?

    Please help

    Thanks
    José

Viewing 30 results - 237,931 through 237,960 (of 243,994 total)