Forum Replies Created

Viewing 30 posts - 10,891 through 10,920 (of 11,347 total)
  • Author
    Posts
  • in reply to: Styling Single Events Page ? #510076

    Thanks Ismael – i will have a look to it

    in reply to: Styling Single Events Page ? #509214

    what is this filter – have you perhaps an example how it could be look like

    • This reply was modified 9 years, 7 months ago by Guenni007.
    in reply to: responsive background image in color-section #508995

    ok i got it with a lot of media querries
    can be closed

    in reply to: Formatting Special Header H1 #508271

    without a screenshot or better a link it is hard to help you in this way.

    perhaps you can use a fullscreen button (remove the link inside alb element) and set padding to zero on top:

    #top .av-fullscreen-button .avia-button-fullwidth {
        padding: 0 10px 50px;
    }
    • This reply was modified 9 years, 7 months ago by Guenni007.
    in reply to: Sticky Submenu and Position #507613

    hm – i want to make a movie of it but today it works well.
    The point was that sticky submenu anchors works well on the same parent page – but navigating to a different page/#anchor (2nd, 3rd etc.) the sticky submenu of that page only shown on top if i scroll a little bit.

    Well as you can see on playground above now it works. Mayby by seting up a gradient on av_section_1 and some other css changings come to a satisfiying end.

    So – can be closed now

    in reply to: UE Code for icon font #506554

    if you are in f.e. advanced layout builder and you have opened e.g. an icon-box
    by hovering the icons and let the mouse over it for a while the charcodes are shown.

    by the way – if you want to use the fonts via css in enfold ( for example via :before or :after pseudoclass you have to put
    content:” \e803″; instead of content:” \ue803″; _ the u has to be deleted)

    for example – i have an own fontello icon set (vfg) uploaded with a pdf icon and on every pdf link i do this:

    .pdflink li a:after {
    content:" \e803";
    font-family:vfg;
    font-size:10px;
    position:relative;
    top:-8px
    }
    in reply to: Color section background images not responsive #503294

    you see this:
    he colorsection is set to:
    no min hight; and huge-padding !
    background image to no-repeat

    have you activatet the custom class for alb elements?
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    you have to give than the color-section this class !

    in reply to: Color section background images not responsive #503153

    here is a playground of mine:

    http://webers-testseite.de/enf02/color-section-background-image/

    if this is ok for you here is my solution :
    (the min height of the avia-section was set by theme to 100px)

    the colorsection is set to:
    no min hight; and huge-padding !
    background image to no-repeat

    and you see it the custom class was set to : “background-img-responsive”

    .avia-section.background-img-responsive {
        background-size: cover !important;
    }
    
    .background-img-responsive .content {
        padding-bottom: 25% !important;
        padding-top: 25% !important;
    }
    in reply to: Color section background images not responsive #503137

    what did you choose on “Section Minimum Height” ?

    in reply to: Envato Support Policy #502016

    i can not remember me that i have filled out here on board “the last api”
    so how do you control it.
    Many questions here are without concerning to a special website.

    The success of Enfold is on one side the quality of the theme and the good handling of the backend and alb. The other side and one unique selling proposition is the excellent support on the theme and last but not least the
    lifetime updates.
    For me the last point is a good point to make an advice for my customers.
    The support duration is for me not so important because every new customer gets his own api.
    But there are a lot of endusers here – and i guess they like the theme because of that possibility of good and everlasting support.

    btw. a lot of my customers would not invest on a theme that has an anuity for updates!

    • This reply was modified 9 years, 7 months ago by Guenni007.
    in reply to: Envato Support Policy #500505

    how you did control that ?

    in reply to: what about the new "license" #500502

    sorry i didn’t used the right search phrases:

    https://kriesi.at/support/topic/envato-support-policy-2/

    in reply to: Exception from Searchresults #499491

    thanks – can be closed now.

    in reply to: how to get a good print layout for tabs ? #497273

    ok i managed it in this way: (it is for tab-titles on the left side – fullwidth)

    @media print {
    .sidebar_tab .tab_titles {
    display: none !important;
    }
    
    .av_tab_section .tab.fullsize-tab {
    display: block;
    float: none;
    width: 100%;
    clear: both !important
    }
    
    .js_active .tab_content {
    position: relative;
    top: 0;
    visibility: visible;
    border: none !important;
    box-shadow: none !important;
    min-height: 1px !important
    }
    }
    • This reply was modified 9 years, 7 months ago by Guenni007.
    in reply to: Exception from Searchresults #497236

    excluding the keywords is not the right way – because if the word is in the content the searchresults should list the page/post – but only than.
    Excluding pages from beeing considered is easy – but i thougt there might be a trick to exclude special divs from beeing considered in the search.
    (f.e. exclude all div.nosearch )

    The thing is clear what i want ? If you got a sloagen on every Page beneath the header for example.
    These words of the sloagen must be findable – but if only the word is in that sloagen the search results page must not list them.

    • This reply was modified 9 years, 7 months ago by Guenni007.
    in reply to: Enfold 3.3.2 WP 4.3 Column Problem #494427

    ok – hat sich erledigt! da hatte sich eine Anweisung in mein quick css verirrt, die da nichts zu suchen hatte (table-layout : auto)

    can be closed, because the behaviour is for a setting of my own on quick css. (table-layout: auto)

    in reply to: Single toggles besides (sibblings) each other #492519

    By the way its not only an ul issue – it seem to be a text issue too. Because alot of p tags everytime a text-block is editied are added !!!

    in reply to: Single toggles besides (sibblings) each other #492492

    this is indeed the best solution ( royal road) to get it.

    Thanks for that ( and its not for taken be granted ) you found a solution !!!
    And greetings to Lima

    Can be closed definitely

    in reply to: Single toggles besides (sibblings) each other #491833

    see private content

    in reply to: Single toggles besides (sibblings) each other #491698

    first of all yes i found this part too – and i guess it must be changed the code from 2479-2521

    but it does not work !

    there are some new features and a new class goes to content (active_tc) not only the title (activeTitle) so i thought it has to be prepared that code for the new shortcodes.js

    Maybe my construct is totaly different to the old thread i mentioned above

    i put in the iconbox via htmlcode a single tab

    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: Portoflio hover effect #491422

    well we have to see it.

    maybe it is quiet simple that the landscape images are to small in that grid!
    see here the first row:

    http://webers-testseite.de/enf02/nineimages/

    all landscapes are too small to show the hover effect

    oh please provide us a link.
    thats so easy for you – because you are sitting in front of that demo

    in reply to: Update Layerslider #490833

    I thought the offical advice is to deactivate the embedded plugin and install the standalone extra.

    If you have a standalone license – you have the posibility to update it via your api code.
    If you have a standalone license you better deactivate the embeded layerslider by adding to child-theme functions.php:

    add_theme_support('deactivate_layerslider');

    and than upload the layerslider plugin.

    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: WP 4.3 & WPML #490679

    btw the Theme is named : Enfold :lol

    Honour to whom honour is due

    yes i can confirm this !

    and layer-slider does not work with bwp-minify even if i do the advanced setup to “not minify” of every layerslider script and css

    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: Need 9 columns in avia builder #489973

    well place a colorsection and in it a text-block
    fill in your images ( like in former wordpress times with “add media” ( all floating on the left !) ) give the text-block a class ( i called it nineimages) add the following to quick css:

    .nineimages a {
    margin: 1% !important;
    width: 9% !important;
    }
    
    .nineimages img {
    width: 100% !important;
    height: 100% !important
    }
    
    @media only screen and (min-width: 768px) and (max-width: 989px) 
    {
    .nineimages a:nth-child(3n+1) {clear: left}
    .nineimages a {margin: 1% !important;width: 30% !important}
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) 
    {
    .nineimages a:nth-child(2n+1) {clear: left}
    .nineimages a {margin: 1% !important;width: 48% !important}
    }
    
    @media only screen and  (max-width: 479px) 
    {
    .nineimages a {margin: 1% !important;width: 98% !important}
    }

    i think on the smalles screens it is not necessary to set a clearing

    you can handle this best with images of the same size ( see the second row) – but as you can see here – it is not necessary
    http://webers-testseite.de/enf02/nineimages/

    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: Need 9 columns in avia builder #489523

    you don’t need columns for that.
    Take a galery and thumbs are small enough to get 9 images beside each other (perhaps portfolio-small as thumbnails)
    on galery-columns you choose 9 – thats it

    edit : no – it does not work with links to different places ( not the images)

    Parner-Logo Element only got 8 columns if this is enough it makes sence to not choose an odd number of columns for responsive design.

    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: Remove menu item from top menu #489511

    Please goto WordPress Dashboard / Appearance / Menus – on “select a menu to edit” there must be a secondary menu (not the main menu) and choose it – this has to be declared as “Enfold Child Secondary Menu”
    There you can get rid of menu entries or change them / rename them / change link etc. pp.

    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: Remove menu item from top menu #489503

    but you set this item yourself on that menu!

    nevertheless:

    .responsive #menu-item-3261 {
        display: none !important;
    }

    btw. : your hoster or you did not activate gzip compression. This is one reason for slow loading speed.

    • This reply was modified 9 years, 8 months ago by Guenni007.
    in reply to: format in tables is different every second row #489495

    or you can change the concerning rule:

    .main_color tr:nth-child(2n) {
        background-color: #fff !important;
    }

    if you only wants to change the table on that post you can give a class to that table or if it is the only table on that post:

    
    .postid-3964 .main_color tr:nth-child(2n) {
        background-color: #fff;
    }

    Edit: :lol – green seems to be your favorite color – even your avatar is a little bit “scottish”

    • This reply was modified 9 years, 8 months ago by Guenni007.
Viewing 30 posts - 10,891 through 10,920 (of 11,347 total)