livemesh

Forum Replies Created

Viewing 15 posts - 826 through 840 (of 850 total)
  • Author
    Posts
  • in reply to: 3 inch gap between portfolio items when summary is left out #179
    livemesh
    Keymaster

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

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

    Thanks

    in reply to: Removing caption from Nivo Slider #176
    livemesh
    Keymaster

    If you need to hide the Nivo slider captions, just paste the below code into Custom CSS tab of options panel.

    #nivo-slider .nivo-caption {
    display: none !important;
    }

    in reply to: Removing top and bottom margin in the boxed layout #169
    livemesh
    Keymaster

    For boxed layout change you are requesting, pls paste this into the Custom CSS tab in the options panel –

    .boxed #container-wrap {
    margin: 0 auto; /* Change 0 to whatever pixels space you want. 40px is default */
    }

    This should help get rid of top and bottom space. Let me know if you have more questions.

    in reply to: Hiding text summary for the portfolio page #163
    livemesh
    Keymaster

    I managed to find time to make some time to fix this. The code change will be included in the next update. For now, can you manage with this piece of css code below? If you want the source code change anyway, send me an email and I will send out the same.

    In the Custom CSS tab of options panel (if using v2 of Enticing) or in custom.css file in /custom folder, put this piece of code –

    #generic-slider-wrapper .post-snippets .entry-summary {
    display: none;
    }

    Let me know if you run into issues.

    in reply to: Featured Images not showing up with server error status 400 #153
    livemesh
    Keymaster

    Thanks for purchasing our theme. It would help if you can help post a temp login to your installation since I have not encountered this before. Also it would help if you can check if changing the ‘Thumbnail Generation’ option value in General tab of Options Panel to WordPress from the default value of TimThumb solves this problem by any chance. It could be due to TimThumb failing to generate images due to insufficient permissions. Pls let us know.

    in reply to: Premium Servers, CMS Solutions and Happy Customers sections #148
    livemesh
    Keymaster

    To add before content widget, navigate to the Appearance > Widgets, drag and drop the text widget to the “Before content homepage”. See the screenshot for assistance.

    Adding text to Before Content Area widget

    Then expand the Text widget that you added and add your custom code there. Home page code can be found at

    https://www.livemeshthemes.com/get-code-for-home-pages/

    Specifically, take a look at the top code labeled “Get top widget area code” and paste it into widget area called ‘Before Content Home Page’. Hope this works

    in reply to: Configuring Email on BlueHost and Favicon #145
    livemesh
    Keymaster

    This is what I could manage –

    1) For the first question, looks like this could be a bluehost specific thing. Pls read below for a solution –

    http://voodoopress.com/send-your-wordpress-email-from-you-and-other-email-fixes/

    http://wordpress.org/support/topic/subscribe2-sending-email-from-hosting-email-address

    2) To change icon, pls follow instructions here – http://codex.wordpress.org/Creating_a_Favicon

    Better – just use this plugin – http://wordpress.org/extend/plugins/all-in-one-favicon/

    Hope this helps.

    in reply to: Adding subtext or description below the Page Title #141
    livemesh
    Keymaster

    And for changing the page title, here are the steps

    1. Edit the “About Us” page.
    2. At the very top-right in the admin panel, just beside the help, you can see “Screen Options”. Click on it.
    3. In the “Show on screen” option, please check the “Custom Fields” checkbox. Now you should see that you can edit the custom field section at the bottom.
    4. Just remove the value for the custom field “mo_description” or you can insert your own description, if you like.

    Hope this helps.

    in reply to: Incomplete home page content and Logo gets cut off #130
    livemesh
    Keymaster

    Hi,

    1) The logo getting cut is actually the result of a change we made in v2.0 to leave the choice of setting the width the user. But unfortunately in the midst of 110 or so new options we added, this critical option was left out from the options panel. For now, pls set the logo width by pasting the below css in Custom CSS tab until we release the next update by restoring the option.

    #site-title a {
    width: 350px;
    }

    2) Some of the home page code can also be found at

    https://www.livemeshthemes.com/get-code-for-home-pages/

    Take a look at the top code labeled “Get top widget area code” and paste it into widget area called ‘Before Content Home Page’.

    Adding text to Before Content Area widget

    Here is the actual HTML code used in the site that can be pasted to the widget area –

    <div class="one-third">
    <img src="https://www.livemeshthemes.com/wp-content/uploads/2012/07/slogan1.png" alt="" title="slogan1" width="140" height="107" class="alignleft" style="margin:0;"/>
    <div> <h3 style="margin-top:20px;text-align:center;border-right:1px solid #ccc;"><a href="#">Premium Services</a></h3> </div>
    </div>
    <div class="one-third">
    <img src="https://www.livemeshthemes.com/wp-content/uploads/2012/07/slogan2.png" alt="" title="slogan2" width="147" height="105" class="alignleft" style="margin:0;"/> <div>
    <h3 style="margin-top:20px;text-align:center;border-right:1px solid #bbb;"><a href="#">CMS Solutions</a></h3> </div>
    </div> <div class="one-third last-column">
    <img src="https://www.livemeshthemes.com/wp-content/uploads/2012/07/slogan3.png" alt="" title="slogan3" width="110" height="110" class="alignleft" style="margin:0;"/>
    <div> <h3 style="margin-top:20px;text-align:center;"><a href="#">Happy Customers</a></h3> </div>
    </div>

    Many have reported that replicating the data as seen on our preview site is super easy with our sample xml file (it has almost everything seen on our site) and things should work smoothly without issues. We will help you out in replicating the whole thing in just a few min if you send a temporary login.

    Pls let us know how things proceed.

    in reply to: Incomplete home page content and Logo gets cut off #127
    livemesh
    Keymaster

    Hi,
    We have included the sample xml file with the download package, that will get you lots of data to work with. Did you import the xml file to your installation? If you can send me a temporary login to your domain, I can see what issues you have, and fix it.

    Thanks

    in reply to: Maintaining natural height of images in the blog post #121
    livemesh
    Keymaster

    Here is the solution you requested –

    Modify the utilit-functions.php file in the {wp-installation}\wp-content\themes\enticing\framework\functions directory. FYI – the only change I made was to change the line towards the end of the utility-functions.php file –

    $args['image_size'] = 'list-thumb';
    to
    $args['image_size'] = array(width => 628, height => 0);

    Keeping height 0 helps timthumb auto calculate the height based actual image size.

    Then, prevent css from styling it to old image size by pasting the below in Custom CSS tab of options panel or into custom.css file in /custom folder.

    .image-container.full .thumbnail {
    width: 628px;
    height: auto;
    }

    Hope this helps. Let us know if you still see issues. Email me in case you need the modified php file with the change in it.

    in reply to: Changing Header Banner or Background #118
    livemesh
    Keymaster

    With Enticing v2.0, header can now be customized for background or banner, height, background color etc. in the Backgrounds tab of Enticing Options Panel.

    in reply to: Changing Header Banner or Background #116
    livemesh
    Keymaster

    Can you see if you upload an image 960x150px banner image and then issue this change in custom.css will help –

    #header-area {

    background: url("http://example.com/your-uploaded-banner-image.png") no-repeat scroll center bottom;
    background-color: #fff; /* Change this to suit your banner background */
    height: 150px;
    }

    in reply to: How to setup the theme #111
    livemesh
    Keymaster

    Thanks for choosing Enticing.
    Regarding the setup, please read the documentation (setup is very easy). Or you can see it online here https://www.livemeshthemes.com/enticing-help/#installation

    Once you are done with that, Please load the demo content xml file that is attached with this mail using the wordpress importer plugin. If you want to know how to do that, then please see this video

    http://www.youtube.com/watch?v=ST40OORShLg

    Once you are done importing the content, Please explore the “Pages”, “Posts” etc on the admin panel and edit them as per your requirement. Also again please read the documentation for any assistance on the theme, and also I will be happy to assist you in all possible manner.

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

    Also, you can get exact structure of most of the pages by grabbing the code we have put on portfoliotheme.org.
    1. Please visit https://www.livemeshthemes.com/get-code-for-home-pages/ to get the code for the various homepage layouts we provide. Also read this – https://www.livemeshthemes.com/support/forums/topic/premium-servers-cms-solutions-and-happy-customers-sections/ if you find some content in the home page missing.
    2. For pages like About Us, Contact Us etc please see the individual pages under the “PAGES” menu item. You can see at the bottom of the page you can click on the toggle button to get the code.
    3. We have also given various shortcodes under the “SHORTCODES” menu item if you need them. Also use shortcode helper button in the post/page edit window for entering shortcodes.

    Hope this helps. Pls do get back to us if you need further help.

Viewing 15 posts - 826 through 840 (of 850 total)