Forum Replies Created
-
AuthorPosts
-
yes please tell us what plugin did the trick!
thanks ismael – i’m a lazy bone – so i don’t want to switch the maintenance mode manually.
For the site mentioned above i made a static site called maintenance.php and put it into the wp-content folder – so when upgrading the maintenance.php is shown automatically.I’m not pro enough – but it might be possible to set up the maintenance site generated with the enfold options similar to the procedure above to show automatically when upgrading.
If it isn’t possible then i have to make it via Theme Options / Frontpage Settings.
this here is an example on an own site with static content:
<?php $protocol = $_SERVER["SERVER_PROTOCOL"]; if ( 'HTTP/1.1' != $protocol && 'HTTP/1.0' != $protocol ) $protocol = 'HTTP/1.0'; header( "$protocol 503 Service Unavailable", true, 503 ); header( 'Content-Type: text/html; charset=utf-8' ); header( 'Retry-After: 600' ); // 10 minutes ?> <!DOCTYPE html> <html lang="de-DE" dir="ltr"> <head> <title>Sorry, wir sind bei Wartungsarbeiten</title> <meta charset="utf-8" /> </head> <body> <div id="content"> <img src="wp-content/uploads/guenni.png"> <h1>Wartungsarbeiten</h1> <img src="wp-content/uploads/toolbox.jpg"> <p>Unsere Seite befindet sich vorübergehend im Wartungsmodus</p> <p>Eine Tasse Kaffee weiter sind wir für Sie wieder online - Danke</p> </div><!-- #content --> </body> </html> <?php die(); ?>
but i guess it might be possible to fill this with dynamic content
you can see it here with the static content here: http://www.guenterweber.com/wp-content/maintenance.php
btw. your first topic had an answer 1day after by Yigit
if you don’t reanswer again when not understanding the hints the topic seemed to be solvedallthough i’m german too – this is an internationl support forum – so here is my bad english with i hope so a good answer.
if you do not put in the google map in another container (color-section 1/1 etc.) it will be stretched to the hole width.
1) my Adress Button works well – so perhaps you got a popup blocker or something like that?
but my Advice is to put in the detailed coordinates because Google Adresses are sometimes not well transformed.
you can see that at the big redmarker – this is not the correct Place of my office. (the correct place is the small red marker)2) have you checked the “display tooltip by default” than (in my example the red marker) the tooltip is open by default.
3) you can fill the tooltip by adding content in the area below (marker Tooltip)
4) be patient – i don’t know any support which is faster than this one here.
Example is here: http://www.wordpress-webdesign.org/entwurf/
5) you can place your own marker images if you upload them
August 5, 2014 at 10:36 am in reply to: How to update a new version without changing costom CSS code? #300085i think this is a good link for it: https://vimeo.com/67209750
you say it by yourself – the thing is that uppercase
css for it is text-transform: none (or inherit see here: http://www.w3schools.com/cssref/pr_text_text-transform.asp )but i can not see your site to verify the code
its easy to say something about it when using f.e. the web developer toolsthis is an interesting question because there are already some settings for it:
avia-arrow-wrap and avia-arrowif you set:
.avia-menu-fx .avia-arrow-wrap { visibility: visible;}
to visible ther is a little arrow on the current menu point.
do you have any link for us?
Any ideia how to put my menu like this one
there is no clickable link inside
you generated a font here ? on http://fontello.com/
you downloaded there the generated zip file?
look in your uploads folder of wp. there is a subfolder called dynamic_avia.
the first line of enfold.css is the settings of the options i guess
from line 2 there are your custom css settingsif you got a child theme than same thing on enfold_child.css
i thought that in entypo the U+2712 is that little feather http://www.entypo.com/characters/
hey Yigit – but the matter with it is that he doesn’t have an icon out of this entypo icon set.
He wants to use an unicode font.
This code in quick css works (just simple copy/paste) : http://www.guenterweber.com/lims/versuch/.image-overlay .image-overlay-inside:before { content: "✒"; -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -o-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); font-size: 70px; line-height: 70px; }
but i suppose he tried to analyse my bad english instead of trying to insert the code above.
this really encourages the readiness to help .the other method to create a custom font at fontello and upload it to enfold works too.
You only need a svg of the picture you want place for it.
Than he needs to change this: ‘ov_image’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue869’),sorry i’m no admin – so i can not see your private message.
July 30, 2014 at 12:58 pm in reply to: Need to add several lightboxex triggered by clicking at hotspots #297686why not use the advanced layer slider
than you had the advantage of buttons in motion :lol:
you can create every png you want and choose a link on that layer, or have some text-layers with rounded corners, custom background etc.
you can set on the layer an id or class – so you can figure out some hover-effects for it.This could replace a hole navigation!
and if you want a different color for each you have to set up f.e.
#top .social_bookmarks li.social_icon_1 {background-color: #aaa !important}
or
#top .social_bookmarks li.social_bookmarks_facebook {background-color: #aaa !important}
etc.
for social_bookmarks_twitter, social_bookmarks_skype, social_bookmarks_linkedin, and so on
try this:
#top .social_bookmarks { height: 50px; } #top .social_bookmarks li { background-color: #ccc !important; width: 50px; } #top .social_bookmarks li a { font-size: 30px; line-height: 50px; min-height: 50px; text-align: center; width: 50px; }
here i choosed font-size 30px – the 50px concerns to it. If you want bigger “images” you have to change these 50px as well.
put the hotsport image in a color section.
There is an oportunity to give the color section a section id (e.g. something)
Than the anchor will be: …/#somethingto get a stretched hotspot image you have to put in the quick css:
#something > .container {width: 100%}
maybe it should be important to set :
#something > .container {width: 100% !important}
thats it – this will select the div.container with parent #something
look here: http://www.w3schools.com/cssref/css_selectors.aspfirst of all – did you press the button below to save all settings?
if so – have you installed any caching plugins (W3TC or WP-Supercache etc.) – purge your cache
and erase the browser cache too.
Try againso now here my solution:
you can download here a svg file of your U+2712
http://www.fileformat.info/info/unicode/char/2712/index.htm
( http://www.fileformat.info/info/unicode/char/2712/black_nib.svg)than you can upload that svg file to http://fontello.com/
the fontello icons generator. you than can download this font as a zip file and upload it via your Enfold Options Dialog (Import/Export)
after that you can use this uploaded font in every icon context – to get the code of your sign use f.e. an Iconbox and navigate to your uploaded sign – on mouseover the code is shown.than you have to change the functions.php in that way described above
that line :
'ov_image' => array( 'font' =>'entypo-fontello', 'icon' => 'ue869'),
goes to f.e.
'ov_image' => array( 'font' =>'newfont', 'icon' => 'ue753'),
on fontello icon fontgenerator you can give a name to the downloaded font you created or selected there (here newfont)
an again a question : if your lightbox pictures are smaller than the preview-pictures above in the gallery – does this make sense to set the lightbox effect?
and did you use .image-overlay .image-overlay-inside:before
i don’t know wheather it works with unicode fonts i used a custom font made on fontello font generatortry first of all this:
.image-overlay .image-overlay-inside:before { content: "✒"; -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -o-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); font-size: 70px; line-height: 70px; }
the transform is only to rotate the content. If you don’t like it – get rid of it
you can see an other solution here: https://kriesi.at/support/topic/custom-fontello-icon-set-to-standard-post-pic/
it is i guess in functions.php the line 218
'ov_image' => array( 'font' =>'entypo-fontello', 'icon' => 'ue869'),
concerning to your problem.
if you have a child-theme installed you can do it as described above.
or you can change it by editing the functions.php itself and have in mind after updates it could be loss than.btw . your mentioned U+2712 is an Fontello Icon or do you think that you can use unicode fonts here ?
- This reply was modified 10 years, 3 months ago by Guenni007.
This reply has been marked as private.but one question allthough:
you see in that page above that the color of the font changes only if i hover the a – i want to obtain it (same as on first level links) when i hover the span state
sorry i found it by myself:
#mobile-advanced a:hover, #mobile-advanced .mega_menu_title:hover { background-color: #ffd900 !important; color: #fff !important }
This reply has been marked as private.hm sorry – i don’t want to change the background colors of the hoverstates in normal but in off-canvas menu.
All links there have a hover state but the first level under a mega-menu topic notthanks – it works when adding the size for the background:
span.news-thumb.no-news-thumb { background-image: url( to background-image ); background-size: 36px 36px; }
hm – i thoght i was helping Tim ? :wink :lol
and last but not least : if you want to shift that little timeline (dashed) again to the middle of the image you had to configure:
.multi-big .post_author_timeline, .single-small .post_author_timeline { border-right-style: dashed; border-right-width: 1px; height: 100%; left: 80px; position: absolute; top: 0; width: 1px; }
with left positioning !
-
AuthorPosts