Forum Replies Created

Viewing 15 posts - 46 through 60 (of 164 total)
  • Posted in:
  • davidll
    Member
    Post count: 205

    Hello Kyle

    Thanks for the reply.

    1) a switch to turn off the zoom on project thumbnails (not product)
    I just found this – which works:

    .portfolio-items:not(.single-column) > li figure:hover img{
    -moz-transform: scale(1);
    	-webkit-transform: scale(1);
    	-o-transform: scale(1);
    	-ms-transform: scale(1);
    	transform: scale(1);
    }

    2) perfect – how did i miss that.
    3) Didn’t work for me. I even added !important… no dice
    4) Darn – I’m applying this to an old theme. All the pages are set at white. It’ll mean i have to edit all (50/60 pages) Joy
    5) title / breadcrumbs / navigation?

    Thanks again

    D

    in reply to: Page templates #254577
    davidll
    Member
    Post count: 205

    If anyone wants a completed list:

    /* ADD/EDIT PAGE BUILDER TEMPLATES
     ================================================== */
     function custom_prebuilt_templates($prebuilt_templates) {
     
     /*
     * You can uncomment the lines below to remove default templates
     */
     unset($prebuilt_templates['agency-two-home']);
     unset($prebuilt_templates['agency-four-home']);
     unset($prebuilt_templates['agency-four-about']);
     unset($prebuilt_templates['agency-two-about']);
     unset($prebuilt_templates['shop-one-home']);
     unset($prebuilt_templates['shop-three-home']);
     unset($prebuilt_templates['shop-one-about']);
     unset($prebuilt_templates['shop-two-about']);
     unset($prebuilt_templates['shop-three-about']);
     unset($prebuilt_templates['corporate-one-home']);
     unset($prebuilt_templates['corporate-three-home']);
     unset($prebuilt_templates['corporate-three-about']);
     unset($prebuilt_templates['corporate-four-home']);
     unset($prebuilt_templates['corporate-five-home']);
     unset($prebuilt_templates['agency-three-culture']);
     unset($prebuilt_templates['corporate-one-pricing']);
     unset($prebuilt_templates['features-tour']);
     
     return $prebuilt_templates;
     
     }
     add_filter( 'spb_prebuilt_templates', 'custom_prebuilt_templates' );
     
    in reply to: Page templates #254542
    davidll
    Member
    Post count: 205

    OK – re installed a clean version – and the I can now remove the templates via functions.php

    But why does cardinal have these pre installed / non deletable templates and your other themes don’t?

    Thanks for your help

    in reply to: Page templates #254527
    davidll
    Member
    Post count: 205

    Whats really odd – is that I’ve my version of Jyon running for another client – and thats perfect. You don’t even get the Swift templates.

    in reply to: Page templates #254526
    davidll
    Member
    Post count: 205
    This reply has been marked as private.
    in reply to: Page templates #254518
    davidll
    Member
    Post count: 205

    Hello

    No – As soon as i enter the code into my child theme functions.php – i get a 500 INTERNAL SERVER ERROR.
    I can’t do anything with the site, until i revert back to the previous functions.php

    I feel this is going in a different direction?

    D

    in reply to: Page templates #254513
    davidll
    Member
    Post count: 205

    Hey – using the latest v2.0.3
    also the latest wordpress 4.4.2 / cardinal theme 2.4.2

    D

    in reply to: Page templates #254508
    davidll
    Member
    Post count: 205
    This reply has been marked as private.
    in reply to: Page templates #254506
    davidll
    Member
    Post count: 205

    after:

    Attachments:
    You must be logged in to view attached files.
    in reply to: Page templates #254504
    davidll
    Member
    Post count: 205

    Ok – Its the new swift page builder that is trying to do too much.

    Before: clear, simple:

    Attachments:
    You must be logged in to view attached files.
    in reply to: Page templates #254495
    davidll
    Member
    Post count: 205

    Ok – It returns a 500.

    I can’t provide FTP – due to access being only granted via Cisco VPN

    SO I have this in my child functions:

    <?php
    	
    	/*
    	*
    	*	Cardinal Functions - Child Theme
    	*	------------------------------------------------
    	*	These functions will override the parent theme
    	*	functions. We have provided some examples below.
    	*
    	*
    	*/
    	
    	/* LOAD PARENT THEME STYLES
    	================================================== */
    	function cardinal_child_enqueue_styles() {
    	    wp_enqueue_style( 'cardinal-parent-style', get_template_directory_uri() . '/style.css' );
    	
    	}
    	add_action( 'wp_enqueue_scripts', 'cardinal_child_enqueue_styles' );
    	
    	/* LOAD THEME LANGUAGE
    	================================================== */
    	/*
    	*	You can uncomment the line below to include your own translations
    	*	into your child theme, simply create a "language" folder and add your po/mo files
    	*/
    	
    	// load_theme_textdomain('swiftframework', get_stylesheet_directory().'/language');
    	
    	
    	/* REMOVE PAGE BUILDER ASSETS
    	================================================== */
    	/*
    	*	You can uncomment the line below to remove selected assets from the page builder
    	*/
    	
    	// function spb_remove_assets( $pb_assets ) {
    	//     unset($pb_assets['parallax']);
    	//     return $pb_assets;
    	// }
    	// add_filter( 'spb_assets_filter', 'spb_remove_assets' );	
    
    /* ADD/EDIT PAGE BUILDER TEMPLATES
     ================================================== */
     function custom_prebuilt_templates($prebuilt_templates) {
     
     /*
     * You can uncomment the lines below to remove default templates
     */
     unset($prebuilt_templates['agency-four-home']);
     unset($prebuilt_templates['agency-four-about']);
     
     return $prebuilt_templates;
     
     }
     add_filter( 'spb_prebuilt_templates', 'custom_prebuilt_templates' );
    
    		
    ?>

    And it returns a 500 error
    I passed it into my local site – same issue.

    Any help?

    David

    in reply to: Page templates #254458
    davidll
    Member
    Post count: 205

    Hey – using the latest v2.0.3
    also the latest wordpress 4.4.2 / cardinal theme 2.4.2

    D

    in reply to: Page templates #254419
    davidll
    Member
    Post count: 205

    Hello

    Yes, did this with my child theme – got the error – and then reverted back.
    you say:

    Please also rename the below templates to match the ones you want to remove.

    So can you give me an example on how to remove About (Agency four)?

    Thanks

    D

    in reply to: Page templates #254380
    davidll
    Member
    Post count: 205

    Ok – added the code / uncomment – and got a 500 error.

    Attached is a screenshot – I’d like to remove all the swift ones – like ‘About (Agency four)’
    How do I name these?

    If I can then be able to lock my own – like the swift ones – that’ll be ace

    Attachments:
    You must be logged in to view attached files.
    in reply to: Page templates #254373
    davidll
    Member
    Post count: 205

    Thanks David

    I’ll add this now.

    As mentioned – would be good to lock our own templates.

    D

Viewing 15 posts - 46 through 60 (of 164 total)