timmydeleu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Problem on IE with the date loading on a booking formI was able to solve it myself by adding this to the head instead
<script type=”text/javascript”>
window.onload = start;
</script>This is RESOLVED
Forum: Themes and Templates
In reply to: Problem on IE with the date loading on a booking formSorry here is a click able link
https://www.kohkoodguide.comForum: Themes and Templates
In reply to: Completely Different Home Page From the Rest of the Websitenobody?
Forum: Themes and Templates
In reply to: Completely Different Home Page From the Rest of the WebsiteHere is the link to the website I’m working on https://www.kohkoodguide.com/
Forum: Themes and Templates
In reply to: Different slider on each page. IF functionGod it this was the correct code
<?php if (is_page(‘6’) AND function_exists(‘premium_slider_center’)) { premium_slider_center(4); }; ?>
<?php if (is_page(’79’) AND function_exists(‘premium_slider_center’)) { premium_slider_center(5); }; ?>Forum: Themes and Templates
In reply to: Different slider on each page. IF functionI just found something that almost works
<?php if (is_page(‘6’) AND function_exists(‘premium_slider_center’)) { premium_slider_center(4); }; ?>
<?php if (is_page(’79’) AND function_exists(‘premium_slider_center’)) { premium_slider_center(3); }; ?>https://www.kohkoodguide.com/facilities/
The problem is it splits the sliders up on the second page.
Forum: Themes and Templates
In reply to: Different Header on each pageI checked out the information you gave me but I wasn’t able to make it work. I added this code to header.php
if(is_page(‘6’)){echo ‘<?php if (function_exists(‘premium_slider_center’)){ premium_slider_center(4); }; ?>’;}
if(is_page(’79’)){echo ‘<?php if (function_exists(‘premium_slider_center’)){ premium_slider_center(3); }; ?>’;}The slider is not showing correctly and it starys the same when I go to the other page.
My bad, I do have robots.txt but I can’t seem to find it anywhere in my folders with filezilla?
I just found out I don’t have a robots txt. Don’t the plugin create this file??
Forum: Plugins
In reply to: [Plugin: Contact Form 7 Calendar] Not workingSollution for me div.calendar { position: relative; z-index: 2; }
in your plugins/cf7-calendar/themes/calendar-aqua.css (or the calendar you are using)
Forum: Plugins
In reply to: [Plugin: Contact Form 7 Calendar] Not workingI just found out it’s because of the template. I wish I new what it was so I could fix it. I really need a calender.
Forum: Plugins
In reply to: [Plugin: Contact Form 7 Calendar] Not workingnone know what could be causing this?
Forum: Fixing WordPress
In reply to: Strange redirect to old deleted pageThe problem is caused by the plugin redirecting.
Sollution:
go to tools==>redirection===>groups===>edit group next to modified posts===>disable
Forum: Fixing WordPress
In reply to: or dissapeare when editing, cannot create spaceThanks Mark but I found just what I needed on this website
Adding this blow text will add space. <br style=”height:4em” />
Forum: Fixing WordPress
In reply to: Question about tag and 'Never mind, I guess it’s just me lol… I see some weird code but wordpress always changes it so it will be ok