Viewing 30 results - 219,301 through 219,330 (of 244,415 total)
  • Author
    Search Results
  • #280169
    wrongjon
    Participant

    Hi
    I’m using a child Enfold theme and want to add some custom php to display some promo boxes under my content on the homepage

    The promo boxes are controlled by custom fields in that page

    To do this I need to save a copy of the php page template to my child theme so which php template is the default template using? page.php or index.php

    I copied page and then my full screen slider was no longer full screen. So I then tried copying index.php and the related loop-index.php and then I got weird results so just wondered if you can guide me on how to create a new php template based on the enfold default page template please

    regards
    Jonathan

    sitedesyne
    Participant

    Can you please give me more details/instructions about the “Multiple Authors” example blog page and how it’s used, or how it works? Are there instructions somewhere that you can point me to?
    Thank you so much!

    #280157

    Hi Roger!

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

    .avia_textblock p { font-size: 16px; }

    Cheers!
    Yigit

    #280153

    Hi!

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

     h1.logo > a {
    float: left;
    }
    h1.logo.bg-logo {
    width: 100%;
    }

    Regards,
    Yigit

    #280152

    Hi WaldenDesign!

    Please go to Enfold/js folder and open avia.js file and find following code on line 60

    //activates the prettyphoto lightbox
            $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});

    and comment it out with // as following

    //activates the prettyphoto lightbox
            //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});

    Cheers!
    Yigit

    #280138

    Hey Bernardo!

    Please firstly update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
    then try deactivating all active plugins check if that helps. Also please flush permalink settings in Settings > Permalinks

    Best regards,
    Yigit

    Hey!

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

    #portfoliobox-2 span.news-time {
    display: none;
    }

    Please go to wp-content\themes\enfold\framework\php folder and open class-framework-widgets.php file and find

    get_the_time($time_format)

    and change them to

    get_the_date()

    Cheers!
    Yigit

    #280128

    In reply to: Blog query

    Hi!

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

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
    display: block !important;
    }}

    Cheers!
    Yigit

    #280126

    In reply to: Header Logo

    Hi Guilherme!

    Please go to Enfold/includes folder and open helper-main-menu.php file and find

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);

    and add your image right below it as following

    echo "<div class='header-image'><img src='linktoyourimage' /></div>";

    Cheers!
    Yigit

    #280125

    Topic: image grid

    in forum Enfold
    alteregousa
    Participant

    Hi,

    I just moved my website from a domain to another. I am using the same wordpress version and enfold theme.
    The transfer was smooth and everything is working as before except that the thumbnail size.
    In the gallery, in the portfolio, and in the news, I have images of variable measures and not fixed as before.
    I would like to have the grid with a fixed size because my images are all different sizes.
    What am I missing?

    Thank you for your help. I’m very, very happy with Enfold.
    Valentina

    #280114
    josephgut
    Participant

    Hello,

    I’ve been using the Enfold theme, but have been getting intermittent site outages. I checked the error logs and found the following error:

    PHP Fatal error: Call to undefined function get_header() in /var/www/vhosts/quadrixit.com/httpdocsnew/wp-content/themes/enfold/index.php on line 9

    That line of code is: get_header();

    Any ideas on what this would be from and how I can fix it? Thank you.

    – Joseph

    • This topic was modified 11 years, 9 months ago by josephgut.
    #280113

    Hi frankyfranky!

    Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open tabs.php file and find

    $tab_atts['custom_id'] = 'tab-id-'.avia_sc_tab::$tab_id++;

    and change it to

    $tab_atts['custom_id'] = 'sectionName'.avia_sc_tab::$tab_id++;

    Regards,
    Yigit

    I’m sorry I didn’t respond sooner, Josue. Thank you for your fast reply.

    To answer your question, I’m a little hesitant to change to the 2013 / 2014 WP theme — if I do that, is it going to wipe out all my settings in Enfold? I would hate to put it into the default theme and then not be able to get my website back when I restore Enfold.

    Thanks!

    #280110

    Hi kimogroup!

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

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

    Regards,
    Yigit

    #280106

    In reply to: Customization problem

    Hi!

    You can simply go to Enfold theme options > Import/Export and import dummy content and keep on customizing your theme from there.
    I have create a menu for you in Appearance > Menus and chose it to display it as main menu then chose Home as your frontpage in Enfold theme options > Frontpage settings

    Best regards,
    Yigit

    #280092

    Topic: Widgets WILL NOT OPEN

    in forum Enfold
    BiggieDave
    Participant

    I began designing a site last week with Enfold. Created three footer widgets. I wanted to make changes to them this morning, and none of the widgets will open from the drop down arrow. Every single one is broken. This has been a long term problem with this theme based on my search through your support forums. In addition, the menu area is broken. I cannot drag the menu headings up or down to change the order in which they appear across my header.

    Very disappointed as I am wasting precious billable hours trying to figure this out. Please advise asap!

    #280082

    Hi,
    Is the only solution to use layer sliders on a multi-language website (using the WPML-plugin), to copy a slider into each language?
    Or does Enfold now support WPML with Layer slider?

    As long as a slider is not modified or in the future changed, then copy + edit is Okay – BUT for sliders that regularly change (new BG images depending on offer etc) then having to edit all sliders manually over and over again is not really a sustainable solution.

    Please advice

    Thank you Johan

    #280074

    In reply to: Icons

    Hi adamsm!

    Please see – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Best regards,
    Yigit

    #280072

    Hey theballet!

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

    #top .gform_wrapper ul li.gfield {
    margin-bottom: -5px;
    }
    select {
    width: 50%!important;
    float: left;
    clear: right;
    }

    Best regards,
    Yigit

    #280069

    Hi frederictib!

    Please add your custom CSS code to Custom.css file inside Enfold/Css folder if you would like to clear out Quick CSS field

    Regards,
    Yigit

    #280059
    wildbrid
    Participant

    Hello, may I know if Shopify can be integrated or compatible with the Enfold theme?

    #280046

    Hey Chrilles!

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

    .search-no-results .search_not_found {
    display: none!important;
    }

    Best regards,
    Yigit

    Harmen_Schrale
    Participant

    Hi there …

    Just got three questions about the contact form in Enfold.

    Is it possible that the visitor of the site I’m building has to put his e-mail address twice, just to make sure he uses a valid address? As you see in other forms aswel. My second question: Now, when a required field is forgotten, the borders light up, awesome but I think that most of the visitors of the particular site will get it (mostly seniors). Is it possible that there is a mention like: please fill in your full name and please fill in the subject.

    And the last one … is it possible that, when an invalid e-mail address is used, it will be mentioned?
    Hope I’m clear in my way of questioning.

    Many regards,
    Harmen

    #280031

    Yeeah, that’s why I love Enfold so much :)
    thanks

    #280004

    In reply to: Enfold Shop site

    Hi Yigit,

    1. how and actually where is the feature or option for adding these two bottoms to sort the products by price, etc, etc as you have them on http://kriesi.at/themes/enfold/shop/
    2. I want to take away the whole gallery at the bottom of http://www.latinomics.org/gipinterns/ I just cannot find where I can deactivate it or even modify it
    3. I already have 7 products but they are not displayed in a single slider split them up into X number of lines, I had to add another slider to show them without rolling the slider =/

    Thanks and best regards,
    Ramiro

    #279991

    In reply to: Correlated products

    Hey!

    Please post a link to your website (product page/shop) and create us an admin account which enables us to check the configuration. Enfold does not remove or modify the related and up-sell products and I guess another plugin/extension breaks them or the configuration is wrong.

    Cheers!
    Peter

    #279983

    Topic: Enfold https issue

    in forum Enfold
    Jason
    Participant

    Hi,

    I’m using v2.8.1 on WP3.9.1. When I view my site via https, enfold still links to an http style sheet:

    <link rel='stylesheet' id='avia-dynamic-css'  href='http://www.tiperformance.com.au/wp-content/uploads/dynamic_avia/enfold.css?ver=1' type='text/css' media='all' />
    

    This should be repeatable on any site you have set up via https.

    I have seen other threads on this closed without real explanation. A fix for this problem would be nice.

    Cheers,
    Jason

    • This topic was modified 11 years, 9 months ago by Jason.
    #279982

    Hi Peter,

    yes i did , but since we are using enfold 2.6 the onClick event get deleted.

    I am trying to eliminate the need to upgrade to 2.8 at the moment as Josue suggested

    thanks
    Yoav

    #279976

    Hi dominic!

    First of all, nice set of photographs. :)

    I can’t seem to reproduce the issue on my end by resizing the Chrome browser. Please download the latest version from your 2.8.1 themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    #279974
    This reply has been marked as private.
Viewing 30 results - 219,301 through 219,330 (of 244,415 total)