Viewing 30 results - 91,651 through 91,680 (of 142,813 total)
  • Author
    Search Results
  • #675061
    #675060

    In reply to: Delete if needed –

    Hey Slade,

    No need to delete, it’s an interesting idea, i’ll tag Kriesi to this topic.

    Best regards,
    Josue

    Hi,

    Refer to this topic:

    Best regards,
    Josue

    #675054
    BierPlus
    Participant

    Hi,

    I am using the most recent versions of both WordPress and Enfold.
    After my previous topics I suddenly managed to install the recommended Plugin “BWP Minify” – yet after selecting the various options the LayerSlider refused to work. I have three Sliders on the page, one for each desktop, tablet and mobile, now I only got three blank spaces.
    Resetting the options within the plugin doesn’t seem to work.

    Plus I followed the instructions on GTmetrix to bypass the traffic through a DNS System (cloudflare.com). The site was about 3 seconds faster, but again the LayerSlider seems to have problems with that. I am now back to my original DNS but still – LayerSlider doesn’t work.

    Any solutions?

    Cheers,
    Patrick

    #675045
    #675040

    Hi Yigit,

    thank you for that.

    As far as for now, there are no more problems at this topic.

    Thank you for your help.

    Best wishes,

    Andreas

    #675027

    not the quick css only .

    first same as with two logos now three (that is for functions.php of child-theme):

    
    function second_logo($logo) {
    $logo .= '<strong class="logo second-logo"><a href="logo2link" >' ;
    $logo .= '<img src="/wp-content/uploads/logo2.png"/>';
    $logo .= '</a></strong>';
    return $logo;
    }
    add_filter('avf_logo_final_output', 'second_logo');
    
    function third_logo($logo) {
    $logo .= '<strong class="logo third-logo"><a href="logo3Link" target="_blank">' ;
    $logo .= '<img src="/wp-content/uploads/logo3.png"/>';
    $logo .= '</a></strong>';
    return $logo;
    }
    add_filter('avf_logo_final_output', 'third_logo');

    you have to adapt those settings (logo2Link, logo3Link and the name path to your logos)

    now my quick css (the values are pending to the logos itself. you have to play with those values – in my case i have choosen logo width in this way that on ipad landscape all logos fit the screen without floatin)

    div .logo {
        float: left;
        padding-right: 25px;
        left: 0;
        position: relative;
        z-index: 1;
    }
    
    .logo a {
        max-width: 300px;
    }
    
    .logo.second-logo, .logo.third-logo {
        float: right;
        position: relative !important;
        z-index: 1;
    }
    
    .responsive #top .logo {
        height: auto !important;
    }

    if it does not look like you want it – without the link to your site i cannot give help here.
    So either post here public the link to it. Or make it in private content – than you have to wait for mods here.

    BTW. I’m testing myself on that playground the ubermenu integration – so it does not look like before because i replaced Enfold Navigation with UberMenu.

    sushiradio
    Participant

    I had to disable All In One Schema.org Rich Snippets plugin, because i found its causing problems with Enfold Avia Layout Builder, which stopped loading right after updating wordpress to 4.6

    If there any quick fix for that? i really like the plugin, that i had to disable.

    Thanks

    I’m using Enfold 3.7.1, but on enfold 3.6 had same problem

    • This topic was modified 9 years, 7 months ago by sushiradio.
    #675013

    In reply to: Spaltenabstand

    Thanks, Andy!

    It is a little bit amusing to see differnt team members answering, sometimes not reading what happened before. ;)

    I have read your a.m. topic. But as I wrote before: whether style.ccs nor custim.css in the child folder did work. It worked perfactly when I replace the code in grid.css located original theme folder, which sows me that the code snippet is working as it should. But it would be overwritten when updating. I will try later to place a complete new grid.css in child folder. After holidays, but I will.

    Best regards
    Ernst

    #675002

    Hey siteraum,

    Please go to Header options and change the “Menu and Logo position” to “Logo Center Menu Below”

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    nth-child(2) in the below code refers to the 2nd menu item if you have 6 menu items change it to 3.

    Adjust the margin values to suit your design.

     /*centered menu*/
    .av-main-nav li:nth-child(2) {
        margin-right:350px;
    }
    
    #header_main_alternate {
        margin-top: -60px;
        z-index:9;
    }
    .logo {
    z-index:9999!important;    
    max-width:200px;
    }
    

    Best regards,
    Vinay

    #675001
    jimbo4372
    Participant

    Hi,

    I’m referring to this post regarding putting a full-width caption overlay over Layerslider:

    https://kriesi.at/support/topic/layer-slider-wp-on-home-page-need-div-to-run-100-across-the-screen/

    I’ve used this but the caption starts mid-way across the screen and I can’t find any way of altering it. I can see it worked on his website so wonder if the theme has been substantially altered since then?

    Many thanks,

    James

    Rikard sorry my question was not clear, let me say my question more acurately

    Current state: header only visible after scrolling

    Desired state: header visible on page load. so that that it does not require scrolling for the header & top menu to show.

    Thanks Bill

    #674975

    Hi,

    Yes, please try this instead:

    @media only screen and (max-width: 767px) {
    #top h1 strong {
        font-size:20px !important;
    }
    }

    Thanks,
    Rikard

    #674947
    siteraum
    Participant

    Hi team kriesi,
    i try to get the logo center and i want to get the 4 navigation points on the left and the right- so it looks like this:
    NAVI 1 / NAVI 2 / LOGO NAVI 3 / NAVI 4
    i ried this post before but it doesn-t work- https://kriesi.at/support/topic/logo-center-with-menu-to-left-and-right/

    thank you for help

    #674938

    Hey peanuttario,

    It seems to only work sometimes on my 13″ laptop, this isn’t really a theme issue but try to explain a bit further and we’ll see if we can help you out.

    Best regards,
    Rikard

    #674907

    In reply to: Product Page Tags

    Decided not to use tags SEO. Please close topic.

    #674905

    Topic: Magnific Popup

    in forum Enfold
    ImageMagician
    Participant

    I’ve tried implementing the Magnific Popup as described in this post, but it doesn’t work.

    The referenced post is 2 years old. Is there anything in recent updates to Enfold that would deprecate this option?

    I’ve inserted the function in my child theme functions.php file, and I’ve tried inserting the HTML portion through both a text box and a code box, but don’t get any action on the link. It just acts like an anchor and doesn’t swap or remove the ‘mfp-hide’ class.

    Donkies11
    Participant

    Hello Support,

    Because of the layout of the COMPANY subpages pages – a menu element in the right column – we’re using the Grid Row set at 2/3 + 1/3 so we can hide the right column menu for mobile. (It doesn’t layout “user friendly”.)

    However, because the GRID ROW element is full screen, I’m having a bit of trouble getting it to emulate the designed look.

    I’m working with the ABOUT page for the GRID ROW layout. (credentials in private section)
    The other subpages are using a COLOR SECTION element with a 2/3 CELL + a 1/3 CELL. (I’m concentrating on the Leadership page to get the About page correct.)

    I think I have the 2/3 section with the text in place – it is the right column with the menu for Desktops that I am struggling with.

    Can you help me to get the top margin and the left margin of that column on the ABOUT page to be the same as the top margin and left margin of the LEADERSHIP page? Can you also help me to get the font size and color the same?

    Thank you,
    Greg

    #674891

    In reply to: Text not showing

    Hi @Yigit.

    Again, I come back for this problem. I have edited my functions.php a couple of times now. I’ll appreciate if you could help me with this. Here is what I was referring to earlier.

    https://kriesi.at/support/topic/edit-functions-php/

    I would really like to have the WordPress icon on the header. It appears to be there but no icon is shown.

    Thanks.

    missouriartscouncil
    Participant

    The Enfold Google Maps widget in my site’s footer stopped working a few weeks ago, giving me only the Grey Box of OOPS about which so many Forum readers have been posting. At the same time, the Google Maps in my Web 2.0 Directory plugin stopped working. I followed the Enfold directions here http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key for a Browser Key, adding my domain name as http: // missouriartscouncil.org/*. That got the maps on my Directory pages working. Still couldn’t get anything other than OOPS in the widget on the footer.

    Today I tried the footer widget again and made a weird discovery. If I load the widget, not only do I get OOPS in the footer but the Directory maps go to OOPS. Delete the widget, Directory maps work. Add the widget, Directory maps don’t work. I even got a new API key and tried that. Same results. “Correlation doesn’t imply causation but it’s a good strong hint.”

    I’ve tried installing the Google Maps Widget plugin https://wordpress.org/plugins/google-maps-widget but I got a message about code conflicts – I think that Enfold’s own widget is interfering.

    So – moving forward –
    – Any thoughts from your team on how Enfold’s widget is crashing the other Google Maps on my site?
    – Any way to disable Enfold’s Google Maps widget so I can install a plugin that will do the job?
    Because people have been posting about the Enfold Google Maps problem for a while now. I don’t see a fix coming soon. :-(

    #674885
    mobiusdigital
    Participant

    The Avia layout builder recently started hanging on loading for all pages. I’ve tried:

    • Deactivating all plug-ins
    • Updating the theme
    • Reinstalling the theme
    • Clearing cache and using different browsers
    • Searched for filter('a[rel="' + hash + '"]'); issue from this thread – it was correctly coded
    • Cleared functions.php of modifications

    The Avia layout builder loads on a second admin account, however the content editor windows show no content and are malfunctioning. When switched to HTML version, they show content. When switched back to the WYSIWG editor the content disappears and the boxes collapse and malfunction. This issue occurred before hanging on loading as originally submitted. The hanging loading view is still present for the original admin.

    I believe this is a JavaScript issue. Any ideas?

    • This topic was modified 9 years, 7 months ago by mobiusdigital.
    #674883

    It shrinks smoothly on my chrome browser at home. However it doesn’t shrink smoothly on my work laptop which is using the latest chrome browser on Mac.
    Version 52.0.2743.116 (64-bit)

    Don’t worry about it. Let’s say case closed on this one. Thanks!

    #674876
    NaveenM
    Participant

    I developed my site locally and then migrated it online. All good, except the social icons are missing, and on mobile the hamburger menu is missing.

    Any idea why and how to bring them back? I found this thread on the forum and tried it, but it didn’t work.

    Donkies11
    Participant

    This is continuing my previous post: /support/topic/icon-list-on-mobile-crunched/

    Hello Support,

    I’m attempting to make the icons smaller and the font on the icon title smaller so that everything fits cleanly.
    (Some titles are cut-off)

    I put the following code in:

    /*** icons list for mobile ***/
    @media only screen and (max-width: 480px) {
    .closer-look {
    padding: 50px 0 !important;
    height: 44px !important;
    width: 44px !important;
    line-height: 44px !important;
    font-size: 10px !important;
    }
    .closer-look h4.iconlist_title {
    font-size: x-small !important;
    }
    }

    What am I missing?

    Sincerely,
    Greg

    #674858

    Hm, fijate la pagina Test que cree, no me sucede lo que describes. Por cierto si deseas usa estos codigos CSS para estilizar el CF7 con los estilos de Enfold:

    .wpcf7-form, .wpcf7-response-output{
      clear:both;
    }
    
    .wpcf7-form-control-wrap {
      display: block !important
    }
    
    .wpcf7-form p br{display:none;}
    .wpcf7-form label {display:block; visibility: visible; position: relative; }
    .wpcf7-form label, .modified_width:before{display:block; visibility: visible; position: relative; margin-bottom: 7px; font-weight: 600;}
    
    .wpcf7-form p{ position: relative; clear:both; float:left; width:100%;}
    .wpcf7-form p.hidden{position: absolute; width:0px; left:0; top:0; }
    .wpcf7-form .form_element_half{width:49.5%; float:left; margin-left:1%; clear:none;}
    .wpcf7-form .form_element_third{width:32.6%; float:left; margin-left:1%; clear:none;}
    .wpcf7-form .form_element_two_third{width:66.4%; float:left; margin-left:1%; clear:none;}
    .wpcf7-form .form_element_fourth{width:24.2%; float:left; margin-left:1%; clear:none;}
    .wpcf7-form .form_element_three_fourth{width:74.8%; float:left; margin-left:1%; clear:none;}
    
    .wpcf7-form .first_form{clear:both;margin-left:0;}
    
    #top .wpcf7-form .wpcf7-text, #top .wpcf7-form .wpcf7-select, #top .wpcf7-form .wpcf7-textarea{
      width:100%;
      margin-bottom:0;
      display:inline;
      min-width:50px;
      padding:13px;
      border-radius: 2px;
    }
    
    #top .wpcf7-form .wpcf7-select{
     -webkit-appearance: none;
     border-radius:0px;
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
     background-position: center right;
     background-repeat: no-repeat;
     border-radius: 2px;
    }
    
    .wpcf7-form .button {
      margin: 0;
      padding: 16px 20px;
      border-radius: 2px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      font-weight: normal;
      font-size: 12px;
      min-width: 142px;
      outline: none;
    }
    
    .wpcf7-form p input, .wpcf7-form p textarea, .wpcf7-form p select{
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition:  all 0.3s ease-in-out;
      transition:     all 0.3s ease-in-out;
    }
    
    #top .wpcf7-form-control-wrap {
      display: block !important
    }
    
    #top .wpcf7-response-output{
      float: left;
      padding: 17px;
      border-width: 1px;
      border-style: dashed;
      margin-left: 0;
    }
    #674838
    jonrouse
    Participant

    Hi,

    I am currently building a concept site for a client. If you look at the link, I have a blog posts section at the bottom of the page.

    I would like to remove where it says “CASE STUDIES”, change the text format, remove the date, and the little underline in the blog posts section at the bottom of the page.

    I have been able to do this on another page by using the following quick css

    #top.page-id-915 .slide-meta {
    display: none!important;
    }
    
    #top.page-id-915 .slide-content .blog-categories { display: none; }
    
    #top.page-id-915 .blog-categories.minor-meta { display: none!important; }
    
    #top.page-id-915 .avia-content-slider .slide-entry-title { color: #555555 !important; text-align: left !important; font-weight: 300 !important; font-size: 18px !important; }
    
    #top.page-id-915 .av-vertical-delimiter {
    display: none !important;
    }

    How do I go about doing the same on this portfolio page? Ideally, I’d like to stop this info showing from quite a few places.

    Thanks
    Jon

    #674826
    enestedt
    Participant

    Hi
    I’m using the Advance Layout Builder for the posts.
    That works fine except that I want the tags for the post to show.
    What I want is to add the code in the file so that the person that makes the post only have to click in the tags field.

    I have searched for the answer but not got a good one.

    https://kriesi.at/support/topic/how-to-show-tags-in-articles-when-layout-made-with-avia-builder/
    This is the closest to my question, but no information about what file to edit.

    https://kriesi.at/support/topic/how-to-show-blog-meta-and-tags-with-avia-builder-in-blog-post/
    This thread suggests using code block element, but there is no HTML code for current posts tags. And I want to use the inbuilt function for tags.

    https://kriesi.at/support/topic/customizeedit-single-post-page/
    This suggest the loop-index.php file, but no matter what I do in that file it doesn’t affect the ABL posts.

    https://kriesi.at/support/topic/show-tags-under-blog-posts/
    This on suggests add a third party plugin, but I don’t want to install a new plugin if I can solve it in another way.

    • This topic was modified 9 years, 7 months ago by enestedt. Reason: Links turned up as pictures
    #674822

    Topic: Main Nav custom css

    in forum Enfold
    robphat
    Participant

    See http://usm4.siteground.biz/~leadopti/howdoyouq.com

    I am trying to set the hover and active background and text color in the main menu. I was able to get the background hover color by targeting this: li.menu-item-top-level a:hover

    And I was able to target the hover text color with this: li.menu-item-top-level span.avia-menu-text:hover But that only works when the actual text is hovered. I want the menu text color to change when the background color changes on hover, but I can’t find the selector to target for that.

    Also, I am trying to give the same css described above to the active link in the main nave, but I can’t find the selector to target for that. li.menu-item-top-level a:active is not doing anything.

    Hallo Andy,
    Theme-Daten und WGM-Daten wurden frisch von den Webseiten auf meinen Server überspielt. Habe dann mittels Chrome Entwickler-Tool etwas rumgeforscht, welche Klassen angesprochen werden. Habe dann die Klasse
    top #payment div.form-row {
    padding-top: .5em;
    padding-right: 6em;
    padding-bottom: 5em;
    padding-left: 1em; }
    in der Child-Theme Style.css mit veränderten Werten eingetragen und es scheint zu funktionieren. Ich hoffe, das ändert nicht auch an anderer Stelle etwas. Oder sollte man das so nicht machen?

    Kann es aber nicht doch sein, dass da was in der Zusammenarbeit zwischen Enfold und WGM was nicht passt. Wenn WGM eine zusätzliche Checkbox-Zeile einfügt, dann sollte es doch ins Layout passen?
    Für mich jedenfalls genügt der CSS-Schnipsel erst einmal, hoffentlich ;-)

    Danke für deine Geduld und Mühe.

    Schönes Wochenende!

    Gruß
    Giso

    #674764
    jo3bo76
    Participant

    Hello,
    I’ve just built a website using your Enfold theme and I’m hoping you can help with the below comments as I can’t figure out how to do them?
    1) I want to change the email hover icon background colour to #66b32d.
    2) Change the current page title to #66b32d (the other page links are to remain grey).
    3) How do I make the telephone number in the top right hand corner a bit bigger?
    4) On http://usinw.co.uk.gridhosted.co.uk/services/ page there are 2 rollover buttons. I don’t like the square hover effect with white overlay, how can I create my own?
    Many thanks in advance.

Viewing 30 results - 91,651 through 91,680 (of 142,813 total)