Forum Replies Created
-
AuthorPosts
-
add plugin ‘disable comments’
You can remove comment functionality from the whole site- just in case you miss some changing the settings on oild articles :-)
google fonts choose a weight which is non aliased… Try adding
font-weight: normal;
wherever you want the fonts to look smoother..
so for top menu add this to the quick css.
#
Hope that works for you !
I can get by with the vimeo embed by adding a full width text block and pasting the iframe code into the code view and centering it in visual mode.. that works !
Hey dude thanks for the reply.
1. your code for centering logo doesnt have any affect so I reverted to this:
/*center logo*/
div .logo {
float: left;
position: absolute;
left: 50%;
margin-left: -250px
}
This code does – but both logo and menu are not centered when the screen is shrunk…
the same as below with the menu.. centered in hd.. lower res and the margin throws it off to the right along with the responsive menu.
/*center menu*/
#top .main_menu {
left: 175px !important;
}
gallery code just playing with now.
and the vimeo embed Im thinking its the same as gallery – ignoring any size on the vid and stretching it to full column width ?
Thanks for the reply :-)
Seeing as im self ticking these off I may as well leave them here for others!
1. is party sorted with
#top .main_menu {
left: 175px !important;
}
Logo not centered tho..
5 is sorted with
.avia-tooltip{
width: auto;
}
Finally got 2. to work – including aliasing the google font
fyi adding font-weight: normal; fixes that jagged font issue
/*top menu font & size*/
#top .main_menu .menu li > a {
font-family: “Pathway Gothic One”, sans-serif;
font-size: 20px;
font-weight: normal;
}
/*Top submenu size*/
#top .main_menu .menu li ul a {
width: 100%;
height: auto;
font-size: 16px;
font-weight: normal;
}
July 23, 2013 at 12:24 pm in reply to: Saving didnt work! Please reload the page and try again #129158I hope that sorts you out Pete… it also fixes the issue with uploading media.. drove me nuts as the media would look like it was there – there was a thumb you could add to gallery.. but the gallery would not show those images and instead choose the first ones uploaded to the page, not even added… these things are sent to try us.. I am hoping for some help with my issues here:
https://kriesi.at/support/topic/some-help-with-a-new-install-formatting ;-)
I forgot to add 5. How to modify the width on the pop up box on the team member picture which contains the description..
Thx
July 22, 2013 at 9:55 am in reply to: Saving didnt work! Please reload the page and try again #129156Check that your host is running CGI and not FASTCGI.. I changed mine on my host panel and these exact problems went away.
-
AuthorPosts