Digital experiences for all disciplines
Forum Replies Created
-
-
Great Mohammad. How would this work in Dante? For videos in posts, pages and products – thanks!
September 30, 2014 at 9:22 am in reply to: How to put Login (upper nav) on main navigation line? See pics #115799Thks Kyle
September 30, 2014 at 5:08 am in reply to: Video isn't scaling properly on mobile in YouTube post #115698Hi Laranz – helpful answer here. Is there a way to apply this rule to embedded youtube/vimeo videos? ie. to make the video always shrink to 100% width when on smaller device screens? Thanks
September 29, 2014 at 9:44 pm in reply to: How to hard crop images on recent posts carousel thing? #115657I think this one is sorted via css, thanks Laranz
September 29, 2014 at 9:43 pm in reply to: How to change element setup, blog carousel vs recent posts #115656Thanks Kyle – is there at least a way to a) remove post dates and b) change the excerpt to be based on number of characters (as it’s currently based on no. of words and then creates very different spacing). Cheers
September 29, 2014 at 9:41 pm in reply to: How to change shop price display when category used? #115655Hi Kyle, on localhost still. Any other way to diagnose/edit?
September 29, 2014 at 9:40 pm in reply to: How to change 'content' icon on checkout login & coupon, for different icons? #115654Hi Rui, still on localhost.
September 28, 2014 at 9:43 am in reply to: How to add another 'Price' plus 'Add to Cart' button on bottom of single product #115146Thanks Mohammad. I’ve already switched off catalog mode. What I mean is having the normal ‘add to cart’ button at the top, but then because there’s often a lot of tect about the product, it’d be great if the theme can put another price and add to cart button at the bottom, even if its via using the page builder and a short code.
Is there a way to achieve that? Thank you!Thanks Mohammad. fyi, this didn’t work when placing in Theme Options > Custom CSS, but it did work in Child Theme style.css.
September 26, 2014 at 6:28 am in reply to: How to edit sf-header.php to add link in that navigation area? ie. Sign Up #114707Great, thanks Rui. That whited the screen for me at least, but copying the Login section and adding Sign Up with the below code worked.
} else { $aux_links_output .= '<li><a href="'.$login_url.'">'. __("Log In", "swiftframework") .'</a></li>'. "\n"; $aux_links_output .= '<li><a href="'.$login_url.'">'. __("Sign Up", "swiftframework") .'</a></li>'. "\n"; } For other readers, you can then style this 2nd 'Sign Up' child link with:
.top-header-menu .menu > li:nth-child(2) > a {
background-color: #0274be;
text-align: center !important;
border-radius: 5px;
color: #ffffff;
font-weight: 500;
margin-top: 10px !important;
min-width: 66px !important;
padding: 1px 12px 3px !important;
margin-left: 4px !important;
}`September 26, 2014 at 5:54 am in reply to: How to add dropdown shop menu from main navigation like in Dante? #114704Thanks Rui. Strangely, I do all that and it works. BUT… when you then return to the Menu screen, all those sub-menu items disappear, and of course, they disappear from the front end. Weird. Any explanation for that?
September 24, 2014 at 11:42 pm in reply to: How to set specific pages to open with rolled up header showing? #114235Thanks Kyle.
September 24, 2014 at 2:05 am in reply to: How to make full blog masonry tile clickable through to post? #113909Thanks Laranz / Mohammed. Here’s an attachment of the weird 2 or 3 character spacing issue before p, but it only seems to show on video posts
Attachments:
You must be logged in to view attached files.September 23, 2014 at 11:45 am in reply to: How to set specific pages to open with rolled up header showing? #113698Thanks Rui, attached now
Attachments:
You must be logged in to view attached files.September 23, 2014 at 11:16 am in reply to: How to set specific pages to open with rolled up header showing? #113672Thanks Rui – it’s on localhost, not deployed yet.
-