Viewing 30 results - 91,171 through 91,200 (of 142,827 total)
  • Author
    Search Results
  • #680158
    #680150

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .phone-info .avia-button {
        background: orange;
        border: none;
        border-radius: 5px!important;
        margin-top: 0;
        margin-bottom: -20px;
        top: -9px;
    }

    Regards,
    Yigit

    #680145
    abparenteau
    Participant

    First, I love this theme. Wonderful work! Second, my site is working beautifully except for the animated countdown. It was working, but stopped sometime over the last couple of weeks (can not tell you exactly when).

    The site can be seen at advent50.com and the calendar (non-functioning) at advent50.com/worship at the bottom of the page.

    I’ve reviewed the threads, but this doesn’t appear to be a problem others are having. I have double checked the configurations several times now so am not certain what next steps to take.

    #680135

    Hi,

    Use this:

    .page-id-25 #header {
    display:none!important;
    }
    
    .page-id-25 #main {
    padding-top: 0 !important;
    }

    Best regards,
    Josue

    #680121

    Hi,

    so you want to hide your search menu on desktop? if yes use this code:

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

    Best regards,
    Andy

    #680108

    In reply to: Delete logo

    Hi,

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

    .container.av-logo-container {
        display: none;
    }
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 50px;
    }
    

    Best regards,
    Yigit

    #680106

    Hi,

    1.) I’m afraid that won’t be easily done, as ALB does not work on WC pages as you already mentioned. You would need to hire a freelance developer for this job. You could find one here: http://kriesi.at/contact/customization

    2.) Use this code inside Quick CSS field:

    @media screen only and (max-width: 767px) {
    .responsive #scroll-top-link {
    display: block;
    }}
    

    Please use different tickets for different questions. Send us admin access when opening a new ticket for 3.).

    Best regards,
    Andy

    • This reply was modified 9 years, 6 months ago by Andy.
    DigitalEssence
    Participant

    Hi,

    as per this ticket: https://kriesi.at/support/topic/error-messages-at-the-top-and-bottom-of-the-pages/

    I’m also seeing the same error message in my header and footer. It happens every now and again.

    Warning: session_start(): open(/tmp/sess_evfqp2tavlklj7ptm0ugr3rk04, O_RDWR) failed: Permission denied (13) in /home/”account_name_removed”/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: Unknown: open(/tmp/sess_evfqp2tavlklj7ptm0ugr3rk04, O_RDWR) failed: Permission denied (13) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

    rogersparks
    Participant

    I just upgraded to the latest release of Enfold and WordPress on my client’s website. We use the Advanced IFrame Pro plug-in to run a php program in an IFrame in an Enfold Page.

    With the latest release, a serious bug was introduced, appearing immediately after the upgrade. The mouse – or touch on a mobile phone – stops working and the form in the IFrame becomes totally unresponsive, at the exact moment the Mobile Menu appears in the parent window. Thinking it must be an Advanced IFrame Errror, I reported it to them. Then I replaced the Advanced IFrame with a standard IFrame, and the same problem exists. I assume now it is an Enfold error.

    I have provided the links to duplicate the problem in the private content area.

    WordPress Version: 4.6
    Enfold Version: 3.7.1
    Enfold Child Theme

    This is a serious issue for our customer, so I would appreciate a quick response.

    Thanks…. Roger

    #680064

    Hi!

    Please add following code to Quick CSS as well

    .html_header_top #top .av_header_stretch .container {
        width: 100%;
        padding: 0 50px;
        max-width: 1310px;
    }

    Best regards,
    Yigit

    Hi,

    use this code inside Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    margin-bottom: 0px;
    }}
    

    Best regards,
    Andy

    #680040

    Topic: Text in logo area?

    in forum Enfold
    Arrastia
    Participant

    Hi. Great theme. I’m using it for many of my sites.

    In theme settings/header, I have the logo set to “Logo Left, Menu Below, and Slim.”

    I would like to add some text to the right of the logo, in the white section below the additional contact info in the top right of the header and above the nav menu section. Is this possible? If so, how do I accomplish this?

    Thanks.

    #680030

    Hi,

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

    .widget h4.tribe-event-title {
        margin-top: 0!important;
    }
    

    Best regards,
    Yigit

    #680020

    Hi,

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

    .av-main-nav > li.current-page-ancestor > a {
        background-color: #FDF9F2;
        color: #790304 !important;
    }
    #top #header .avia_mega_div > .sub-menu > li.current-page-ancestor .mega_menu_title a {
        color: red!important;
    }
    #top #header .avia_mega_div > .sub-menu > li > ul li.current-menu-item a .avia-menu-text {
        color: red;
    }
    

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

    Best regards,
    Yigit

    #680009

    Hi,

    use this code inside Quick CSS field:

    @media only screen and (max-width: 767px) {
    .flex_cell.no_margin.av_one_fifth.el_before_av_cell_one_fifth.avia-builder-el-first.avia-full-stretch {
    padding-top: 286px !important;
    }}
    

    and adjust as needed.

    Best regards,
    Andy

    #679993

    I just did a quick test in chrome emulator for tablet and once the width goes over 988 desktop mode is enabled. ipad tablet landscape is 1024px. I’m not sure if this helps find a way to fix this.

    Hi Nicole,

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) { 
    .responsive #top #menu-item-shop .cart_dropdown_link > span:nth-child(1) {
        position: relative;
        top: 3px;
    }}

    Best regards,
    Yigit

    • This reply was modified 9 years, 6 months ago by Yigit.
    #679979

    In reply to: Google Maps Problemi

    Buradaki noktalarada goz attiysaniz – https://kriesi.at/support/topic/google-maps-problemi/#post-679962 baska bir sorun olmamasi lazim. Ayrica kimi kullanicilar bir kac saat sonra calismaya basladigini soyledi. Siz degisiklikleri yapali oldu mu epey?

    Best regards,
    Yigit

    #679971

    Hi,

    Can you please try adding following code to Quick CSS now

    #av_product_description img {
        margin-top: -30px;
    }
    #av_product_description {
        height: 150px;
    }

    Best regards,
    Yigit

    #679962

    In reply to: Google Maps Problemi

    Merhabalar!

    Iyiyim tesekkur ederim, umarim sizde iyisinizdir :)

    Bu bolume eger domain’i girdiyseniz – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2016/08/step_4.png
    domaininiz.com/*
    seklinde girmeyi dener misiniz bir faydasi olucak mi? Ayrica bir kullanici domain verification yaptiktan sonra calistigini soyledi – https://kriesi.at/support/topic/google-map-issue-4/#post-679594 onada bir goz atarsaniz :)

    Regards,
    Yigit

    #679961

    Hi Jordan,

    Yes you’re right.
    After I sent you my request I understood how to do it.

    However, now I slightly modified the presentation of columns and I’m not able to reduce the space between the title of the topic (eg ‘FAQ’) and its accordions. I appreciate your help.

    Thanks

    Elsa Soares

    • This reply was modified 9 years, 6 months ago by bemvestir.
    #679954

    Hi!

    One of our user posted a solution that worked for them here – https://kriesi.at/support/topic/google-map-issue-4/#post-679594
    Can you please check that one as well?
    If that too does not work, please start a new thread and attach temporary admin logins and FTP logins in private content field so we can look into it.

    Cheers!
    Yigit

    #679937

    In reply to: Fullwidth Sub Menu

    Hey Zest!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .av-subnav-menu li a .avia-menu-text, #top .av-subnav-menu li a, #top .av-subnav-menu li {
        min-width: 260px;
    }

    Cheers!
    Yigit

    #679932

    In reply to: HHVM 3.12

    That’s strange. I tried it in several browsers and PCs and the builder still is empty. I can see the Avia Layout Architect on top of the edit field but the field with the page elements itself still is empty.

    Here in our office the problem is easy reproducable.

    #679930

    THX Ismael,
    sorry to come back to this topic so late.

    Know I do get posts with feature images displayed in the masonry gallery.
    But:
    The posts without featured images, where i just have a colored background with text don´t show up.
    So, in general the colored backgrounds of post are not shown when they appear in a masonry gallery?

    THX Again.
    MArco

    #679919
    changegroup
    Participant

    Hi team Enfold,

    We have a problem in relation to a former post: https://kriesi.at/support/topic/style-of-single-menu-button-item-link-to-submenu/

    We have a Main Menu button (Investor Relations page), which is blue (#003366) with text being grey (#b7b7b7). When active the Main Menu button text turns white (#ffffff). But when we select one of the pages within the Custom menu in the left widget, the button turns grey (#b7b7b7).

    All the pages within the Custom menu have the Investor Relations page as parent page. Though not the archive page (Meddelelser).

    My question:
    How can I get the Main Menu button to show text white (#ffffff), when the pages including archive page are active?

    I use the following css to change color on button and button text color:

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    background: #003366;
    color: #b7b7b7 !important;
    font-style: bold;
    border-color: #003366;
    }
    #top #wrap_all .header_color .av-menu-button-colored > a:hover > .avia-menu-text {
    background: #003366;
    color: #ffffff !important;
    font-style: bold;
    border-color: #003366;
    }

    I have formerly used this CSS to highlight text color on a Main Menu button, when a submenu and single portfolio pages were active:

    #top #wrap_all .header_color .av-menu-button-colored > a:hover > .avia-menu-text, 
    #top #wrap_all .header_color .av-menu-button-colored.current-menu-item > a > .avia-menu-text,
    #top.single-portfolio #wrap_all .header_color .av-menu-button-colored > a > .avia-menu-text {
        background: #003366;
        color: #ef3e5b !important;
        font-style: bold;
        border-color: #003366;
    }
    #679914

    Hi,

    versuche es mit diesem Code:

    .html_elegant-blog .avia-content-slider .read-more-link {
    top: 0px;
    }
    

    Gruß,
    Andy

    #679909

    its on a Desktop DEV
    is there anyway I can export a page template or provide some code somehow for you??

    Tell me how if I can

    all I want to do is remove space at the top of the site.. So the site sits at the top of the browser.

    thanks

    • This reply was modified 9 years, 6 months ago by wealthyone.

    Hi Josue,

    I could do so but there is no option to disable the Enfold switcher.

    I could of course hide them vis css but this is not my preferred option.

    Would you have a filter in functions.php to hide the Enfold switcher in the menu and the top bar ?

    Regards,

    Bérangère

    • This reply was modified 9 years, 6 months ago by caudebert.
    #679894
    eltronis
    Participant

    Hi,
    I have had a topic opened and Yigit was kind enough to help. Problem is that all the adjustments he made to the search box have disappear with the search box itself since I updated Enfold to (3.7.1).
    Here is the link to the original topic https://kriesi.at/support/topic/serch-box-position/

Viewing 30 results - 91,171 through 91,200 (of 142,827 total)