Forum Replies Created
-
AuthorPosts
-
nah I like messing with your files, hahaha
did you update?
and there is the correct fix :) thx Yigit! works great.
please check my post for quick and dirty fix:
https://kriesi.at/support/topic/enfold-breaks-on-update-3-4-quick-and-dirty-fix/well… it seems yours server is in taiwan and you are in holland….
http://check-host.net/ip-info?host=www.irwincycling.comTTFB 5~10 seconds! (should be like 0.5 seconds)
Time spent waiting for the initial response, also known as the Time To First Byte. This time captures the latency of a round trip to the server in addition to the time spent waiting for the server to deliver the response.
-It has 2 factors: tript to server & server responseAnyhow, nothing to do with enfold :)
If you want to fix this situation I can advise you where to host in the netherlands.
Let me know, dont want to advertise here.
–
I can also advise you to use duplicator, create zip + installer, move to new host, install.
15 minutes you got site up and running at new host.Kind regards,
ThomasHi Jeff, what host are you on? Some hosts have bad connections to for instance the mysql server.
I had a host with a 15 second TTFB (Time To First Byte) After some talking to them they found a problem with the db server and switched it off, then linked all clients to new one and everything was as fast as lightning.
Groet,
ThomasHiya site is still local on Xampp, but please test,
– post format picture with featured image. => large size displayed on single above post title.
– click featured image => Lightbox shows 2 versions of the featured image, the large and the full size.Lightbox works fine, I dont have another lightbox plugin installed as enfold has the best.
greets,
ThomasJune 17, 2015 at 11:28 am in reply to: Vimeo fullscreen slider error – vimeo failed to execute #460658For the time being I switched to using youtube, youtube does work but also creates an error in console:
https://www.youtube.com/get_video?noflv=1&video_id=xF7h1R9yzqA&cpn=rsua051-…ferrer&eurl=http%3A%2F%2Fwww.fabriq.tv%2F&fmt=137&ptk=youtube_none&splay=1 Failed to load resource: the server responded with a status of 404 (Not Found)
Anybody have any idea what is going on?
June 16, 2015 at 5:33 pm in reply to: Vimeo fullscreen slider error – vimeo failed to execute #460205any update on this item?
June 15, 2015 at 4:57 pm in reply to: Vimeo fullscreen slider error – vimeo failed to execute #459489I am seeing the same thing on many enfold sites with vimeo in fullscreen slider.. so weird
June 15, 2015 at 4:32 pm in reply to: Vimeo fullscreen slider error – vimeo failed to execute #459458This reply has been marked as private..contac_us_img { display: none!important; }
Hi Rikard,
Thank you for your reply, ofcourse I work with a child, thx for checking!.
I just found the location, It is set in: section.phpregards,
Thomasthx Gunter, awesome.. please close topic!
:)
and thats why enfold is the best theme in the world!
thx, works like a charm, added an #id to it so it only happens on that specific hotspot image!
kind regards,
ThomasHiya Yigit,
Still in development, running local with xampp.
Just want to know how to make hotspots with an external link, link in new window…Cheers,
Thomasexample:
thx Yigit, kinda worked.. had to tweak some things and also with responsiveness I still need to do some edits…
However one thing I noticed is that a certain function isnt working anymore with this….// Removes tabs from their original location remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 ); // Inserts tabs under the main right product content add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 60 );
I am trying to get the tabs under the product image and span the width up to the sidebar.
All I need to do now is take the tabs out of the summary div and move it below.Any idea on this? not sure why this straight forward remove add action is breaking the site.
Any help appreciated!
strange.. didnt work for me either :)
Anyhow, I changed password, same credentials work now, and tested!
sorry
awesome!
just to let you know, the related products can be sorted with the plugin “post types order”
This isnt really the correct way of doing it, but it works!Somehow the post types order plugin disabled the random sort and shows em in the order configured :)
all good for me, have a great weekend!
thx for being awesome!
Any idea on sorting these products, they are random now…SORRYYYYYYYYYYYYYY was running 2.9.1 …. ooooops
2.9.2 running smooth!
same here, clean install, same host as before…
wp 4.0 DUTCH
enfold 2.9.2NO PLUGINS INSTALLED
– problems in enfold settings screen (no enfold sidemenu)
errors in console
– can not enable advanced layout editor on new page creation
errors in consoleI think it has to do with an updated jquery in wp 4.0…
following this thread!
cheers,
Thomas.September 12, 2014 at 1:37 pm in reply to: Remove item from shopping cart WIDGET button (x) ? #318073thx perfect!
September 12, 2014 at 9:35 am in reply to: Remove item from shopping cart WIDGET button (x) ? #317970Thx I realised this.
I purchased a new shopping cart widget plugin. This one works fine.
However it seems as the delay in loading of the enfold shopping cart popout is interfering with this new shopping cart plugin.Is there a way to entirely disable the enfold cart? Not just a css display none…
kind regards,
ThomasMay 5, 2014 at 6:33 pm in reply to: Where can I get latest child-theme? + weird bug in my child-theme? #260403thx for you response!
Devin, tell me.. why does it mess up things even when I have the original file in my child-theme.
– copy over the untouched file from mommy theme to childtheme/shortcodes
– add the above code to childtheme/function.php
=> backend and frontend of the site get bugged out
-remove code form functions.php -> all fixed
=> modified core file works fine when kept in mommy theme folderThe type of changes I do to these files are so minor that it cant be my code or whatever.. its something else and I have encountered it twice now. I use a child theme to be able to update and keep going back to editing the mommy theme as this code breaks my site…
Greetings,
ThomasMay 5, 2014 at 4:36 pm in reply to: Where can I get latest child-theme? + weird bug in my child-theme? #260333Hi Devin,
I checked the latest zip from themeforest but without any luck.
There was no childtheme to be found inside the full zip with psd etc. Let me know if its hidden somewhere deep.. as I cant find it!
This is a new install and there are no outdated files, I am really looking for an answer as why this code gives me so many problems:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
I changed 1 line in the file and need to have this file in my child theme so I can update, however I am still stuck on modifying the mommy theme.
Please let me know what my child themes functions.php needs to look like for it to overrule the shortcodes/masonry_entries.php
Cheers,
ThomasMay 5, 2014 at 11:23 am in reply to: wordpress 3.9 enfold 2.7 adminbar ajax search in header #260184Hi Dude & Kriesi,
I am now on a windows 7 pc with chrome 34.0.1847.131 m and all works as expected.
I think it must have something to do with windows 8 in combination with chrome 35.0.1916.86 beta-m.So maybe this is a problem for the future as its on chrome 35.x beta.
Thx for you time!
Thomas
-
AuthorPosts