Forum Replies Created

Viewing 15 posts - 151 through 165 (of 2,802 total)
  • Posted in:
  • in reply to: Change Shop Products Mini background #145743
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Just add a Custom Class in that product mini element, then add this in the CUstom CSS in THeme Options.

    .customclass { background-color: red; }

    Say, customclass is the class you add in the element, and then red is the color you want, you can change both to your desired.

    Let us know,

    Thanks,
    laranz.

    in reply to: Testimonial Slider Speed #145671
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Open js/functions.js file and in line #1924 change this 6000 to your desired value. http://take.ms/pMb32

    6000 means 6 sec.

    Let us know,

    Thanks,
    laranz.

    in reply to: Structured Data > hentry error #145140
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi @BallouHosting,

    Keep us update 🙂

    Let us know,

    Thanks,
    laranz.

    in reply to: Structured Data > hentry error #145085
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    So that works?

    Let us know,

    Thanks,
    laranz.

    in reply to: Structured Data > hentry error #145044
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Did you add the code before this ?> or cover the code with the <?php .. your code.. ?> like this at the end.

    Let us know,

    Thanks,
    laranz.

    in reply to: Structured Data > hentry error #145010
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try to add this in functions.php

    function add_hatom_data($content) 
    {
        $t = get_the_modified_time('F jS, Y');
        $author = get_the_author();
        $title = get_the_title();
        $posttype = get_post_type( get_the_ID() );
    	if ( $posttype = "portfolio" ) {
            $content .= '<div class="hatom-extra" style="display:none;visibility:hidden;"><span class="entry-title">'.$title.'</span> was last modified: <span class="updated"> '.$t.'</span> by <span class="author vcard"><span class="fn">'.$author.'</span></span></div>';
        }
        return $content;
    }
    add_filter('the_content', 'add_hatom_data');

    Let us know,

    Thanks,
    laranz.

    in reply to: Hide custom post type? #144995
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi @iquarius,

    You can try this solution: http://wordpress.stackexchange.com/a/20939/17902 refer the name of the function in swift-framework/swift-framework.php

    Let us know,

    Thanks,
    laranz.

    in reply to: Change Shop Products Mini background #144992
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi Brice,

    The website you gave, give this error message, can you confirm it is the right address?

    Error 500 – Internal server error

    Un problème inattendu est survenu.
    Veuillez réessayer ultérieurement.

    Let us know,

    Thanks,
    laranz.

    in reply to: Site Hacked #144923
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you make sure this file exist? /wp-content/themes/flexform/includes/options/defaults.php

    I don’t think it is caused by site hacking, what else they say other than this message about the compromised?

    Let us know,

    Thanks,
    laranz.

    in reply to: Category Accordion #144921
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Glad we helps.

    Let us know, if you have any other questions.

    Thanks,
    laranz.

    in reply to: Menu looking odd after adding subelements #144920
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Glad it works 🙂

    Let me know, if you have any other questions.

    Thanks,
    laranz.

    in reply to: Change Shop Products Mini background #144919
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Give me the website address, I will give you the Custom CSS to do the work.

    Let us know,

    Thanks,
    laranz.

    in reply to: Structured Data > hentry error #144918
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you give your website address to look? Did that happen in our demo too??

    Let us know,

    Thanks,
    laranz.

    in reply to: Change Icon Box animation from flip to fadeout #144917
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this in the Custom CSS.

    .standard-browser .sf-icon-box-animated:hover .back, .no-csstransitions .sf-icon-box-animated .back, .sf-icon-box-animated.sf-mobile-hover .back {
    	   opacity: 1;
       transition: opacity .25s ease-in-out;
       -moz-transition: opacity .25s ease-in-out;
       -webkit-transition: opacity .25s ease-in-out;
    }
    .standard-browser .sf-icon-box-animated:hover .front, .no-csstransitions .sf-icon-box-animated .front, .sf-icon-box-animated.sf-mobile-hover .front {
    	opacity: 0.5;
    }
    
    .sf-icon-box-animated .front {
    	position: relative;
    	z-index: 8;
    	display: block;
    	width: 100%;
    	height: auto;
    	padding: 70px 20px;
    	webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	box-sizing: border-box;
    	   opacity: 1;
       transition: opacity .25s ease-in-out;
       -moz-transition: opacity .25s ease-in-out;
       -webkit-transition: opacity .25s ease-in-out;
    }
    .sf-icon-box-animated .back {
    	overflow: hidden;
    	background: #ffffff;
    	padding: 20px;
    	width: 100%;
    	height: 100%;
    	webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	box-sizing: border-box;
    opacity: 0.5;
    }

    Also I suggest you to remove those appropirate class styles from style.css

    Let us know,

    Thanks,
    laranz.

    in reply to: Category Accordion #144911
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Sorry, that is not possible. You found a plugin, so you can do that. And customize the plugin style to meet the theme’s style, that will do.

    Let us know,

    Thanks,
    laranz.

Viewing 15 posts - 151 through 165 (of 2,802 total)