Digital experiences for all disciplines
Forum Replies Created
-
-
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.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.Hi,
So that works?
Let us know,
Thanks,
laranz.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.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.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.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.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.Hi,
Glad we helps.
Let us know, if you have any other questions.
Thanks,
laranz.Hi,
Glad it works 🙂
Let me know, if you have any other questions.
Thanks,
laranz.Hi,
Give me the website address, I will give you the Custom CSS to do the work.
Let us know,
Thanks,
laranz.Hi,
Can you give your website address to look? Did that happen in our demo too??
Let us know,
Thanks,
laranz.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.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. -
Posted in: Reply To: Category Accordion