Forum Replies Created

Viewing 30 posts - 9,721 through 9,750 (of 12,036 total)
  • Author
    Posts
  • in reply to: one_fourth columns on responsive case #865186

    because the site is a live site i changed to individual height – that is easy to reach now. But there might be a solution – maybe that the table layout than under responsive case is gone.

    in reply to: German umlauts and icons aren't shown correctly #864939

    if you got troubles on permalink and Umlaute open a new thread
    sometimes an ä goes to a etc on permalink – and that is not nice – it should go to an ae

    by the way – which of the codes helped you to solve it?
    the last with empty both values ?

    define('DB_CHARSET', '');
    define('DB_COLLATE', '');

    some kind of overdetermination

    by the way – nice logo !

    rename the unique id to f.e. : approval or consent

    hm i can see in the code that the cursor has been inherited by:

    input[type="submit"], #submit, .button {
        cursor: pointer;
    }

    look to your alb element or to debug mode if there was used a submit button or something like this.

    Edit : i see the whole section got the id=submit thats it

    you can see it on the link: http://salesnv.com/#submit

    By the way – your demo button on the menu has a wrong link

    in reply to: flickering on header with chrome and fixed frame layout #864818

    Well Vinay – it is not perfect – but it is acceptable now.
    The white was horrible – it is now ok.

    Thanks for the solution

    by the way – my solution above ( stretched layout but with child-theme header and footer – and some css) does not flicker at all. And the frame is not a static one – smaller screens will have a smaller frame width. But i’m a lazy one – so sometimes i will prefer this fix for it.

    Can be closed now.

    in reply to: Very strange and nonse. #864808

    i think mike is right with his supposing.
    And by the way – in the meanwhile you have found the solution yourself i guess – because now the full-size image has been taken:
    http://detaysolar.com/wp-content/uploads/2015/10/house-wire-model-fade-white-1.png

    • This reply was modified 8 years, 5 months ago by Guenni007.
    in reply to: Customize headings #864740

    is there a link to your site?

    in reply to: Customize headings #864719

    you can do it too in Enfold options : there is a tab called “Advanced Styling” – there you can choose your h2 and click “edit element”
    now you have the oportunity to set all parameters of the h2 including text-transform

    in reply to: CF7 Columns #864535

    and if you want the text – as on your site – placed in the input field with a given default text add on cf7 short code f.e.:

    [tel tel-779 placeholder "Telefoon nummer"]

    the placeholder “” option

    in reply to: CF7 Columns #864529

    have a look here : https://kriesi.at/support/topic/contact-form-7-3-fields-same-row-like-enfold-shop-demo/
    you can use shortcodes in cf7 – if not on default there is a shortcode enabler for cf7 plugin

    f.e.

    [ av_one_half first]<label> Ihr Name (Pflichtfeld)
        [text* your-name] </label>[/av_one_half]
    
    [ av_one_half]<label> Ihre E-Mail-Adresse (Pflichtfeld)
        [email* your-email] </label>[/av_one_half]
    
    <label> Betreff
        [text your-subject] </label>
    
    <label> Ihre Nachricht
        [textarea your-message] </label>
    
    [submit "Senden"]

    you see that the cf7 shortcodes are surrounded by the formating shortcodes
    https://webers-testseite.de/abc/

    Edit: for that you need the shortcode enabler mentioned above

    • This reply was modified 8 years, 5 months ago by Guenni007.
    • This reply was modified 3 months ago by Yigit.
    • This reply was modified 3 months ago by Yigit.
    in reply to: Change Full Screen slider to h1 tag #864520

    this is not my decision.
    not only the heading tag here but especialy the hr with id input field i think is a good idea. Because as an anchor point inbetween a page with sidebars active.
    Download or pastebin on this thread https://kriesi.at/support/topic/jumping-to-anchors-from-other-pages-doest-work-well/#post-855641

    Be careful there is in the moment an old hr before Enfold 4.1 and a new one with screenoptions. Both pastebins or downloads are in the thread.

    in reply to: German umlauts and icons aren't shown correctly #864457

    so my advice if you are familar with phpmyadmin goto your tables and see if everything is set to utf-8
    and let the entries in wp-config as mentioned above:

    define('DB_CHARSET', 'utf8');
    define('DB_COLLATE', '');

    if you are not familiar to it – ask your ISP (Internet Service Provider (strato) ) to do this.

    Last attempt to solve your problem on the fast lane:

    edit your config.php file to:

    define('DB_CHARSET', '');
    define('DB_COLLATE', '');
    in reply to: German umlauts and icons aren't shown correctly #864453

    now i see on your site the opposite behavior : saved as Unicode ISO 8859-1 but interpreted as (UTF-8)

    did you change anything – describe what you have done

    in reply to: German umlauts and icons aren't shown correctly #864441

    did you use an old data base on your ISP for your new installation ? sometimes the tables stay in charset (DB_CHARSET) if you are changing from MySQL 4 to 5. Or if you update an old major wordpress installation to a new one. Then f.e. a charset latin is used – or an old utf8. Meanwhile the utf8 is the standard WordPress setting but if there are old entries it might be a problem.

    this trouble is If a document has been saved as Unicode (UTF-8) but interpreted as ISO 8859-1

    The following two lines are in your wp-config.php file ? :

    define('DB_CHARSET', 'utf8');
    define('DB_COLLATE', '');

    if there are other entries try to replace it with the above.

    second: you can try to insert in your htaccess file: AddDefaultCharset UTF-8

    _________________________

    this is only concerning to your problem with German Umlaute. the above is important too for your presentation of signs in your blog.

    • This reply was modified 8 years, 5 months ago by Guenni007.
    in reply to: Blog Beiträge sortieren #864342

    ich benutze dann meist intuitive custom post order – wird aber ähnlich dem von Günter sein.
    das geht in der blog listendarstellung mittels drag and drop – man zieht den Beitrag nach oben.

    in reply to: gelöschte Bilder als eine Art Beitrag über URL zu finden #864329

    sind das die Bildanhangseiten, die irgendwie umgeleitet sind?

    übrigens wie hast du den Effekt (Animation) bei der Iconliste so hinbekommen. Hast du eine andere Animation eingestellt für iconlist-timeline ?

    in reply to: Hamburger- Menue – icon #864318

    sorry da habe ich dich komplett missverstanden.

    by the way if new burgermenu comes – please do something that we can select each menu on default by different classes.

    in reply to: Hamburger- Menue – icon #864280

    ich glaube nicht, dass es sich um Bilder handelt. Es sind einfach Borders der oben wird durch Content:before der unten durch content:after generiert. Es sind so gesehen also Vektoren! die Dicke etc. wird übrigens durch :

    .av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
        width: 40px;
        height: 5px;
        border-radius: 3px;
    }

    bestimmt. Die Übergänge sind dann einfach durch rotate realisiert.

    in reply to: Calling a page with a predefined Category #863947

    maybe this is the better link to the enfold demo page: http://kriesi.at/themes/enfold/portfolio/

    Above the Portfolio links there is a line with select option : (These are the portfolio categories; or in case of category – the category names)
    click on one option (CSS)

    I think this is what you want to obtain.

    • This reply was modified 8 years, 5 months ago by Guenni007.
    in reply to: flickering on header with chrome and fixed frame layout #863942

    and what makes me wonder is – that it is only in the header area.
    i gave #header and .header_color the same background as fixed frame background color. But nothing gets better.
    the main container – nothing flickering ???

    in reply to: flickering on header with chrome and fixed frame layout #863890

    not on the page of enfold demo –
    but i tested it now on a windows 10 machine with chrome installed ; opera does it aswell.
    horrible – not allways – and i think it is a matter of dom ready. if i change pages fast it is nearly allways

    if you look to the page in privat content – there it does not happen at all!

    • This reply was modified 8 years, 5 months ago by Guenni007.
    in reply to: Calling a page with a predefined Category #863798

    yes have a look to this page on enfold demo: http://kriesi.at/themes/enfold/shortcodes/portfolio-shortcode/ (All / CSS/ HTML / PHOTOGRAPHIE / PSD / VIDEO)
    on top you see that it is possible to have this on enfold per default option (sort options with active taxonomie)
    so if you are not insisting on your pull-down menu it might be a possibility for you

    in reply to: Google Map marker custom resize #863034

    again : you have to upload an image in that quality you like to optain.
    your image now is 80px x 80px – as our code did – he takes the full-size image but than scaled it up to the given 200px x 200px

    see your source code : (click to enlarge)

    your image (full-size) what you used for it is: https://www.westend.com/wp-content/uploads/westend_london_pin-1.png

    so upload a sqaure image ( a png – must not be centered but obviously had to be square) bigger than 200×200 and take that for your marker !

    in reply to: Custom font added but nothing happens #863033

    just one comment : you have a different code itn rtl.css
    so it is not the css you used – it is the path you used instead.
    both css ( rtl.css and custom.css) are on the same layer (path) no difference at all.
    We could have less time if you tried the absolute path

    • This reply was modified 8 years, 5 months ago by Guenni007.
    in reply to: flickering on header with chrome and fixed frame layout #863030

    Normaly i test all browsers if the websites are cross-platform compatible.
    One thing changes on my MAC i updated to High Sierra – and indeed the inet has some similar problems with different situation – but all describing some flickering problematics.

    Maybe you can tell me if the site (especially the one in prvate content) is on a pc trouble free.
    That helps me to confine the problem

    in reply to: How can I pply CSS to animated numbers on a specific page #862662

    and firebug did not work anymore in a correct way now. After updating my firefox. Hope it will come back, firebug is an old shoe but it fits perfect.

    in reply to: Combined CSS for Enfold theme #862449

    Allthough this is an old thread – i will give some advice using text-indent: google does not like that – because some uses it to implement text or “meta” infos to websites without concerning to the content. Sometimes they rank that pages back. Bad SEO !

    in reply to: Custom font added but nothing happens #862447

    in reply to: How to disable quick CSS style ? #862443

    give your text-block element a unique custom class f.e. “centertext”
    (don’t know if this is in the meanwhile on default aktivated – if not do this into your functions.php of your child-theme:

    add_theme_support('avia_template_builder_custom_css');
    

    than you have the oportunity to give most of the alb element a unique class and you can select those text-block elements now via your custom class above :

    .avia_textblock.centertext p {
    text-align: center !important;
    }

    if you only want to have it only for one or two text-block elements use the text-block editior to center your text by the inline css.

Viewing 30 posts - 9,721 through 9,750 (of 12,036 total)