Viewing 30 results - 90,871 through 90,900 (of 142,828 total)
  • Author
    Search Results
  • #683306

    Hi, i have found this topic:
    https://kriesi.at/support/topic/home-page-video-on-mobile-phone/

    It’s the same situation.
    In this topic you have helped the guy to solve the problem .

    Why did not I receive the same assistance from you?
    I have purchased the theme too and I paid the support for six months.

    • This reply was modified 9 years, 6 months ago by fionda85.
    #683295

    Hi Yigit,

    perfect and thank you for the support. It’s working and you can close this topic.
    Regards
    Karsten

    #683292
    beck2_2
    Participant

    Hello,
    When I log in to my site, the WordPress admin top menu bar (the black horizontal bar that says “Edit Page” , “Theme Options” etc.) appears on the home page of the site as it should. But, if you navigate to any other page on the site, that menu bar is gone. I need that admin menu bar to appear on every page when logged in for ease of page editing. I cannot figure out what the problem is though. Can you help? Thanks for any quick help that you can give.

    #683290
    NaveenM
    Participant

    Hi folks,

    A few months ago I was building a site and needed to enable the custom css field. I followed the advice given, enabling the custom css in the functions.php file. Here’s the original thread.

    I took my site live, and have subsequently updated to the latest versions of WP and Enfold. The functions.php file still shows the correct code, but the custom CSS field is gone!

    Any ideas how/why this has happened?

    Thanks!
    Naveen

    #683273
    zimbo
    Participant

    I have implemented this solution to get the tabs all closed when loading this page in mobile. Works fine and normal desktop operation is OK.

    So if I load that page in mobile I can choose my tab. Say however the user makes a mistake and opens the wrong tab; if I click on the tab heading I just selected again, i.e. instinctively wanting to close it, nothing happens. I have to scroll through the open tab contents to get to the other tabs and select the right one.

    Is there a way to click the ‘wrong’ tab again and have it close the contents, thereby getting the list of ‘closed’ tab headings again?

    This is only really an issue on mobile because (a) there’s less screen space and (b) where there might be a lot of content in the tab.

    #683268
    deeluuxe
    Participant

    Hello!
    The topic https://kriesi.at/support/topic/animated-countdown-is-not-working-with-wp-4-6/ is closed. I´m sorry, but can´t find a solution in this post. I tried setting the format of the date to an other one, choosed an other timezone – no success. Nothing is displayed, some divs are being created but they are all blank.

    Enfold version is 3.7.1 / WP 4.6

    Hope you find a solution for this.
    Jan

    Hey Jordan,

    I have to apologize too for my delayed response. I was on the way.

    Relating to my question I want to explain you my main task, I have to solve.

    Summarized I need help to place the MAIN menu below the slider with the enfold-functionalities without hiding the complete header and building the menu manually.

    So that I need commands
    1. to place the menu BELOW the slider
    2. to change the height of the menu
    3. to execute mouse hover effects in a special color
    (4. to place more than one picture in a logo area) -> this is interesting, but not so important for me

    Up to now I had only the possibility to disable the complete enfold header. I found no way to place the menu BELOW the slider. And this is my main problem. It’s a big effort to build the elements instead. Have a look on my homepage (private content).
    I realised it by
    1. hiding the complete header with the command #header {display:none!important;} in my custom css
    2. placing two avia-layer-architect-elements with pictures and text at the top for logo and a slogan
    3. placing one avia-layer-architect-slider at the top but below the avia-layer-architect-elements of point number 2
    4. building a complete new menu below the slider only with one layer without a submenu

    Is it possoble to help me?

    Best regards!

    Robby

    Hello? Anyone from Kriesi support can you tell me if you’ve looked at the websites I provided you access to in private message? I was told to start a new topic, so I did (and others have now joined my new topic as well)… but it’s been a couple of days and I’ve had no response from support. I look forward to your response and at this point, praying for this issue to be resolved. Thanks in advance!

    #683262
    travel2unlimited
    Participant

    i have a large photography website – where pages are displaying albums(posts) tagged by post categories – either a country name or activity type. There are over 1000 albums in 200 categories. But it stopped working and all the pages are just pulling most recent albums. Please help ASAP…. the whose site is not working.

    #683255

    In reply to: Read more doesn't work

    They didn’t solve the problem there, they said in the end:
    Please do create a new support ticket for us, so we can also see your web site.
    That is an old topic, many stuff has changed so would be nice to have a preview of it.

    So here is my new ticket too…I have included the info about my website, do I really need a plugin to make this work??

    #683251

    In reply to: Text in logo area?

    Hi Yigit. Thanks for your prompt reply. Your instructions worked well for the desktop version. However, when I look at the site on mobile, the text in this new header widget is superimposed over the logo, so the text is not legible and the logo is obscured, at least in part. Is there a way to make it appear under the logo in mobile view? (iphone 6, 6s, Kindle Fire, and iPad mini).

    Thank you!

    #683212

    Hey Stef,

    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-scrolled .av-main-nav > li > a > .avia-menu-text {
        top: 0;
    }
    
    #top #header .av-main-nav > li > a > .avia-menu-text {
        top: 20px;
        position: relative;
    }
    .avia-menu-fx {
        height: 5px;
        background: orange!important;
    }
    .widget_nav_menu a {
        border-top: 1px solid #e2e2e2;
    }
    div .widget_nav_menu {
        border-bottom: 1px solid #e2e2e2;
    }
    .widget_nav_menu a {
        font-size: 19px !important;
        color: orange!important;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    Hi,

    try this code inside QUick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, .responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, .responsive #top .av_header_transparency #header_main_alternate, .responsive .av_header_transparency #header_main .social_bookmarks li a, .responsive #top #wrap_all .av_header_transparency .phone-info.with_nav span, .responsive #top .av_header_transparency #header_meta, .responsive #top .av_header_transparency #header_meta li, .responsive #top #header_meta .social_bookmarks li a {
    color: black !important;
    }}
    

    and adjust color as needed.

    Best regards,
    Andy

    Hey gschicht,

    try this code inside Quick CSS field:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    width: 7%;
    }
    

    and adsjut as needed.

    Mockup showing what you want to achieve would help us a lot.

    Best regards,
    Andy

    #683203

    Hey Stef,

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

    #top .widget ul li, #top .widget ul {
        list-style-type: disc!important;
    }
    

    Best regards,
    Yigit

    #683187

    In reply to: Missing Icons

    I tried hard refresh, cleared cache and even tried different computers and devices. THey are all missing a few icons.
    Please look at the “return to top” button. The right “Compliance” button on home page, or the three icons on http://jwconnecttest.com/home-office/
    These are all missing for example.

    #683186

    In reply to: Read more doesn't work

    #683174

    In reply to: Increase Header Height

    Hi,

    I see that you have already added following code

    .av_minimal_header #header_main_alternate {
        border: none;
        margin-top: -13px;
    }

    I would recommend a similar solution :)

    Best regards,
    Yigit

    #683147

    I did some further investigation.

    There is a div below the image in the lightbox <div class=”mfp-title”></div>. So it seems that it is somehow possible to put an title or description there.

    And I found this thread https://kriesi.at/support/topic/lightbox-titles-captions/#post-650091 with some code to achieve this. I did the suggested edits to the avia.js file but nothing changed. Maybe things have changed in the latest Enfold release?

    #683129

    Hi,

    unfortunately 2nd won’t be easily possible, because something like parallax works for images only by default.

    To change scroll down arrow use this code:

    #top .scroll-down-link {
    color: red;
    font-size: 90px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #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….

Viewing 30 results - 90,871 through 90,900 (of 142,828 total)