Forum Replies Created
-
AuthorPosts
-
info110Participant
I asked to add links (plural) to the footer.
Are you saying all that can be added is a privacy policy link?
info110ParticipantI really need a solution now.
Widget / menu will not add links in the very bottom footer where the copyright is.
info110ParticipantAny chance someone will respond?
info110ParticipantI’m talking about the very bottom footer where you see the copyright.
info110ParticipantI figured out how to fix it.
info110ParticipantIn other words, I have to move my mouse beyond the point that I am no longer hovering the menu item that causes the drop down menu to appear. So the drop down disappears before I can reach it with my mouse.
I assume I need to reduce the spacing above the drop down menu to bring it up higher on the page, so I don’t have this problem.
info110ParticipantOK, so I added custom links and know when I hover over the menu item that I added them to, the drop down menu appears with the custom link in it. However when I move my mouse down to click on one of the links, they drop down menu disappear before my mouse can reach it and click one. It acts as if the drop down menu needs to open a little higher on the page, so that my mouse can reach it before they disappear. Follow?
info110ParticipantStill didn’t work.
Thanks for trying, but I managed to get the effect by just reducing the work count for excerpt length and didn’t need to switch to characters.
info110ParticipantWhen I replace the above code with the suggested code, nothing is displayed.
Any suggestions?
info110ParticipantSo I see excerpt length is words.
Any chance you can tell me how to change it to characters or at least what/where the function that is defining a word and I could hack on it to figure out how to change to character.
info110ParticipantI just went into the folder were the images were stored and downloaded the ones that were larger and fixed and uploaded back up.
info110ParticipantSince I already modified the service widget to create 3 columns instead of 4. I went and changed one-third to 100%, so I could do what I wanted with the footer and then for the service widget I created a new class one-third-x and set it to the original one-third settings. Which fixed all my problems.
I have a question though. One of the original classes was
class=”one-third clearfix-third”
What is clearfix-third?
So now I have
class=”one-third-x clearfix-third”
Do I need to create a clearfix-third-x?
class=”one-third-x clearfix-third-x”
I’m just winging this stuff and figuring it out as I go.
info110ParticipantThe post you reference and all code for functions.php produces error messages.
info110ParticipantI played with the custom css and made it work by changing title to slider.
.featured-slider {
pointer-events: none;
cursor: default;
}info110ParticipantI just tried the below and it didn’t work.
.featured-title {
pointer-events: none;
cursor: default;
} -
AuthorPosts