Forum Replies Created

Viewing 30 posts - 10,711 through 10,740 (of 11,529 total)
  • Author
    Posts
  • if you like to find an image on the web you can use google image search:

    https://www.google.de/imghp

    this is the german site but i think every language has its own.
    you only have to know the url of the seen and wanted image. Insert it and google tries to find the image or similar images.

    in reply to: demo import #637029

    hm nice to ask for help in this way ? … :lol:

    btw. have you ever looked into the zip file you downloaded from envato?
    or do you have a nulled version from elsewhere ? :wink

    a hint: enfold/includes/admin/demo_files/

    in reply to: I do not like categories are displayed. #637026

    So why don’t you go to enfold options dialog / blog styling and change the styling?
    Change from multi-author blog to something else.

    in reply to: Code for bold font inside "special heading" #636184

    <strong><span style="color:green">TIGRIS</span> <span style="color:red">REBELS</span></strong> Film Synopsis

    for strong you can use <b> bold </b> too
    and for green or red you can use #01DF01 or #f00

    see here: http://html-color-codes.info/webfarben_hexcodes/

    • This reply was modified 9 years, 2 months ago by Guenni007.
    in reply to: encode email in footer #635975

    Thanks – but it does not work in the footer. (Copyright Input Field of Enfold Footer Options Dialog)
    In Socket – Widgets it works – even without that filter setting.

    in reply to: strange behavior while using child-theme #635862

    have a look to advanced styling of Enfold Child Theme – sometimes there are a lot of new entries after importing a demo. So mostly it is concerning to font and headings etc.

    if you have imported the demofiles to your child-theme than only child-theme is effected.
    so a difference between parent and child-theme is wanted – otherwise importing makes no sense.

    I think there was a warning before importing demofiles that all settings of the Theme which is actually activated will be lost.

    in reply to: Identify What Menu Is Used Here #630571

    but i think it could be easier to place a custom widget area on the page/post and put in that custom-widget-area an individual menu on widgets.
    The rest is css .
    The great advantage of that is that you do not care about how the menu code is. Just create an indiviual menu and put it into that widget area.
    And if you place it in “display everywhere” in combination with f.e. plugins like restrict-widgets you can show it whereever you want it or not.

    in reply to: Identify What Menu Is Used Here #630552

    well you mean it on the right side?

    it was a codeblock inserted on that page with a menu (ul etc. pp)
    his code there is for css:

    #menu {
        color: #fff;
        font-family: "Montserrat","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
        position: fixed;
        right: 55px;
        top: 40%;
        width: 15%;
        z-index: 100;
    }

    and on code-block element he inserted

    <ul id="menu">
    	<li data-menuanchor="welcome" class=""><a href="#welcome">Welcome</a></li>
    	<li data-menuanchor="healthcare" class=""><a href="#healthcare">Healthcare</a></li>
    	<li data-menuanchor="education" class=""><a href="#education">Education</a></li>
    	<li data-menuanchor="featured" class=""><a href="#featured">Featured</a></li>
    	<li data-menuanchor="contact" class="active"><a href="#contact">Contact</a></li>
    </ul>

    etc.

    in reply to: Customize title #630544

    you can put in the input fields of the titles css code as well
    Welcome to<strong>Enfold Restaurant</strong>

    even linebreaks will work:
    Welcome to<br/><strong>Enfold Restaurant</strong>

    Etc.

    in reply to: Disable Header #629213

    And where is your navigation than?

    you can set #header to display: none
    and on main set padding-top to “0”

    #header {
        display: none
    }
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 0;
    }
    in reply to: I want to increase the padding #629208

    padding to what and where? :lol:
    be a little more explicit please!

    ok it seem that on class-form-generator.php the line 360 is correct but the other required fields are not !
    $required = ' <abbr class="required" title="'.__( 'required', 'avia_framework' ).'">*</abbr>';
    seems to be neccessary on all $required fields

    the
    $required = ' <abbr class="required" title="required">*</abbr>';
    on line 418, 539, 576, 655, 722 does not end in a translatable title. the definition above does !

    on class-form-generator.php on line 360 the title is set a bit different to the other abbr.
    Maybe this causes the fault ?

    hm not completely solved:

    On name and e-mail input field it is o.k. on the others not ???

    see private link

    ok – it seems to be a conflict between pot file (required) and po translated files.
    in english the required is written with small letters (not capitalized first letter)
    if you load f.e. in po-edit the po file you have to synchronize the po file with the pot file.
    The existing “Required” Translation is lost then because on pot File there is only a “required” phrase.
    Translate that required to your own translated file – it will than correctly show the translated title if you hover that little star !

    Edit: there has to be both the “Required” and “required”

    • This reply was modified 9 years, 2 months ago by Guenni007.
    in reply to: Galerie – Masonry anpassen #623004

    soweit ich mich erinnere gibt es bei Masonry doch immer die Möglichkeit die Anzahl der Spalten zu setzen!
    Dann kann man den Abstand noch in Varianten einstellen, und die Rasterungseinstellung kann man mittels flexibles, perfektes und perfektes Automatisches Raster einstellen oder?

    das was da als Name steht ist sekundär. der Link ist intern festgelegt ( es sei denn du setzt einen eigenen Link im Menu)

    du kannst ja sogar in “angezeigter Name” ein Bild einfügen durch
    Also obwohl gleiches Linkziel unterschiedliche Namen möglich !

    in reply to: [Resolved] Move main menu to sidebar #622563

    to put something via widget just after main container opens you can use this code here in child-theme functions.php file:

    add_action( 'ava_after_main_container', 'enfold_customization_newlogo_widget_area' );
    function enfold_customization_newlogo_widget_area() {
    	dynamic_sidebar( 'newlogo' );
    }

    and on dashboard / widget you than have to create a new widget area called: newlogo

    than you can place your logo and backlink to landingpage to a text-widget in this new area

    in reply to: [Resolved] Move main menu to sidebar #622497

    why don’t you use this demo settings here:

    http://kriesi.at/themes/enfold-consulting/

    set the div .logo to display none and put on all pages the logo on top of main

    in reply to: You need top sticky the following #616211

    What about this rule? This isn’t part of 3.5.3 Enfold ?

    in reply to: Enfold update problem- How to don't lose customisations! #614720

    On updating your theme files i allways uses the ftp manual version. See here on http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Scroll down to : “Update manually via FTP” and have a look to the video

    in reply to: Enfold update problem- How to don't lose customisations! #614716

    It is in General (not only for enfold) a good advice to have a child theme installation for wordpress!
    There is a nice online documentation (or on your envato complete Download of Enfold an offline Version) for Enfold here:
    http://kriesi.at/documentation/enfold/

    Here is a little tutorial for enfold child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/

    On Download Section there is a downloadable Child-Theme of Enfold with at least a (on default) empty functions.php (for that child theme)
    Some files in the wordpress hierarchy do not overwrite the existing ones but they can add information and rules to the original files of the theme itself. One of those Files is the functions.php. So here on board there are a lot of customization hints by adding some code to that child-theme functions.php !

    If you activate first the parent theme and after that the child theme – there are some options to transfer the settings of the parent theme to the child theme. Read and see the tutorial mentioned above on “Moving to a Child Theme”

    One of the greatest benifits of Child-Theme Installation is that on updating the parent theme those customizations of your child theme are not influenced !

    in reply to: Support nötig für Theme Update ?? #612510

    das ich keine gültige Lizenz mehr am laufen hatte ist bisher noch nicht vorgekommen. Heißt – bei mir kam immer mal wieder eine frische hinzu für neue Aufträge. Daher ist die Frage trotzdem auch für mich interessant.

    in reply to: Icon beside category #609863

    if not it will be nice to have some possibilities to selekt those words specifically.
    If you do this:

    Villa Santi
    <span class="bed icons"> 4 Bedroom</span> | <span class="bath icons">4 Bathroom</span> | <span class="size icons">Land Size : 750 m2</span>
    <span class="beach icons">10 min. walk to beach</span> | <span class="shop icons">10 min. walk to Shopping, Restaurants, Spa and Massage</span>
    <span class="airport icons">25 min. drive to airport</span>
    .icons::before {
        font-family: entypo-fontello;
        font-size: 24px;
        position: relative;
        padding-right: 5px
    }
    
    .bed::before {
        content: "\e8af";
        top: 3px;
    }
    .bath::before {
        content: "\e8ce";
        top: 3px;
    }
    .size::before {
        content: "\e869";
        top: 3px;
    }
    .beach::before {
        content: "\e8b9";
        top: 3px;
    }
    .airport::before {
        content: "\e8b6";
        top: 3px;
    }
    .shop::before {
        content: "\e859";
        top: 3px;
    }

    see here: http://webers-testseite.de/enf02/testsite/
    for formating your text with span tags you can use f.e. Bueltges Add quicktag plugin

    or if it is allways the same text underneath those hotels you can copy paste the whole content and fillout than the correct values for the given Hotel

    <span class="bed icons"> 4 Bedroom</span> | <span class="bath icons">4 Bathroom</span> | <span class="size icons">Land Size : 750 m2</span>
    <span class="beach icons">10 min. walk to beach</span> | <span class="shop icons">10 min. walk to Shopping, Restaurants, Spa and Massage</span>
    <span class="airport icons">25 min. drive to airport</span>

    PS: i did the top value to the specific class because sometimes it might be better to put in different values.

    • This reply was modified 9 years, 3 months ago by Guenni007.
    in reply to: Icon beside category #609835

    yes now i know what you mean – i will think of it a while becaus i want to make it

    is the text under your images dynamicaly generated or do you fill out those details?

    Villa Santi
    4 Bedroom ; 4 Bathroom - Land Size : 750 m2
    10 min. walk to beach | 10 min. walk to Shopping, Restaurants, Spa and Massage | 25 min. drive to airport
    in reply to: cancel masonry animation #609438

    if you want no animation at all:
    but the images has to load on page load – this animation “mimics” that loading time – the non animation mode looks very boaring – sorry
    btw. if you only want to influence some Masonries you have to use custom css class.

    .avia_desktop.avia_transform3d .av-masonry-entry {
        perspective: none;
    }
    .avia_sortable_active .isotope {
        transition: none ;
    }
    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        animation: none;
    }
    .av-masonry-image-container, .av-inner-masonry-content, .av-masonry-pagination {
        transition: none;
    }
    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
        transform: none
    }
    in reply to: Icon beside category #609428

    yes!


    if you have no link to your site where we can see your whishes – is there an example site on enfold demos?
    i guess it could be done by pseudo class before but it is easier to have not only a description of your problem

    in reply to: WordPress creates a version 2 automatically #605713

    if you have it in your waste basket (trash) (dont know the word for it because i’m working on a german wp installation) it is nonetheless present for wordpress. So the url is taken to that page/post.
    If you empty your basket before you create the new one or rename the 2nd one it will work.

    in reply to: header widget and scroll offset #605052

    thanks ismael but this is not the right position – but it gave me the hint where to search.
    i browsed around in enfold folder where the do_action is used.
    In header.php there is a piece of code i can use for that:

    so this is now a solution for me:

    add_action( 'ava_after_main_container', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    }

    perhaps it is better to rename the widget area to something else f.e. before-main

    and of course this is not to use with transparent or glassy headers!

    • This reply was modified 9 years, 3 months ago by Guenni007.
Viewing 30 posts - 10,711 through 10,740 (of 11,529 total)