livemesh

Forum Replies Created

Viewing 10 posts - 841 through 850 (of 850 total)
  • Author
    Posts
  • in reply to: Adding Vimeo video to the slider #107
    livemesh
    Keymaster

    It is possible to add vimeo video to the slider. We have included “Anything Slider” with Enticing WordPress theme, which allows you to add any type of content as long as it is HTML. Unfortunately we didn’t get time to showcase it on our site, which we will do in near future. Here is a snippet from the enticing documentation.

    Anything Slider

    Please get back to us, if you have any other queries.

    LiveMesh.

    in reply to: Nivo Slider not being displayed #97
    livemesh
    Keymaster

    The Nivo Slides are sourced from Showcase Slides and make sure these slides have Featured Image set. Pls see updated documentation I uploaded here –

    https://www.livemeshthemes.com/enticing-help/#slider-entry

    and get back to me if you still have issues. I can login and take a look.

    Thanks

    in reply to: Nivo Slider not being displayed #95
    livemesh
    Keymaster

    All you have to do is to choose the desired slider name from the “Slider Choice” field from the General tab in the Options Panel. Then for the page created by you as the home page or for a page where you need sliders, choose Advanced Home Page as the Template in the select box in the bottom right of Page edit window under Page Attributes section,

    Hope this helps.

    in reply to: Reducing Nivo Slider Height #88
    livemesh
    Keymaster

    Here is the solution for Nivo Slider shortening. It is a bit tricky but not too difficult.

    Apart from the below css change, you will need to add the code –

    In the {theme directory}/framework/presentation/slider-manager.php, under the display_nivo_slider() method, change the line number 146 from –

    $args = array('image_size' => 'slider-thumb',
    'size' => 'full',
    .......
    'extra_shadow' => false
    );


    to your preferred custom size –

    $args = array('image_size' => array('width' => 960,'height' => 325),
    'size' => 'full',
    .....
    'extra_shadow' => false
    );

    Make the following css change in custom.css located in /custom like below so that when you update the theme, the custom changes are retained to the max extent possible. My mistake, it is not documented in the theme and hence most do not come to know of it.

    #nivo-slider {
    height: 325px;
    box-shadow: 0px 0px 15px -3px black; /* Replace the existing shadow */
    }


    #nivo-slider-wrapper {
    background: none; /* get rid of that existing shadow */
    }

    Hope this helps. This needs to be an option in the Enticing Options Panel. Will include slider height as an option in the next update. Thanks

    livemesh
    Keymaster

    Pls try pasting this into Custom CSS tab of options panel or custom.css file in {theme dir}/custom folder.

    ul.image-grid li.one-third {
    height: 250px; /* Your desired height */
    }

    Thanks

    in reply to: Sample/Example XML File – Replicating Preview Site #75
    livemesh
    Keymaster

    Hi,

    With the version 2.0 of Enticing, we have included the sample xml file with the package. If you haven’t downloaded the version 2.0 yet, then please download it from themeforest and import the xml file. You will get almost all the features that we have put in our preview site (except the images). Once you have imported the xml file, please explore the “Pages”, “Posts” etc sections in your admin panel.

    The xml file has all kinds of pages (about 58 of them) that we have put on our showcase. It also gives you the complete menu structure, demo slides for the slider etc. Please explore “Pages”, “Posts” etc. on your admin panel. You can edit these pages and posts and have your website ready in no time. Our xml file has the most comprehensive content that is necessary to make the job easy for our buyers, to build a website rapidly.

    Thanks,
    LiveMesh

    in reply to: Error on activating the theme #71
    livemesh
    Keymaster

    Hi,

    To add russian words, you will need to create .po file in the languages directory inside enticing theme folder.  You can learn from here about translating your site into your language. Use the enticing.pot in ‘enticing/languages’ folder as a template to create .po files. Poedit is the popular free editor for creating .po and the corresponding binary .mo files. Choose the Russian language in the dropdown box when creating the file. Do reach out to us in case you find something that is not translation ready.

    Hope this is what you were looking for.
    Thanks
    in reply to: Reducing Cycle Slider Height #27
    livemesh
    Keymaster

    Assuming 325px as the desired height, in the {theme directory}/framework/presentation/slider-manager.php, under the display_cycle1_slider() method, change the line number 413 from –

    $args = array('image_size' => 'slider-thumb',
    'size' => 'full',
    .......
    'extra_shadow' => false
    );

    to your preferred custom size –

    $args = array('image_size' => array('width' => 960,'height' => 325),
    'size' => 'full',
    .....
    'extra_shadow' => false
    );

    Also, pls paste the following css code in the Custom CSS tab in Enticing Options Panel –

    #cycle1-slider-wrapper {
    height: 325px;
    }

    The slider size needs to be an option in the options panel. WIll include the same in next update so that you do not have to make these code changes.

    in reply to: Error on activating the theme #56
    livemesh
    Keymaster

    As I suspected, this is more of a php setup issue where a PHP library is missing. Can you pls check with your hosting provider to see if the SimpleXML extension can be enabled. This class is a very basic one required for many frameworks and themes.

    Pls see more information here –

    http://stackoverflow.com/questions/1222465/fatal-error-cannot-instantiate-non-existent-class-simplexmlelement

    Thanks

    in reply to: Error on activating the theme #45
    livemesh
    Keymaster

    Is it possible to provide a temporary login to cpanel, your hosting server. The theme is now activated but will not let me get into admin panel due to the error you mentioned. I would like to revert to default theme by renaming the theme directory and then may be reinstalling the enticing theme. This will also give me some insight into your setup.

    Thanks
    Enticing team

Viewing 10 posts - 841 through 850 (of 850 total)