Viewing 30 results - 232,261 through 232,290 (of 244,635 total)
  • Author
    Search Results
  • ianstudio
    Participant

    Hex field in ColorPicker for Color Section not showing correctly, it is truncated so I can barely paste a value in it. This started since I upgraded to 3.8. I use the latest Enfold 2.4.4 and tried deactivating all plugins.. same issue

    http://dancearea.ch/share/kriesibugs/a.png
    http://dancearea.ch/share/kriesibugs/b.png

    Thx

    #204653

    In reply to: Off-centered Menu IPAD

    This reply has been marked as private.
    #204649

    Hi mgerenser!

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

    #top .header_color .main_menu .menu ul li>a:hover {
    color: orange;
    }
    #top .header_color .main_menu .menu ul li>a {
    color: black;
    }

    2)

    .main_color a { color: blue; }

    Regards,
    Yigit

    #204638

    Hey!

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

    
    .widget_rss .widgettitle img {
    display: block;
    float: left;
    padding-right: 5px;
    }

    that should do it
    Cheers!
    Yigit

    #204637

    Devin, I just tried uploading it to another site, never had enfold on it before. Deactivated all plugins and then tried activating the theme. I am getting the error still. Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ‘]’ in /home/bassgds/www/www/new-site/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider.php on line 394

    Not sure if maybe there is an issue with the files that were on theme forest?

    #204630

    Topic: Theme styles

    in forum Enfold
    designing
    Participant

    Hi Guys,

    For some reason the colors are now working in the enfold admin style page, I’m trying to look for the right color scheme but the changes don’t seem to take effect I’ve tried clearing the browsers caches even different browsers is there anything else I can check to try and get it working ?

    Thanks
    LG

    #204625

    Hi Dude, thank you for this code, it works fine now. To be added in the next update.

    Happy New Year 2014! :)

    Regards.

    Jean

    #204621
    fjrichart
    Participant

    I’m using the Enfold contact form and I’ve added the e-mail address where I should receive the notification but I’m not receiving anything.

    #204614

    In reply to: Menu Type

    Hi!

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

    .header_color .main_menu .menu ul li a { color: #666666; }

    2)

    .main_menu .menu ul li a {
    border-right-style: none;
    border-left-style: none;
    }

    3) Your settings in Enfold theme options will stay the same as long as theme names are matching when you update. If you have not made any changes on theme files, you should not worry about it
    Cheers!
    Yigit

    #204610

    Hi!

    Looks like you are actually still running 2.0.1 on your live site: http://inspiredintermedia.com/wp-content/themes/enfold-new/style.css

    Where as the regular enfold theme folder is correctly updated: http://inspiredintermedia.com/wp-content/themes/enfold/style.css

    So you would need to switch over to the “enfold” version instead of what you are currently using which is “enfold-new” that you re-named at some point.

    Cheers!
    Devin

    #204587

    Hi!

    Can you post the link to your website so we can inspect elements?

    Cheers!
    Yigit

    #204583

    In reply to: Custom Sidebar

    Hi!

    You can use Enfold Advertising Area widget to display125x125px images in Widget areas or you can add your images to HTML/text widget using html img tag ( for more info please see http://www.w3schools.com/tags/tag_img.asp )

    Regards,
    Yigit

    #204579

    Hi again,

    Theme is up to date but the problem persists – any other ideas?

    #204566

    In reply to: Smileys Not Working

    Hey jvines!

    I performed a test on my local installation in they are working with Enfold, can you post a link to your website?

    Regards,
    Josue

    #204551

    In reply to: Spacing issues

    Hey Giles!

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

    body .column-top-margin {
    margin-top: 5px;
    }

    2)

    .av_textblock_section { margin-bottom: 20px; }

    3)

    .avia_textblock img { margin-left: 30px;
    margin-bottom: 30px; }

    Best regards,
    Yigit

    #204546

    Hello!

    It is possible but that customization is beyond the scope of the support we can offer. If you really need it try hiring a freelancer for the job or if you prefer request a quote here.

    Also, you can request it here: https://kriesi.at/support/topic/enfold-feature-requests/

    Cheers!
    Josue

    #204544

    Hi charmenoir!

    With this theme and in more of the newer premium themes getting released these days there is a lot larger of a learning curve associated with modifying the theme files because of programming is more advanced. Its a trend you will start to see more of as WordPress is purposely trying to push forward and grow into using more modern code.

    You should first create a child theme and keep your changes to that child: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Then you can create copies of and modify the advanced layout builder elements in your child theme: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    For the logo you can use a bit of css to change the size:

    
    #header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
    height: 188px !important;
    line-height: 188px !important;
    max-height: none !important;
    }
    #top .logo, #top .logo img {
        max-width: 100% !important;
    }

    You’ll want to add that to a desktop only media query if you are using a responsive layout so that it doesn’t effect tablet and mobile views. In the css folder the custom.css file has a sample of a desktop only and mobile only media query you can use.

    Cheers!
    Devin

    #204528

    In reponse to your suggestions:
    1) The troubleshooting article you posted states that if fonts aren’t showing properly: “You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS.” I previously assumed that as I havn’t changed the Enfold default font that the font set-up would already be complete… is there anything else I need to do?

    2) Thanks for your code for the icon height fix. This does work to some extent but as we have the Responsive options enabled, it doesn’t work if the site is opened in a smaller browser window, and ideally, we wouldn’t have unnecessary white space where the page is open on a bigger screen. Is it possible to set the minimum icon box height according to the tallest box on the page?

    3) The support post you linked to gives the code to post in the Quick CSS box but the moderator also says he made changes to the avia.js file, though doesn’t specify what he did. Should I just add the last bit of code in that file to our own avia.js file? i.e.

    jQuery(“.home article.iconbox”).each(function(){
    var theLink = jQuery(this).find(“a”).attr(“href”);
    jQuery(this).on(“click”, function(){
    window.location.href = theLink;

    4) See above.

    Thanks again,
    Ruth

    #204511

    Hey!

    Please edit Ismael’s code slightly and use following code instead

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    }
    
    .single .gallery {
    display: inline-block;
    }

    Simply delete text-align: center;

    Cheers!
    Yigit

    #204507

    In reply to: Customize menu

    Hey!

    1) You can add custom CSS codes Quick CSS section that is in Enfold theme options under Styling tab or custom.css file inside Enfold/css folder
    2) You are going to need to use developer tools on Chrome or on Firefox to find menu item ID’s and change colors as following

    #menu-item-2279 a { color: red; }

    You can right click on menu item and click “inspect elements” to find menu item ID’s ( 2279 in my case )

    Best regards,
    Yigit

    #204504

    Hi hellovlad_!

    I didn’t test it with Enfold but you can try this plugin: http://wordpress.org/plugins/duplicate-post/ to duplicate posts, portfolio entries and pages.

    Cheers!
    Peter

    #204503

    Hi!

    1) Please try the Firefox solution here http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
    2) Please add following code to Quick CSS in Enfold theme options under Styling tab

    .iconbox_top .iconbox_content { min-height: 190px; }

    3) Please refer to https://kriesi.at/support/topic/linking-the-icon-box-icon/
    4) I tried refreshing About Grayce page several times but no issue on my end. Can you post a screenshot and show how it looks on your end?

    Cheers!
    Yigit

    #204495
    chryseis
    Participant

    Hi,

    I’d like to customize my category pages by adding a slider on top like in here :
    http://kriesi.at/themedemo/?theme=enfold

    The problem is theses pages that depend from my blog are “categories” that I have added to the menu. You can see it here : http://www.calliframe.com/ and on blog you’ll have a mega menu with all the categories I have.
    So I am wondering if I can actually create a special “customization” for each category knowing they are not pages so I don’t have access to the page builder.

    The idea is to create a slider quite thin and to add the title and a catch sentence that would introduce each of the categories of my blog.

    So my question is:
    Can I customize a “category page”? Is there a way to do that?
    Or do I have to create a page for each category , Insert a slider module, customize it, then insert a blog module and select which category I want to display and then replace the categories in my menu by those pages I have created.

    Thanks,

    Kind regards

    Chrys

    • This topic was modified 12 years, 3 months ago by chryseis.
    #204494

    Hey kkwasniewski!

    Please go to Enfold theme options > Footer and add [nolink] to Copyrights section

    Cheers!
    Yigit

    #204490
    Krzysztof
    Participant

    Hi Please let me know how I can remove “Enfold Theme by Kriesi” from foother?

    #204489

    Topic: icons went missing

    in forum Enfold
    timmeeh89
    Participant

    Hello,

    I just updated our website (http://www.twenteprint.net) to the new version of Enfold. Now all the icons are missing. Is there something I’m not doing right? I updated from 1.9.1 to 2.4.3.

    #204486

    Hey jmaguirrei!

    Try to replace following code in /wp-content/themes/enfold/includes/related-posts.php

    
            $my_query = get_posts(
                                array(
                                    'tag__in' => $tag_ids,
                                    'post_type' => get_post_type($this_id),
                                    'showposts'=>$postcount, 'ignore_sticky_posts'=>1,
                                    'orderby'=>'rand',
                                    'post__not_in' => array($this_id))
                                );
    

    with

    
    
    $cat_ids = array();
    $categories = get_the_category($this_id);
    
    if($categories)
    {
    	foreach($categories as $category) 
    	{
    		$cat_ids[] = $category->term_id;
    	}
    }
    
            $my_query = get_posts(
                                array(
                                    'tag__in' => $tag_ids,
                                    'category__in' => $cat_ids,
                                    'post_type' => get_post_type($this_id),
                                    'showposts'=>$postcount, 'ignore_sticky_posts'=>1,
                                    'orderby'=>'rand',
                                    'post__not_in' => array($this_id))
                                );
    

    Regards,
    Peter

    #204478

    Hi Ismael, i was read the Dude´s post.

    In my web i have this instructions at bottom of functions.php

    add_action( ‘init’, ‘avia_deactivate_permalink_rewrite’, 10);
    function avia_deactivate_permalink_rewrite(){
    remove_action( ‘init’, ‘avia_wpml_register_post_type_permalink’, 20);
    }

    All pages run (apparently ok) but portafolio pages never ok.

    I have the latest version of WPML, WORDPRESS and ENFOLD, is a problem? ;).

    The solution is deactivate the enfold theme, delete the themes/enfold directory and updload the latest version of enfold?.

    At night we test this.

    Thanks!!!

    Xavier.

    #204473
    grc_rh
    Participant

    Hi,

    I’m redeveloping my firm’s website at graycedev.co.uk (will send log-on in private post to follow) and been extremely pleased with the Enfold theme. However, we have a few problems which I hope should be relatively easy to resolve:

    1) Although the icons appear fine to me, one of the site reviewers cannot see them: (I can check which browser this is in if that is required?) Is there a ‘safer’ font we can use for symbols or how would you suggest getting round this?
     photo Screenshot2014-01-02at113054.png

    2) Can we set several boxes on one page to have the same height – i.e. http://www.graycedev.co.uk/about and http://www.graycedev.co.uk/development-programme and http://www.graycedev.co.uk/about/what-we-do

    3) Can we change all Icon boxes on the site so that clicking on any part of a box will link through to the appropriate page, rather than just if you click on the title?

    4) Occasionally when i am viewing pages with a photo ‘Colour Section’, the objects in that section disappear. I think they are hidden rather than not there at all – i.e. the Icon boxes on the ‘About Grayce’ page don’t appear but the links still appear if you hover over the point where they should be.

    Thanks very much for your help,
    Ruth

    #204467

    Thanks Peter.

    I am using the “Fullscreen Slider”, my mistake.

    I am trying to make the full screen slider cover the entire page and have the menu semi-transparent.

    Current quick CSS
    ———————————————————————————
    ..title_container{ display: none; }

    .content {
    padding-top: 18px;
    padding-bottom: 1px;
    }

    .fixed_header #main {
    padding-top: 0;
    }

    .header_color div {
    border: none;
    }

    .header_color .header_bg{
    background-color: rgba(255,255,255,0.3);
    }
    ———————————————————————————

    Your code works, but in order for me to make the images using a fullscreen slider appear at the very top of the page I have to add the padding code in: (otherwise they start below the menu.

    .fixed_header #main {
    padding-top: 0;
    }

    When I do this, it creates a gap at the bottom of the page, even when using a fullscreen slider.

    Any ideas?

    Thanks

Viewing 30 results - 232,261 through 232,290 (of 244,635 total)