Forum Replies Created

Viewing 30 posts - 10,531 through 10,560 (of 11,361 total)
  • Author
    Posts
  • i do not know if this will work at all.
    in avia-templatebuilder/avia-shortcodes folder there is the masonry.php and perhaps relevant for that too the helper-masonry.php
    there you can see some more infomation about this shortcode.

    i’m not a good coder but maybe you see something could help you.
    f.e. i see on helper-masonry that “ids” is set to false …

    in reply to: Turn off commnets on Enfold theme #641907

    yes vinay – this is a fast way !

    .comment-entry.post-entry {
        display: none;
    }

    btw. for what is that class “slide-meta-del” i can’t find it

    in reply to: Turn off commnets on Enfold theme #641902

    i think the later setting of wordpress to get rid of commenting posts does not erase the former setting of an existing post with comments.
    so i think that every new post is without these commenting option but older entries with existing comments do have this.

    First you can goto Dashboard an erase all existing comments. And for all those posts with the permission of commenting you can edit this by open the post and kill that marker at the bottom

    if you do not see those markers – on top of the wordpress editor there is a hidden option window – open it an mark comments and discussions.
    Then you see on bottom of the post these fields.


    in reply to: Class __PHP_Incomplete_Class has no unserializer #641892

    i often use enfold in a combination of wp-supercache and bwp-minify to increase site-speed. On some hosters there are a few conflicts – but it can be fixed then.

    so activate the layout with background again.
    Change the background color on body background again to your color: #ac7f54

    Then reactivate your normal layout.

    silly question on that post:
    the color definition is #ac7f54 not # ac7f54 ?
    no space between ?

    And Ismael – this is not the thing i’m requesting.
    I want to close the infowindow of previous marker – if i click the next marker (on a map with multipel markers).
    So only show one infoWindow at a time (this was the standard of map api v2

    thanks but the old behaviour of api v2 seems to be so complex to realise on maps api v3 that a lot of requests even in the google community doesn’t really help.
    can be closed in a few days because i will give me a chance to manage it myself and make a message here.

    • This reply was modified 8 years, 10 months ago by Guenni007.
    in reply to: get rid of cropping in testimonial images #640761

    you see in the link above that i managed it in a different way. The thing is that i can’t understand where the square and limitation comes from.
    i thought that it comes from here – because square is defined as the 180px square image :

    //avatar size filter
    $avatar_size = apply_filters('avf_testimonials_avatar_size', 'square',  $src, $class);

    from testimonial.php – but remove it has no effect on size limitation of 180px

    can be closed – so i let me die stupid :wink

    • This reply was modified 8 years, 10 months ago by Guenni007.
    in reply to: get rid of cropping in testimonial images #639701

    you see above that kurzen and reinhold are in non square dimensions allready.

    but what do you think about my suggestion not to use the square option on testimonial images?

    • This reply was modified 8 years, 11 months ago by Guenni007.
    in reply to: get rid of cropping in testimonial images #639696

    i did upload the images after i changed the testimonial.php and after setting up wordpress to not cropping the thumbnail size.
    i will try your advice now.

    • This reply was modified 8 years, 11 months ago by Guenni007.
    in reply to: encode email in footer #639504

    oh wow – i do not expect this could be solved. Thanks again for that solution.

    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 8 years, 11 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 8 years, 11 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 !

Viewing 30 posts - 10,531 through 10,560 (of 11,361 total)