Forum Replies Created
-
AuthorPosts
-
September 9, 2016 at 8:15 am in reply to: how i want to add font "Qwigley" in the General Styling under Font option. #684057
Hi,
i upload fonts folder (/home/o2253226607090/html/wp-content/themes/enfold/) using ftp. kindly let me what next.
this is a stylesheet file.
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:”Qwigley”;src:url(“Qwigley-Regular.eot?”) format(“eot”),url(“Qwigley-Regular.woff”) format(“woff”),url(“Qwigley-Regular.ttf”) format(“truetype”),url(“Qwigley-Regular.svg#Qwigley-Regular”) format(“svg”);font-weight:normal;font-style:normal;}
Not to be obnoxious or anything,
I’m not talking about a social media push, or anything, I’m talking about in the face book messenger sending a friend the link to look at, it’s pulling some link data and showing the Original Enfold logo in the preview. so there’s some link or meta data I’m missing. even after changing the logo on the theme options page.
If it’s because the theme isn’t linked yet or something like that it’s totally understandable, But otherwise I’m missing something I need to edit to give my clients a successful website. it should be their logo showing up.
A combination of
.dropdown_available {
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 5px 0 5px;
border-color: #0099CC transparent transparent transparent !important;
left: 0;
right: 0;
bottom: 6px;
margin: 0 auto;}And
.sub-menu .menu-item-has-children > a:after {
content: ‘\25BA’;
float:right;
color:#0099cc;}Seems to be doing a fairly good job, if there’s a reason to pursue, further I would be very happy for the help “like a better way to do this.
Otherwise, thanks so much for helpingthank you.
although this is working on top and lower menus in the same manner. I’d like the Arrow to Point Down “toward the menu pop out” so on top level point down, and on Sub menu’s to point to the right.I’m not getting how CSS applies/evaluates conditions, the .dropdown_available {} seems to accomplish the first portion
the Symbol, being beside on the top level significantly increases the the length and cause the menu to wrap.
- This reply was modified 8 years, 10 months ago by rakoffron.
I don’t really want my site on a public forum. I replied in private section. I saw an ERROR about blanck pages so I’m trying again. it’s a temperary URL anyway so won’t be valid for long.
I found this
.dropdown_available {
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 3px 2.5px 0 2.5px;
border-color: #D5D5D5 transparent transparent transparent !important;
left: 0;
right: 0;
bottom: 3px;
margin: 0 auto;
}in another post and by doubling the numbers I got a good looking menu for top level nav.
I guess I need to find a similar item for .dropdown_available but relating to the 3rd depth menu items. .rightpopout_available or something :-(February 7, 2014 at 7:35 pm in reply to: How to Put a Category or Portfolio Category in the Navigation Menu. #221014Doh I typed when I first tried. I knew it was something super simple, I tried portfolio-item/portfolio/ but must have typed or left off the initial / on accident, thanks
- This reply was modified 10 years, 9 months ago by rakoffron.
February 7, 2014 at 6:30 pm in reply to: How to Put a Category or Portfolio Category in the Navigation Menu. #220998this probably more of a generic WordPress question but how would I put the URL into the Menu box as a variable?
BASE_URL + “portfolio_entries/whatchamacallit/” or something similar.So I can export the site? or more accurately run a test site without all the links jumping to live site?
-
AuthorPosts