Forum Replies Created

Viewing 30 posts - 31 through 60 (of 147 total)
  • Author
    Posts
  • Hi Mike,
    perfect, that is the solution for my problem. Thank you very much.

    One additional question: for this slider I want to set links via buttons. Is there a possibility to style the buttons – first of all the font style?
    Thanks again and best regards
    Grobi

    Hi Ismael,
    thanks for your answer.
    I fear that I may have misled you with my bad description (or I don’t quite understand your explanation.).

    I do not mean the background pictures of my full size slider. But I use title-grafics (jpgs) instead of the captions.
    At the end I am looking for a possibility to edit the display-size of those jpgs.
    I want to align my jpgs to the right, but unfortunately the displayed size is to small, and I do not find a way to increase.
    Can you give me hint?

    Thanks and best regards
    Grobi

    in reply to: creating a new social share icon – tiktok #1334569

    Hi Ismael,
    of course – see the credentials below.
    Thanks
    Best regards
    Grobi

    in reply to: Little bar above navigation is not shown on smartphone #1334387

    Hi Yigit,
    thanks for answering on chrismas!!!

    I removed the code, but without an effect. The social share icons are still not dispalyed in the upright position of the smart phone.
    Only in the “landscape”-position – sideways – you can see the icons.

    Can you help?
    best regards
    Grobi

    in reply to: Little bar above navigation is not shown on smartphone #1333944
    This reply has been marked as private.
    in reply to: Links der Social Media Share Icons ändern #1333882

    Mike – perfect! Exactly what I needed!
    Thank you very much.
    Have a nice christmas.
    Grobi

    in reply to: Links der Social Media Share Icons ändern #1333670

    Hi Mike,
    Thank you for answering!!

    Yes, exactly, I wanted to put a call for a popup behind the social share icon and then integrate my original Facebook link into a button in the popup. But that doesn’t seem to work because the share icon has a kind of “standard link” and my popup does not start.
    As you recommended it to me, I’ll try the plugin.
    And keep you informed.

    And then I am sorry, but I was not able to copy and paste some numbers….
    The reply of Ygits post has this code (not the other one I wrote above): #783410
    And the threads name is: “How to edit links of social media buttons?”

    Best regards and if we don’t hear from each other before – many thanks to you and all the guys in that great enfold supporters-team!
    enjoy christmas-days and stay healthy
    Grobi

    in reply to: Styling of post delimiters in two different blogs #1275807

    Sorry, better use this link:

    in reply to: Styling of post delimiters in two different blogs #1275805

    Hi Rkard,
    of course I can drop a screenshot for a better explanation – this imgur-url may help. Hopefully it works:

    <script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>

    I have two columns, one 2/3-page-width and one 1/3. The blog-entries on the left side are displaying the category “Bericht” (report), the blog-entries in the column on the right side are showing the category “Wichtig & Aktuell” (important). In order to be able to visually distinguish both columns better, I have colored the right column background gray. But this styling is not enough. Out of consideration for the visitors to the site, it is important to me that you can see the dividing line between the entries. In my example, the light (almost white) delimiter in the left column can hardly be seen on the white background.
    I would like to style it accordingly – but without automatically changing the dividing lines in the right column (or in the other category).

    If this styling option were available – and further blog elements th change, too – that would be great.
    Best Regards
    Grobi

    in reply to: Styling of post delimiters in two different blogs #1274845

    And submitted later …
    Is it also possible to style the font sizes of text and headings, colors etc. separately for each category / post list?

    thanks
    Grobi

    Hi Rikard,
    of corse…. the wrong targeting!
    It works, thank you very much!

    Best regards,
    Grobi

    Hi Rikard,
    thank you for your super quick answer.
    If I understand you correctly, I can just keep using the span markup. Good for me.

    I don’t understand why the heading doesn’t react when I enter the class in the settings window provided, but I don’t think you need to investigate this further for now.

    Thanks again.
    Best ragards
    Grobi

    in reply to: Google Map in Enfold – welche Abrechnungskategorie? #1270692

    Thank you very much, you can close this thread – if you want! :-)
    Best regards
    Grobi

    in reply to: Theme Options zeigt keine Sidebar mehr an #1245747

    Hi Victoria,
    the supposed plugin works fine. Thank you for helping.
    Best regards
    Grobi

    in reply to: Theme Options zeigt keine Sidebar mehr an #1244897

    Hi Rikard,
    I found the same this morning…
    Can you take a closer look?
    See temporary login credentials below.
    Best regards
    Grobi

    in reply to: Mehrere Color-Sections öfnnen und schließen #1214381

    Dear Mike,
    thank you very much for your efforts.
    I apologize for my late reply but due to a hospital stay I could not answer earlier.

    I will check the ideas you suggest, thank you very much.
    Again thank you very much for your help.

    Best regards
    Grobi

    in reply to: Mehrere Color-Sections öfnnen und schließen #1210410

    Oh, one week ago – big sorry for my late reply!

    Hi Mike!
    Thank you very much, of corse this part of the code was missing. Since I can’t write php-code I was not able to recognize that.

    One last question to this issue:
    after clicking the button to open the section, my site scrolls not exactly to the beginning of the section but about 100 or 110 pixels too far.
    This means, that it is not possible to read a heading or the first lines of a text in the just opened section.

    Unfortunately this effect is shown on the site I build off-line – not on the test-site you can see…
    So, is there a possibility for me – for instance by entering different pixel values ​​- to adjust the gap between the beginning of the section and the position where the scrolling ends?
    That would be perfect!!!

    Best regards – and stay healthy!!
    Grobi

    in reply to: Mehrere Color-Sections öfnnen und schließen #1205842

    Hi Mike,
    sorry for my late reply.
    Thank you very much for editing the script. I replaced the old code with the new “smooth”-script you send, so I got this and uploaded functions.php:

    function add_custom_cs(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(“#hide_company”).hide();
    jQuery(“#hide_technology”).hide();
    jQuery(“#hide_product”).hide();
    jQuery(“#hide_sustainability”).hide();
    jQuery( “.companyschalter” ).click(function() {
    jQuery( “#hide_company” ).scrollTop(100);
    jQuery( “#hide_company” ).toggle();

    });
    jQuery( “.technologyschalter” ).click(function() {
    jQuery( “#hide_technology” ).toggle();
    });
    jQuery( “.productschalter” ).click(function() {
    jQuery( “#hide_product” ).toggle();
    });
    jQuery( “.sustainabilityschalter” ).click(function() {
    jQuery( “#hide_sustainability” ).toggle();
    });
    });

    (function ($) {
    $(“.sustainabilityschalter”).click(function(e) {
    e.preventDefault();
    var elmnt = document.getElementById(“hide_sustainability”);
    setTimeout(function () {
    elmnt.scrollIntoView({ behavior: ‘smooth’, block: ‘start’ });
    }, 1500);
    });
    $(“.productschalter”).click(function(e) {
    e.preventDefault();
    var elmnt = document.getElementById(“hide_product”);
    setTimeout(function () {
    elmnt.scrollIntoView({ behavior: ‘smooth’, block: ‘start’ });
    }, 1500);
    });
    $(“.class-of-button”).click(function(e) {
    e.preventDefault();
    var elmnt = document.getElementById(“ID-of-hidden-section”);
    setTimeout(function () {
    elmnt.scrollIntoView({ behavior: ‘smooth’, block: ‘start’ });
    }, 1500);
    });
    })(jQuery);

    Unfortunately i got this error-message:
    Parse error: syntax error, unexpected end of file in /homepages/10/d85211480/htdocs/subd_foo/wp-content/themes/enfold/functions.php on line 855

    Best regards
    Grobi

    in reply to: Mehrere Color-Sections öfnnen und schließen #1204740

    Hi Mike,
    first of all thank you very much for your help.

    The changes you have made are almost that want I wanted to get. The delay is not my problem at all, but the movement of the page.
    After clicking the button – and delay – the site is “jumping” to the right position, not srolling, what is the normaly style. Thats a pity for me a little bit.
    Is there a chance to adjust this?

    My seccond question is: how do i have to edit the code, when I want to include more “buttons” into the script. Can you give me an example for that?

    Best regards and stay healthy.
    Grobi

    in reply to: Strange scroll behavior with iframe #1204471
    This reply has been marked as private.
    in reply to: Strange scroll behavior with iframe #1204469

    Hey Mike!
    OK, thanks for the extra effort! Since this now works with the #top-addition in the link, I will probably leave it at that.
    1000 thanks for your help – I do not need further assistance for this!
    Best regards
    Grobi

    in reply to: Strange scroll behavior with iframe #1203993

    Hey Mike, nice to hear from you!!
    Thanks for this simple and successful idea. I could have thaught of this… :-)
    Indeed I do not understand, why that happens on the backend as welll.

    But for frontend you solved my problem. Thanks!
    Best regards
    Grobi

    in reply to: Mehrere Color-Sections öfnnen und schließen #1201556

    An addandum:
    The effect I have described relates to the page I am working on offline. On the side accessible to you, Victoria, the effect is slightly different. Here the page remains in place after clicking on the button. But here, too, it would be great if the page would scroll to the coolor section that was just opened.

    Best regards
    Grobi

    in reply to: Mehrere Color-Sections öfnnen und schließen #1201522

    Hi Victoria.
    Thank you very much – now it works.
    I have no idea how that happened. I’m pretty sure that I haven’t saved the script anywhere. But, that seems to be a mistake on my part …

    Victoria, I have one more question to the behaviour of the opened section:
    if you have opened the section, the page scrolls to the head of the section in which the button is located – but unfortunately not to the new content that has just opened.
    Can you adjust that?

    Best regards
    Grobi

    in reply to: Mehrere Color-Sections öfnnen und schließen #1200784
    This reply has been marked as private.
    in reply to: Mehrere Color-Sections öfnnen und schließen #1200783

    Hi Victoria,
    thanks for the code.
    Unfortunately it does not work, I get this error-message:
    “Parse error: syntax error, unexpected ‘?’ in /homepages/10/d85211480/htdocs/subd_foo/wp-content/themes/enfold/functions.php on line 47”

    Watch this screenshot, please: [img]https://i.imgur.com/yusyZYP.png?1[/img]

    To make my website work again, I comment out the code temporarily. I hope that’s OK for you.
    Best regards
    Grobi

    in reply to: Mehrere Color-Sections öfnnen und schließen #1199439
    This reply has been marked as private.
    in reply to: Mehrere Color-Sections öfnnen und schließen #1198888

    Dear Victoria,
    thank you for taking care.

    Unfortunately, the page in question is only offline on my computer, but I have now transferred the content and code for the functions.php to an online site so that I can show it to you.
    You find the address and login credentials below.

    My problem remains the same here: I would have to change Ygits PHP code so that I can hide and open several color sections – even on different pages – which I unfortunately cannot do due to a lack of knowledge of PHP. The first button (with its own ID) opens the desired section perfectly, the remaining sections to be closed remain open – in the absence of code – of course.

    Best regards – and please stay healthy.
    Grobi

    in reply to: Mehrere Color-Sections öfnnen und schließen #1198347

    …unfortunately I am not able to edit php-code…. :-(

    in reply to: Mehrere Color-Sections öfnnen und schließen #1198014

    Hi Victoria,
    can you tell me how?
    I tried to copy the code and filled it up with the next classes and ids, but this does not work.

    I hope you can help me.
    Best regards
    Grobi

Viewing 30 posts - 31 through 60 (of 147 total)