Forum Replies Created
-
AuthorPosts
-
Hi Peter ,
Thank you very much for your help.. I have done it..
YucoztHi,
Yigit Thank you very much very helpfully information ..I ‘ve tried it and has been done..I will try to exchange default picture…
Thanks for your help again…
yucozt
Hi,
It seems like .. But It is not real solution..I have just changed the color of primary color in main content…
but as you know it changes the others links etc… I am not happy about it..I have tried that code in Quick CSS , but nothing happened .. do i something wrong..Would you please help me..?
Thanks for your help..
YucoztHi, How can I start to use or activate woocommerce..because looks like I dont have woo plugin ..in my server..
When I install the Enfold the theme ..it must be included with it or not..Would you give me the right way to do it..
Thanks
Thank you ismael. I don’t need to upgrade WP 3.6 for the moment… if I upgrade it definitly I will do what you say.
Thanks again
I’ve Enfold 1.9 and using WordPress 3.5 … Do I have to update ..for by now looks like there is no problem..I ‘ll watch it for the future.. if it happens again I ‘ll let you know immediately.. before it happens I had set capcha widget ..Now I have cleared from my system ..
Thanks for your attention and support..
Yucozt
July 26, 2013 at 9:27 pm in reply to: I can not create any 3D transitions….( Enfold – Responsive Multi-Purpose Theme #130634Thank you very much for everything. job’s done very well..
Regards,
Yucel
July 24, 2013 at 2:56 pm in reply to: I can not create any 3D transitions….( Enfold – Responsive Multi-Purpose Theme #130632Thanks alot.. I have done it.. and fixed.. I don’t see any warning message at all..
But I would like to share a thing abour solution.. Before you , I ve tried to find the sample_transitions.js file..in its place ..I couldn’t find it on my server.. And before upload to the server at the sametime I’ve tried find it in the themeforest.net (Enfold files)..I couldn’t it either…
Than I searched on the internet I found sample_transitions.js file and I copied and upload the server on its place.. Warning has gone..
What I have done is that true ?….Is that the second way to do it.?
( Actually When I get your message I ‘ve completed your method..)
var layerSliderCustomTransitions = {
“t2d” : [
{
“name” : “Sliding from right”,
“rows” : 1,
“cols” : 1,
“tile” : {
“delay” : 0,
“sequence” : “forward”
},
“transition” : {
“type” : “slide”,
“easing” : “easeInOutQuart”,
“duration” : 1500,
“direction” : “left”
}
},
{
“name” : “Smooth fading from right”,
“rows” : 1,
“cols” : 35,
“tile” : {
“delay” : 25,
“sequence” : “reverse”
},
“transition” : {
“type” : “fade”,
“easing” : “linear”,
“duration” : 750,
“direction” : “left”
}
},
{
“name” : “Sliding random tiles to random directions”,
“rows” : [2,4],
“cols” : [4,7],
“tile” : {
“delay” : 50,
“sequence” : “random”
},
“transition” : {
“type” : “slide”,
“easing” : “easeOutQuart”,
“duration” : 500,
“direction” : “random”
}
},
{
“name” : “Fading tiles col-forward”,
“rows” : [2,4],
“cols” : [4,7],
“tile” : {
“delay” : 30,
“sequence” : “col-forward”
},
“transition” : {
“type” : “fade”,
“easing” : “easeOutQuart”,
“duration” : 1000,
“direction” : “left”
}
},
{
“name” : “Fading and sliding columns to bottom (forward)”,
“rows” : 1,
“cols” : [12,16],
“tile” : {
“delay” : 75,
“sequence” : “forward”
},
“transition” : {
“type” : “mixed”,
“easing” : “easeInOutQuart”,
“duration” : 600,
“direction” : “bottom”
}
}
],
“t3d” : [
{
“name” : “Turning cuboid to right (90°)”,
“rows” : 1,
“cols” : 1,
“tile” : {
“delay” : 75,
“sequence” : “forward”
},
“animation” : {
“transition” : {
“rotateY” : 90
},
“easing” : “easeInOutQuart”,
“duration” : 1500,
“direction” : “horizontal”
}
},
{
“name” : “Vertical spinning rows random (540°)”,
“rows” : [3,7],
“cols” : 1,
“tile” : {
“delay” : 150,
“sequence” : “random”
},
“animation” : {
“transition” : {
“rotateX” : -540
},
“easing” : “easeInOutBack”,
“duration” : 2000,
“direction” : “vertical”
}
},
{
“name” : “Scaling and spinning columns to left (180°)”,
“rows” : 1,
“cols” : [7,11],
“tile” : {
“delay” : 75,
“sequence” : “reverse”
},
“before” : {
“enabledd” : true,
“transition” : {
“scale3d” : “.85”
},
“duration” : 600,
“easing” : “easeOutBack”
},
“animation” : {
“transition” : {
“rotateY” : -180
},
“easing” : “easeInOutBack”,
“duration” : 1000,
“direction” : “horizontal”
},
“after” : {
“enabled” : true,
“transition” : {
“delay” : 200
},
“easing” : “easeOutBack”,
“duration” : 600
}
},
{
“name” : “Scaling and horizontal spinning cuboids random (180°, large depth)”,
“rows” : [2,4],
“cols” : [4,7],
“tile” : {
“delay” : 75,
“sequence” : “random”,
“depth” : “large”
},
“before” : {
“enabled” : true,
“transition” : {
“scale3d” : “.65”
},
“duration” : 700,
“easing” : “easeInOutQuint”
},
“animation” : {
“transition” : {
“rotateY” : 180
},
“easing” : “easeInOutBack”,
“duration” : 700,
“direction” : “horizontal”
},
“after” : {
“enabled” : true,
“duration” : 700,
“easing” : “easeInOutBack”
}
},
{
“name” : “Scaling and spinning rows to right (180°)”,
“rows” : [5,9],
“cols” : 1,
“tile” : {
“delay” : 75,
“sequence” : “forward”
},
“before” : {
“enabled” : true,
“transition” : {
“scale3d” : “.85”
},
“duration” : 600,
“easing” : “easeOutBack”
},
“animation” : {
“transition” : {
“rotateY” : 180
},
“easing” : “easeInOutBack”,
“duration” : 1000,
“direction” : “horizontal”
},
“after” : {
“enabled” : true,
“transition” : {
“delay” : 200
},
“easing” : “easeOutBack”,
“duration” : 600
}
}
]
};
July 20, 2013 at 6:13 pm in reply to: I can not create any 3D transitions….( Enfold – Responsive Multi-Purpose Theme #130630Warning: file_get_contents(/webler/magnauratours.com/testtuna/wp-content/themes/enfold/config-layerslider/LayerSlider/sampleslider/sample_transitions.js) [function.file-get-contents]: failed to open stream: No such file or directory in /webler/magnauratours.com/testtuna/wp-content/themes/enfold/config-layerslider/LayerSlider/builder.php on line 14
Would you please help me solving this problem..
I tried again later again…but doesn’t work.. OK. as you say .. I couln’t find the sample_transitions.js file in the original Enfold folder where from themeforest.net– dowload .. so would you help me what can I do to fix it .. or where can I get proper files..
July 20, 2013 at 3:35 pm in reply to: I can not create any 3D transitions….( Enfold – Responsive Multi-Purpose Theme #130629Thanks for your help..
Actually I have just upload it (Enfold1.8.1) from themeforest.net and the same problem again…
I think that there is some problem in themeforest.net’s files.. would you help me what can I do more…
-
AuthorPosts