Forum Replies Created

Viewing 30 posts - 61 through 90 (of 93 total)
  • Author
    Posts
  • in reply to: No Enfold Menu Bar with WP 5.5 #1237529

    Thank You Nikko,

    PHP 7.3 fixes the problem with the error messages. However, the Enfold Menu Bar remains gone.

    solf

    Hi Mike,

    Danke für die Hilfe. Die Anfrage kann geschlossen werden.
    ===
    Thanks for your help. The request can be closed.

    greetinx, solf

    Hallo Victoria,

    portrait = with description

    same page, landscape = no description.

    the problem is reproducible and exists here with several independent enfold installations.

    mfg, solf

    Good morning Rikard,
    english below
    Danke für den Ansatz. Leider ist das Ergebnis nicht zufriedenstellend und nicht repräsentaiv. Lediglich auf einem Tablet (Portrait) war es ok. Auf Landscape fehlt es und im Smartphone (Browser ff) wird es zwar angezeigt. Aber mit dem Text: “Please set a mobile device fallback image for this video in your wordpress backend”.
    Andere Browser liefern noch weitere Ergebnisse.
    Wie gesagt, die Demo wurde mit einer aktuellen, unveränderten enfold version frisch installiert.
    > You can also use a regular Video element and show/hide the correct element for the corresponding screen size in the element options.
    Kann das Element auch Bildschirmfüllen dargestellt werden ?

    ==

    Thanks for the approach. Unfortunately, the result is unsatisfactory and not representative. It was only ok on a tablet (portrait). It is missing in landscape and is displayed in the smartphone (browser ff). But with the text: “Please set a mobile device fallback image for this video in your wordpress backend”.
    Other browsers provide even more results.
    As I said, the demo was freshly installed with a current, unchanged enfold version.

    > You can also use a regular Video element and show/hide the correct element for the corresponding screen size in the element options.
    Can the element also be displayed on the screen?

    Grüße, solf

    Hi Rikard,

    english below…
    Es liegt ein Ersatzbild vor. Aber es wird nicht angezeigt. Bitte klicken Sie auf den Demo Link.
    ==
    A replacement image is available. But it doesn’t show up. Please click on the demo link.
    greentinx Solf

    Demo mit Enfold 4.7.6.1 erstellt
    Demo created with Enfold 4.7.6.1

    in reply to: masorny pagingproblem #1235217

    Danke für die kompetente Antwort. Die aufgeführen Probleme sind damit behoben. Der Thread kann geschlossen werden.
    ===
    Thanks for the competent answer. This resolves the problems listed. The thread can be closed.

    solf

    in reply to: CSS Formatierung element "Masonry" #1234975

    no further help is required.
    thank you, solf

    in reply to: CSS Formatierung element "Masonry" #1234862

    Thank you!

    in reply to: masorny pagingproblem #1234254
    This reply has been marked as private.
    in reply to: CSS Formatierung element "Masonry" #1234091
    This reply has been marked as private.

    Thank you Guenni007. It works. ;-)

    (Der Thread kann geschlossen werden.)

    Solf

    in reply to: masorny pagingproblem #1232513

    done

    in reply to: Updates werden ignoriert // Updates are ignored #1175285

    Hi,
    (english version at the end)

    Danke für den Hinweis. So war es auch gedacht.
    Die Zugangsdaten wurden von Ihnen angefordert. Meine Frage, warum das Theme nicht upgedatet werden kann, wurde leider noch nicht beantwortet ?!

    ===
    Thanks for the hint. So it was thought.
    You have requested the access data. My question, why the theme cannot be updated, has unfortunately not yet been answered?!

    in reply to: Updates werden ignoriert // Updates are ignored #1173311
    This reply has been marked as private.
    in reply to: Enfold Backend nicht auf Deutsch? #1145734

    Für mich ist es auch nicht nachvollziehbar, dass ein Backend nur in Englisch vorliegt,weil “Englisch die meistgesprochene Sprache der Welt ist”.
    Insbesondere als Agentur kann man Enfold daher nur eingeschränkt verwenden, weil man das Backend an den Kunden übergibt und damit auch die vorgenannte und wenig überzeugende Sprachen-Argumentation an den Kunden übergeben müsste.

    in reply to: Search Console noindex kennzeichnet #1089862

    thank you.
    Der nachfolgende code löst das noindex Problem:
    The following code solves the noindex problem:

    functions.php

    
    if(!function_exists('avia_archive_set_follow'))
    {
        function avia_archive_set_follow($meta)
        {
               if( is_archive() ) {
                $meta = '<meta name="robots" content="index, follow" />' . "\n";
            }
            return $meta;
        }
        add_filter('avf_set_follow','avia_archive_set_follow', 10, 1);
    }
    
    • This reply was modified 5 years, 7 months ago by solf.
    in reply to: Search Console noindex kennzeichnet #1089466

    Hallo

    Es wird kein SEO Plugin verwendet. Wir haben alle Plugins testweise deaktiviert. Das Problem besteht weiterhin.
    Implementierung des angegebenen Codes funktioniert nicht (nur weisse Seite angezeigt)
    mfg

    =====
    There is no SEO plugin used.
    In addition, we have disabled all plugins on a test basis. The problem is still there.
    Implementation of the specified code do not work (only white page displayed)
    greetinx

    in reply to: Search Console noindex kennzeichnet #1087437

    Wir haben das Problem auch und möchten es sehr gerne abstellen.
    Bei uns handelt es sich um die Kategorie-Seiten: “Categories” of Portfolio
    Was müssen wir tuen um den Meta Eintrag der “Categories” :

    <meta name=”robots” content=”noindex, follow” />

    zu ändern in:

    <meta name=”robots” content=”index, follow” />
    danke.

    ==
    We also have the same problem and would like to turn it off.
    The problem exists in: “Categories” of Portfolio
    What do we have to do about the meta entry of the “Categories”:

    <meta name=”robots” content=”noindex, follow” />

    to change in:

    <meta name=”robots” content=”index, follow” />
    thanks

    in reply to: 2 questions to the blog #1056523

    Hi Vicoria,
    This code causes the post picture to load a 36 x 36 px graphics version and scale to 100 x 100 px. This makes the quality blurry. The graphic is in the original with 400 x 400 px. How can I cause the post picture to use a higher resolution graphic to keep the image sharp at 100×100?

    thanks

    ====
    Deutsch
    Dieser Code bewirkt, dass als Beitragsbild eine 36 x 36 px Grafikversion geladen und auf 100 x 100 px scaliert wird. Dadurch ist die Qualität zwangsläufig verschwommen. Die Grafik liegt im Original mit 400 x 400 px vor. Wie kann ich bewirken, dass im Beitragsbild eine höhere auflösende Grafik verwendet werden kann, damit die Darstellung in 100 x 100 scharf ist ?

    in reply to: 2 questions to the blog #1055100
    This reply has been marked as private.
    in reply to: Portfolio Grid Abstand / Padding / mousover effect #1050867

    My inquiries were answered. Thank you

    in reply to: Portfolio Grid Abstand / Padding / mousover effect #1050817

    Hi Ismael,
    ok. das Problem wurde glöst. Man muss beim Portfolio > Benutzerdefinierte Bildgröße ein quadratrisches Format wählen.
    Verrwirrend war, dass es mit Bildern unter 450 px immer richtig scaliert wurde.
    Danke.
    ===
    OK. the problem was solved. It have to choose a square format for Portfolio> Custom Image Size.
    The confusing thing was that it was always scaled correctly with pictures under 450 px.
    Thank you.

    in reply to: Portfolio Grid Abstand / Padding / mousover effect #1049758

    Hi Vinay,

    not sure what you mean. the portfolio images are taken from the post pictures. And the post pictures can not specify a size.
    The problem should also occur with you, if you adjust it.

    best regards

    Hi Victoria,

    what are the names of the four CSS classes?

    thnx

    Hi Victoria,

    Unfortunately that’s not what I mean. Requested was the editing of the 4 headlines styles in special headings.
    Please look to screenshot: https://iomo-de.prossl.de/temp/ueberschrift-stil.png

    in reply to: Portfolio Grid Abstand / Padding / mousover effect #1047196

    Hi Ismael.
    Thank’s again.

    Yes, border-radius: 100%; is a possibility.
    But that comes out of you. see screenshot. https://iomo-de.prossl.de/temp/egg.png
    The pictures are distorted. The distortion takes place somewhere between 400 – 500 px.

    However, my pictures have 600 x 600 px so this way is not usable. On the other side it can correctly execute your system in the portfolio.
    very confusing… ?!!
    how should I solve the problem on the user side?

    best regards

    in reply to: Portfolio Grid Abstand / Padding / mousover effect #1046202

    Hi Ismal,

    it works! In combination with the .grid-entry.flex_column code, uniform columns can be created. Many Thanks
    ===
    .flex_column.av_one_full.no_margin.flex_column_div.av-zero-column-padding.first.avia-builder-el-10.el_after_av_hr.el_before_av_section.avia-builder-el-last {padding: 0 20px;}
    .grid-entry.flex_column {padding: 0 20px 40px 20px;}
    ===

    Can you also answer the first part of my question?
    In: Portfolio: Images style can be a circle formatting select. can this css function also be used for the layout element: “Portfolio grip”?

    in reply to: Portfolio Grid Abstand / Padding / mousover effect #1040626

    Hi,
    yes, I add the css code. But it is not the desired result because the css-code generates unequal distances. These should be the same.
    The same question have been asked here in the forum by three other users.
    thanks
    ===
    Hi,
    Ich habe den genannten Code eingefügt. Aber es ist nicht das gewünschte Ergebnis, weil der CSS-Code ungleiche Abstände erzeugt. Diese sollen aber gleich sein.
    Dieselbe Frage wurde hier im Forum schon von drei anderen Usern gestellt….
    mfg

    in reply to: Portfolio Grid Abstand / Padding / mousover effect #1038547

    Hi Victoria,

    the css formatting for a circular presentation is already available for the enfold theme and can be selected via the image design.
    This function will generate this code:

    <div class = “flex_column av_one_third flex_column_div avia-builder-el-7 el_after_av_two_third el_before_av_hr” style = “background: # f6f6f6; padding: 30px; background-color: # f6f6f6; border-radius: 0px;”> <div class = ” avia-image-container av-hover-grow avia-builder-el-8 el_before_av_textblock avia-builder-el-first avia-align-center “itemprop =” ImageObject “itemscope =” itemscope “itemtype =” https : //schema.org/ImageObject “>

    <div class = “avia-image-container-inner”>
    <div class = “avia-image-overlay-wrap”> <span class =” image-overlay overlay-type -image “style =” left: -5px; top: 0px; overflow: hidden; display: block; height: 295px; width: 305px; “> <span class =” image-overlay-inside “> </ span> < / span> </ div> </ div> </ div>

    The question is: as with the presentation of the portfolio items the already existing css class for a circular representation can indicate.
    Die Frage ist: wie bei der Darstellung der Portfolio Items die bereits bestehende css-Klasse für eine Kreisdarstellung angegeben werden kann.
    ===
    Please answer me also the question about the column distance of the portfolio items.
    Thank You.

Viewing 30 posts - 61 through 90 (of 93 total)