sasa2209
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: post type templateAlso I have a custom post type with the template assigned and the post has a list of specifications but not completed. At the bottom of the post should be a link for more detailed specification list with another template assigned. Does anybody know how can I do this? I hope I am clear about my problem.
Thanks
Forum: Fixing WordPress
In reply to: Nextgen Gallery uploading problemI am geting EXCEED MEMORY LIMIT require 54.32 MByte error message. How can I fix this?
Forum: Fixing WordPress
In reply to: Blank screenThanks but I have solved it. The problem was in the footer.
Forum: Fixing WordPress
In reply to: CSS problemForgot to say that the problem appears between menu div and the image_rotator div.
Thanks
Forum: Fixing WordPress
In reply to: class inside of phpI don’t seem to get it. I have done some changes but still title on a Home page appears as a <h2>:
<div id="page" <?php if (is_page('Home')) { echo "style=\"width:295px; float: right; background-color: #012530;\""; } else if (is_page('Offers')) { echo "style=\"width:677px;\""; } else if (is_page('Guest Book')) { echo "style=\"width:980px;\""; } else { echo""; } ?>><h4><?php if (is_page('Home')) { echo "Minty's News"; } ?></h4><h2><?php if (is_page('Contact')) { echo "Contact - Tel: +44(0)203 2397692 Mob: +44(0)7989 194003 email: [email protected]"; } else if (is_page('Guest Book')) { echo "How was it for you?"; } ?></h2>
How do I solve this? Or could someone do it for me please?
Thanks
Forum: Fixing WordPress
In reply to: DownloadIt is not problem form me but for my customer is, and also it is meant to be inside of the sidebar. so it needs to be a widget. But thanks anyway
Forum: Fixing WordPress
In reply to: cformsNeed to reset the form plugin and then style the forms again.
Forum: Fixing WordPress
In reply to: cformsSolved it!
Forum: Fixing WordPress
In reply to: dynamic sidebarStill not working.
Forum: Fixing WordPress
In reply to: dynamic sidebarHere is the code:
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(sidebar_onama) ) : ?>.Forum: Fixing WordPress
In reply to: NextGen GalleryMy site is on my local machine.
Forum: Fixing WordPress
In reply to: Link problemsStill it is showing syntax error. Here is the complete sidebar code.
The thing I am trying to do is to show sometnig in a sidebar, but to exclude it on a another page when sidebar shows.<?php /** * @package WordPress * @subpackage Default_Theme */ ?> <div id="sidebar" style="text-align:center;"> <?php if (is_page('Home')) { echo " <h3 style=\"text-align:center;\">Minty’s News</h3> <table style=\"width: 100%; text-align:left;\"> <tr> <td style=\"text-align:left\">Wine</td> <td> </td> <td style=\"text-align:right\">€35 </td> </tr> <tr> <td>Canoeing</td> <td> </td> <td style=\"text-align:right\">from €35 </td> </tr> <tr> <td>Hiking</td> <td> </td> <td style=\"text-align:right\">€25 </td> </tr> <tr> <td>Horse trekking </td> <td> </td> <td style=\"text-align:right\">from €50 </td> </tr> <tr> <td></td> </tr> </table> <br /> <ul> <li>Contact us:</li> <li>tel: +44(0)203 2397692</li> <li>tel: +385(0)42 729 191</li> <li>mob: +44(0)7989 194003 </li> <li>email: [email protected]</li> <li><a href="https://www.mintyschoice.com/guest-book/">Guest Book</a></li> </ul>"; } else if (is_page('offers')) { echo" <iframe style=\"padding-top:10px;\" width=\"245\" height=\"245\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps/ms?ie=UTF8&hl=en&oe=UTF8&msa=0&msid=107457885445854407904.000477c1b9a32c3245774&ll=45.328979,15.79834&spn=2.317136,3.295898&z=7&output=embed\" style=\"border:solid 3px #4CAB00;\"></iframe><br /><small>View <a href=\"https://maps.google.com/maps/ms?ie=UTF8&hl=en&oe=UTF8&msa=0&msid=107457885445854407904.000477c1b9a32c3245774&ll=45.328979,15.79834&spn=2.317136,3.295898&z=7&source=embed\" style=\"color:#0000FF;text-align:left\">Minty's Choice</a> in a larger map</small>"; } ?> </div>
Forum: Fixing WordPress
In reply to: Link problemsI have pasted it
Forum: Fixing WordPress
In reply to: sidebarRight now, there is only one section inside of each page that can be edited (changing text, images or else) through admin panel/pages/edit.
My customer wants me to make a sidebar the same way.
Right now it is hardcoded and the content of the sidebar is the same on each page.
He wants a different sidebar content on each page, but he wants to change it by him self, through page edit in admin panel, not through the theme editor or css.Forum: Fixing WordPress
In reply to: sidebarHe can