Viewing 30 results - 211,441 through 211,470 (of 244,547 total)
  • Author
    Search Results
  • #328834

    Topic: Sitemap Widget

    in forum Enfold
    Gstar72
    Participant

    Hi Guys,

    I have a Sitemap section in the Widget area of the theme, is this to do with Enfold, or Yoast?. Stupid question, I guess I add a text input and add the url of the site mp xml file here, can;t find any info on this?.

    Any advice appreciated.

    Thank you

    #328833

    Thanks Ismail,

    I just realised I obviously cannot find out which version of Enfold runs here. I took over the work from a previous admin.
    In order to check for theme updates, it asks me for a themeforest account.

    IS the only way to update the theme that I contact the actual buyer of the theme in order to update?
    Do you know any more efficient way?

    #328832

    Hi Arvish:

    Thanks for the help, this should covered all the data. Anyway, perhaps in future deliveries, enfold could add a function that delete all the imported demo dummy data.

    Best regards//

    Heng

    #328829
    This reply has been marked as private.

    @Devin If I may, I would like to provide some constructive criticism.

    1. There is space for a cart icon on mobile. See screenshot taken with a very small window size:
    .

    The only issue I see is if someone uses a huge logo, but that could easily be fixed by scaling it down.

    2. Enfold clearly supports WooCommerce out of the box, therefore it was designed to do it. Having built-in support for a shopping cart, but leaving out the cart itself (which is, perhaps, the most important thing), on mobile platforms (used by an average of 45% of visitors) seems a choice that should be reviewed.

    #328824

    Hei,

    it’s soo bad, that you always (or so often) change the css classes in the HTML structure.
    So it´s impossible to use a child theme, or I have to look twice after a update, what is going on with my structure :-( miiii

    Is it aaaaalways necessary to update a enfold, or is it possible to run older enfoldthemes (so not updating them). ???

    #328818
    armindoerr
    Participant

    Hi,

    I can no longer edit my frontpage after updating to 3.0. I get the following messages:

    Warning: extract() expects parameter 1 to be array, null given in /homepages/1/d227302576/htdocs/f10_neu/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php on line 203

    Fatal error: Call to undefined function woocommerce_product_subcategories() in /homepages/1/d227302576/htdocs/f10_neu/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php on line 274

    Can you please check that?

    Thanks,
    Armin

    #328817

    In reply to: Chinese Icons

    This reply has been marked as private.
    #328811

    Hi sevankonu!

    Thank you for using Enfold.

    What do you mean it doesn’t change when you “drag and drop” them? Please provide a screenshot of the issue.

    Cheers!
    Ismael

    #328810

    Hi beenee!

    Thank you for using Enfold.

    Xing icon is available on Enfold 3.0. Please go to Enfold > Social Profiles panel.

    Cheers!
    Ismael

    #328807
    RJ
    Participant

    Dear Kriesi,
    A website of one of our customers got hacked recently.
    We restored the clean files we had when we first put their website online.
    I updated all plugins and the Enfold theme as well. But now somehow the styling settings in the themeoptions aren’t visible on the frontend anymore. So the themeoptions DO save but the styling stays the same.

    I tried disabling all plugins, reinstalled Enfold, activated another theme, removed any custom css and set the memory limit to the max but all without succes.

    Does anyone know what might be the problem?

    Im using wordpress 4.0, Enfold 2.9.2 and am using a child theme for enfold.

    Thanks in advance!

    Rhodo

    #328802

    In reply to: Support Forum

    Hey MindSpark!

    Thank you for using the theme.

    The site is using the bbPress plugin which is compatible with Enfold.

    Best regards,
    Ismael

    #328801

    Hey David!

    Thank you for using Enfold.

    Please ask them what version of the browser they’re using. I can see the logo fine on Chrome Windows 8.

    Cheers!
    Ismael

    #328799

    Hey!


    @bjacoby
    : I checked your site and it’s not using the latest version of the theme. Please download the latest version Enfold 3.0 from your 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/

    After the update, please remove browser cache then reload the page.

    Regards,
    Ismael

    #328792
    Ship-ST
    Participant

    Hi,
    I’ve got an issue with enfold theme: each time I want to update a page, it open a “Registration form” window and I can’t close it! (I have to reload the page).
    And this is strange because I can’t find anywhere else this “Registration Form” panel, is this a hidden feature?

    Regards,

    Matthieu

    Hi James!

    Thank you for using Enfold.

    I’m not sure if I understand you correctly. As far as I know, you can only set a single time zone on Settings > General > Timezone. I’ll ask the rest of the support team if they have any idea.

    Cheers!
    Ismael

    #328789
    tommie2509
    Participant

    Hello we use the latest version of wordpress 4.0 and latest version of plugins but theme enfold is not work in mobile please help.
    My Layout is active.
    What to do?

    #328787
    bakbek
    Participant

    Hi, I can’t seem to find how to choose between the new layouts in Enfold 3.

    #328786

    In reply to: Google "Immobilier"

    Hey SPOONIX!

    Thank you for using Enfold.

    I’m sorry but we don’t provide support for third party scripts. However, you can edit header.php or try adding this on functions.php to place the script inside the head tag:

    function googleimo_code() { ?>
    <script src="https://www.google.com/jsapi"
            type="text/javascript"></script>
        <script language="Javascript" type="text/javascript">
        //<!
        google.load('search', '1');
     
        function OnLoad() {
          // Create a search control
          var searchControl = new google.search.SearchControl();
     
          // Add in a full set of searchers
          var localSearch = new google.search.LocalSearch();
          searchControl.addSearcher(localSearch);
          searchControl.addSearcher(new google.search.WebSearch());
          searchControl.addSearcher(new google.search.VideoSearch());
          searchControl.addSearcher(new google.search.BlogSearch());
          searchControl.addSearcher(new google.search.NewsSearch());
          searchControl.addSearcher(new google.search.ImageSearch());
          searchControl.addSearcher(new google.search.BookSearch());
          searchControl.addSearcher(new google.search.PatentSearch());
     
          // Set the Local Search center point
          localSearch.setCenterPoint("New York, NY");
     
          // tell the searcher to draw itself and tell it where to attach
          searchControl.draw(document.getElementById("searchcontrol"));
     
          // execute an inital search
          searchControl.execute("IMMOBILIER");
        }
        google.setOnLoadCallback(OnLoad);
     
        //]]>
        </script>
    <?php }
    
    add_action('wp_head', 'googleimo_code', 10);

    Place the div in header.php.

    Regards,
    Ismael

    #328783

    Hey hypergolica!

    Thank you for using Enfold.

    You can show the default gallery captions but it will break the layout of the gallery. Add this on Quick CSS or custom.css:

    #top .gallery .gallery-item {
    margin: 1px 1px 0 0;
    width: 200px;
    height: 300px;
    padding: 0;
    }
    
    #top .gallery-caption {
    display: block;
    position: relative;
    }

    Play around with the css values to get the layout that you want.

    Regards,
    Ismael

    #328779

    Hi Josue,

    That was it, thanks! I didn’t realise my JS file would execute in the admin section I guess. What can you suggest to fix this? The error isn’t getting thrown client-side. I’m loading the file in functions.php in my child theme, like this –

    wp_enqueue_script( ‘fixed-sidebar’, $template_url.’/wp-content/themes/enfold-child/custom.js’, array(‘jquery’), 1, true);

    #328773

    Hey michaelhiga!

    Thank you for using Enfold.

    Please try the Layer Slider. Refer to this link but ignore the Transition Settings: https://kriesi.at/support/topic/layerslider-zoom-video-to-fill-banner-space/

    Regards,
    Ismael

    #328770
    Cloudspace
    Participant

    Hi Guys,

    I am working on a 1 page website at the moment using Enfold. How can we set a button to link to the other section on the page just like what the buttons are doing the one page portofolio Enfold theme Demo? (http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio).

    Thanks in advance! :)

    #328768

    Hey Brian!

    Thank you for using Enfold.

    How did you add a custom link? Please give us a link to the actual page. We would like to check it.

    Best regards,
    Ismael

    #328765

    Hi dsgnerfw!

    All versions are derived from the default enfold theme and customized accordingly to give you those themes.

    You can install a parallel version of any demo and copy any additional CSS(if any).

    Cheers!
    Arvish

    #328763

    Thanks Ismael.

    Yes, on Mac. Have it showing fine now, after migrating to new optimized server.

    Interestingly, on upgrading to Enfold 3, it did not show on the inverse – Firefox and Chrome. It was not loading jQuery before the slider.

    Deactivating CloudFlare’s RocketLoader took care of that. Hopefully just a temporary solution, as love the speed boost.

    Will see if can have someone assist in setting up RocketLoader’s asynchronous loading of js manually so can just take care of this instance, while preserving it for all else. Or perhaps the next LS update will handle this, as it seems in their recent update log to be trying to address this compatibility.

    Thx for feedback… Michael

    #328751
    Heng Gao
    Participant

    Hi enfold team:

    Could you please share how to delete the demo data?

    After I import the demo data, the menu items are quite messy, because there are a lot of items, I wonder if there is a way to delete the data i have imported and start over?

    #328749

    Hi quicky2000!

    1. Responsiveness of a theme has more to do with the display width.

    margin-top affects the height of the document which results in increase or decrease in the document height, which is not a factor that affects responsive designs.

    2. Add the following code to the Quick CSS textarea in the Enfold Theme Options or custom.css to remove the border when scrolling

    #header{
       border-color:transparent;
    }

    Cheers!
    Arvish

    #328747

    Hey!

    Is the Lightbox Modal Window enabled on Enfold > Theme Options? Please deactivate all plugins except for Events Calendar then test it again.

    Best regards,
    Ismael

    #328741
    dsgnerfw
    Participant

    Hi guys, its been a year since I have finished my enfold site and when I got news that 3.0 was available. I was excited of the new features, last update was around 2.0 something.

    There are different demo versions. I assume all versions can be done with the default or any custom there correct? Or is there a certain customization on each demo?

    I like enfold flat + restaurant default for my design portfolio and I’m probably going to tweak the site again from scratch.

Viewing 30 results - 211,441 through 211,470 (of 244,547 total)