TiBK
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: can’t type in search boxThank you so very much!!! You lead me in the right direction! Glad I’m very comfortable with css. Had no problem getting it to work.
However, I found another plugin that is more up-to-date and will work w/latest WP version 4.8. The one you suggested hasn’t been updated for a year. Here’s the new plug-in:
https://www.ads-software.com/plugins/custom-css-js/Hope that is helpful to know.
Also thanks for the Chrome Developer Tool suggestion. I’ll look into it.
Forum: Fixing WordPress
In reply to: can’t type in search boxThanks! I’ll try it.
Forum: Fixing WordPress
In reply to: can’t type in search boxHi! Sorry about late reply. The new reply notice went into another box (of my Gmail) and I just saw this!
Didn’t think I was s’posed to enter URL address. Something in the instructions that I just read.
Okay here it is:
https://centerschoolpa.org/Forum: Fixing WordPress
In reply to: how to make php file writableSorry for the delay in replying. Got REALLY sidetracked!
I just want to thank you SO MUCH for this. It’s a big help. I’ll try your suggestions!!!!Forum: Fixing WordPress
In reply to: how add social icon to headerYes, my client deals with the agency and for some reason is having hard time getting in touch with the right person. Have been stuck for awhile.
Thanks again.Forum: Fixing WordPress
In reply to: how add social icon to headerThx for quick replies! This is strange. I got alerts in my email to 2 replies. But don’t see the following post in this string. This is it:
yomisimie wrote:
That code is added in the PHP file in the header of the theme. If you don’t know how to edit that, contact someone who does.Here is my reply to both posts:
1-Problem is I didn’t buy the theme. I started working on this site after it was set up by an agency. But I do have access to the theme so I’ll see what I can do.
2-Previously I’ve tried editing the header.php file to change a link. No problem finding where to change the code. But there was no button so that I could update it. I’m trying to find how to get permission to be able to change the php file.BTW Linodes.com is the webhost (set up by the agency). There is no support and no c-Panel nor FTP access.
Forum: Fixing WordPress
In reply to: can't save newly edited php fileI know this is probably very basic but I’m not sure how to:
create a folder in your themes directory to create your own child theme
I went to Appearance –>Themes and only the BeHuman theme is marked “active”. Not sure what to do from there to create the folder.
When I searched how to do this, many said use FTP. The site (I”m working on) was set up by someone else and I can’t seem to access the FTP.
What do you suggest?
Again, here is the website:
https://www.centerschoolpa.orgForum: Fixing WordPress
In reply to: can't save newly edited php fileThank you so much! I’ll try it.
And NO KIDDING it would’ve been nice these links were set up as content to a widget!!
Forum: Fixing WordPress
In reply to: can't save newly edited php fileAlso, If I need to use a child page, how is that done? And how is permission incorporated to edit the file?
Sorry, but I’m very new to WordPress.Forum: Fixing WordPress
In reply to: can't save newly edited php fileooops. sorry about that! Somehow my text mixed in with the code.
So even though all I want to change is a link
(from centerschoolpa.wufoo.com/forms/online-giving TO centerschoolpa.diamondmind…/forms/..etc)
in PHP file, it’s not allowed?here’s the html code again:
<div id="support"><span class="support-button"><a href="https://centerschoolpa.wufoo.com/forms/online-giving/" target="_blank"><img src="https://www.centerschoolpa.org/wp-content/uploads/2014/11/button-support-mission.png" alt="Support the Center School Mission" /></a></span></div>
And the header.php:
<div id="support"><span class="support-button"><a href="https://centerschoolpa.wufoo.com/forms/online-giving/" target="_blank"><img src="https://www.centerschoolpa.org/wp-content/uploads/2014/11/button-support-mission.png" alt="Support the Center School Mission" /></a></span></div>
Forum: Fixing WordPress
In reply to: can't save newly edited php fileThanks! That is a great explanation!
The only thing I want to change is a link.
here is html coding:<div id="support"><span class="support-button"><a href="https://centerschoolpa.wufoo.com/forms/online-giving/" target="_blank"><img src="https://www.centerschoolpa.org/wp-content/uploads/2014/11/button-support-mission.png" alt="Support the Center School Mission" /></a></span></div> basic link change from centerschoolpa.<strong>wufoo.com/forms/online-giving</strong> to "centerschoolpa.<strong>diamondmind.../forms/..</strong>." When looking at wordpress I only found it in header.php. Am I looking in the wrong place? Also I'm very unfamiliar with child page. How is that done? And I'll be able to change the coding for the link? thx so much!!!!
Forum: Fixing WordPress
In reply to: change sidebar menu linkooops. Ignore the last webpg address I just gave you.
Below is correct:
https://www.centerschoolpa.org/admissions/how-to-apply/Forum: Fixing WordPress
In reply to: change sidebar menu linkThanks. I did check it out.
But problem is there are different left sidebars for diff. pgs. On widgets pg I found only 1 left sidebar with no text in it. So where would the text be?
https://www.centerschoolpa.orgWould below help? Here is the html coding:
<div id="block_first" class="sidebar span3 content_sidebar sidebar"> <div class="widget widget_text"> <div class="textwidget"> <ul id="leftnav"> <li><a href="/admissions/why-center-school/" id="whycs">WHY CENTER SCHOOL</a></li> <li>TUITION AND FINANCIAL AID</li> <li>INQUIRY FORM</li> <li><a href="<strong>https://centerschoolpa.wufoo.com/forms/application-form/" id="application</strong>">ONLINE APPLICATION FORM</a></li> <li>OPEN HOUSE</li> </ul> </div> </div> </div>
Forum: Fixing WordPress
In reply to: upload date affect logo change?Well, I went to BeHuman theme and found where to change the logo. However the logo looks squashed for some reason.
Forum: Fixing WordPress
In reply to: upload date affect logo change?Well, found out the upload date is imp’t! I deleted the old logo that had same name as my new logo.
AND NOW on website a default logo appears from CrunchPress BeHuman!!!
How do I retrieve the old logo w/upload date 2014/06?
OR how do I fix it so the new logo appears using BeHuman?I’m using www.ads-software.com version 4.1.6.
Please help ASAP! My client will have a fit! Many thanks!