Wondering if anyone can help? I have this php query that I need to change to be able to layout the images in a set way. I’m trying to get this script – @if($root_images) <div class="navFooter"> @foreach($root_images as $root_image) <img class="mega-menu-dropdown-image lazyload" src="{{ $root_image->getUrl() }}" alt="{{ $root_image->alt_text }}"/> @endforeach </div> @endif Into a working version ..
Category : frontend
I have 2 submit buttons, one for submitting the form and the other for cancelling the submission and redirecting. When clicking the Cancel submit button, it doesn’t simply cancel and go back to the processing PHP script. It requires the required fields to be filled for the cancel button to work. I don’t understand what ..
I have a data base composed of temperature records in the past 100 years in one region. For the front-end I have built a web GIS based on HTML, CSS, and JavaScript and for the back-end I have a PHP and data are stored in the postgresql. Now I want to filter data to plot ..
What is the best way to go about creating a navbar with HTML and CSS that is global to all pages and automatically highlights the active page? I’m using PHP and Symfony’s templating engine, twig. I was thinking I could create a navigation.json that the router could read from and then send to the template ..
I’m working on a website and hit my head with some basic display problem. I want to use a php variable that holds a value from the database which represents the src attribute of an img tag. I do this in 2 different places, once in the navbar (where it works perfectly fine) and once ..
I want to make a website just like redbubble.com that can implement a design into different products (such as T-Shirts, mugs and etc). So in this way, the users can see how the design will look in those products and choose between them. Now the question is, how can I make this thing possible with ..
Hi Everyone: This is my code and I want on click on icon, sql query run. but the Tip of here is that until you do not refresh the page sql query dosen’t apply. it should update the bell number when sql query run, but this isn’t happen until you refresh the page after click ..
I’ve 2 files let’s say file1.php & file2.php I’ve my bootstrap modal in file1.php my question is , is there any way I can invoke the same modal in file1.php at file2.php ? the purpose of this modal is to submit the same form , possibility from both files 1 & 2 or more I ..
How can I add Search work to the search box of my website so that the search box starts working ? I am looking to do this in php , jquery or javascript My attempts const menuBtn = document.querySelector(“.menu-icon span”); const searchBtn = document.querySelector(“.search-icon”); const cancelBtn = document.querySelector(“.cancel-icon”); const items = document.querySelector(“.nav-items”); const form = ..
Can we add elementor like visual web design tool which is free on a website build using php? Editing like we do on wordpress or squarespace but from websites own seperate admin panel. Sourc..