Viewing 30 results - 83,251 through 83,280 (of 142,733 total)
  • Author
    Search Results
  • #757339

    Hey alliancepp,

    This is possible using a full-width color section. An example of how this works:

    Add a color section then set the height to at least 75% of the browser height. Place a google map element plus a text block below. Apply a unique id to the color section in the Section ID field. Use “custom-section” for example. Add this in the Quick CSS field.

    #custom-section section.av_textblock_section {
    position: absolute;
    top: 0;
    left: -10%;
    background: rgba(0,0,0,.5);
    width: 60%;
    height: 100%;
    padding: 20%;
    }

    #custom-section .container, #custom-section .template-page {
    padding: 0;
    }

    You can add all the text content inside the text block element.

    Best regards,
    Jordan Shannon

    #757338
    Spikie69
    Participant

    Hi,

    I am having a slight issue with a site.

    I have 5 services
    I need 3 then 2
    I searched the forums to make the 2 centered and found this https://kriesi.at/support/topic/center-3-14-columns-in-colored-section-row/

    I used this code

    .home #services {
        text-align: center;
    }
    
    .home #services .av_one_third {
        float: none;
        display: inline-block;
    }

    It worked perfectly except it made on image a little lower on a tablet so they weren’t aligned anymore.

    I can solve this by making the row Equal Height and Vertical Align Top it messes up the footer. This is where I have the site at now. All the links are red in the footer and they should be white like the rest of the site.

    Any help would be greatly appreciated.

    EDIT*
    So the major issue is with having Equal heights on the second column. This makes an error on the footer.
    I have deleted the 5th item as they no longer need it but it is still a bug.

    • This topic was modified 8 years, 11 months ago by Spikie69.
    #757333

    Hi,

    Try using this css code:

    #top #wrap_all input[type="text"]:focus, 
    #top #wrap_all input[type="email"]:focus {
        border-bottom: 2px solid yellow !important;
    }

    Just adjust the color and thickness. HOpe this helps.

    Best regards,
    Nikko

    #757332

    In reply to: Hi. How to hide this

    #757328

    In reply to: sidebar logo icons

    hej Nikko,

    I want to do the same changes in http://zorbas.synology.me/zorbas.dk/pakketilbud/
    I have tried with same method like:
    }

    .page-id-3647 .sidebar_left #nav_menu-4 {
    display: none;
    }

    and changed ofcourse the page id and nav_menu-2, but it doesnt work for me.
    How can i change the quick css so that it works with http://zorbas.synology.me/zorbas.dk ?

    the quick css from the old site is:
    #top .flag-dansk {
    background: url(‘http://zorbas.synology.me/wordpress/wp-content/uploads/2016/12/dansk-flag.png’) center center no-repeat !important;
    height: 18px;
    width: 50px;
    text-indent: -9999em;
    }

    #top .flag-svensk {
    background: url(‘//zorbas.synology.me/wordpress/wp-content/uploads/2016/12/svensk-flag.png’) center center no-repeat !important;
    height: 18px;
    width: 50px;
    text-indent: -9999em;
    }

    #top .flag-dansk a,
    #top .flag-svensk a {
    display: block;
    }

    .custom-tag {
    padding: 5px;
    background-color: rgba(0,0,0,0.5);
    }

    #top .widget_nav_menu {
    padding-top: 0;
    }

    .sidebar_left {
    -moz-box-shadow: inset -8px 0 20px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset -8px 0 20px -10px rgba(0, 0, 0, 0.2);
    box-shadow: inset -8px 0 20px -10px rgba(0, 0, 0, 0.2);
    }

    .sidebar_left .inner_sidebar {
    margin-right: 0 !important;
    }

    .sidebar_left .widget_nav_menu ul li a {
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0;
    margin: 0 0 -1px;
    padding: 12px 16px !important;
    text-align: left;
    }

    .sidebar_left .widget_nav_menu ul li:first-child a {
    border-top: 0;
    }

    .page-id-3665 #element_avia_17_1 {
    width: 100%;
    margin-left: 0;
    }

    .av-catalogue-content {
    padding-right: 0px;
    }
    .avia-testimonial-image {
    float: none;
    margin: 0 auto 0px auto;
    }
    .avia-testimonial-meta {
    margin-left: 0;
    text-align: center;
    }

    .lch-progrees-bar {
    padding-right: 0px;
    margin-right: -0px;
    }

    .page-id-3647 .sidebar_left #nav_menu-4 {
    display: none;
    }

    .page-id-3650 .sidebar_left #nav_menu-4 {
    display: none;
    }

    .page-id-3653 .sidebar_left #nav_menu-4 {
    display: none;
    }

    .page-id-3656 .sidebar_left #nav_menu-4 {
    display: none;
    }

    /*
    @media only screen and (max-width: 767px) {
    .responsive .avia-grid-testimonials .avia-testimonial-meta {
    margin-left: 130px;
    }}*/

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .lch-progress-bar {
    padding-right: 0px;
    margin-right: 50px;
    }
    }

    @media only screen and (min-width: 768px) {
    .home #av_section_2 .entry-content-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    }

    .home #av_section_2 .entry-content-wrapper .iconbox,
    .home #av_section_2 .entry-content-wrapper .iconbox_content {
    height: 100%;
    }

    .home #av_section_2 .entry-content-wrapper .iconbox_content {
    padding-bottom: 0;
    }
    }

    .home #av_section_2 .entry-content-wrapper .iconbox_content {
    padding-bottom: 30px!important;
    }

    .home #av_section_2 .entry-content-wrapper .iconbox_content .avia-button-center {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width:90%;
    }

    @media only screen and (max-width: 767px) {
    .av-catalogue-price {
    font-size: 14px;
    position: relative;
    }
    .av-catalogue-title {
    font-size: 14px;
    line-height: 1.5em;
    }

    .avia_textblock {
    line-height: 37px;
    }

    h1 {
    line-height: 60px;
    }

    .fb-page.fb_iframe_widget,
    .fb-page.fb_iframe_widget span {
    position: static !important;
    width: 100% !important;
    }

    .av-catalogue-content p:last-child {
    font-size: 11px;
    }

    .av-catalogue-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    }

    .responsive .tabcontainer .tab_content {
    padding: 0 5px;
    }

    .av-catalogue-content p {
    font-size: 10px !important;
    }

    .progressbar-title {
    font-size: 11px;
    }

    .avia_message_box_content {
    margin-left: -8px;
    margin-right: -8px;
    }
    }

    #757324

    Hi,

    Try adding this css code, this should adjust the mobile version:

    @media only screen and (max-width:767px) {
      .faux-header {
        max-height: none;
      }
    
      .fun-filled {
        margin-top: 0;
        margin-bottom: 0;
      }
    
      .home .av-special-heading.pull-up-40 {
        float: none;
        margin-bottom: 50px;
      }
    
      .home #after_section_2 .av_one_fourth {
        width: 100% !important;
        margin: 0 auto 30px !important;
      }
    
      .home #after_section_2 .av_one_fourth img {
        width: 100%;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    keeprain
    Participant

    [why can’t I reply? The problem is still there! please help!]

    I purchased “Eunoia” theme. There is a “2” with an empty line on the top of any portfolio item. I asked the question in the support forum for Eunoia. But nobody answer me! It’s urgent. Can anyone help?
    Bug

    • This topic was modified 8 years, 11 months ago by keeprain.
    #757309
    alliancepp
    Participant

    Hello Support. I would like to add some text over the top of a full width Google Map in Enfold. I’ve provided a link to the map page on my site and a link to a sample page. Is this something that can be done with quick CSS code? If not do you have recommendations? Thanks for your help. -Gary

    #757306

    Hallo Andy, anbei meine Daten. Irgendwas stimmt mit dem Sub-Menü nicht (Das ist allgemein sehr buggy – nach wie vor – siehe auch hier: https://kriesi.at/support/topic/bug-report-fullwidth-sub-menu-on-cell-phone/). Auf dem Tablet überlappt es den Textbereich. Vielleicht liegt es auch an dem Sub-Menü, das der Color-Codeblock nicht funktioniert. Auf alle Fälle ist da irgendwo ein Bug oder ich habe etwas an den CSS-Einstellungen versaut. Alle Plugins sind 1x deaktiviert worden. Und der letzte Colorblock ist nicht responsive. Ich habe nur den oberen Color-Block nochmal kopiert und ans Ende gesetzt. Auch die Neuerstellung der Seite etc. hilft nicht. Ich bitte um dringende Bearbeitung der Themen. Wir können noch tausend Screenshots uns zusenden. Das ist aber der Lösung nicht nahe – seit nunmehr fast 3 Monaten.

    – Samsung Screenshot S6
    – Samsung Tablet
    – Samsung S6 Emulated
    – IPAD Emulated

    MfG

    keeprain
    Participant

    I purchased “Eunoia” theme. There is a “2” with an empty line on the top of any portfolio item. I asked the question in the support forum for Eunoia. But nobody answer me! It’s urgent. Can anyone help?

    #757286

    In reply to: Tab Section

    Hi,

    Sorry for the late response, for six columns here is a workaround, first you need to enable Custom CSS Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then create 2 grid rows with 3 (1/3) cells, then in Custom CSS Classes field add: gr-sixcol then in Quick CSS (located in Enfold > General Styling) add this css code:

    #top .gr-sixcol {
        width: 50%;
        float: left;
        clear: none;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #757284

    In reply to: Developer messed it up

    Mike Gutzschhahn
    Guest

    Hi Basilis,

    thanks a lot for your fast reply. Your suggestion solved the scroll issue but brought another one to the surface. Though, it’s not reproducible indicating a possible cache issue.

    Anyhow by trying to scroll on the mobile the header section vanished and was visible again after scrolling to the top. Also the scroll down feature does not work on mobiles – possible due to the click and not touch listener?

    Kind regards
    Mike

    #757283

    Hi,

    Sorry for the late response and for the right code in the wrong form lol :D Try using this css code and add it to Quick CSS:

    #top.home .avia-mailchimp-form p.first_form {
        float: left;
        width: 24%;
        margin-right: 1.3333334%;
        clear: none !important;
    }
    
    #top.home .avia-mailchimp-form p.first_form.av-last-visible-form-element {
        margin-right: 0 !important;
    }

    Let us know if this helps. :)

    Best regards,
    Nikko

    #757276
    Mike Gutzschhahn
    Guest

    Dear Support Team,

    as the new developer in charge we recognized a bug in the Enfold theme which causes customers on mobiles not being able to scroll. We located the possible cause in the CSS file “admin-preview.css” which is being loaded also for nor logged in users.

    Disabling the two declaration in questions “html, body, #top #wrap_all { position: absolute; height: 100%;” re-enables the scroll function. Though, the current installed version is 4.0.2 and seing the recent update on March 2nd I guess the issue was fixed.

    Unfortunately the previous developer buyed your theme by his own disabling our common customer to update the theme. Do you see any chance to find a solution for this?

    Many thanks & kind regards
    Mike Gutzschhahn

    • This topic was modified 8 years, 11 months ago by Basilis.
    #757273
    afra_ash
    Participant

    Hello,

    Could you please help resolve this footer font size issue that I’m not able to solve by searching the forum.

    I added the following Quick CSS but neither worked on my site.
    #footer, #footer p, #footer a { font-size: 25px !important; }

    #top #wrap_all #footer .flex_column p{
    font-size: 25px !important;
    }

    #footer .widget p {
    font-size:18px !important;
    }

    The font size has remained the same. Would you please look into it? Thanks.

    Cheers,
    Ash

    #757270

    Looks like I also tried adding to change the full width sub menu active menu item’s styling but that didn’t work either.

    #top .av-subnav-menu > li > a {
    font-size: 20px;
    }

    #757258

    In reply to: No ligtbox with update

    Hi,

    Sorry for the late response. Just checked the issues mentioned, but I couldn’t find any, the lightbox are working fine when I checked and the when the layerslider is removed, it’s still intact except that there’s no top border on top when the layerslider is removed. If there’s still an issue please tell us what browser and operating system (like windows or mac) so we can try to have same environment as you.

    Best regards,
    Nikko

    Hey burgusya,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .flex_column_table.av-equal-height-column-flextable {
        display: flex;
        flex-direction: row-reverse;
    }

    Hope this helps.

    Best regards,
    Nikko

    #757251

    Hi,

    Sorry I missed the thread. I checked the homepage and it’s not possible but for having customized colors for categories, however for the 2nd link you gave it is, you just need to change the last code I gave you to:

    #top #wrap_all .template-blog .category-montepio-y-mutualidad .post-title.entry-title, 
    #top #wrap_all .template-blog .category-montepio-y-mutualidad .blog-categories a {
        color: blue;
    }
    
    #top #wrap_all .template-blog .category-balneario-de-ledesma .post-title.entry-title, 
    #top #wrap_all .template-blog .category-balneario-de-ledesma .blog-categories a {
        color: green;
    }
    
    #top #wrap_all .template-blog .category-residencia-spa-de-felechosa .post-title.entry-title, 
    #top #wrap_all .template-blog .category-residencia-spa-de-felechosa .blog-categories a {
        color: yellow;
    }

    Best regards,
    Nikko

    #757238

    Hi,

    Please change your code to following one

    .diag {
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        border-left: 45px solid #ffdd00;
        transform: rotate(-5deg);
        top: 80px;
        position: relative;
        width: 102%;
        left: -2%;
    }

    Best regards,
    Yigit

    #757223

    yes thats right, in youre shot u can see 3 icons … but on desktop version on youre demo enfold 2017 you see 9. how can i reach the others on mobile? only per dragging with finger?

    #757222

    Hi,

    use this code:

    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 10px !important;
    }}

    and adjust as needed.

    Best regards,
    Andy

    #757207

    Hi,

    I added this code into your Quick CSS field:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    border-color: white;
    background-color: transparent;
    }
    div#subscribe-text p {
    color: white;
    }
    .main_color .primary-background, .main_color .primary-background a, div .main_color .button, .main_color #submit, .main_color input[type='submit'], .main_color .small-preview:hover, .main_color .avia-menu-fx, .main_color .avia-menu-fx .avia-arrow, .main_color.iconbox_top .iconbox_icon, .main_color .iconbox_top a.iconbox_icon:hover, .main_color .avia-data-table th.avia-highlight-col, .main_color .avia-color-theme-color, .main_color .avia-color-theme-color:hover, .main_color .image-overlay .image-overlay-inside:before, .main_color .comment-count, .main_color .av_dropcap2, #top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text, .main_color .av-colored-style .av-countdown-cell-inner, .responsive #top .main_color .av-open-submenu.av-subnav-menu > li > a:hover, #top .main_color .av-open-submenu.av-subnav-menu li > ul a:hover {
    background-color: transparent;
    border: 1px solid white;
    } 

    and not it seems to work fine for me: http://i.imgur.com/XgsTY7L.png
    Can you confirm please?

    Best regards,
    Andy

    #757189

    Hallo Andi, sorry das ich in deutsch schreibe, warte dann auch lieber auf die Antwort.
    Ich beziehe mich auf solche Threads:
    https://kriesi.at/support/topic/make-social-media-icons-larger/

    Ich hätte gern die Icons etwas größer im Header oder im Footer : doppelt bis dreifach ungefähr Die können auch ganz oben drüber stehen. Main Header oder Top Bar oben wäre mir egal.

    Und dann habe ich das Child Theme mal eingerichtet. Habe vorher alle Plugins deaktiveirt und mal auf dieses umgeschaltet und dann die Daten vom Eltern-Theme übernommen.
    Schrift falsch und Farbe falsch… Was mach ich falsch.

    Für mich ist auch noch nicht ganz klar ob ich das machen muss… Ich würde nur gern vermeiden das das Updaten des Theme, aller paar Monate immer meine Seite kaputt macht, bzw. Änderungen dann wieder weg sind. Dieses hatte ich immer mit Flashlight…
    DANKE!!!!!

    #757170

    Hi,

    Please try adding this to quick css to remove the space around the image.:

    ul.sub-menu{
    padding:0px !important;
    }

    #top #header .avia_mega_div .sub-menu li{
    padding-top:none !important;
    }

    Best regards,
    Jordan Shannon

    #757153

    In reply to: Magazine module

    Hi,

    you can find all image sizes here:
    https://kriesi.at/support/topic/enfold-image-sizes/#post-336176

    Don’t forget to regenerate your thumbnails after adjusting them.

    Best regards,
    Andy

    #757140
    MattDalli
    Participant

    Hi guys,

    I have a two part question about the blog element.

    I’m currently working on this: testing.glennbedingfield.com (you can only see it if you access it with the details in the private content)

    In the homepage, there are two blog elements, one showing only ONE big one at the top, while the other is showing a few small ones below. My issue is that with the big one, because the images will never be the same size, there seems to be a grey background since it doesn’t fit correctly in the frame. Is it possible for this not to show?

    My second part is that I am also cloning this page and editing it for mobile with its url testing.glennbedingfield.com/mobileversion/. Now in this what I require is for the First blog element to show the image (but without any grey background) while the second blog element should only show title, excerpt and read more button, no image.

    Hope I provided enough information and I was clear.

    Thanks in advance!

    • This topic was modified 8 years, 11 months ago by MattDalli.
    #757128

    Hey copsiat,

    I edited functions.php file and moved your code to right below following line near top

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Please review your website now

    Best regards,
    Yigit

    #757120

    Hey AerobTec,

    Sorry for the late reply!

    Please edit your logo and decrease/remove whitespace from top and bottom. If that too does not help, please post a screenshot and show how you would like to display your logo

    Best regards,
    Yigit

    #757101

    Hi !
    i don’t know if this will work for you but try to add this in your custom css :

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu {
        display: block !important;
        position: absolute;
        top: 0em;
        right: 0em;
    }
    #advanced_menu_toggle { 
    display: none !important; 
    }
    }
    
    @media only screen and (max-width: 767px) { 
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }
    }
    • This reply was modified 8 years, 11 months ago by MR_BAK.
Viewing 30 results - 83,251 through 83,280 (of 142,733 total)