Viewing 30 results - 132,511 through 132,540 (of 142,871 total)
  • Author
    Search Results
  • #236765

    Hallo,
    leider sind wir derzeit etwas überfordert, da wir einerseits durch das 2.6 Update mehr Anfragen hereinbekommen und andererseits ein Mitarbeiter derzeit ausfällt. Ich hoffe, dass sich dbzgl bald eine Lösung findet. Wenn ihr eine schnelle Anwort wollt fragt bitte in Englisch, da ich der einzige deutschsprachige Mitarbeiter bin und daher eine Antwort länger benötigen kann.

    1) Seit 2.6 gibt es eine Option, welche euch erlaubt die Header Höhe anzupassen: http://www.clipular.com/c/4563914599694336.png?k=sXeFVpmd8TZqRKcKKe7Ah5qhmlQ – habt ihr schon probiert die Höhe zu ändern und somit die Skalierung des Logos zu verhindern?

    2) Ihr könnt die Größe mit CSS Code an die Bildschirm auflösungen anpassen. ZB für Ipads und Smartphones mit:

    
    @media only screen and (max-width: 989px) and (min-width: 768px)
    .responsive .mobile_slide_out .logo img {
    width: 300px;
    }
    }
    
    @media only screen and (max-width: 767px)
    .responsive .mobile_slide_out .logo img {
    width: 150px;
    }
    }
    

    Anstelle von 300px und 150px gebt eure gewünschte Logo Größe ein.

    3) Ja, der Browser blockiert die Slider Dateien, da diese über https:// geladen werden, aber ihr über kein vertrauenswürdiges Zertifikat verfügt. Stellt sicher das ihr entweder ein valides Zertifikat habt (dieses kann man sich zB bei Hostern registrieren lassen), oder ladet alle Resourcen nur von der http Adresse. Derzeit habe ihr aber eine Mischung von beidem und der Browser blocckiert die https:// url mit folgendem Fehler:

    
    Failed to load resource: net::ERR_INSECURE_RESPONSE https://www.habermann-gmbh.com/wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/avia-samples/slide1_Layer_1.png
    

    4) Die einzige Lösung (welche mir jetzt einfällt) wäre statt dem Logo den Balken + das Logo als Hintergrundsbild für das Menü zu setzen. Dann könntet ihr mit :

    
    .html_header_top.html_header_sticky.html_large #header_main .container{
    background-size: contain;
    background-image: url(https://website.com/meinlogo.jpg);
    }
    

    sicherstellen, dass dieses Hintergrundsbild sich immer der Bildschirmgröße anpasst und ihr könntet zB die Balkenform mit Photoshop anpassen. Natürlich müsst ihr http://website.com/meinlogo.jpg mit der url zu eurem Bild ersetzen.

    Best regards,
    Peter

    #236758

    Hi!

    Try to insert this css code into the quick css field to change the color

    
    #top #wrap_all a.more-link{ color: #eb23eb; }
    

    You can change the color value if necessary. You can also set a different color for each language. Just use the language switcher on the theme option page and insert the code into the quick css field – each language will generate a separate dynamic stylesheet based on the quick css content.

    Cheers!
    Peter

    #236745

    Hi!

    Go to Appearance > Menus and click on the “Screen Options” tab in the top right corner. Then tick the checkbox next to “Portfolio Categories” to activate them.

    Best regards,
    Peter

    #236743

    Lots of new things added in with 2.6 and still more to come thanks to so many great suggestions!

    Quick reminder that the topic should only be used for feature request. I clean out off-topic posts regularly so if you have issues or questions make a new post and we can address it there.

    Regards,

    Devin

    #236733
    This reply has been marked as private.
    #236729

    Hi!

    Go to Appearance > Menus and click on the “Screen Options” tab in the top right corner. Then tick the checkbox next to “Portfolio items” to activate them.

    Best regards,
    Peter

    #236718
    This reply has been marked as private.
    #236717
    This reply has been marked as private.

    Hi!

    Try the suggestion from Kriesi here: https://kriesi.at/support/topic/latest-theme-update-damaged-blog-page/#post-235332

    Cheers!
    Devin

    #236668

    Hey @webguy_ccta,

    Can you create a new topic detailing the issue and with a link to the site/page. This topic’s main issue has been resolved with the 2.6.1 update and I don’t want to confuse the two issues if they are only partially related.

    Regards,
    Devin

    #236665
    Walrus11
    Participant

    Hi guys!

    1 – I would like to increase the spacing between lines for the various text styles such as H1, H2, H3 etc.

    2 – I tried to use this code to adjust the size of the text for TABS. The one for the content works fine, but not the text size for the tab itself.

    js.active .tab { font-size: 18px; }
    }

    .active_tab_content .tab_inner_content { color: ; font-size: 14px; }
    }

    3 – Portfolio Sub-Filtering, I read this post: https://kriesi.at/support/topic/advanced-filtering-for-portfolio-items/, and tried the plugin, but still can’t get it to work correctly. Any ideas? Example:

    Year (main)
    – 2013 (Sub)
    – 2013 (Sub)
    – 2014 (Sub)

    4 – I’d like to increase the size of the white space around the portfolio filters, while still keeping the text in the center.

    I’d much appreciate any input / direction!

    Thanks!
    W

    #236659

    Hi Keurdom!

    For the lightbox question there isn’t a way I know of to do that unfortunately.

    For the general hyperlink color Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top .entry-content-wrapper a { color: #ef7f2c; }
    
    

    Cheers!
    Devin

    #236655

    Hi Oliomedia!

    I’m not really sure on this one so I’ve tagged Kriesi on the topic.

    Regards,
    Devin

    #236640

    In reply to: Ajax Portfolio Preview

    Hi,

    Open /enfold/js/shortcodes.js and look for line 1179:

    var target_offset = target_wrap.offset().top - 175,
    

    Replace it by this:

    var target_offset = target_wrap.offset().top - 120,
    

    Regards,
    Josue

    #236617
    Jasmer
    Participant

    Oops Re: https://kriesi.at/support/topic/sidebar-widgets-links/

    This code seems to have removed al of the links below the titles. I just wanted to remove the links to the titles only not the content below. Can we reopen the original thread above please?

    Thanks guys, Jasmer

    #236607
    This reply has been marked as private.
    #236605
    Tech Dude
    Participant

    with the latest update, i’m also now getting that same space between the header and the top of the body. the code i currently show is below. i’ve changed the fixed_header.social_header #main higher and lower, and removed it and it still showed the space.

    #header_meta{
    display: none !important;
    }
    .fixed_header.social_header #main {
    padding-top: 115px;
    }
    • This topic was modified 12 years ago by Tech Dude.
    #236597
    Philippe
    Participant

    Hello, I would like to hide the right sidebar in the page showing the results of any search.

    But there is no “edit page” at the top.

    And i cannot find this page in the list of the pages, in the dashboard;

    Can you please tell me what i should do ?

    Thank you so much !

    Best,

    Philippe

    #236588
    WANTED1403
    Participant

    Hey Guys

    Coming back to this Topic of mine: https://kriesi.at/support/topic/possibility-to-set-a-semi-white-background-to-layout-elements-no-color-section/#post-231615

    Is it possible to add a shadow effect for each layout element when a White background Color is Chosen?

    Thanks in advance for our replies!
    Cheers, Matthias

    #236572
    penumbra
    Participant

    Hi there –
    I have a png logo file. On desktop when the width of the page is scaled below about 750px the logo is enlarged and breaks up. On mobile (iPhone) the log is enlarged and breaks up. Is there anyway to improve the appearance of the logo? I’ve put a site link in a private reply.
    Thanks so much.

    • This topic was modified 12 years ago by penumbra.
    #236559

    Mmmm I’m sorry, I’ve found, just adding “!important;”….

    You can delete this topic… sorry again.

    Thank you for your great work, this 2.6.1 is fabulous!

    Best regards,

    Jul…

    #236552

    In reply to: mobile view

    This reply has been marked as private.
    #236539

    Topic: Social buttons

    in forum Enfold
    Zakkery
    Participant

    Hey. I live in Russia, we have here a popular social network similar to facebook, called Vkontakte. So, how can I insert it in the top menu instead Vimeok for example.

    #236526

    Hi Yigit,

    Added the code. Still shows up.Trying to remove Alt Txt from top of images

    #236523

    Hi charger70!

    Which version of Enfold are you using? If not 2.6.1, please firstly update the theme and check if issue remains – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    Cheers!
    Yigit

    #236519

    Hi!

    Please refer to Josue’s post here – https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464

    Best regards,
    Yigit

    Hi!

    Please add following code to Quick CSS as well

    .products .product.first { clear: right; }
    #top .products .product.last, #top #main .products .product.last { margin-right: 40px; }

    Regards,
    Yigit

    #236498
    Munford
    Participant

    HI
    I just upgraded / to Enfold to 2.6.1 and like some others I am having these errors:

    1. The logo in the header on mobile is too big. I did this styling before which had it justified left and fitting nicely between the left edge and menu. How can I fix this?

    @media only screen and (max-width: 767px) {
    .mobile_active #advanced_menu_toggle {
    display: block;
    right: -15px;
    top: 40px; }
    .logo img { height: 50px; width: auto !important; max-width: none !important; margin-top: 10px!important;
    padding-top: 0;}
    .responsive .logo { margin-left: -10px!important; }
    }

    /*headerlogo fix*/
    .logo img {
    margin-top: 5px;
    }

    .header-scrolled .logo img {
    margin-top: 0;
    }

    2. The WPML language switcher is gone from the header. I put it in the menu for now but would like to get it back in the header soon.

    That’s all so far. I would appreciate it if you could give me a quick fix for these issues. I have looked through the header settings but don’t see any extra settings for mobile other than the menu options.
    thanks for your help! I will follow this with login info.
    n

    • This topic was modified 9 years, 11 months ago by Yigit.
    #236483
    lifeundone
    Participant

    Hi,

    I have applied the update to 2.6.1 and all is well.
    Header settings have been re-applied and I now have the Header Behaviour set to “Sticky” and “Shrinking”
    However, when the page scrolls, you can see the content in the background of the header.
    I tried changing the “Transparency Options” to make the “transparency menu color” white but you can still see the content scrolling behind.

    In the “Styling” options, the header is set to white as well.

    Also, the extra bar at the top (above the logo/menu) used to have a color and now it is gone.
    Where is that setting hiding now?

    What am I missing?

    Thanks

    Mitch

    #236473

    Hey!

    Make sure to first undo the changes to the portfolio.php file. Then add the javascript snippet from Peter to your avia.js file. If that doesn’t work then you can request that the feature be added in by Kriesi in the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests/

    Best regards,
    Devin

Viewing 30 results - 132,511 through 132,540 (of 142,871 total)