chisler
Forum Replies Created
-
thanks for the pointer, I just noticed I had that issue but it is all resolved now.
Shay
Forum: Plugins
In reply to: [Easy Table] [Plugin: Easy Table] colspan seems problematicTry this:
[table] Empire Name, Founded In Banking Domain [attr colspan="2"] Royal Bank Of Scotland,1727 UBS,1854 [/table]
Forum: Themes and Templates
In reply to: menu background color not showing correctlyI’m not an expert but it looks like the parent theme styles are setting the background-color:
#navigation ul a:hover, #navigation ul .current-page-item, #navigation ul .current-menu-parent, #navigation ul .current-menu-item { background: none repeat scroll 0 0 #666666; }
in
https://annmariedavis.com/wp-content/themes/portfolio-press/style.css
Forum: Themes and Templates
In reply to: menu background color not showing correctlycan you post a link to your site? Tx.
Forum: Themes and Templates
In reply to: Remove searchboxMuch better idea, thanks Christi. Ligefrem, follow Christi’s advice, make your changes in a child theme so you dont lose anything if you upgrade your theme.
Sorry, no idea what that theme is doing. I found the above using firebug, looks like there is a version of styles.css that has the colors set in it:
https://extremeearth.net/wp-content/uploads/constructor/cache/style.css
Forum: Themes and Templates
In reply to: Remove searchboxyou need to remove the div from the navigation section (probably in header.php). Search for
<div id="search">
and remove (maybe comment out first just to make sure) everything up and including the closing</div>
after the</form>
tag.Hope this helps.
Forum: Themes and Templates
In reply to: Swift theme – can't get tables to show whiteyour table colo(u)rs are set in style.css:
it’s in style.css lines 289-292:
#menu .current_page_item a, #menu .current-cat a{ color:#ffffff }
you have the color on
#menu .current_page_item a
set to white – so the current item in the menu will have white text.Forum: Themes and Templates
In reply to: Uploaded Images to FTP Not Appearing in ThemeNo problem. Glad you got it resolved.
Forum: Themes and Templates
In reply to: Uploaded Images to FTP Not Appearing in ThemeLooks like you are missing
/wp
from the path to your images.e.g.: https://www.theacklesonline.org/wp-content/themes/v1ackles/images/header1.png
should read: https://www.theacklesonline.org/wp/wp-content/themes/v1ackles/images/header1.png
Forum: Themes and Templates
In reply to: Bold Tags not workingI dont think its in the stylesheet. I think its a wordpress function in your page.php in the theme folder. Does it use the get_the_content() function?
Take a look at this
Hope this helps
Forum: Themes and Templates
In reply to: Bold Tags not workingI had a similar issue a while back but can’t remember the exact resolution. From what I remember the theme is stripping the tags out of the page – something to do with get_the_content() only displaying the actual text and not the formatting tags within it. I may be wrong.
What theme are you using, cant you share a link?
Forum: Themes and Templates
In reply to: remove link in footerLooks like you have removed the anchor from this:
<mailto:[email protected]> [email protected] / +44 (0) 7874 860 560 </mailto:[email protected]>
if you need more help mail me at [signature link moderated]