about - predrag

Forum Replies Created

  • Question status -
  • Support Staff
    Keymaster

    Hello Irene,

    Please accept our apology. We’re currently experiencing some issues, and we’ll have to dig more to figure out what’s wrong.
    I’ve sent you a theme on email.

    Best regards,
    Sinisa Nikolic

    #6615
    Support Staff
    Keymaster

    Oh, I thought you bought Ceckito. Prices are now $19, however you may download free version, it’s also updated. The only difference is the footer link.

    #5738
    Support Staff
    Keymaster

    You may re-download theme from your account page. It’s updated to work with the latest version of custom content portfolio.

    Let me know if you have any questions.

    Best regards,
    Sinisa

    #5736
    Support Staff
    Keymaster

    Hi Mark,

    this is all caused by custom content portfolio upgrade. I’ll update Ceckito to work with the latest plugin version.

    Regards,
    Sinisa

    #5735
    Support Staff
    Keymaster

    Great! 🙂

    #5719
    Support Staff
    Keymaster

    It seems that I re-uploaded the old version, without the changes… Sorry!
    You may re-download now, it’s all good now. If it’s not working again (and it must work now), leave me admin access to your site (mark reply as private), and I’ll do changes manually.

    Sorry again for the inconvenience.

    Best regards,
    Sinisa

    #5716
    Support Staff
    Keymaster

    Hi Lars,

    you need to download theme from account page, and reinstall it, or just replace custom.js file in js folder via FTP, or copy / paste via appearance / editor. It will work.
    It’s working even for free, not just for $15 ;), though bugs sometimes occur.

    Let me know if you have any questions.

    Regards,
    Sinisa

    #5712
    Support Staff
    Keymaster

    Hi Lars,

    thank you for purchasing!
    Can you please re-download theme from your account page: https://www.simplewpthemes.com/account/, it should be good now.

    Let me know if you have any other issues.

    Best regards,
    Sinisa

    #5708
    Support Staff
    Keymaster

    Hi Nicole,

    that image is not appropriate for logo, that’s more like a header image. It’s not appropriate even for the header, height is to big, and even if it would fit to header – your site would not look good.

    People commonly use just small logo before the image before the site title, and I took a liberty to do it for you, just to show you how things work in most cases.

    Let me know if I can help you somehow, but please try to understand first what I said.

    Best regards,
    Sinisa

    #5663
    Support Staff
    Keymaster

    Hi Nicole,

    can you please give me admin access to your site, I’ll do it for you?
    Just mark reply as private, and no one will see user & pass except me.

    Please leave me also link to your logo / image.

    Regards,
    Sinisa

    #5661
    Support Staff
    Keymaster

    Hi Nicole,

    I answered you about changing the logo here. To change the colors, you’ll need to learn CSS for that, though Ceckito has a lot of options, and you can create custom colored sections through shortcodes.
    Check out videos here about Ceckito: https://www.youtube.com/channel/UCZp9vUjm0datjYwAan5k83Q.

    For example, you can create custom look of call to action. First you would go and create a section (in post editor click on “C”, and you’ll get pop-up). Click on Section, and you’ll see the options to set custom title color, background, background image… Click insert when you’re done.

    Now go to “C” again, “Content Elements / Call to action”. Set your title and colors for call to action, and see the result.

    Let us know if you have more questions.

    Regards,
    Sinisa

    #5659
    Support Staff
    Keymaster

    Hi Nicole,

    to change the logo paste this at the end of your functions.php file:

    add_filter( "hybrid_site_title", 'my_custom_image' );	
    function my_custom_image( $title ) {
    
            $tag = ( is_front_page() ) ? 'h1' : 'div';
            $title = get_bloginfo( 'name' );
            $site_url = get_option( 'siteurl' );
            $img = '<a title="'. esc_attr( $title ) .'" href="'. esc_url( $site_url ) .'"><img src="URL TO YOUR IMAGE" alt="'. esc_attr( $title ) .'" /></a>';
            $title = sprintf( '<%1$s id="site-title">%2$s</%1$s>', tag_escape( $tag ), $img );    
    
            return $title;
    
    }

    Replace URL TO YOUR IMAGE in this snippet above with your logo URL and that’s it.
    Let us know if you have any more questions.

    Regards,
    Sinisa

    #5658
    Support Staff
    Keymaster

    Hi Andreas,

    open page.php and paste this:

    <?php 
    if ( is_front_page() ) :
    
    	if ( get_option('swt_slider') == 'Display' ) 
    		include( trailingslashit( get_template_directory() ) . 'includes/slide.php' );
    
    	if ( get_option('swt_gallery') == 'Display' ) 
    		include( trailingslashit( get_template_directory() ) . 'includes/gallery.php');	
    	
    endif;
    ?>

    after <?php get_header(); ?>.

    Let us know if you have any problems.

    Best regards,
    Sinisa

    #5642
    Support Staff
    Keymaster

    Hi Hugo,

    to use full width portfolio, you’ll need to use multi sections page template.
    Then just add portfolio shortcode and that’s it. If you need instructions about portfolio shortcode – check my answer here: https://www.simplewpthemes.com/support/topic/unable-to-setup-slider-and-portfolio/.

    Feel free to ask if you have any questions.

    Regards,
    Sinisa

    #5640
    Support Staff
    Keymaster

    Hello Hugo

    1. Download theme from your account page: https://www.simplewpthemes.com/account/
    2. Upload the theme via FTP client ( Filezilla,SmartFTP,WinSCP) – If you already have installed free version of Ceckito theme you must “overwrite”/replace old files with new ones.

    How to Install Your WordPress Theme Manually Using FTP for the Absolute Beginner

    Let us know if you need further assistance with this

    #5638
Viewing 15 posts - 1 through 15 (of 163 total)