Viewing 30 results - 228,901 through 228,930 (of 244,584 total)
  • Author
    Search Results
  • #224651
    vanhove
    Participant

    Hi,

    In the Ajax portfolio, when I use one, main image I would like to be able to disable the link for the full-size image, the link shown in the following screen shot:

    link

    If I could do this on a case-by-case basis it would be great.

    Thanks,

    Steve

    #224650

    Hey!

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

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }}

    Best regards,
    Yigit

    #224648
    David Verburg
    Participant

    Hi,

    I downloaded 2 plugins to add a link to an image in a gallery. Both times Enfold kept on showing the lightbox image. WP Gallery Custom Links and RPS Image Gallery where the plugins. Does anyone know if Enfold works with these plugins?

    Regards,

    David

    #224646

    Hi!

    Add this too:

    #header_main_alternate .container {
        width: 100% !important;
    }

    Also, the previous code i provided was pasted with errors, please rewrite the greater than signs (>) manually in the Quick CSS.

    Best regards,
    Josue

    #224642

    In reply to: Enfold Dummy Data?

    [SOLVED] I deactivated the bb press forum plugin.

    :)

    #224641
    Kimberly
    Participant

    I just installed the latest Enfold update and have noticed some changes in how my site appears on my cell phone and am hoping you can help me with your crazy CSS skills to help me make some changes.

    My site has a 4 column 2 row Partner/Logo Element and before the update this use to display on mobile devices in a 2 column 4 row grid. Now it displays each picture individually one after another (single file like) . I want to get back to the smaller sized 2 column 4 row grid that it use to be. Any Quick CSS code I can use to get this layout back?

    Thank you in advance!

    #224639

    Any word on this one guys?

    #224638

    Topic: Enfold Dummy Data?

    in forum Enfold
    Gus
    Participant

    hello,

    i have tried to install the Enfold theme dummy data but i am having no luck with it.
    – I have tried to increase the WP memory.
    – I have tried to manually install it via phpmyadmin (error #1046 – no database selected)
    – tried importing the sql file again (error #1062 – duplicate entry ‘1’ for key ‘primary’)

    eh, i’m getting frustrated.
    thank you!

    #224635

    Dale a actualizar unas cuantas veces, yo ya veo el logo de l’acacia en http://www.lacacia.fr/

    Saludos,
    Josue

    #224634

    DONE

    sigo teniendo el problema unicamente cuando no soy conectado

    #224627

    Hola,

    Intenta reemplazar este archivo por el logo correcto directamente via FTP:
    http://www.lacacia.fr/wp-content/themes/enfold/images/layout/logo.png

    Saludos,
    Josue

    #224625

    Te mande la contraseña y todo a tu mail m.josue….

    Gracias

    #224624
    RicardoSuarez
    Participant

    Dear Sir:

    How could implement social media icons that you have at the right of the menu Kriesi equally in the Enfold template?

    Thank you very much
    Ricardo Suarez Caballero

    #224623

    Sorry, I’m just a user/fan of the theme like yourself, and whilst I know *how* to do it, I barely have the time for my own projects, let alone taking on anyone elses!

    #224622

    Topic: small tab modification

    in forum Enfold
    RicardoSuarez
    Participant

    Dear Sir,

    It would be great if you could implement this small modification on your plugin, which is explained in the attached screenshot.

    I need this functionality to implement some jquery events once user do “click” on a div element, which belong to this “tabs table” that is created by your plugin. Please see the detailed explanation in this link: http://iiemd.com/wp-content/uploads/2014/02/problem.png
    ¿Can you tell me how can i implement it in enfold?

    Thank you in advance and looking forward to hear from you,
    Ricardo Suarez Caballero

    #224621

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

    #224617

    when i live the admin mode still having the bug
    bug

    #224616

    when i was in Admin mode no problem BUG ENFOLD LOGO

    I do it now thank you

    #224607

    Hi Andrew!

    Try downloading a fresh copy of Enfold and installing it via FTP.

    Regards,
    Josue

    Hi!

    I don’t recommend you using that because it will probably have compatibility problems, which can be fixed but unfortunately we can’t help you with that because is out of the scope of the support we can give.

    P.S. Enfold already comes with a drag and drop builder.

    Cheers!
    Josue

    #224601

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    Hello Josué,

    Thank you so much. You’re really helping me out!

    Please allow me to pick your brain one more time. I would like to use a content builder such as this: http://thrivethemes.com/contentbuilder/next/

    Do you foresee potencial problems if one starts using this plug in to edit pages and posts? Does it integrate well with ENFOLD?

    Could it slow down page loading time?

    At least graphically, it seems like a very good option and I’m interested in buying it… It give me the impression it could be a time saver as well.

    Many thanks,

    Miguel Kieling

    #224595

    Thanking you richard I reached out to the company to see if they could help. If you know how to make these changes I am willing to pay you for your time.

    #224593

    In reply to: max_input_vars Error

    Thanks. I had already done that before writing support. The folks at GoDaddy say they do not have a php.ini file on the server (I have no way to see beyond my shared hosting folder). Often when I download a theme it will have its own php.ini file but Enfold does not. Am I able to just create my own php.ini to add memory for that parameter? The megamenu folks are suggesting 3000 instead of 1000.

    #224592

    Hey!

    Try adding this code to the Quick CSS:

    #footer {
        box-shadow: none !important;
        border: 0 !important;
    }

    Cheers! 
    Josue

    #224579
    media3technology
    Participant

    Wordpress 3.8.1
    Enfold 2.4.5
    http://longislandteacher.com/cmxprocess_v2

    Great theme, thanks.
    Would like to modify main menu so it spans the entire page width. I’m hoping there is a simple addition to the custom CSS that would accomplish this. I’ve made other adjustments to the menu background, font color, etc., so the custom CSS under the style tab is as follows:

    .header_color .main_menu ul:first-child > li > a { color: #FFFFFF; background-color: #F67736; width:205px; } /* color of main menu items */
    .header_color .main_menu ul:first-child > li a:hover { color: #000000; } /* hover state of main menu items */
    .header_color .main_menu ul:first-child > li.current-menu-item > a,
    .header_color .main_menu ul:first-child > li.current_page_item > a { color: #000000; } /* color of active menu item */
    .main_menu .menu li a strong {
    display:block;
    font-size:12px;
    font-weight:normal;
    cursor: pointer;
    text-align: center; }
    #header_meta { display: none; }

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    .main_menu ul:first-child > li > a{
    display:block;
    text-decoration: none;
    padding:0 13px;
    font-weight: normal;
    font-size:12px;
    font-weight: 600;
    text-align:center;
    }

    .avia-section-large .content, .avia-section-large .sidebar {
    padding-top: 70px;
    padding-bottom: 50px;
    }
    .breadcrumbs { display: none; }

    .title_container .main-title {
    margin: 0;
    font-size: 30px;
    font-style: italic;
    color: orange;
    position: relative;
    z-index: 2;
    min-height: 36px;
    line-height: 2.3em;
    top: 0;
    font-weight: 400;
    }
    #top .alternate_color.title_container .main-title a { color:#f05a1a; }

    Hey Ed!

    Try adding it here directly via FTP.

    Regards,
    Josue

    #224559

    That’s alright, Devin. I understand. I am, however, now restyling the mega menu using a child theme to create a somewhat closer effect of what has been displayed in my example.

    I have run into a problem though, the height of the logo seems to influnce the .avia_menu height, and no matter what you do, the whole layout breaks. I have tried a lot of workarounds to this, but it seems there are too many interlinking css references that makes it hard, haha!

    Anyway, my code now is:

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
        height: 70px;
        line-height: 90px;
    }
    
    <strong>using this to restrict the height of the main menu and make the sub menus appear as closer to the main as possible.</strong>
    
    #avia-menu a: {
    margin-top: 10px;
    height: 30px !important;
    }
    
    <strong>re-trying here to set the height but the logo height in the header keeps interfering</strong>
    
    #avia-menu a:hover {
    background-color: #ffffff !important;
    color: #70b115 !important;
    }

    any possible help to this would be highly appreciated!

    here’s my enfold work in progress so far: http://steroidim.com/wpdemo/

    #224554

    I have seen other theme have both functionality available at the same time by default. I fail to see the reason why Enfold does not allow you to do this?

    #224549

    It’s not really an ‘issue’ as it’s not a standard feature of Enfold. Kriesi’s site is based on Enfold, but with his own custom child theme.

    If you go to the ‘contact’ page on the menu there is a link for customisation help..

Viewing 30 results - 228,901 through 228,930 (of 244,584 total)