Viewing 30 results - 224,521 through 224,550 (of 244,353 total)
  • Author
    Search Results
  • #247394

    Hi Yigit,
    Thank you.
    I refreshed a few times etc…
    It’s better than before indeed but the sentence (breadcrumb?) on the right is not well aligned and it’s “cut”…
    Also the container turns “higher” when reducing the window… and so all texts in it are not vertically centered anymore… :(
    http://www.mariecarette.com/perso/auxi.jpg
    I would prefer to have the same thing that in enfold demo -> breadcrumb on the left, under the title…
    http://www.mariecarette.com/perso/enfold.jpg
    Would that be possible ?
    Thank you so much.

    Marie

    #247392
    Simple
    Participant

    Hi I have the same need than in this thread :
    https://kriesi.at/support/topic/wpml-language-selector-text-instead-of-flag/

    I’ve guessed the name of the page wp-contentthemesenfoldconfig-wpmlconfig.php (nice name btw :) ) has changed and is now in enfold/config-wpml/config.php

    I’ve created a copy within enfold-child/config-wpml/config.php and made the change as detailed in the previous thread. But nothing happened on the website (www.sourcedeprovence.com). What did I made wrong?

    Many thanks for your help.
    Thomas

    #247391

    No problem
    To which mail

    #247389

    Hey!

    Can you firstly please try updating Enfold to the latest version – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    preferably via FTP

    Cheers!
    Yigit

    #247385

    In reply to: Search Icon

    Hi djsmbd!

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

    #menu-item-search {
    display: block!important;
    }

    Best regards,
    Yigit

    #247380

    Hi squaic!

    Have you updated WordPress to the version 3.8.1? If not, please do so

    Cheers!
    Yigit

    #247378

    Hi Gee Are!

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

    #header_meta {
    z-index: 9;
    }

    Best regards,
    Yigit

    #247377

    Hey!

    That means you are using an older version of the theme :) Please update Enfold to the latest version 2.6.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #247373
    ak-muc
    Participant

    Hi Kriesi,

    i tried to update 4 Enfold installations over the backend. In 3 cases the update interrupted during the progress.
    i uploaded the files via ftp and now there is a button which is not working or disappears:

    “A automatic update could not be finished – klick here to update again”

    If i klick the button it doesnt happen anything and the theme version is latest (2.6.2)

    Sunny Greets from Munich!
    Alex

    • This topic was modified 11 years, 11 months ago by ak-muc.
    #247369

    Hey serge esteves!

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

    .avia-post-nav .entry-image img { height: 80px!important; width: 80px!important; }

    Regards,
    Yigit

    #247363

    Hey Jason!

    Which browser and OS are you using? This is how i see the buttons – http://i.imgur.com/DUpcBVp.png
    Also, please go to Enfold theme options and make sure that you did not added custom CSS code to Google Analytics field

    Regards,
    Yigit

    #247345

    I deactivated all plugins:

    – Add Meta Tags
    – Akismet
    – Better WordPress Minify
    – Contact Form 7
    – DB Cache Reloaded Fix
    – HS Responsive Category FAQ
    – Shareaholic | share buttons, analytics, related content
    – WordPress SEO
    – WP Super Cache
    unfortunately no benefit :(

    I need to insert the full screen layer but it simply doesn’t work

    In addittion to this, after I disabled those plugins, now I see that when loading an image it shows a generic error (while the image, when accessing through media label, is there). Plus when I try to insert a image it shows the image overlayer empty

    any possibility of a quick help? the site is my wife one and it is causing lots of (family) problems…

    I can provide you the access as admin to speed up things

    kind regards

    v.

    • This reply was modified 11 years, 11 months ago by paperaino.
    #247343
    caip
    Participant

    Hi,

    I’ve add following code to Quick CSS in Enfold theme options under Styling tab

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

    Unfortunately the code seems to me to have no effect. At some mobile devices (when the display is placed horizontally) or at shrinked brownser the top scroll button still disappears. Estimated at a width that should be changed as above.
    I’d like to have that scroll icon always fixed when I’m scrolling down regardless of the width size of the screen or when resizing.

    Thank you!

    #247337

    Hallo,

    ich bin der Meinung, dass sich das Anzeigeverhalten nach dem letzten Update von Enfold geändert hat. Meine Bilder liegen in zwei Originalformaten vor: 400×600 und 600×400.

    Meine Fragen:
    1. wo muss ich was ändern, dass die Anzeige der Einzelportfolio Seite das Bild in Originalgröße anzeigt?
    Dieser Eintrag bringt gar nichts, da alle Bilder dann unnatürlich verzerrt werden.

    .page-thumb img {
    width: 100%;
    height: auto;
    }

    2. wo wird zusätzlich festgelegt, in welchen Größen ein hochgeladenes Bild abgespeichert wird – außer in den WordPress Einstellungen Medien?

    Gruß
    Lisa

    • This reply was modified 11 years, 11 months ago by kochtussi.
    #247324
    squaic
    Participant

    Hi,

    I just installed the version 2.6.2 of Enfold and I have no icon animation when i put my mouse on the icon. I bought this theme 6 months ago and I remember at this time, I had no problem.
    I tried to reupdate on my ftp, nothing. I don’t know if there is a connection with this other problem, but in my admin panel, the options look like that:

    Control panel

    It’s not the website under construction.

    Thanks

    Adrien

    #247323

    Topic: Avia color_sets array

    in forum Enfold
    dustingrof
    Participant

    Hello all,

    I am wondering if anyone can help me figure out how to make the following change. I would like to add another option to my color_sets array in my Enfold Child theme’s functions.php file.

    I found this in the functions.php file, but when I added (and modified) it to the child nothing happened.

    $avia_config['color_sets'] = array(
        'header_color'      => 'Header',
        'main_color'        => 'Main Content',
        'alternate_color'   => 'Alternate Content',
        'footer_color'      => 'Footer',
        'socket_color'      => 'Socket'
     );

    Basically, I would like it to look like so when I am done:

    $avia_config['color_sets'] = array(
        'my_custom_color_set'     => 'My Custom Color Set Name',
        'header_color'      => 'Header',
        'main_color'        => 'Main Content',
        'alternate_color'   => 'Alternate Content',
        'footer_color'      => 'Footer',
        'socket_color'      => 'Socket'
     );

    Thanks in advance!

    #247322

    In reply to: Enfold Showcase

    My site on russian language.
    http://fakel.net.ru/

    #247321

    Topic: Cinema Schedule

    in forum Enfold
    Zarja87
    Participant

    What to make a very simple cinema schedule for my site.
    I need to change parameter of Opened Tab every day at 00:01.

    Can’t find a simple plugin for this. Now I need to change it manually every day (.

    It’s real to make it and anybody know how to do it?
    Or how i can realize a similar function differently?

    Main page of schedule is here.

    #247320

    Topic: Contact form

    in forum Enfold
    Voilaah
    Participant

    Hi there !

    i’m using the contact form embeded in Enfold theme, it is simple and useful.
    However, i would love to control a bit more what’s happening when the user click the submit button.

    Is it possible to have a javscript function callback in the shortcode.js file, at this line :
    send.button.bind('click', checkElements);

    Or any other way to trigger a function on my own after the checkelements function is done ?

    basically, i just want to show a message warning the user that the message is currently sending.

    thanks

    Cheers

    honesty1993
    Participant

    Hello, the sample data doesn’t include the second slide on your demo homepage of http://kriesi.at/themes/enfold/
    The one with “a mobile in a hand, and leaves”.
    may I have the exported code so I can import into my website to have this effect? Thanks.

    #247304

    Hello,

    Please try to deactivate all third party plugins to see if it gets fixed.

    Regards,
    Josue

    #247280

    We looking forward to hearing from you Steve :)

    Regards,

    Josue

    #247271
    uptimeinstitute
    Participant

    I did most of my configuration of Enfold with the default settings.

    I added in Category Links and some custom pages, but now if I change the permalink to /%postname%/

    Things start breaking, there are no “pages” for the category so it throws

    Not Found

    The requested URL /category/executive/ was not found on this server.

    Apache/2.2.22 (Ubuntu) Server at journal.uptimeinstitute.com Port 80

    Is there a way to circumvent this so we don’t have to start from scratch.

    #247257
    This reply has been marked as private.
    #247255

    Hey marienoisette!

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

    @media only screen and (max-width: 767px) {
    .responsive .title_container .breadcrumb {
    left: 100%;
    }}

    Regards,
    Yigit

    #247250

    In reply to: IE Enfold Menu Issue

    Hey sparkeeey!

    I have answered your question here https://kriesi.at/support/topic/ie-issue-2/#post-247196
    Please do not create duplicated topics as it is making it harder for us and other users to follow. Closing this one for now, let us continue from your other topic

    Cheers!
    Yigit

    #247245

    Hey scubadventure!

    It is possible but unfortunately you are going to need to hire a freelance developer for such customization

    Cheers!
    Yigit

    #247237

    Hey!

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

    .postid-184 #header { display: none !important; }

    Regards,
    Yigit

    #247236

    Hey karbonato!

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

    @media only screen and (max-width: 480px) {
    .responsive #header_meta .sub_menu>ul li, .responsive #header .social_bookmarks li {
    right: -5% !important;
    }}

    Best regards,
    Yigit

    #247235
    johnmdotme
    Participant

    When I create subpages, a default sidebar is created. If I add widgets they automatically go below that sidebar. How do I move widgets above the sidebar?

    Thanks!

Viewing 30 results - 224,521 through 224,550 (of 244,353 total)