Display specific html tag on specific pages Programming Web Development by ianhaneybs I want to display different html tags on the php page they are visiting, for example on the homepage and the computer shop basildon page I want the html tag `<section class="testimonal-two pt-0">` and on all other pages I want the code `<section class="testimonal-two">` Below is the code I have so far and it works… Re: Display specific html tag on specific pages Programming Web Development by ianhaneybs Just got it working with the following code <?php $currentpage = $_SERVER['REQUEST_URI']; if($currentpage=="/" || $currentpage=="/index.php" || $currentpage=="/index" || $currentpage=="" || $currentpage=="/computer-shop-basildon.php" || $currentpage=="/… Re: Display specific html tag on specific pages Programming Web Development by Dani Glad you got it figured out. Here is a cleaner way of presenting the above code so it doesn't look so messy: <?php // Retrieve the current page $currentpage = $_SERVER['REQUEST_URI']; // Most pages have this CSS class $class = 'testimonial-two'; // Array of pages $array = array( '/',… Re: Display specific html tag on specific pages Programming Web Development by ianhaneybs Thank you so much for the code Dani, that does look a lot cleaner and better than what I have Re: Do email clients respect CSP? Programming Web Development by Dani I'm also realizing that my question is specific to CORS, not CSP, but I can make the presumption (or shall I never assume?) that they are both either supported or not supported. Re: Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by aishamushtaq …, it might be beneficial to provide more details about the specific steps you've taken so far to troubleshoot the issue… Re: Which programming language is best Ludo game development? Programming Game Development by kishanrg …" programming language for Ludo game development depends on your specific requirements, target platforms, and your proficiency with the language. It… Question Answering with YouTube Videos Using RAG in LangChain Programming Computer Science by usmanmalik57 …. 3. Renting bikes and riding around the city with no specific destination. ``` ## A Command Line YouTube Question Answering Chatbot Now that… Re: Is digital marketing effective for your business? Digital Media by Bunker Yes, digital marketing is effective for businesses. It helps reach more customers online, boosts brand awareness, and increases sales. Through platforms like social media, email, and websites, businesses can target specific audiences, track results, and adjust strategies for better outcomes. Re: Which programming language is best Ludo game development? Programming Game Development by polles i would choose JavaScript Re: Which programming language is best Ludo game development? Programming Game Development by m2host I will choose Python or JavaScript Re: The Application of Greedy Algorithm in Computer Monitoring Software Hardware and Software by Dani > Maybe the tag system changed but in the past I could create a new tag if there wasn't one. Only non-newbie members can do that. Please visit our [tagging guidelines](https://www.daniweb.com/welcome/tagging). How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by A_957 … model name from an environment variable or default to a specific model model = GPT4All('nous-hermes-llama2-13b.Q4_0.gguf') logging… Paris Olympics Ticket Information Chatbot with Memory Using LangChain Programming Computer Science by usmanmalik57 … ticket?" generate_response(query) ``` **Output:** ``` The context does not provide specific information on the category of the ticket. ``` The time model… i need to transform specific code for mltiplr classes to GUI Programming Software Development by JILA if i provide you with my project OOP java can you transform him for me to GUI Re: Improve HAVING BY performance Programming Databases by Reverend Jim …, I also assumed that if he could have been more specific he would have been. That would have required more info… on your specific situation. May I suggest that next time, you post your… Re: What is most effective social media platform for paid campaign? Digital Media Digital Marketing by mathanm The best platform for your paid campaigns will depend on your specific goals and target audience. It's recommended to conduct research or test campaigns on multiple platforms to determine which one yields the best results for your business. Re: How to get organic traffic in a website? Digital Media Digital Marketing Search Engine Strategies by brandlyglobal … profile. Are they of high quality and pertinent to your specific industry? Focus on building natural backlinks through guest blogging, collaborations… Re: What is most effective social media platform for paid campaign? Digital Media Digital Marketing by Deftsoft … base and robust targeting options, Facebook allows you to reach specific demographics, interests, and behaviors with precision. Plus, its advanced analytics… Re: How many users return to your site? Digital Media Digital Marketing by Dani It really depends on the specific niche of the website. However, from my perspective (and this … Re: How to disable the automatic swipe effect on the product page? Programming Web Development by kimnancy I recommend checking the lightgallery documentation or reaching out to their support forum for assistance with disabling the automatic swipe effect on your product page. It might provide you with specific guidance on the code modification you're looking for. Re: Hi everyone, I'm ដំណើរ Community Center Say Hello! by Reverend Jim Can you be a little more specific as to the nature of your problem? Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Dani … figure out which code block has to do with the specific product page, and disable autoplay in that section. When I… Re: Installing programs from Github Programming Software Development by Reverend Jim … wxwidgets which is a library of controls that are OS specific. No matter what platform you are running on, controls rendered… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … read somewhere a while back that if you select any specific region, bloatware for that region gets installed, but if you… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by AndyBeohar … and branding, but the impact may vary depending on your specific circumstances. It's generally considered a good practice for long… Re: Improve HAVING BY performance Programming Databases by Biiim … save time and memory usage, the PHP query uses a specific ID so the rows are cut down to very few… Re: How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by rproffitt Python shouldn't create such an error. Reference https://www.reddit.com/r/learnpython/comments/kv83hc/error_code_exception_access_violation_writing_0x0/ I can't duplicate your issue but if this was mine I'd place a logging command in my python script at each step so I could nail down which line of code threw the error. Tutorial on that at … Re: How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by Dani I don't have any python experience, sadly, but I am super awesome at jQuery. Once you solve this server-side problem at hand, if you find yourself with the jQ side of things not working, please don't hesitate to post. Re: SiteShow -- Create a slideshow of web pages Programming Web Development by PROSYS_1 wow.. its working fine... very useful for me to complete my task.. thanks