Viewing 30 results - 135,751 through 135,780 (of 142,832 total)
  • Author
    Search Results
  • #203661
    ideenstart
    Participant

    Hi !

    Bei einem der letzten Updates ging bei mir irgendwie die nach oben zeigende Pfeilspitze auf dem “to top”-button verloren!
    Ich habe nur noch eine funktionierende, aber leere Box !?

    Any ideas ???

    LG
    Tom

    #203629

    In reply to: sidebar/widget issues

    Hi kls1138!

    1) The order is determined by the code in enfold/sidebar.php. If you want to display the “Displayed Everywhere” widget area on top of the “Sidebar Blog” widget area open up sidebar.php and delete following code

    
            //global sidebar
            if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;
    
    

    Then replace

    
    
            if($custom_sidebar)
            {
                dynamic_sidebar($custom_sidebar);
                $default_sidebar = false;
            }
    

    with

    
            //global sidebar
            if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;
    
            if($custom_sidebar)
            {
                dynamic_sidebar($custom_sidebar);
                $default_sidebar = false;
            }
    
    

    2) I’m not familiar with the Adrotate plugin code and I don’t know how you can fix this. Please contact the plugin author – maybe he can provide support for the plugin.

    Regards,
    Peter

    #203623

    Hey!

    It seems like you have figured it out. I checked your website on the latest versions of Chrome, Firefox and IE and this how it looks on my end http://i.imgur.com/KusgXmJ.jpg
    ( from top to bottom: Firefox, Chrome, IE )

    Best regards,
    Yigit

    #203622

    Hey HadjiMagic!

    Which font family would you like to use? You can add following code to Quick CSS in Enfold theme options under Styling tab to force all heading elements in LayerSlider to use open sans font family

    #top .avia-layerslider .ls-wp-container .ls-layer h1, #top .avia-layerslider .ls-wp-container .ls-layer h2, #top .avia-layerslider .ls-wp-container .ls-layer h3, #top .avia-layerslider .ls-wp-container .ls-layer h4, #top .avia-layerslider .ls-wp-container .ls-layer h5, #top .avia-layerslider .ls-wp-container .ls-layer h6 { font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important; }

    Cheers!
    Yigit

    #203620

    Hey!

    Color Section element and integrated Layer Slider only works fullwidth on Enfold. However, you can choose not to display sidebar on your page and add Widget Area element to display your widgets.
    On which slider would like to increase margin? If LayerSlider, please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-layerslider { margin-top: 10px; margin-bottom: 10px; }

    Regards,
    Yigit

    #203612

    Hey!

    The next update (see https://kriesi.at/support/topic/linking-the-iconbox/ ) will enable you to create an icon list (or icon box) with clickable tiles and icons. You can then use this elements to create a list of pdf links which will open in the same or new windows.

    Regards,
    Peter

    #203594

    In reply to: Post Slider Issue

    Hey!

    You can use it as following

    @media only screen and (min-width: 767px) and (max-width: 989px) {
    .avia-promocontent { margin-right: 0px; }
    .av_promobox .avia-button { right: 59px; top: 75%; }
    }

    Best regards,
    Yigit

    #203576

    Hi!

    I just noticed you already updated Enfold to verion 2.4.4. Since Enfold 2.4.4 you should be able to change the portfolio permalinks settings on the Settings > Permalink page. You don’t need to use the code I posted here ( https://kriesi.at/support/topic/wp-3-8-with-wpml-3-0-1-creates-404-errors/ ). If you want to translate the slugs with WPML you can use the “String Translation Management” extension for the slug translation.

    If the permalink rules don’t work try to delete the theme folder, then re-upload all themes files (v2.4.4), go to Theme Options and save the theme settings, then go to Settings > Permalinks and save the permalink options.

    Best regards,
    Peter

    #203561

    In reply to: full width lost

    Yes, the strange thing is as follows.
    Any type of styling I bring (color, font, footer, top menu above the header, etc..) causes the loss of the full with of the layout, namely the full with of the slider.
    The only thing i have found to correct the problem, for now is to reset all the functions to start status. But is is no really a good thing to have to rebuild the whole personnalisation

    #203538

    In reply to: Breadcrumb problem

    This reply has been marked as private.
    #203530

    Many thanks Ismael. I’m afraid this is double dutch to me and I’m really wary of getting it wrong!

    Is it really not possible to be able to change the order of the portfolio entries in the admin panel as this seems to determine the order they appear?

    I’m considering using a dynamic header at the top of each page is it possible to have the breadcrumbs added via a text panel and if so what code do I use?

    Cheers
    Rupert

    #203515

    Hi Ismael,

    Thank you for your input! I have used your advice..

    The DIV position i used was absolute, coud it be that therefore the css is not influencing the position?

    Also the the video is not responsive and stays relatively large..

    This is the DIV:

    <div style=”position: absolute; top: 70px; left: 200px; width: 410px; height: 234px; background-color: yellow;”><iframe src=”//player.vimeo.com/video/81766071?badge=0&color=fff” width=”410″ height=”234″ frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>

    I realie that this is more HTML, CSS and responsiveness tuition I am asking here and not so much helpdesk related..
    Would you please be so kind to help me out here?

    Thanx!

    Ben

    Hey!

    Edit config-layerslider > LayerSlider > skins > fullwidth > skin.png, adjust the size of the play button:

    Adjust the width and height of the button using this on your Quick CSS:

    .ls-fullwidth .ls-playvideo {
    width: 100px;
    height: 100px;
    margin-left: -25px;
    margin-top: -25px;
    }

    Best regards,
    Ismael

    Hi discover_peppermint!

    Please check if the top menu item has the “Use as mega menu” option ticked. Unchecked the mega menu option.

    Regards,
    Ismael

    This reply has been marked as private.
    #203465

    Topic: sidebar/widget issues

    in forum Enfold
    kls1138
    Participant

    Hello,

    I’m having trouble getting widgets to display in the sidebar the way I’d like. There are two issues:

    1) Ordering: There are widgets that I want to display on every page so I use the “Displayed Everywhere” widget option. I also want to display different widgets on the single post pages so I use the “Sidebar Blog” widget option. The problem is that I have no control over the order in which the widgets are displayed. It appears that by default, the “Sidebar Blog” widgets are posted on top of the “Displayed Everywhere” widgets. How can I control the order in which these are displayed?

    2) I’m using the Adrotate plugin to manage my advertisements. The plugin has features that allow you to determine which categories particular ads will be displayed in. Unfortunately, this feature isn’t working with the enfold theme and my advertisements are displaying in every category and on every single post. Is there some way to fix this?

    Thanks!

    #203455

    Good evening, I would like to know too, how can I get a space in the “Slider” I wish I had a margin at the top and bottom

    #203450
    davemgraham
    Participant

    Hi Guys,

    On my page (http://bit.ly/1cjIjlK) I’ve set the following,

    Page Template to ‘Blank – No Header, no Footer’,
    Layout to ‘No Sidebar’,
    Header Settings to ‘Don’t display the Header’
    Footer Settings to ‘Don’t display the socket and footer’

    and there’s no content, but I’m not getting a blank page. I’m still getting a bar at the top and bottom of the screen.

    What is wrong?

    Thanks,

    Dave

    #203435
    Angiec13
    Participant

    Hi again- My last issue is on the “Why Cook” page. It is behind a coming soon page, so I’ll post login info in the reply. On a desktop screen, the text is sitting at the right of the numbered buttons on the bottom, but on an ipad it is wrapping below the buttons. What do I need to do to get them to appear the same on both? Is there special css for maintaining the code in mobile view or something? Any ideas are helpful, as I can’t seem to figure it out.

    Thanks!
    Angie

    #203408
    aribann
    Participant

    I have same issue as
    https://kriesi.at/support/topic/header-settings-on-blog-page/
    what is happening
    and what is correct fix
    ?

    update:
    removed it on my blog listing page (deselected blog from theme settings and WP reading settings)
    I can not remove it from an individual blog post

    Update 2:
    edited
    Single Post (single.php)
    removed if( get_post_meta….
    and that got rid of header

    What is it that I am missing here so that i am not editing php

    • This topic was modified 12 years, 3 months ago by aribann.
    #203403

    hello Yigit,
    thx for your support. You gave me the idea :-)
    Have nice christmas

    This code fixed my problem. Maybe another one can use it too :-)

    
    @media only screen and (min-width: 767px) and (max-width: 989px) {
    	
    .avia-promocontent {
    margin-right: 0px; 
    min-width:50%;
    }
    
    .responsive .av_promobox .avia-button, .responsive .av_promobox .avia-button-wrap{
    width:100%; 
    margin-top:4px; 
    position: relative;
    top:0; left:0; 
    text-align: center; 
    float:none;
    }
    
    #203383

    Hey jamesmac007!

    You will need to use the iframe code generated from Vimeo for that video and add it to a text block. The oembed method doesn’t accept the autoplay parameter in the url.

    Best regards,
    Devin

    Hey dawsmik!

    Can you post the link to your website? Many Enfold users are using yoast seo and it is one of the plugins that are recommended ( https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/ ). Please try deactivating all active plugins and check if one of them causing the issue. Then you can activate them one by one to find the culprit

    Cheers!
    Yigit

    Hey ribanezg!

    Please see Peter’s post here https://kriesi.at/support/topic/portfolio-category-order/#post-189227

    Best regards,
    Yigit

    #203368

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (min-width: 767px) and (max-width: 989px) {.avia-promocontent {
    margin-right: 0px; }
    .av_promobox .avia-button {
    right: 59px;
    top: 75%; }}

    Regards,
    Yigit

    tck
    Participant

    I found the solution to removing the “archive for category” text in the header in this thread.

    I’m new to this theme and haven’t updated it before, but will this edit be undone each time I update? Is this a file we should copy over to the child theme?

    Thanks.

    #203359
    #203357

    Hey!

    Please post your requests here https://kriesi.at/support/topic/enfold-feature-requests/

    Regards,
    Yigit

    discover_peppermint
    Participant

    I created a little screenshot video showing this problem
    http://screencast.com/t/SHz3h4UCd

    Basically, I’m creating a custom link, adding it to the menu. It shows up as a custom link when added. However, as soon as I move it under another menu item, it changes the custom link into a column. I cannot figure out how to eliminate this change and keep it custom, under another item.

    Please help. Thanks in advance.

    #203350

    Hi,
    I have similar problem and I found something in this support page that resolve the situation with the blank page in advanced layout editor.

    Go to the top right of the page your are editing and click in the screen options (near help button) then select or chek Avia Layout Builder!

    It works for me. Hope it can help you!

    this is the post i’ve seen:
    https://kriesi.at/support/topic/cant-edit-text-in-advanced-layout-editor/#post-119904

Viewing 30 results - 135,751 through 135,780 (of 142,832 total)