Viewing 30 results - 90,991 through 91,020 (of 142,928 total)
  • Author
    Search Results
  • #683117
    Welmoed
    Participant

    Hi!

    On http://www.vrijzinnigen.nl you’ll see a number of boxes. The top right one will change, and it will contain text only. It would be nice if the text could be vertically aligned center, so that it matches the middle of the logo in the top left box. Hope this makes sense:-)

    How can I achieve that?

    Thanks!

    Welmoed

    #683110

    Hallo Andy,

    danke dir für den Hinweis. Habe alle PlugIns nach und nach wieder aktiviert. Contact Form in der neuesten Version hat dieses Mal keine Probleme gemacht.

    Dafür hat sich die Seite beim Plugin “Autoptimize” aufgehängt. Bedeutet das, dass ich dieses Plugin mit eurem Therme nicht verwenden kann?

    VG
    yu

    #683108

    Hi,

    add this as well:

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
    float: right;
    margin-right: -32px;
    }}
    

    Best regards,
    Andy

    Hi Ismael,

    thanks for your reply!
    Unfortunately, it seams like nothing happened – I removed the “.isotope” entry from avia.js as you suggested and I don´t see any change. Should I make some more changes or?

    Best,
    Svetlana

    #683085

    Hi Josue,

    I have to pick up this topic because I would like to link to a different image in a lightbox and I would like to use the avia image element. I tried with the Masonry gallery as you suggested, but I have just one image and the gallery does not display the image in the desired dimensions. I set the Masonry gallery to 1 image but this one image does not take the entire available horizontal space. So the Masonry gallery does not work for me. Can you help me here?

    #683077
    atainha
    Participant

    Hi,

    I’m following this instructions: https://kriesi.at/support/topic/6-columns-in-footer/ but not working.

    On the footer.php already exists ‘av_one_sixth’:

    //create the footer columns by iterating
    				        switch($columns)
    				        {
    				        	case 1: $class = ''; break;
    				        	case 2: $class = 'av_one_half'; break;
    				        	case 3: $class = 'av_one_third'; break;
    				        	case 4: $class = 'av_one_fourth'; break;
    				        	case 5: $class = 'av_one_fifth'; break;
    				        	case 6: $class = 'av_one_sixth'; break;
    				        }
    				        $firstCol = "first el_before_{$class}";

    1. Copied the original to enfold-child. Should I make any changes to footer.php file?
    2. Also already copied, to enfold-child, includes/admin folders with the other files.

    Thank you, Afonso

    #683067

    Topic: Google Maps API again

    in forum Enfold
    ewos
    Participant

    Hi,

    google maps api was working when using enfold main theme version 3.5,
    with both maps plugin I am using.
    When I downloaded the enfold child theme, it stopped working.
    I updated parent theme to current version, I added the recommended line
    to my child themes function.php, still not working.

    What is the latest recommodation?
    Many thanks for your help

    #683061
    bschke
    Participant

    hey,
    is there a chance to get the back to top buttom (http://www.bilder-upload.eu/upload/588b6c-1473238252.jpg) also get on mobile view?

    #683045
    janNS
    Participant

    Hi,
    issue only on Safari (old, new, win, mac, ..all ):
    issue
    rows with products are retracted each to other similar to fish scales. Blocks “grid-entry” are pushed by inline style of JS with position:absolute and top+left calculated positioning. On safari browsers is “top” value incorrect, maybe around half of correct value intended. This weird issue is visible mostly on Safari browser width from 768px up. and after any change of view (width of browser, zoom, etc.) it repairs itself.
    In my case solution was:

    /* fix for safari browsers */
    @media (min-width:768px) {
    	.h-portfolio .grid-entry {
    		position:relative !important;
    		top:auto !important;
    		left:auto !important;
    	}
    }

    with no impact on other browsers.

    #683020

    Hi Andy,
    yes!! To summarize, I added the following in total :

    //adjust the search menu item visibility
    @media only screen and (min-width: 767px) {
    .only-mobile-menu-search { display: none !important; }}

    @media only screen and (min-width: 767px) {
    #menu-item-1029 {
    display: none;}
    }

    //adjust the cart position
    @media only screen and (min-width: 767px) {
    ul.cart_dropdown {
    right: 10% !important;
    top: 25% !important;
    }
    }

    Looks nice!
    Thanks!

    you can close this….

    #682974

    In reply to: GOOGLE Maps

    Hi Chris,

    No problem, glad it’s working for you. Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #682963

    Hi,

    Please do the google map widget fix here: https://kriesi.at/support/topic/google-maps-api-error-missingkeymaperror-3/#post-677308

    Best regards,
    Ismael

    #682953

    Hi,

    I’m not sure but yes, it’s a possibility I guess. Glad it started working again though, we’ll keep your thread open in case you should have any further problems on the topic.

    Thanks,
    Rikard

    #682945

    Hi,

    This is the first time that we encounter the error. Please try the solutions provided in the following threads:

    Best regards,
    Ismael

    #682937

    Hi,

    Ok great, let us know if you should need any further help on the topic :-)

    Best regards,
    Rikard

    #682927

    Hi,

    Try to apply a left padding to the cells instead:

    #top #av-layout-grid-1 .no_margin.av_one_third {
        padding-left: 5px !important;
    }
    
    #top #av-layout-grid-1 .no_margin.av_one_third:first-child {
        padding-left: 0 !important;
    }

    Best regards,
    Ismael

    Hi,

    We are very sorry for the delay. This is possible but you have to modify the js > avia.js file. Look for this code around line 900:

    groups			:	['.avia-slideshow', '.avia-gallery', '.portfolio-preview-image', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'],
    

    Remove the “.isotope” entry.

    groups			:	['.avia-slideshow', '.avia-gallery', '.portfolio-preview-image', '.portfolio-preview-content', '.post-entry', '.sidebar', '#main', '.main_menu'],
    

    Best regards,
    Ismael

    #682916
    navindesigns
    Participant

    hi,

    i am trying to add the word “index” under mobile menu. I used the following code which worked

    #advanced_menu_toggle:after {
    content: “Index”;
    font-size: 12px !important;
    left: 8px;
    position: absolute;
    top: 32px;
    }

    however, my client wants to ” add the word index in the blue box” instead of below it. How do I achieve that?

    site – http://www.elite-fit.com/

    abortolotti
    Participant

    HI There,

    I noticed how when you scroll the site on mobile (iphone) the 3 horizontal bars menu disappears and there is also no button on bottom right to get back up to the top of the page.

    This way there is no way to get to the next page of the site unless one scrolls back up.

    I’d like to have the logo show on the top left, the header area to be transparent (it’s set so on the page settings) and not show a blue background color (which is set for desktop view), and the 3 horizontal menu lines to show as well when scrolling on mobile.

    Can you please take a look and tell me how to fix this?

    Thank you.

    Antonio

    #682879
    #682877

    In reply to: Menu color

    Hi,

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

    #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {
        color: #000000 !important;
    }

    Best regards,
    Jordan

    #682871
    johncon
    Participant

    Hey guys

    I’ve been trying to get the main menu to look like Nav Nav Nav Logo Nav Nav and I found a thread here that suggestes the following code to use

    
    /*centered menu*/
    .av-main-nav li:nth-child(2) {
        margin-right: 600px;
    }
    
    .av-logo-container {
     position:absolute;
    }
    
    #header_main_alternate {
        margin-top: -300px;
        z-index:9;
    }
    .logo {
    z-index:9999!important;    
    max-width:600px;
    }
    
    .html_header_top.html_bottom_nav_header .main_menu>div{
    width:auto!important;
    }
    

    I’ve played around with it a bit but I just can’t get it to look right due to my poor CSS skills.
    I was hoping someone could have a quick look at it. I will post login details in private.

    Thank you in advance!

    #682866
    winnieandbuzz
    Participant

    I am still learning about WordPress and am now trying to figure out how generating thumbnails work. From what I understand WP will generate by default 3 thumbnails from each picture I upload. I was looking at the upload folder and noticed that there are 19 (!) different thumbnails in there. As an example I take an image with an original file size of 96 Kb, the total 19 files consume 680 Kb (7x times the original file size!) and this is causing issues as I run out of disk space.

    The questions I have are:
    1) How can I determine what thumbnail size I really need/are used by the website? (I cannot imagine that they are all needed)
    2) After identifying the above; how can I stop generating the unneeded thumbnails?

    #682865
    Marjoleinvk
    Participant

    Hey, is there a way to change the fixed percentages for a color section? I’ve googled it and found the following page:

    The standard percentages don’t work for me, so I tried changing 25% to 40% in the section.php file and shortcodes.js file, like this:

    __(‘At least 40% of Browser Window height’,’avia_framework’ ) =>’40’,

    &

    css += “.av-minimum-height-40 .container {height:”+wh40+”px;}\n”;

    However, this didn’t work. As you can see on the page I get the same result as when I change the color section to ‘no minimum height’. Am I overlooking something? Does it even work to just adjust the values like that? :-P

    Hope you can help me out! Thanks in advance.

    #682845
    tampaprinting
    Participant

    The call today text at the top is acting really weird on mobile, any ideas?

    Also, the logo needs to be scaled down on mobile

    #682815

    Sure – What I’m saying is, you could set up a row as 1/5 + 3/5 + 1/5 and that is decent on desktop and mobile, but for tablet it’s too small. Is there a way to set custom column sizes or would this require custom CSS?

    • This reply was modified 9 years, 7 months ago by SympTheme.
    #682781
    DanielKG
    Participant

    Hi,
    I’m using Enfold with Gravity Forms. In the credit card section I’m having an issue where the month – year section under expiration date are in top of each other, and the security code – image are in top of each other as well when they should be side by side. I haven’t been able to figure out what CSS to add to my child theme style css to make these changes. Could you provide any help?

    • This topic was modified 9 years, 7 months ago by DanielKG.
    #682761

    Hi Yigit,

    Thanks, for your reply. I was in the meanwhile able to find a solution to my problem:
    1)
    #header #header_main_alternate .container {
    max-height: none;
    height: 5px;
    }

    2)
    #header_meta {
    border-bottom: 0px !important;
    background: transparent !important;
    box-shadow: none;
    }
    #header_main {
    border-top:none;
    }
    #top .av_header_transparency #header_meta li {
    border: none !important;
    }
    That seems to work fine.

    Cheers!

    #682745

    In reply to: Frame on Site

    Hi!

    Please add following code to Quick CSS

    #header {
        top: 30px;
    }

    It still might look overlapping but that is because WP admin bar. It will look fine to your visitors.

    Regards,
    Yigit

    #682737

    Hey!

    Can you please refer to this post and check if that helps – https://kriesi.at/support/topic/google-map-issue-4/#post-679594
    Seems like it will :)

    Best regards,
    Yigit

Viewing 30 results - 90,991 through 91,020 (of 142,928 total)