Digital experiences for all disciplines
Forum Replies Created
-
-
Sure, you need to use a little CSS, I have updated the page for you with this:
<div style="float: left; margin: 0 2.5% 2.5% 0;">[sf_fullscreenvideo type="image-button" btntext="Play" imageurl="http://www.ctmasterybasedlearning.org/wp-content/uploads/2015/06/mbl_video_COV.png" videourl="http://vimeo.com/113742923" extraclass=""]</div>
This resolves the spacing also.
🙂
Hey,
I have saved that page as a new page page builder template ‘Homepage’. I deleted the old and inserted the new saved template and updated the page which fixes the above issue.
Thanks,
David.Hey, that gives me a login failed, can you please check those details.
Thanks,
David.Hey,
When using vimeo, do not use the https link use http.
I have updated this for you and now works 🙂
Thanks,
David.Hey,
Those details are not working, can you check those?
Thanks.
Hey,
This is really a job for a developer, but I can point you in the right direction.
Open the file (sf-options.php) in the theme Folder:
atelier/includes/options/sf-options.php
.After line 3470, add this:
array( 'id' => 'vk_url', 'type' => 'text', 'title' => __('VK', 'swiftframework'), 'subtitle' => "Your VK URL", 'desc' => '', 'default' => '#' ),
Make sure you preserve all previous commas in the previous arrays.
Go to your admin options ‘Social Profiles’ and add your URL and save the options. See screenshot.
Thanks,
David.Attachments:
You must be logged in to view attached files.Hey,
This CSS should answer all three queries you have:
table.sf-table { line-height: 1.5; } table td { vertical-align: top; } /* Define the background color for all the ODD table columns */ table tr td:nth-child(odd) { background: #cccccc; } /* Define the background color for all the EVEN table columns */ table tr td:nth-child(even) { background: #ffffff; }
Thanks,
David.Hey,
Do you have a link to your site, the one provided is wrong.
This CSS should get you started:
@media only screen and (max-width: 767px) { #top-header { display: block; } .header-7 #top-header .th-left { display: none; } }
Thanks,
David.Hey Scott,
Those login details do not work for me, could you check those?
Cheers,
David.Hey,
Can you post your site URL and login details for us to take a look?
Thanks.
David.Hey,
You can create us a limited profile with our own creditials then delete it?
Just to clarify your query, are you saying you cannot search your blog posts when using the WP search?
Thanks,
David.Hey Busho,
I don’t fully understand the question, could you clarify for me:
3) You can amend the menus in Appearance => Menus => Main Menu
4) Could you provide a mockup or a bit more detail for this?
Thanks!
David.Hey,
1) Dashboard => Swift Slider => ‘Sneak Peek’ is the first demo content slider. You will need to add your own image.
2) On your homepage click ‘Edit Page’. You will see all the page builder elements.
The section you refer to is located in the dashboard => SPB Sections => ‘Shop Category Banners 3×2’
3) On your homepage click ‘Edit Page’. You will see all the page builder elements. Scroll down and you will see those sections to edit.
4) Edit a product, in the right sidebar where the Publish button is, there is an option called ‘Featured Product’. Simply check that option.
Thanks,
David.June 22, 2015 at 5:31 pm in reply to: More space needed around product images in category pages #187131Hey,
If you want to remove the categories then the comma will be removed also, so you could use this:
.products .product figure figcaption .thumb-info h5 { display: none; }
Thanks,
David.Hi Johan,
We could use CSS to hide it, but yes it would still be loaded – which is not a great solution for performance.
– I am having a chat with the guys currently about this, as you are using a child theme it maybe possible to provide you a modification to alter this functionality.
Thanks,
David. -