vbpartners
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How/where to change the navigation?I know, that’s why I hadn’t thought of looking in there! Never saw it this way, but oh well, atleast i know where it is now and can change it ??
Thanks for your help ??
Forum: Fixing WordPress
In reply to: How/where to change the navigation?I found it! They created individual page templates and placed the navigational coding in each page template… i hadn’t seen it done that way before…
anyways, guess the mystery is solved… thanks for your time though!!
really appreciate it ??
Forum: Fixing WordPress
In reply to: How/where to change the navigation?right.. they had created a child theme from twenty eleven.
Forum: Fixing WordPress
In reply to: How/where to change the navigation?no, i didn’t change anything in the header.php, but i wasn’t the original creator of the site.
I went into the header.php to make sure and yes, what i pasted was all of the coding in there.
Forum: Fixing WordPress
In reply to: How/where to change the navigation?@steven
Where else would it be? maybe the function.php file? I can try that one…
https://pastebin.com/embed_js.php?i=90uZ1iF9@govpatel
What do you mean the menu from theme locations? do you mean Appearance>Menus? if yes, i did try that but it didnt work.Forum: Fixing WordPress
In reply to: How/where to change the navigation?Yes, i went it and set it up that way (which is what I normally do) but it would not reflect the changes that i made in appearance>menus….
totally lost…
Forum: Fixing WordPress
In reply to: How/where to change the navigation?Sure, thanks!
Forum: Fixing WordPress
In reply to: Exporting wp posts to html siteIf you did it that way, grabbing the rss feeds into their html page, is it possible to match the fonts to their existing site?
Forum: Fixing WordPress
In reply to: Table background – how to change colorthis is the HTML I have for the table:
`<table width=”100%” border=”0″>
<tbody>
<tr>
<td valign=”top” bgcolor=”#FFFFFF”><img src=”https://hsicom.net/new/wp-content/uploads/2012/05/contact.jpg” alt=”” width=”200″ height=”360″ border=”0″ /></td>
<td valign=”top” bgcolor=”#FFFFFF”>[contact-form-7 id=”126″ title=”Contact page”]</td>
<td valign=”top” bgcolor=”#FFFFFF”><img src=”https://hsicom.net/new/wp-content/uploads/2012/05/applynow1.jpg” alt=”” width=”150″ height=”49″ border=”0″ /></td>
</tr>
</tbody>
</table>Forum: Fixing WordPress
In reply to: Table background – how to change colorI have it and use it.
I found where the place is to change it – options/content-white.css line 15.
However, i have changed it from #f1f1f1 to the #ffffff that i want and it still doesn’t change it on the website.
that’s where i’m confused… can’t find if there’s something overwriting that code or what….
still looking for ideas of where to look…
thanks
Forum: Fixing WordPress
In reply to: Footer image is missingok…makes sense… where would this be?
Forum: Fixing WordPress
In reply to: Footer image is missingI had actually tried that and it didn’t work. I have it now as an absolute link again, but still no luck….
any other ideas?
thanks for your help, appreciate it ??
Forum: Fixing WordPress
In reply to: Footer image is missingI changed the directory within the CSS as indicated above, but the footer image is still not displaying. I’ve verified that it is in the folder too.
Any other ideas or suggestions?
Thank, appreciate your help ??
Forum: Fixing WordPress
In reply to: How to redirect a https://domain.com/index.htm fileI was able to find the fix online. In case someone else needs it:
add the following to the top of your .htaccess file (after the #BEGIN WordPress line):
RewriteCond %{THE_REQUEST} ^.*/index.html
RewriteRule ^(.*)index.htm$ https://www.yourdomain.com/$1 [R=301,L]Forum: Fixing WordPress
In reply to: Changing font color in nav/menuthanks for the idea…. it didnt work but it did get me to look in another area and i found it… it was adding:
.green-color-theme .sf-menu li a { color: #4c5b05; }
thanks to you both for helping ??