Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

Okay
  Public Ticket #3530301
Photos on Recycle WP website
Closed

Comments

  •  4
    benvalmont started the conversation

    Hi I am trying to upload a photo as bio in the Team plugins, when photo upload it becomes doouble.

    Check the link to understand what I am trying to say :D

    https://benjaminv27.sg-host.com/team-member/natalie-edmond/

  •  4
    benvalmont replied

    Hi Anybody here ?

  •  532
    OrionThemes replied

    Hi,

    The extra image on your WordPress site is not caused by the theme, but by a plugin you're using to optimize your site. This plugin is showing the second image after the page has already loaded, using a method called JavaScript lazy loading.

    I'm not sure about your specific setup, but I've seen similar issues when two plugins try to optimize in the same way.

    To figure out which plugin is causing this, try turning off your caching plugins one by one. Once you find the right plugin, you should adjust its settings. Look for an option to disable lazy loading, or switch to a different type called native lazy loading.

    The solution depends on how you've set up your caching or optimization plugin. Adjust these settings correctly and it should fix the issue. Let me know how it works out.

    Kind regards,

    Andrej



    1873144894.png

      

    1762763959.png
  •  4
    benvalmont replied

    Thank You Andrej

    I will try this out and revert back.

    Kind regards

  •  4
    benvalmont replied

    Yup you are right Andrej, speed optimizer is the culprit, everything works out fine now.

    thanks again, Have a great day ahead.

    Kind regards

  •  532
    OrionThemes replied

    Thank you for your feedback. I am glad the issue is resolved.

    Kind regards,

    Andrej

  •   benvalmont replied privately
  •  532
    OrionThemes replied

    The easiest way to manipulate the order is by adjusting the "published" dates of the posts for each team member, where the CEO is the newest (or oldest) post. After that "order" the members by date in the widget.

    3391363822.png

    8340287656.png

    I hope this helps.

  •   benvalmont replied privately
  •   benvalmont replied privately
  •   OrionThemes replied privately
  •  4
    benvalmont replied

    Thank you for that, have a good week ahead.

    Regards

  •  4
    benvalmont replied

    Hi me again, I dont know if im asking too much, but I want to know how to increase the sub menu width, and is there a way I can insert a menu near the Search bar on the left.

    Kind regards

  •  532
    OrionThemes replied

    Hi,

    I logged into your site and added the top bar menu to the top bar. You can edit it in Appearance -> Menus.

    6877037332.png

    The content of the top bar and header can be edited in Appearance - Widgets.


    There is no Theme option for the submenu width, but it can be changed with a bit of CSS. Here is an example, you can copy to Theme Options -> Custom CSS:

    @media (min-width: 992px) {
        .nav-menu li>ul.sub-menu {
            min-width: 300px;
            width: 300px;
        }
    }

    Adjust the min/width and width as needed.

    Kind regards,

    Andrej

  •  4
    benvalmont replied

    Thank you Andrej, really appreciate it.

    Kind regards