Forum Replies Created
-
AuthorPosts
-
on my website there is WP4.01 and Enfold 3.04
same Problem with Firefox. It seems to be a problem of the Caption. Because without caption there is no such behaviour.
November 21, 2014 at 10:36 am in reply to: Enfold not working with WP 4.0, can I get updated theme for free? #354986Where did you purchase it ? At Themeforest ! Than goto this site – login with your Themeforest (Envato) account and download the newest version.
By the way : alot of users have troubles with WP 4.01 but i tested Enfold 3.04 and it works for me.i thought that playing arround with some z-index has to be done too:
#footer { padding: 15px 0 30px; position: fixed; width: 100%; z-index: 1; bottom: 45px; } #socket { position: fixed; bottom: 0; width: 100%; z-index: 999; }
We have to handle the main content because it is covered with only the code above
wait a moment – i have a look.
i think this won’t work with a responsive footer hight, because footer and socket are in the main Container.
The socket height is not so variable – so you can manage it by adding a padding-bottom to main container but socket height is much more variable.I guess – no chance
-
This reply was modified 10 years, 6 months ago by
Guenni007.
you can download poedit from: http://poedit.net/
there are i guess mac and pc versions of it.load your language which you want to handle. ( folder: “lang” e.g. nl_NL.po)
see the menu in poedit there is in German (Katalog) perhaps this is called Catalog in english – choose actualize from pot file
choose the enfold.pot (english original)
than you can see that only 30% of 2571 texts are translated. ! (in dutch)
now you can make here your own translations – search for “hour”save the new file ( poedit will generate automatically the .mo file) both nl_NL.po and nl_NL.mo you can upload to your theme in the lang folder.
But the way of Yigit is quiet faster if you only want to change some translations.
the way above is for general use for : https://kriesi.at/support/topic/please-contribute-and-translate-enfold/
on the safari konsole you can see this:
Blocked a frame with origin “https://www.youtube.com” from accessing a frame with origin “https://dallas.iflyworld.com”. Protocols, domains, and ports must match.
This is a Javascript SecurityError: Blocked a frame with origin from accessing a cross-origin frame
i don’t know why – how do you place the youtube video on your site?
@simonac to get the option to give a css class to almost every container this is the code (best in a child-theme functions.php) :
add_theme_support('avia_template_builder_custom_css');
than you can give a class to simple slider as well.
http://www.guenterweber.com/entwurf/wp06/trial-and-error/so here is my answer on Yigit.
before 3.02 the grid shortcode is called layout_row.php in the avia shortcodes folder.
Now its called grid_row.php
because i’m updating always via ftp i did not delete the old folder – i overwrite it – thats my fault.
And this is the reason why i got two grid rows in my template builder.here is a report of the file you mentioned.
https://www.virustotal.com/de/file/8ed540b16a53778483effd85d0b1e1298fdbb1e417119a496d87ab70e4754592/analysis/0/55 Scanners found a malware in it.
but maybe your file is hacked so try to upload it to virustotal.com and scan yourself
if you just want to display it only on a special Site than you have to put in quick css something like this:
.page-id-306 h1.av-special-heading-tag { color: #fff !important; }
it changes every special heading on the site with the id 306
no link nor screenshot – its hard to help.
October 7, 2014 at 10:08 am in reply to: Updated theme with FTP – layer slider not working properly #331445btw. i’m a participant as you so i can not see your replies
October 6, 2014 at 8:05 pm in reply to: How to make the blog posts feature images link to the post and no the image #331130i can not understand that because if you chose in Enfold options for blog-style the “Multi-Author-Blog”
than the image is linked to the single posthttp://www.guenterweber.com/entwurf/wp05/category/allgemein/
October 6, 2014 at 7:43 pm in reply to: Updated theme with FTP – layer slider not working properly #331115nö – das war nur fehlertolleranter
schöne Grüße nach Österreichthere was a bigger fault tolerance
October 6, 2014 at 7:07 pm in reply to: Updated theme with FTP – layer slider not working properly #331096do you get the linebreak in this way: ?
And btw:
In HTML, the <br> tag has no end tag.
In XHTML, the <br> tag must be properly closed, like this: <br />.
Again a great job!
The Version Two is still one of the best themes ever – and you may have all good reasons to rest on your success.
But a better Team – like yours will never do that.
My compliments.And now i have to explore the steady progress.
hey ignaziolaci
Your site is very nice ! my compliments i like those via transform rotated (:before and :after) white “bar”i got it!
forum options are nested : and this was the errorThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.thanks – for that info
can be closed nowAnd by the way – your customer doesn’t use IE 8 ?
is this for the new version of enfold an Yoast SEO obsolte? :
for functions.php
add_action('init','avia_remove_yoast_filter'); function avia_remove_yoast_filter() { remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1); remove_filter('wpseo_video_index_content','avia_wpseo_video_content_fix', 10, 2); }
September 10, 2014 at 11:28 am in reply to: WordPress 4.0 update causes Avia Layout Builder not to work 2 #316418you are on Version 2.9.2 of Enfold ?
This version will work proper on WP4
when will this error message be shown?
I got MacOSX Mavericks and i have never seen this message.Edit: i’m a fool – for my customer i updated to 2.92 (WP4.0 compatible) but my test environment on my server is 2.91 so forget everything.
Enfold works on 4.0 WPdear alengio – thanks this solves for me the problem that the enfold options can not be seen in total:
but with your code the toggle button on top (show all) works now!
and Sitecreation and Frontsite Changings work for me.But the bold (strong does not work in code mode) so it is a bit confusing:
so change on line 948 of wp-content/themes/enfold/framework/js/avia_colorpicker.js the inner quotes to double quotes:
from:
.filter('a[rel=' + hash + ']');
to:
.filter('a[rel="' + hash + '"]');
-
This reply was modified 10 years, 8 months ago by
Guenni007.
I guess Kriesi is still in work with that problem.
my advice is to get rid of the autoupdate function of WordPress by adding this to wp-config.php:define( 'AUTOMATIC_UPDATER_DISABLED', true );
i was lucky to test WP4 first to a Testenvironment and recognized the errors there first.
Thanks too!
i can not controll now if it will work on ipad.
this might be checked. -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts