Forum Replies Created

Viewing 15 posts - 20,056 through 20,070 (of 20,136 total)
  • Posted in:
  • in reply to: Shortcode for fullscreenvideo doesn't appear to work #187457
    David Martin – Support
    Moderator
    Post count: 20834

    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.

    🙂

    in reply to: Background image for row not working on mobile #187456
    David Martin – Support
    Moderator
    Post count: 20834

    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.

    in reply to: Cannot save theme options #187418
    David Martin – Support
    Moderator
    Post count: 20834

    Hey, that gives me a login failed, can you please check those details.

    Thanks,
    David.

    in reply to: Shortcode for fullscreenvideo doesn't appear to work #187392
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    When using vimeo, do not use the https link use http.

    I have updated this for you and now works 🙂

    Thanks,
    David.

    in reply to: Directory import of lat/long but no actual address #187380
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    Those details are not working, can you check those?

    Thanks.

    in reply to: Add social network #187368
    David Martin – Support
    Moderator
    Post count: 20834

    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.
    in reply to: Table content vertical alignment #187352
    David Martin – Support
    Moderator
    Post count: 20834

    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.

    in reply to: Top Bar Menu disappears on Mobile #187346
    David Martin – Support
    Moderator
    Post count: 20834

    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.

    in reply to: Lightbox not working #187339
    David Martin – Support
    Moderator
    Post count: 20834

    Hey Scott,

    Those login details do not work for me, could you check those?

    Cheers,
    David.

    in reply to: Cannot save theme options #187333
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    Can you post your site URL and login details for us to take a look?

    Thanks.
    David.

    in reply to: 3 questions #187332
    David Martin – Support
    Moderator
    Post count: 20834

    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.

    in reply to: Multiple Questions #187330
    David Martin – Support
    Moderator
    Post count: 20834

    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.

    in reply to: Problems editing the content on the main page #187140
    David Martin – Support
    Moderator
    Post count: 20834

    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.

    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    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.

    in reply to: Hero image post doesn't go away #187124
    David Martin – Support
    Moderator
    Post count: 20834

    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.

Viewing 15 posts - 20,056 through 20,070 (of 20,136 total)