Forum Replies Created
-
AuthorPosts
-
isn’t it possible to create on enfold a custom widget area and than try to position it with css (z-index and fixed) in this manner?
hallo tom – wie ich sehe, ist es ja wohl mit dem Radius gelungen oder?
Du hast die Bilder verändert. Es ginge ja auch so ( sogar bishin zum Kreis):.pg-image, .pg-image-hover { border-radius: 50%; }
der unterhalb ist bei 10px so wie ich es sehe, hat aber wegen den bereits im Bild befindlichen Radien (musst halt rechteckige dann wieder hochladen) keinen Effekt
sag mal das drehen ist das ein Plugin oder alles händisch via css geregelt. ?
- This reply was modified 9 years, 4 months ago by Guenni007.
on that page this is not the layer-slider plugin but the fullscreen slider – and on that alb element you can choose it as an extra option.
on each image you add you can choose different options
on Caption there is “Apply a link or buttons to the slide?” you can add buttonsWell you can give to that text block a css custom class (see how to activate custom class on alb elements)
i gave the textblock the class: iconinlinethan i did the following:
.iconinline p { margin-left: 50px; } .iconinline .av_font_icon { margin-left: -50px; position: relative; top: -5px; }
with top value you can shift the icon
try it- This reply was modified 9 years, 4 months ago by Guenni007.
well i suppose that you done something wrong on placing your map position. Because there is no content at all:
<div style="height: 400px;" data-mapid="1" class="avia-google-map-container" id="av_gmap_1"> __________ </div>
on edit location did you press that little button to get longitude and latitude ? – without it does not work
well if you activate the alb for events it might be easy – or do i missunderstood your request?
https://kriesi.at/support/topic/the-events-calendar/#post-366328
July 23, 2015 at 1:51 pm in reply to: Enfold configuration in defferent languages using enfold #477727Great ! Thanks for testing it. I don’t have at the moment a multilingual Testenvironment to prove it myself.
If you want to use footer with widgets as well than it is more difficult to fixe it, because you have to be aware of seeing all content in main.
If footer is allow to scroll there is no problem with that solution aboveYes Yigit – i guess the code above works :lol:
this is the html background-color : try this
html.responsive, .responsive body { background-color: #fff !important }
i don’t know if i really understand what you want but you can change the original setup
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container { transform: scale(1.05, 1.05); }
to what you want:
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container { transform: rotate(25deg); }
try this one – but it might not work on the most mobile Phones:
#socket { position: fixed; bottom: 0; width: 100%; z-index: 999; }
how do you move your website?
I prefer duplicator (free) or backup buddy (not free) and had never problems like this.its hard to decide what to do from a screenshot.
If you don’t like to make your site-url public than put it in a private message.oh i see the url on screenshot :
so – i don’t know where this settings come from but if you put in quick css :.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 43px !important; }
this could help.
July 22, 2015 at 8:22 am in reply to: Enfold configuration in defferent languages using enfold #476902hi ismael – what about my suggestion that it could be possible to export theme settings file on one language – than switch Language in Enfold Options (menu bar above) – and import than this “english” Themesettings to the other langauge ?
July 21, 2015 at 11:28 am in reply to: Enfold configuration in defferent languages using enfold #476387More or less i think this is a feature and not a bug :lol:
sometimes i like to give the other languages different colors or a different logo. So this is nice to have that it is an extra setup for each language.
But i think you are right that a checkbox for always duplicate settings or not will be a nice feature for those who only want to have different content.btw. i don’t know if an “export theme settingsfile” on enfold options dialog import/export will work.
You can try to export the settings on e.g. english and change than to the different language and import the settingsfile than.July 20, 2015 at 1:01 pm in reply to: problems with enfold on ipad, padding on each side of screen #475752well first of all i see this on your source code:
.home #wrap_all { padding: 0 0 0 30px}
this leads only to a padding on the leftif you want padding on both sides:
.home #wrap_all { padding: 0 30px 0 30px}
or (same shit different name)
.home #wrap_all { padding: 0 30px }July 20, 2015 at 11:37 am in reply to: problems with enfold on ipad, padding on each side of screen #475693well the body has in this case the class : home
so you can use@media only screen and (min-width: 768px) and (max-width: 989px) { .home #header_main .container { padding: 5px 0px} .home #wrap_all {padding: 0px 30px} }
btw: on padding and margin you can shorten the code
if there are two values than it is (up – down) (left-right)
so padding : 5px 0 means the same as : 5px 0 5px 0
if there are tree values it is meant: up (left/right) down- This reply was modified 9 years, 4 months ago by Guenni007.
ok he changed it – and with 80px as well :lol
thanks for your positiv feedbackthats a pity and long time ago i made a featured request to put in the installable package the version.txt here – but it seem to be an envato thing.
this is sometimes a shame that in “all files & documentation” download and “installable wordpress file only” there are different Version numbers for a little time.
I got the message too about 3.2.2 but downloading the whole package from Envato only the 3.2 is in there. In the installable wordpress theme the 3.2.2 is present.
I like to do my updates manually too, so for that i download only the installable package.i think the orignal set of that is in:
.av-main-nav > li > a { display: block; font-size: 13px; font-weight: 600; padding: 0 13px; text-decoration: none; transition: background-color 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s; }
so if you goto quick css and change padding i guess this is what you want:
.av-main-nav > li > a { padding: 0 30px; }
well the images are there as you said above – and if i change the set opacity from 0 to 1 on developer tools i can see them all.
But this is not the solution because the opacity should change from 0.9 to 1 by hovering i guess..js_active .grid-image { opacity: 1; }
Es wäre so schön, dass am Objekt der Begierde gleich zu testen!
Ein Link dahin – und wenn du es nicht öffentlich machen willst markiere die Nachricht als Privat, macht es viel leichter zu helfen.manual means you uploaded wordpress via ftp?
how do you handle the wp-content folder – by uploading via ftp?After uploading – do you login into the wordpress installation again? because first start will update the database of WordPress than.
btw you can force a database update by: url/wp-admin/upgrade.phpoh sorry i see this is not the layerslider it is the fullwidth slider on that demo – it has the option to set two link buttons implemented.
On Caption of the fullwidth slider there is the option: “Apply a link or buttons to the slide?”
there you can set “attach two buttons”http://webers-testseite.de/enf01/?page_id=41
and btw. why don’t you link the site you mentioned?
http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
- This reply was modified 9 years, 4 months ago by Guenni007.
shortcodes i guess not but you can use a new layer ( text or image) and on layerslider options dialog the layer got : content, transition, link, styles and attributes
so you have everything to style the button
for link you set up the link to the aim and if you dont want to style the text each time you can give this layer via attributes/classes a class and style the button with quick.css – even the hover states!
look here – quick and dirty
http://webers-testseite.de/enf01/?page_id=39Well this is for a featured request best. I have map press pro for a long time and it works well in my way. But it might be a nice option to stand appart from competition to other framework wordpress themes!
so can be closed now
this is the point (as i mentioned in the E-Mail to you) i dont know how to change shortcode.js that the selected “View” is set for MapTypeID
Well what image processing program do you have?
here you can see your pictures with 200kb and i think there is a marginal quality loss
http://webers-testseite.de/enf02/fullwidth-slider/the image dimensions are one aspect of file size. The other is the compression level. Very often it is better to take a big compression at big images than to take a small picture with less compression.
have a look here: http://kriesi.at/archives/4-key-wordpress-image-optimization-tips
A huge JPEG (inches, not kilobytes) saved at a high compression rate can look better than a smaller image at reduced compression when re-sized for your page.
this is a nice freeware tool if you work behind MacOSX : https://imageoptim.com/
-
AuthorPosts