Forum Replies Created

Viewing 30 posts - 10,201 through 10,230 (of 10,264 total)
  • Author
    Posts
  • in reply to: Gallery Rollover Icon Change. How? #297733

    i thought that in entypo the U+2712 is that little feather http://www.entypo.com/characters/

    in reply to: Gallery Rollover Icon Change. How? #297723

    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’),

    in reply to: Max #297689

    sorry i’m no admin – so i can not see your private message.

    why 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!

    in reply to: Social Media icons in Header #297652

    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

    in reply to: Social Media icons in Header #297649

    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.

    in reply to: Anchor and hot spot image #297632

    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: …/#something

    to 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.asp

    in reply to: Max #297602

    first 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 again

    in reply to: Gallery Rollover Icon Change. How? #296592

    so 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)

    in reply to: Gallery Rollover Icon Change. How? #296588

    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?

    in reply to: Gallery Rollover Icon Change. How? #296587

    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 generator

    try 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 9 years, 10 months ago by Guenni007.
    in reply to: hover states on mobile-advanced menu #296182
    This reply has been marked as private.
    in reply to: hover states on mobile-advanced menu #296097

    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

    in reply to: hover states on mobile-advanced menu #296093

    sorry i found it by myself:

    #mobile-advanced a:hover, #mobile-advanced .mega_menu_title:hover  {
    background-color: #ffd900 !important; color: #fff !important
    }
    in reply to: hover states on mobile-advanced menu #296091
    This reply has been marked as private.
    in reply to: hover states on mobile-advanced menu #296090

    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 not

    in reply to: no featured image – Widget concerning #295355

    thanks – 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;
    }
    in reply to: archive image #295049

    hm – i thoght i was helping Tim ? :wink :lol

    in reply to: archive image #294951

    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 !

    in reply to: archive image #294946

    And if you want in blog View a little more distance between Image and Text you can add margin-right to small-preview

    .small-preview {
        height: 162px;
        left: 0;
        line-height: 162px;
        width: 162px;
        margin-right: 25px
    }
    in reply to: archive image #294878

    and if you like you can give a little border on the small preview image:

    #top .fullsize .template-blog .big-preview a, #top .fullsize .template-blog .small-preview img {border: 2px solid #f07625}

    because you have some images with white background.

    in reply to: archive image #294869
    .small-preview {
        height: 162px;
        left: 0;
        line-height: 162px;
        width: 162px;
    }
    
    #top .fullsize .template-blog .blog-meta {width: 162px}

    than the preview images are 162px x 162px

    the small preview allready changed – but left:0 fits better i guess

    in reply to: Maintenance Site autostart #294393

    i think there is a possility to set the site which is displayed in a htaccess file. But i believe only a static page is allowed.

    yes – thats the thing i forget everytime when i check the changes of my website on my ipad.
    Definitly that is the reason. This is not in the safari options – it is in ipad options / safari

    in reply to: sidebar on home page #294258

    so my next question to me is – why did you do that?
    And this question leads me to another question. it wood be nice to give a class to every segment (1/1, 1/2 etc.) so than it is possible to give it a custom background-color f.e.
    i like the opportunity (adding add_theme_support('avia_template_builder_custom_css'); to functions.php) to give every layout element a custom class. If there was a button on those layout elements to put in only a custom class this will be brilliant.

    in reply to: sidebar on home page #294255

    to 1 : the color-section is especialy for that case to have a 100% width (screen-width) above. So you have choosen both sections in a color-section.
    Try to put your content in a 1/1 Layout Element. Than it will work i supose.

    in reply to: Toggle Menu at 1024px #293640

    Thanks ! that is perfect!

    The theme itself is marvelous – and the possibilities are manifold – but the real richness of it is the stunning support.
    Not only the quality of help given to us all is great even the velocity is impressive.
    Great job of all.

    in reply to: Toggle Menu at 1024px #293278

    that helps! i didn’t thougt of the mobile menu option.
    990px is ok now for me – allthough the 1024px to 990px does not work
    same behaviour like before between those 990px to 1024px.
    But for me it is ok if i set it to 990px

    in reply to: Not recieving emails when submitted? #292664

    Hey Josue 2.9.2 ? this is still not the actual version – or do you mean that than the redirect will be in that comming version?

    in reply to: Replace Enfold Logo with my Logo #292663

    did you set in the Enfold Options Dialog your logo?

    http://abload.de/img/customlogoj7q7k.jpg

Viewing 30 posts - 10,201 through 10,230 (of 10,264 total)