OldSoftware
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: media looking for /wp-content/uploadsMy ISP did a data base dump and found that the file name was repeated many times. This file was deleted from the media library long ago.
The ISP also said that the referer is Google
Forum: Themes and Templates
In reply to: [Sydney] Turn on unordered list bulletsThe un-ordered list does not indent the wrapped line. Any thoughts?
Forum: Themes and Templates
In reply to: [Sydney] mobile head space too bigWOW! Quick response. Thanks!
This got rid of the bottom padding but there is still a fair amount on the top. I changed your code to:
/* Mobile menu testing */
@media only screen and (max-width: 991px) {
.site-header .col-md-4 {
display: none !important; }.site-header.fixed {
padding: 0 0 0 0px !important;
}
}Any way to get rid of the top pad?
Forum: Themes and Templates
In reply to: [Sydney] Turn on unordered list bulletsI’m using Page Builder because that was the way I started before I installed Sydney.
J
Forum: Themes and Templates
In reply to: [Sydney] Turn on unordered list bulletsCould you further explain this?
Interesting. You are using a widget in the middle of your content area,
Forum: Themes and Templates
In reply to: [Sydney] Turn on unordered list bulletsFIXED!!
Forum: Themes and Templates
In reply to: [Sydney] Turn on unordered list bulletsForum: Themes and Templates
In reply to: [Sydney] Font-weight of header titleit is resolved for me.
Forum: Themes and Templates
In reply to: [Sydney] Menu names in colored blocksI had to add a plugin to get the menu to float.
The code to “box” the menu worked on the complete menu string. I was thinking of blocking each menu item individually. Is there away?
Forum: Themes and Templates
In reply to: [Sydney] non-home page menu is not stickyI couldn’t figure it out with this theme so I installed a plugin, myStickymenu Settings; Set the Sticky class to .site-header, changed the make visible scroll from 320 to 120 and all is well.
Forum: Themes and Templates
In reply to: [Sydney] Menu names in colored blocksIn customize, header type:
If I
select the header type for all pages except the front page as image
the floating header works. If I
select Site header type no header only
menu, it does not work.
new.bluegrassusa.net This front page works just fine.
This page, https://new.bluegrassusa.net/clubs-jams/ only floats the header menu when the image is selected.
Forum: Themes and Templates
In reply to: [Sydney] Menu names in colored blocksI put that into TJ Custom CSS and nothing changed.
#mainnav {
padding: 1em 2em;
background: transparent -moz-linear-gradient(center bottom , #D2BD2F 0%, #DBCA59 100%) repeat scroll 0% 0%;
border-width: 1px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-color: #C7B22B #BEAB29 #B29F27;
color: #000 !important;
border-radius: 0.25em;
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.067);
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}Along with
.site-header.float-header {
background-color: rgba(219, 202, 89, 0.9);
}Forum: Themes and Templates
In reply to: [Sydney] Menu Location and Row StyleWould you share your custom CSS?
Forum: Themes and Templates
In reply to: [Sydney] Font-weight of header titleUsing your code as an example, I was able to modify my sliders. I might do some more changing but now I know how. Thanks!!!
.text-slider .maintitle {
font-size: 60px;
color: #000000 !important;
}.text-slider .maintitle {
font-weight: 800 !important;
}.text-slider .subtitle {
/* font-size: 40px; */
font-size: 5em;
font-weight: 800 !important;
color: #000000 !important;
}