Home › Forums › Support › 'Search' button hover translation, menu item not to link anywhere, space in foot
- This topic has 5 replies, 2 voices, and was last updated 9 years, 8 months ago by Tom.
-
AuthorPosts
-
January 28, 2015 at 9:29 am #69496Carlos Paramio
Hi Tom
Let me ask you these questions (I have done a research in the forums but haven’t able to found a solution)
I’m using GP Premium v1.2.71. When you hover in Search button it isn’t translated to Spanish. I have taken a look at es_ES.po and it reads:
#: inc/template-tags.php:309
msgctxt “label”
msgid “Search”
msgstr “Buscar”Probably the correct line is 307? can I modify that by myself?
2. I would like that some of the main menu options don’t link to anywhere or open anything, just hover on them and click in one of the submenu options
Is it possible?
3. How can I modify (reduce) the bottom space in footer widgtes, and the space between its title and content
I have found something similar at http://generatepress.com/forums/topic/spacings-between-title-content-tags/
but it changes spacing in all the widgets (sidebar), and I’d like to change them individually, if possibleThank you
January 28, 2015 at 11:58 am #69534TomLead DeveloperLead DeveloperHi there,
1. Do you mean the navigation search button when you hover?
2. Yes, create a new “Link” menu item, and simply put “#” in the URL field – this will make sure the item doesn’t link anywhere.
3. What do you mean by “bottom space”?
You can reduce the space under the widget title in footer widgets with this CSS:
.footer-widgets .widget-title { margin-bottom: 30px; }
January 29, 2015 at 12:47 am #69807Carlos ParamioThanks a lot Tom
Great theme, easy to deal with even for newbies like me and the quickest support1. yes, the Search button in the navigation bar
2. Worked
3. I meant the empty space under the content of the footer. That CSS code is also very welcomed to modify the space between title and its content
January 29, 2015 at 8:23 am #70003TomLead DeveloperLead Developer1. Ah, found this bug – I’ve fixed it in the newest version. If you’d like the fix before the version is released, you can email me at support@generatepress.com with a temporary admin login and I can alter the file.
3. If you have the Spacing add-on, you can reduce the padding on the bottom of the footer. If not, you can use this CSS:
.footer-widgets { padding-bottom: 40px; }
Adjust the pixels to your liking ๐
January 29, 2015 at 9:16 am #70027Carlos ParamioThank you for your superb support
Don’t worry with #1, I can wait for the update.
Finally found what was wrong with #3… I did changed up and down the Spacing add-on options a LOT of times with no results (same goes for the CSS you gave me), the problem was caused by a embedded Google Maps iframe… somehow it puts extra space under itself.
January 29, 2015 at 5:15 pm #70193TomLead DeveloperLead DeveloperGlad you figured it out ๐
Thanks for pointing out that bug!
-
AuthorPosts
- You must be logged in to reply to this topic.