Viewing 30 results - 217,681 through 217,710 (of 243,970 total)
  • Author
    Search Results
  • Hi!

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

    @media only screen and (max-width: 767px) {
    .responsive #top #header {
    position: absolute;
    }}

    then please flush browser cache on your mobile device and refresh your page a few times

    Cheers!
    Yigit

    #288480

    Hi!

    Thank you for coming back.

    You have to solve this problem within an action hook, because functions.php of the childtheme is loaded before the parent themes functions.php.

    Try to put the following in functions.php of the child theme:

    
    add_action('init', 'purpleedge_change_layout', 900);
    
    function purpleedge_change_layout()
    {
    global $avia_config;
    
    $avia_config['layout']['sidebar_right'] = array(‘content’ => ‘eight alpha’, ‘sidebar’ => ‘four alpha’, ‘meta’ => ‘two alpha’, ‘entry’ => ‘eight alpha’);
    }
    

    This should overwrite the settings from enfold parent theme.

    Cheers!
    Günter

    • This reply was modified 11 years, 6 months ago by Günter.
    #288476

    Hi!

    It does seem to work fine now. Please check custom CSS code i added to the bottom of Quick CSS field. You can add your contact number in Enfold theme options > Header Layout > Extra Elements > Phone Number or small info text

    Regards,
    Yigit

    #288458

    In reply to: Standard editor issues

    I’ve followed your instructions. added the code to wp-content/themes/enfold/functions.php but nothing happens. what and where should I see the “new field under the Advanced Layout Builder with the live output”? can you help?

    #288454

    In reply to: Testimonial grid

    Hey odmv91!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    strong.avia-testimonial-name { color: red!important; }
    span.avia-testimonial-subtitle { color: orange!important; }

    Regards,
    Yigit

    #288444

    Hey Amir!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    h3.avia-form-success {
    color: red;
    }

    Cheers!
    Yigit

    #288437
    This reply has been marked as private.
    #288430

    In reply to: Enfold Showcase

    http://www.ocreurope.com

    Europe´s first and only news agency dedicated to the sport of obstacle racing, built with the amazing Enfold theme!

    If you guys have any feedback, let me know!

    originaltours
    Participant

    Love the theme, really versatile.

    I have created some custom fields with the ACF plugin and managed to show these on the single post page, no problem. I can also hide the date field in the Enfold settings, works!

    But now, I would like to show some custom fields as well on the blog post grid on the overview pages. Please see the link below.

    In which file I should edit this?

    #288415

    Hey Swedfit!

    You have an empty text widget there. Please remove it in Appearance > Widgets or add following code to Quick CSS in Enfold theme options under General Styling tab

    div#text-9 {
    display: none;
    }

    Best regards,
    Yigit

    #288412

    In reply to: Standard editor issues

    Hi deepee!

    Please turn on debugging mode to see shortcodes on standard editor – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Best regards,
    Yigit

    #288403
    Swedfit
    Participant

    Hi!

    Is it possible to lessen the padding below the Combo Widget?

    View this page on my website: http://www.ocreurope.com/news/

    The sidebar to the right has the combo widget but there is a lot of “white space” below, can this be changed?

    thanks!

    #288395

    Thanks Josue, doesn’t appear to have worked?

    I placed the following into my child functions.php, but the layout remains 9/3 for the sidebar-right configuration. Have I done something wrong?

    /* Include the global settings for Enfold */

    global $avia_config;

    $avia_config[‘layout’][‘fullsize’] = array(‘content’ => ‘twelve alpha’, ‘sidebar’ => ‘hidden’, ‘meta’ => ‘two alpha’, ‘entry’ => ‘eleven’);
    $avia_config[‘layout’][‘sidebar_left’] = array(‘content’ => ‘nine’, ‘sidebar’ => ‘three alpha’ ,’meta’ => ‘two alpha’, ‘entry’ => ‘nine’);
    $avia_config[‘layout’][‘sidebar_right’] = array(‘content’ => ‘eight alpha’, ‘sidebar’ => ‘four alpha’, ‘meta’ => ‘two alpha’, ‘entry’ => ‘eight alpha’); //GWB

    /* End of Enfold changes */

    #288394

    Hey george!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    span.toggle_icon { background: url(https://cdn0.iconfinder.com/data/icons/small-n-flat/24/678092-sign-add-16.png); }
    .vert_icon, .hor_icon { display: none; }
    p.toggler.activeTitle .toggle_icon { background: url(https://cdn2.iconfinder.com/data/icons/snipicons/500/minus-sign-16.png); }

    Cheers!
    Yigit

    #288391

    Hey!

    You can copy shortcodes of homepage v11here – http://pastebin.com/yHNhsQ4G
    Please enable debugging mode on Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ then paste the shortcodes in the editor

    Cheers!
    Yigit

    wacky32
    Participant

    Hiya,

    Am trying to change the background color outside of the page + page elements to a different color. I want to keep all the page + post backgrounds white, but I would like area to the left and right of the page content to be different. Have only been able to figure out how to code in this difference for the entire page/post.

    #288357

    Topic: Problem with RTL text

    in forum Enfold
    BW-Topas
    Participant

    Hi,

    I have created multilanguage site with Enfold. I have paid for WPML. I have succesfully translated to german and english language. Today I tried arabic. The problem is that the text is still in most cases LTR. Even when I have arabic text RTL – I have problem with dots or question marks.

    Can you give any advice?

    Thanks

    Adam

    #288336

    In reply to: Slider / Dummy Data

    Hey Jcochran904!

    Try publishing the page instead of just previewing. I’ve never had any good interaction with WordPress previews and even less with some of the more javascript heavy theme elements.

    The fullscreen slider demo is in the version 7 homepage: http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/

    Regards,
    Devin

    #288329

    Hi Sven!

    It is definitely possible to modify the element though its best to do it in a child theme. I hadn’t planned on making it available yet but I’ve actually modified the magazine shortcode for use in our upcoming documentation site update and you can see that child theme as a good example.

    Here is the github repo for it: https://github.com/DevinVinson/enfold-child-docs

    Its a fork of my starter child theme: https://github.com/DevinVinson/enfold-child-starter which has the shortcodes folder and function set up in as well.

    Then you can customize the php to get the load out how you want it.

    Best regards,
    Devin

    #288328

    Hi!

    It looks like unfortunately its a bit more complicated than Ismael originally intended. The supporting css isn’t in place to allow for that kind of layout so it would need to be handled by a freelance developer so that the magazine element will continue to be fully responsive and display in the customized way you want.

    You could use the magazine elements together to get any of the layouts that are on the demo page here: http://kriesi.at/themes/enfold/homepage/home-v10-magazine/

    The small magazine elements however don’t have the excerpt ability.

    Best regards,
    Devin

    #288323

    Hi!

    For the gallery/column issue, you would need to constrain the columns to that size with either css or adding blank columns on either side of the content.

    So giving the content a custom class or using the color section ID and placing them in a color section you could easily target that container and make it smaller. This field:

    Then it would be something like:

    
    #yourcontainer .container {
        max-width: 800px !important;
    }
    

    The function for the sorting shouldn’t have any possible effect on the images. It would have to be something else. Try first deactivating all active plugins and then removing the custom css and functions so that you are just about back at the stock theme. Turn on the plugins on at a time to make sure there was no conflict with one. Then re-add in the customizations if you think it might have been from there.

    Best regards,
    Devin

    #288320

    In reply to: Logo resize issue

    Hey!

    I couldn’t really see it, but i noted you have a very old version of Enfold, try updating, it may fix it.

    Cheers!
    Josue

    #288319
    cbrslider
    Participant

    Hi,

    My current installation using Enfold for word press, and using both enfold and enfold child themes seemed to go okay. But there is not an “upload dummy data” button under the Enfold or the Enfold Child theme options. Did I do something wrong or is this feature missing from the newest update?

    Please note that I have used Enfold before on another website and it has worked absolutely flawlessly, including the entire installation process. It is a really great website template. (www.jstreetproductions.com if you care to look).

    Thanks in advance for any help or guidance.

    Mark D

    #288309

    In reply to: Custom ID Attributes

    Hi!

    An element can not have multiple IDs, you’d need to use classes, try enabling this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Josue

    #288307

    In reply to: custom 404 page?

    Hey!

    Yes, enfold does come with a 404 template, there are two files that handle what is shown:

    • /404.php
    • /includes/error404.php

    Cheers!
    Josue

    #288296

    Topic: custom 404 page?

    in forum Enfold
    dubyajay
    Participant

    Hi,
    Does enfold come with a 404 page? If so, how do I activate it (and customize it, if necessary).

    Thanks!

    #288293
    Ballabird
    Participant

    Hello guys, thank you for this amazing theme.

    I’m looking for a way to modify the lightbox js so that it would close the image window after clicking on the image that pop’s up (right now it’s moving to the next image).

    Is it possible with the enfold default js? Or do I have to turn off the default and install some other lightbox plugin and then modify it?

    Appreciate your support!

    • This topic was modified 11 years, 6 months ago by Ballabird.
    Monsoon
    Participant

    Choose the Black color scheme and look at the navigation menus.
    The header text should be white but it is grey, only turns white when you mouse over so there has to be an effect put on
    If you chose the font to be white and nothing else it will NOT show white and be a darker color. The white color of the font will only come up as you mouse over, this is a problem as I do not want the fade effect
    I would like to have a color header background and simply white text for the menus. Can t do at the moment
    Please advise

    #288242

    In reply to: Share Bar

    mistakenly placed in functions-enfold.php and now my site is broken, can you please help?

    #288230

    Thanks Josue.

    Already tested with Chrom with the following link
    The first time I see that on a file.

    file:///H:/DH%20-%20Mes%20Installations%20-%20Externe%20-%2001/WordPress%20-%20Site%20DHP/ThemeForest%20-%20EnFold/documentation/documentation/index.html

    Always the same message “Accès refusé.

    Strangely, this part of the folder in the windows file browser appear in green ???

    As I saw a mix of files for Mac and Windows in the same file, Are you sure that these files are compatible with windows.
    There is two separate directories, but we never know.

    Thanks
    Didier

Viewing 30 results - 217,681 through 217,710 (of 243,970 total)