Forum Replies Created

Viewing 15 posts - 361 through 375 (of 2,802 total)
  • Posted in:
  • in reply to: Shop action " Read More" #136408
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    I just went an extra mile, just for you 🙂

    Add this in the functions.php

    add_filter( 'add_to_cart_url', 'woo_more_info_link' );
    function woo_more_info_link( $link ) {
    global $product; // switches link in all cases, i.e. in plugins
    $link = get_permalink( $product->id );  
    return $link;
    }
    
    /* replace add to cart text on button */
    add_filter('add_to_cart_text', 'woo_custom_cart_button_text');
    function woo_custom_cart_button_text() {
    return __('Read more', 'woocommerce');
    }

    Let us know,

    Thanks,
    laranz.

    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    I a extremely sorry for this, I don’t know how I missed this thread. Try this solution..

    Try this updated .po file http://d.pr/f/13vUL/131Y41YF

    In POEdit, go to Catalog > Update from POT file, and then select the new en_US.po file. That will update the references.

    PS: Take backup of the old .po file, just in case 🙂

    Let us know,

    Thanks,
    laranz.

    in reply to: Invisible portfolio! #136406
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    I forward this thread to Kyle for you. I tried to solve the issue and not succeeded.

    Let us know,

    Thanks,
    laranz.

    in reply to: Blog issues (thumbnails, excerpts, urls) #136404
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    1. Use this Custom CSS.

    .single figure.media-wrap { display: none; }

    2. Go to Settings -> Permalinks -> common settings -> Custom Structure = /blog/%postname%/

    3. Great 😉

    Let us know,

    Thanks,
    laranz.

    in reply to: Demo Content import not working #136403
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you try this solution? http://www.swiftideas.com/forums/topic/having-problems-or-issues-with-xml-demo-content-upload-try-this-solution/ If that is also didn’t help means, I call ED to this thread to take a look.

    Let us know,

    Thanks,
    laranz.

    in reply to: Youtube fullscreen icon doesnt work in video posts #136402
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Open up wp-content\themes\dante\includes\sf-media.php in FTP and go to this line #45 you found a line like this

    return '<div class="sf-video-wrap"><iframe itemprop="video" src="http://www.youtube.com/embed/'. $video_id[1] .'?wmode=transparent" width="'. $width .'" height="'. $height .'" ></iframe></div>';

    Change that to

    return '<div class="sf-video-wrap"><iframe itemprop="video" src="http://www.youtube.com/embed/'. $video_id[1] .'?wmode=transparent" width="'. $width .'" height="'. $height .'" allowfullscreen></iframe></div>';

    I also, forward this to our developer to have a fix in the upcoming updates.

    Let us know,

    Thanks,
    laranz.

    in reply to: Translation es_ES.mo not working #136399
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this updated .po file http://d.pr/f/13vUL/131Y41YF

    In POEdit, go to Catalog > Update from POT file, and then select the new en_US.po file. That will update the references.

    PS: Take backup of the old .po file, just in case 🙂

    Let us know,

    Thanks,
    laranz.

    in reply to: Shopping Bag #136397
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    I translate those texts, now can you add this line

    define ('WPLANG', 'en_US')

    in wp-config.php?

    Let us know,

    Thanks,
    laranz.

    in reply to: some help to change some words on product page #136394
    laranz – SUPPORT
    Member
    Post count: 3186
    This reply has been marked as private.
    in reply to: Product variations don't work #136386
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi Hans,

    It says like this, “FEL: Ogiltigt användarnamn. Glömt ditt lösenord?” Can you confirm? If I am in, I will try all these issues and let you know.

    Let us know,

    Thanks,
    laranz.

    in reply to: How to change the swift-slider-loader #136383
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    You are welcome 😉

    Let us know, if you have any other questions.

    Thanks,
    laranz.

    in reply to: Blog issues #136382
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you pass me the WP Login details in a private chat, so that we can check whats going wrong in that.

    Make sure that is masonry style blog, and pagination off and the instagram settings are correctly given.

    Let us know,

    Thanks,
    laranz.

    in reply to: Demo Content import not working #136199
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    What error it throws? Try increase this value to 256

    define( 'WP_MEMORY_LIMIT', '96M' );

    Let us know,

    Thanks,
    laranz.

    in reply to: related articles styling and spacing #136190
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    If you want to add more column means, you need a bit of editing there in the code. Open up \wp-content\themes\cardinal\swift-framework\content\sf-post-detail.php in line #474 you saw the code block for related posts, that starting /* POST RELATED ARTICES

    Alter the code like this: http://take.ms/jyUtt

    Do that in a child theme for update proof 🙂

    Let us know,

    Thanks,
    laranz.

    in reply to: related articles styling and spacing #136183
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi David,

    You can alter those font size using this Custom CSS.

    .posts-type-bold .recent-post .details-wrap h3 { }
    .posts-type-bold .recent-post .post-date { }
    .posts-type-bold .recent-post .author { }

    First is for the title, second is for the post date, and the last one is for the author.

    or you mean the related articles title itself means, use this one.

    .related-articles > h2 { }

    Let us know,

    Thanks,
    laranz.

Viewing 15 posts - 361 through 375 (of 2,802 total)