Forum Replies Created

Viewing 30 posts - 181 through 210 (of 232 total)
  • Author
    Posts
  • hey thanks for answering!
    If I put the function in the child function.php (like Basisis recommented) – I will get a white screen!
    Also if I do it like Yigit says – a white screen!

    The simpliest way would be just copying the rendered HTML:

    <section id="avia_socialcount-3" class="widget clearfix avia_socialcount">
    <a href="#" class="asc_twitter asc_multi_count"><br>
    <span class="social_widget_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><br>
    <strong class="asc_count">Folgen</strong><span>auf Twitter</span></a><p></p>
    <p><a href="#" class="asc_rss asc_multi_count"><span class="social_widget_icon" aria-hidden="true" data-av_icon="ue801" data-av_iconfont="entypo-fontello"></span><strong class="asc_count">Abonnieren</strong><span>den RSS Feed</span></a><br>
    <span class="seperator extralight-border"></span><br>
    </p></section>

    … and change the icons. But I don´t know how to change them? Do you have an idea?

    … I have the same question. But how can I do this in Child Function?

    in reply to: Mobile menu effect Code Snippet problem #711660

    hey ismael, wonderful, its working!
    Thanks a lot!

    in reply to: Mobile menu effect Code Snippet problem #710729

    hey vinay,
    you can find the the related code above on my second post.

    i updated the theme from 3.7.1 to 3.8. but this will not solve the problem.

    in reply to: Mobile menu effect Code Snippet problem #710683

    hello support – sorry but I am still waiting – can somebody PLEASE have a look?

    in reply to: Mobile menu effect Code Snippet problem #709661

    hi ismael,
    you have to klick on the item “leistungen”
    it seems to be a positioning problem of the submenu as i wrote in my first post.

    in reply to: Mobile menu effect Code Snippet problem #709087

    hello vinay, thank you very much for answering! But your suggestions doesn´t work. In details:

    1) the screenshot you have provided is not from my site. my site is http://pietsch-pm.de

    2) i refreshed the site also with hard reload and working with different browsers and systems:
    – osx 10.11.16 – chrome and safari and firefox (latest versions)
    – ios 10.1.1 – safari and chrome
    … every browser shows the same failure!

    3) i also copy your code in quick css. but nothing change at all.

    So please have a closer look. the admin account i provided is still accessible. thanks in advance!

    in reply to: Mobile menu effect Code Snippet problem #707773

    Here you can see a Screenshot of the problem:
    http://pietsch-pm.de/test/screen.png

    Same issue on my site:
    http://pietsch-pm.de/test/screen2.png

    • This reply was modified 8 years ago by frankeee.
    in reply to: Mobile menu effect Code Snippet problem #707767

    Hey Yigit,
    thank´s very much for your support. I flushed all Caches, also try other Browsers but there is no change!

    Wher can I see the corrections you made fpr Guenni007’s site? Maybe I will try this?

    • This reply was modified 8 years ago by frankeee.
    in reply to: Mobile menu effect Code Snippet problem #707658

    Hello again,
    I try to solve the problem – but I really need your help!

    What I found out:
    1) A margin-top directly in the Chrome-developer-tools,will solve the problem:

    .csstransforms3d .show_mobile_menu #mobile-advanced{
        margin-top: -168px!important;
    }

    2) If I put the same CSS in Enfolds Quick CSS – nothing happens – the CSS also will not show up in the Chrome-developer-tools! Can you please help? In private content you will find account details

    in reply to: Mobile menu effect Code Snippet problem #707032

    ADDITION:
    If I deactivate the code snippet:

    #mobile-advanced{
    width:100%;
    right:0;
    position: absolute;
    z-index: 1000;
    top:-100%;
    padding:89px 0;
    overflow: hidden;
    border-left-style: solid;
    border-left-width: 1px;
    margin:0 0 0 -2px;
    -webkit-transform: 	scale(1);
    -moz-transform: 	scale(1);
    -ms-transform: 		scale(1);
    transform: 			scale(1);
    -webkit-transition: all 0.6s ease;
    -moz-transition: 	all 0.6s ease;
    transition: 		all 0.6s ease;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    display:none;
    }
    .csstransforms3d #mobile-advanced{
    -webkit-transform: 	scale3d(1);
    -moz-transform: 	scale3d(1);
    transform: 			scale3d(1);
    }
    .show_mobile_menu #mobile-advanced{
    -webkit-transform: 	translate(0, 100%)!important;
    -moz-transform: 	translate(0, 100%)!important;
    -ms-transform: 		translate(0, 100%)!important;
    transform: 		translate(0, 100%)!important;
    }
    .csstransforms3d .show_mobile_menu #mobile-advanced{
    -webkit-transform: 	translate3d(0, 100%, 0);
    -moz-transform: 	translate3d(0, 100%, 0);
    transform: 			translate3d(0, 100%, 0);
    }

    … the mobile menu looks good! Maybe the Code snippet should be expanded for displaying sub-menu items correctly? I just don´t know how!

    in reply to: Mobile menu effect #702219

    @Guenni007: YES – this works for me!
    … thank you very much and sorry for the late answer.

    in reply to: Mobile menu effect #701227

    Hey Guenni007,
    thanks for your code snippet. But it doesn´t work for me!

    I´ve found another snippet that will work:

    html body#top #mobile-advanced {
        top: 0;
        left: auto;
        right: -100%;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        transition: right 0.6s;
    }
    html body#top .show_mobile_menu #mobile-advanced {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        right: 0;
    }
     #mobile-advanced {
      background: #575b5e;
    }
    #mobile-advanced a {
        color: #fff;
        border-color: #777;
        text-transform: lowercase;
    }

    … the problem with this snippet: the menu displays from the right site and not from the top. Do you have an idea how to display the menu from top like in your testsite?

    in reply to: Strange Layout Problems #689830

    Hi again,
    meanwhile I found out more. Problem is the shortcode in fullsize-slider´s caption! Thanks anyway.

    • This reply was modified 8 years, 2 months ago by frankeee.
    in reply to: no-follow option for Team-Element #533352

    it WORKS ;-)

    in reply to: no-follow option for Team-Element #533333

    Hey Yigit, so cool – thanks!
    The HTML Code now looks like tis:
    <a rel="v:url nofollow" ... " href="https://xxx.de" ...></a>
    How can I get a rel=”nofollow”? Like this:
    <a rel="v:url nofollow" ... " href="https://xxx.de" rel=”nofollow” ...></a>

    • This reply was modified 9 years ago by frankeee.
    in reply to: Breadcrumbs Problems #516223

    … yes Ismael – this is working!
    Thank you!

    in reply to: Breadcrumbs Problems #515807

    Hey Andy, here is a link to a Screenshot:
    http://www.fotos-hochladen.net/view/screenshotscfbtnxs8i2.jpg
    …there you can see the breadcrumb path and in red how it should look like.

    in reply to: Breadcrumbs Problems #515411

    Hi Elliott, yes I´m using the latest enfold theme. And no deactivating plugins will not help (for the english language version I cannot deactivate wpml). I will give you access to the WP Backend. See private content.

    in reply to: avia_animate_when_visible funktioniert nicht #500297

    So what else can I say? I made Sceenshots, I described the failure , but you can´t reproduce it.

    Better close this thread.

    in reply to: avia_animate_when_visible funktioniert nicht #499748

    Hi Yigit, I made some more user testings. Problem is: Sometimes it is working, but often not.

    I tested this on:
    MAC: Firefox, Chrome and Safari
    WIN: Firefox and Chrome

    So what can I do? I really like this effect. But when it breaks, the user can´t see anything.

    in reply to: Fataler Fehler nach Serverwechsel #499732

    Hallo Andy, ich bin deinem Vorschlag gefolgt, habe enfold neu heruntergeladen und neu installiert. Auch alle Plugins wurden deaktiviert – OHNE Veränderung. Die Fehlermeldung ist noch immer dieselbe.

    in reply to: WP-Menu overlapping and disappear #498810

    Hey Elliot, thanks – good to know!

    in reply to: Fataler Fehler nach Serverwechsel #498662

    @set_carsten: Danke für den Plugin-Tipp. Nein, ich kopiere nicht die DB, sondern gehe über den WordPress Im- und Export. Dann noch die die Enfold Einstellungen (über im/ export) und die Links in der Datenbank ersetzen – fertig..


    @andy
    : Ich habe eine Menge gefixt. Das Importieren der Theme-Einstellungen hat auch nicht funktioniert, so dass alle Einstellungen nochmals angelegt werden mussten. Wie gesagt, ich vermute einen Fehler im Framework, denn dies ist nicht meine erste Enfold Installation und üblicherweise funktioniert das ja alles ganz wunderbar.

    Unter dem Link ein Screenshot, der den Fehler zeigt:
    http://www.webdesigner-hh.de/Bildschirmfoto%202015-09-05.png

    in reply to: Fataler Fehler nach Serverwechsel #497785

    Hallo Ismalel,
    danke für deinen Blick. Ich habe die Datei entfernt. Allerdings hat dies keine Auswirkungen auf mein Problem. Definitiv gibt es ein Problem mit dem Pagebuilder, das besagt ja auch die Fehlermeldung, die du eigentlich nicht übersehen kannst. Sobald du ein Element des Pagebuilders öffnest, steht da:
    Warning: Wrong parameter count for array_unique() in /home/www/web92/html/postkomm-mit-www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 491

    Bitte sag mir doch warum diese Fehlermeldung auftaucht – danke!

    • This reply was modified 9 years, 2 months ago by frankeee.
    in reply to: Portfolio Avia Layout unsichtbar nach Enfold update #489289

    Entwarnung: Das oben beschriebene Problem hat sich in Luft aufgelöst. Ich kann leider nicht sagen woran es lag.

    in reply to: change height of the portfolio items #488897

    …. nice Plugin but it´s not working in my case. So I will try the other solution

    in reply to: change height of the portfolio items #488661

    Hey Dake, yes that´s right!
    Can you just tell me what I have to write into the child Theme function?

    Nonetheless I give you access to the website in private content

    in reply to: Custom search with suggestions #487412

    Thanks Elliot, you say more js Code will be necessary. Can you help me with a custimaziation like this? Or do you recomment a Plugin instead? (The Plugin should also Support WPML)u

    in reply to: Change logo inline style #487208

    Thanks Elliot, I found another solution. you can close this topic.

Viewing 30 posts - 181 through 210 (of 232 total)