Forum Replies Created
-
AuthorPosts
-
why did you use a transparent png for obtaining the effect you want:
.header_color { background: rgba(181,7,10,0.8) !important; }
the 0.8 is 80% transparent
and for your topmenu:#top .av_header_transparency #header_meta { background: rgb(181,7,10) !important; }
btw: you used in your new layout : Let logo and menu position adapt to browser window
-
This reply was modified 10 years, 4 months ago by
Guenni007.
November 28, 2014 at 1:40 pm in reply to: problem with translation PO files – not showing in many places #359551could be something with filepermissions. Can you change it via ftp (folder enfold/lang ) to something that defninitly works!
now its clear what is the problem. It seems to be a footer element with green background under the Main Content but
please tell me how do you get out of main container the sidebar ?
Normaly it is in the main container.PS : die Pampigkeit gehört hier nicht hin. Die Leute sind hier alle sehr schnell auch mit sehr praktikablen Lösungen. Manchmal muss man eben genauer beschreiben was da falsch ist.
wie gesagt das unten hätte genausogut der Footer mit Widgets sein können.dein Quellcode:
so wird der bei mir in Enfold generiert:
-
This reply was modified 10 years, 4 months ago by
Guenni007.
please post a link to your page.
And if you don’t want that other participants help you – you can mark your message as private so only support team can see your message.Without that it is not possible to help you.
well if the border-radius is bigger than half the size of your button the button will be a circle.
or you define the border-radius as 50% as you can see with standalone Icon
but it will be unpractical for buttons with different text-lengthNovember 28, 2014 at 11:34 am in reply to: problem with translation PO files – not showing in many places #359496after translating the files in code style localisation – did you press that little button on top “create mo-File” ?
thanks again – that did the trick!
can be closed nowich kann auch nichts ungewöhnliches sehen ; ausser mein Einwand s.o.
kann man momentan am schnellsten beheben, wenn du das Mobile Menu schon für Tabletts aktivierst (Enfold/Header/MobileMenu)
dort acitvate for smartphones und tablets (unterhalb 990px)perhaps you can find the definitions in enfold/css/shortcodes.css
there you can find some animation definitions (cubic-bezier)
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry { animation: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.075) 0s normal none 1 running avia_msonry_show; }
perhaps a little css helps :lol:
do you use the WPML Version 3.8.1.3 ? because i had no problems to place the language switcher to even widgets or menues:
here you can see the screenshot of that dialogi put the flags to the top bar at the right (social icons at the right)
this is not so dominant – and it seems that WPML made it by itself if a topbar is present.You find it at header/extra elements:
but i think what makes me feel a bit more confused was the behaviour between 768px and 989px with the area of “normal navigation” – this is white and without your floral background. Did you do something with the mobile behaviour on your custom css ?
well the first one i see on your page ; try this:
#header_main_alternate.container_wrap { border-top: 0 none !important; }
it will be much easier to help if we have a site to see your specific Button.
if you mean in general these shortcode buttons http://kriesi.at/themes/enfold/shortcodes/buttons/
there are rules for every defined color.if you want to change every hover button text color you can add this:
.avia-button:hover { color: #0a2907 !important; }
but if you want to change only one specific colored Button (and this makes sense because a gray in a silver button is not good) we had to see the example
in that case e.g.
.avia-button.avia-color-silver:hover { color: #0a2907 !important; }
by the way.
I guess it would be better to choose a different header.
Logo in the center and Nav beyond. Because of the width from your nav its over the logo at small screens.This reply has been marked as private.This reply has been marked as private.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
-
This reply was modified 10 years, 4 months ago by
-
AuthorPosts