laszlo_oe profile

Home Forums laszlo_oe

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 25 total)
  • Author
  • laszlo_oe
    Participant

    Thank you for the prompt follow up and for the confirmation.

     

    Please let me know once the fix is available. End of this month we will have another opportunity to update the site.

     

    I also wanted to ask your help to provide an explanation what needed to be changed to fix this for our future reference.

     

    Thank you for your help.

    laszlo_oe
    Participant

    Hi,

     

    Finally I was able to go through updating the site to the latest version of Jevelin theme. I went from version 2.6.3 to 2.7.3 and now I see a different failure mode, but still related to having a page with /blog or /blog2 url.

     

    When using the /blog url, then the Blog Posts element is rendered with its shortcode. => see attached screenshot.

     

    Currently I am using the workaround that you suggested above: renaming the theme file name from page-blog.php to page-blog2.php, but this is not a good approach as this is a change in the main theme directory and that will be overwritten by any future updates.

     

    Can you please help to confirm this behavior on your end to see if I am missing anything on my end?

     

    Thank you.

    Attachments:
    You must be logged in to view attached files.

    laszlo_oe
    Participant

    Thank you for the confirmation. It is always a good step forward if you can successfully reproduce a concern item.

    laszlo_oe
    Participant

    Hi,

    Thank you for the prompt reply, but I think you misunderstood the concern here. Please see this video I just uploaded to Youtube showing the concern: https://youtu.be/xkFm6etljfk

    Please let me know in case further explanation is necessary.

    laszlo_oe
    Participant

    FYI, for now fixed by making the following changes:

     

    Change display: inline-block for:
    .sh-social-share-networks {
    display: none;
    height: 0;
    }

    Add display: inline-block for .sh-social-share-networks-active

    laszlo_oe
    Participant

    Hi,

     

    Thank you for the follow up. The client in the meantime decided to eliminate that page, so we got rid of all paths leading to that page. So I won’t be able to provide you a link this time.

     

    For future reference: what is the nature of your intended fix? Some custom CSS to hide the content or code change?

    laszlo_oe
    Participant

    I see. I look forward to see it in future updates.

    laszlo_oe
    Participant

    For future reference, finally I was able to get this working with some jQuery, triggering scrollTop on DOMNodeInserted event.

     

    On a second thought: I am not sure why this weird behavior was there in the first place as the page was using a form built with shufflehoud form element on a page built with shufflehound page builder. Are you able to see the behavior on your setup?

    laszlo_oe
    Participant

    Fair enough. Thank you. 🙂

    laszlo_oe
    Participant

    Thank you for the feedback. At least I know I didn’t miss anything obvious… 🙂

    laszlo_oe
    Participant

    Hi,

     

    Thank you for the feedback. Let me repost the same question, but a different way, I wasn’t very clear first: is it considered to be added to future theme releases?

     

    Thank you and sorry for the confusion.

    laszlo_oe
    Participant

    Hi, Thank you for the prompt follow up. I see the CSS code adding the margin on top of the message, but the only thing it does is have the giant object hidden at the top. In other words, the message is still not visible upon form submission and if I scroll up, now I have a giant empty space above the confirmation message.

     

    I am using the latest version of the Chrome browser.

     

    Do you have any other suggestions?

    laszlo_oe
    Participant

    Hi @juanclozad4,

     

    Just out of curiosity, what issue do you see?  I am using MAMP (https://www.mamp.info/en/) as local environment and so far it has been working great.

    laszlo_oe
    Participant

    A quick update: I think there is an error in the widget PHP code. To link up the widget.php file, the class-widget-contacts.php builds up $filepath using the get_template_directory() function.

    line 23 of the class-widget-contacts.php:
    $filepath = get_template_directory() . ‘/inc/widgets/contacts/views/widget.php’;
    Based on WordPress documentation get_template_directory() will provide path to the main theme’s folder even if a child theme is used.

    Relying on the get_stylesheet_directory() function instead will correct $filepath and the widget.php that is located within the Child theme will be properly included.

    line 23 of the class-widget-contacts.php that works with child theme:
    $filepath = get_stylesheet_directory() . ‘/inc/widgets/contacts/views/widget.php’;
    Wordpress documentation reference:
    https://developer.wordpress.org/reference/functions/get_template_directory/
    https://developer.wordpress.org/reference/functions/get_stylesheet_directory/

    Attachments:
    You must be logged in to view attached files.

    laszlo_oe
    Participant

    I was just going to report the same issue. I think the issue got introduced after I upgraded to WordPress 4.9.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Color picker Broken

    laszlo_oe
    Participant

    Solution for this topic

    Hi,

     

    We made some changes/improvements and so far we are not able to reproduce it any longer. Here are the change that helped the situation:

    #wrapper, .fw-row {
    background-color: <COLOR CODE>;
    }
    So for now we can close this ticket. We will open a new one if the issue is still around.

     

     

    Laszlo

    laszlo_oe
    Participant

    Thank you for the prompt follow up. I think for now we are covered, but it would be good to fix it in the next release.

     

    Thank you for your help.

    laszlo_oe
    Participant

    Yes, it is working. I was missing the option to be able to make changes, until I realized that it is not available in the Dashboard page view, but when I pull up the page in admin mode, Yellow Pencil is available up on the admin bar at the top of the screen. Thank you for the confirmation and sorry for the confusion.

    laszlo_oe
    Participant

    It worked, thank you for your help!

    laszlo_oe
    Participant

    Hi,

     

    I a sorry for the confusion. Updated the demo site and that removed this page. Can you please try again?

    http://crunchtechnologiesdemo.onlinexperience.com/check-form-styling/

     

    Thank you.

     

     

    Laszlo

Viewing 20 posts - 1 through 20 (of 25 total)