Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 8 years, 11 months ago Ludjon
    Keymaster
    in reply to: Activation

    You have a very old PHP version:

    PHP Version 5.4.45

    Do you have any error log file?

    A CPanel or something similar?

    Thanks

    8 years, 11 months ago Ludjon
    Keymaster
    in reply to: Activation

    Or try directly to replace this function on wp-content/plugins/codeless-builder/codeless-builder.php

    pluginsLoaded on line 152 with:

    public function pluginsLoaded() {
    
    		if( ! function_exists( 'codeless_setup' ) )
        		return;
    		
    		// Setup locale
    		load_plugin_textdomain( 'cl_builder', false, $this->path( 'APP_DIR', 'locale' ) );
    		
    		/**
    		 * Init Post Meta functionality
    		 */
    		if( cl_is_customize_posts_active() )
    			$this->post_meta()->init();
    
    		
    	}
    
    8 years, 11 months ago Ludjon
    Keymaster
    in reply to: Activation

    Do you have an FTP account?

    8 years, 11 months ago Ludjon
    Keymaster
    in reply to: Activation

    WordPress admin and Password to log in into your site and look what causes the problem.

    8 years, 11 months ago Ludjon
    Keymaster
    in reply to: Activation

    Hello,

    Can you please help me with the credentials of your wordpress website.
    Send them as private.

    Let me know
    Thanks

    8 years, 11 months ago Ludjon
    Keymaster
    in reply to: Folie theme installed – getting fatal error

    Or try this final function:

    function codeless_portfolio_item_permalink(){
    
        $custom_link = codeless_get_meta( 'portfolio_custom_link', false, get_the_ID() );
    
        if( $custom_link !== false )
            return $custom_link;
        else
            return get_permalink();
    }
    
    8 years, 11 months ago Ludjon
    Keymaster
    in reply to: Folie theme installed – getting fatal error

    I think that is a problem caused by a different PHP version that you are using.

    Please try this fast fix.

    Go to folie/includes/codeless_functions_portfolio.php and replace line 81-86 with:

    function codeless_portfolio_item_permalink(){
    
        $custom_link = codeless_get_meta( 'portfolio_custom_link', '', get_the_ID() );
    
        if( ! empty( $custom_link ) )
            return codeless_get_meta( 'portfolio_custom_link', '', get_the_ID() );
        else
            return get_permalink();
    }
    

    Let us know
    Regards

    8 years, 11 months ago Ludjon
    Keymaster
    in reply to: Folie theme installed – getting fatal error

    Hello,

    Yes sure, we can help you identify this issue.

    Please send us a System Status From the panel, or give us your WordPress credentials to understand well the problem. Send them as private.

    Thanks

Viewing 8 posts - 1,576 through 1,583 (of 1,583 total)
← 1 2 3 … 104 105 106

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password