Forum Replies Created

Viewing 15 posts - 1 through 15 (of 21 total)
  • in reply to: own svg icons #330089
    shopowner
    Member
    Post count: 23

    Update: I downloaded the lastest swift-framework and this does the job on the front-end.
    Looking forward for the back-end fix.
    ___

    Could you please show your working example of the grid box?
    It does not work at my end, despite everything is up to date.
    icons replaced by default
    When I choose my own svg icons and update the page + checking the result: no icons front-end, and standaard first cloud icon on the back-end.. How does that come? I need to get this icon grid box working with my own icons…

    kind regards

    in reply to: own svg icons #329416
    shopowner
    Member
    Post count: 23

    Hi, I have updated to the last Version: 1.3.60…
    But it won’t work in icon grid box view …
    What can be the problem?

    in reply to: own svg icons #329182
    shopowner
    Member
    Post count: 23
    This reply has been marked as private.
    in reply to: own svg icons #328901
    shopowner
    Member
    Post count: 23

    yes, i am running uplift theme Version: 1.3.60 & SF plugin Version 2.5.43
    But the icon grid box won’t work in the front-end…
    regards

    in reply to: own svg icons #328209
    shopowner
    Member
    Post count: 23

    Hi, Thank you for your help. (I updated all core settings)
    It works now for the for the ICON BOX

    But when iI try to load them in the ‘ICON BOX GRID’ they don’t show up.
    I want to use the icon box grid… Can you fix that as well?

    Kind regards

    in reply to: can not update options page #327665
    shopowner
    Member
    Post count: 23

    Hi, you sure?
    If I surf to http://www.cranium.eu/cranium/wp-admin/admin-ajax.php it does load an gives ‘0’ as respons. see screenshot
    Could it be something else?
    regards

    Attachments:
    You must be logged in to view attached files.
    in reply to: own svg icons #327430
    shopowner
    Member
    Post count: 23
    This reply has been marked as private.
    in reply to: own svg icons #327427
    shopowner
    Member
    Post count: 23

    Hi, I added the code to the child theme functions.php and created swift-builder-icons & svg map in the child-theme folder. But it is not working. what can be the problem? FYI; I renamed the theme folders and names to cranium & cranium-child , but the child theme is working…

    in reply to: own svg icons #327154
    shopowner
    Member
    Post count: 23

    Hi, my child theme functions.php does not have these starting line or content within the file…
    only this:

    <?php
    	
    	/*
    	*
    	*	Uplift Functions - Child Theme
    	*	------------------------------------------------
    	*	These functions will override the parent theme
    	*	functions. We have provided some examples below.
    	*
    	*
    	*/
    	
    	/* LOAD PARENT THEME STYLES
    	================================================== */
    	function uplift_child_enqueue_styles() {
    	    wp_enqueue_style( 'uplift-parent-style', get_template_directory_uri() . '/style.css' );
    	
    	}
    	add_action( 'wp_enqueue_scripts', 'uplift_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 add custom templates
    		*/
    		// $prebuilt_templates["custom"] = array(
    		// 	'id' => "custom",
    		// 	'name' => 'Custom',
    		// 	'code' => 'your-code-here'
    		// );
    
    		/*
    		*	You can uncomment the lines below to remove default templates
    		*/
    		// unset($prebuilt_templates['home-1']);
    		// unset($prebuilt_templates['home-2']);
    
    		// return templates array
    	    return $prebuilt_templates;
    
    	}
    	//add_filter( 'spb_prebuilt_templates', 'custom_prebuilt_templates' );
    in reply to: order portfolio filters #315197
    shopowner
    Member
    Post count: 23

    that worked! thanks

    in reply to: order portfolio filters #314964
    shopowner
    Member
    Post count: 23

    Hi,

    It does not order the categories based on the slug-name, but on the actual category-name…
    Can I adapt the code so it order on slug ?

    regards

    in reply to: Expanding row open default – how to ? #293973
    shopowner
    Member
    Post count: 23

    Hi Kim, Did you achieve to open an expanding row by default?
    I have the same issue! thanks in advanc

    in reply to: Post Type Override Blog Post Categorie #292988
    shopowner
    Member
    Post count: 23

    I read similar requests for having more control over the post type override.
    Any idea when this will be added? Because for the moment I am stuck..
    Thanks

    in reply to: shop filters always open #277725
    shopowner
    Member
    Post count: 23

    Hid Mohammed, I think you misunderstood my question.

    I WANT my filter to be always open and visible..

    (your code made them disappear)

    so normal state the should be open (and in the bar it should say: close filters (instead of -) (and vica versa ‘open filters’ when closed) but the INITIAL STATE should be that the filters are open and visible upon shop page visit.

    thanks

    regards

    in reply to: Change Share This functionality and location #210600
    shopowner
    Member
    Post count: 23

    hi kwamuti,
    Would you be so kind to share your solution to show the social icons instead of the share button?
    Thank you very much

Viewing 15 posts - 1 through 15 (of 21 total)