Forum replies created
Hi,
I have set WP_DEBUG to true and I am not able to see any PHP notice on my test site.
Are you using the latest version? 2.5.1
Another possibility…
Please check your Theme Options. Go through all settings that uses a “select dropdown”, see that they have a selection. If it’s blank, it will cause error.
Thank you
Hi,
Please provide URL to your website that shows your accordion.
Please also provide a text copy of your content, paste it in http://pastie.org/
and provide me the URL.
I need these information to replicate on my localhost.
Will report if it’s confirm a bug.
Thank you
Hi,
Sorry that’s not possible.
Sidebar can only exist within the “boxed” layout.
Thank you.
Hi Donna,
Thank you very much!
You are welcome! 🙂
Best Regards,
Denzel
Hi,
Please describe your problem.
If it’s a bug, I will get my employer to fix it.
If it’s something that can be resolved easily, I will provide the codes for it.
If it’s a feature that you require but does not exist, you will have to hire a developer to create it for you.
For your information, Please do not use uppercase for your whole sentence, it means shouting and it’s rude.
I will not answer your question, if you continue to use all uppercase sentence.
Thank you.
Hi,
You can use the following codes in your Theme Options -> Custom CSS
to give the content box title a fixed height. The buttons will be on the same level.
.home-content-boxes h2 {
height: 80px !important;
}

Thank you
Hi,
The wrapper width is 1000px.
You can use the following codes to increase it.
#wrapper {
width: 1200px !important;
}
adjust the width px according to your preference.
Thank you
Hi,
The setting is in Theme Options -> Portfolio -> Number of Portfolio Items Per Page
Thank you
Hi,
Use the following codes to remove the menu item background color and hover background color.
.current-menu-item a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
#nav ul li a:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
Thank you
Hi,
I did not call you incompetent, I suggest you to hire a competent developer.
I have edited my previous reply, since it upsets you.
As for the following
* WARNING: This file is part of the T4P Core Framework.
* Do not edit the core files.
* Add any modifications necessary under a child theme.
I suggest you to modify the function file, because I think it’s easier for you.
If you want to do the correct way. You can copy the footer.php template into your child theme. In your child theme functions.php, write your own class or function to produce the social icons ( You can copy from the original class, rename it and modify it’s content ), then edit footer.php to call your class or function.
Sorry, that’s all the information I can provide for this issue.
Thank you.