livemesh

Forum Replies Created

Viewing 15 posts - 811 through 825 (of 850 total)
  • Author
    Posts
  • in reply to: Contact Page #249
    livemesh
    Keymaster

    The response at present employs name supplied by the user in the subject. Email is implied by reply-to email addresses or the sent email address. The form itself does not have subject field. Since this is often requested feature, I plan on adding a few more fields to the contact form and making it optional from the shortcode provided. Give me a few days time. If you have some specific fields in mind and need urgently, let me know and I can make the required change and email you the modified files.

    For now, to add fields or to remove fields like phone or subject, you will need to make some HTML code changes to the file contact-shortcodes.php in <wordpress install directory>\wp-content\themes\enticing\framework\shortcodes\ directory to take care of this. The bottom portion of this file contains the HTML code for contact form.

    <p>
    <label>Name *</label>
    <input type="text" name="contact_name" class="text-input" />
    </p>
    <p>
    <label>Email *</label>
    <input name="contact_email" class="text-input" type="email"/>
    </p>
    <p>
    <label>Web URL </label>
    <input type="url" name="contact_url" class="text-input"/>
    </p>
    <p>
    <label>Comment *</label>
    <textarea name="message" rows="8" cols="40"></textarea>
    </p>

    As an example of removing a field, to get rid of Web URL, pls remove the following code in line numbers 31 to 34 –

    <p>
    <label>Web URL </label>
    <input type="url" name="contact_url" class="text-input"/>
    </p>

    In order to obtain the new field values and process them, pls modify the file <wordpress install directory>\wp-content\themes\enticing\scripts\sendmail.php The php code in this file is simple enough to modify to help capture values for the new fields.

    Thanks and let us know if you have more questions.

    in reply to: Remove Dates #237
    livemesh
    Keymaster

    Removing dates requires change in 3-4 template or framework files. Search for references to method mo_entry_published() should yield results. Better option would be to use the css code in Custom CSS tab in Options Panel –

    abbr.published {
    display: none;
    }
    

    I see that at present this leave the string “on” in certain places, indicating the presence of a date there. You should be able to remove these when you look for references to mo_entry_published() method. In the next update, will provide this option so that you do not have to modify the files.

    in reply to: Primary Menu Slideout #236
    livemesh
    Keymaster

    At present, not possible. It triggers a scroll bar at present. This has been there in our list but there are so many other more important things that we have been working on (making theme responsive and more customizable etc.) that we are not able to devote time to this. Best thing to do now is to avoid it by placing items on the left or may be just avoid slide right child menu items (they are easy to overuse/abuse).

    in reply to: Multiple Sliders #233
    livemesh
    Keymaster

    You can use ‘generic-slider’ shortcode to do this as explained in this topic –

    https://www.livemeshthemes.com/support/forums/topic/generic-slider/

    Simple example of a client list would be –

    [generic_slider type=”carousel”]
    <ul>
    <li>
    <img src=”http://www.example.com/wp-content/themes/images/example/exampleslider1.jpg&#8221;>
    </li>
    <li>
    <img src=”http://www.example.com/wp-content/themes/images/example/exampleslider2.jpg&#8221;>
    </li>
    <li>
    <a href=”http://example.com&#8221;><img src=”http://www.example.com/wp-content/themes/images/example/exampleslider3.jpg&#8221;></a>
    </li>
    <li>
    <img src=”http://www.example.com/wp-content/themes/images/example/exampleslider4.jpg&#8221;>
    </li>
    </ul>
    [/generic_slider]

    in reply to: Body Link Color #232
    livemesh
    Keymaster

    Pls try setting the option ‘Skin Font Color’ in the Colors tab in Enticing options panel. See below for the screenshot –

    https://www.livemeshthemes.com/colors-options/

    The idea is to have some consistency between the font colors chosen across the page by changing link color, services heading and fancy divider colors on the home page together so that everything blends well. That’s how our skins work BTW. You can, of course, override the some of these colors by choosing other options below it or worst, by pasting appropriate css into Custom Code tab. For example, services area heading color can be overridden by choosing the color in the ‘Services Area Heading H3 Font Color’.

    in reply to: Generic Slider #229
    livemesh
    Keymaster

    Generic slider, as the name indicates, can take any HTML content that you would want it to display. Generally it would be a HTML or a series of divs with each list item or the div as single slide. Typical usage would be to display testimonials, client list, portfolio items, services content etc. Examples of its use are present in several home pages. Having type as slider or carousel just changes the styling for sliders. You would use type ‘carousel’ (not sure that the best use of the word) if you are just displaying simple slider, smaller in dimension. Something bigger, occupying full width of the page would be of type ‘slider’ (default). Here is one example –

    [generic_slider type="carousel" height=200 time_between_slides=3000 desired_effect="fade"]
    <ul>
    <li>[image align="left" size="small" title="Image with link to portfoliotheme.org" link="https://www.livemeshthemes.com" src="https://www.livemeshthemes.com/wp-content/uploads/2012/05/field.jpg"] <h4>Lorem ipsum Dolor</h4>Enthusiastically empower world-class niche markets after clicks-and-mortar value. Assertively recaptiualize client-based partnerships for clicks-and-mortar mindshare whereas seamless customer service. Continually empower cross functional internal or "organic" sources.</li>
    <li>[image align="left" size="small" title="Image with link to portfoliotheme.org" link="https://www.livemeshthemes.com" src="https://www.livemeshthemes.com/wp-content/uploads/2012/05/cloudcomputing.jpg"]<h4>Ut Enim ad Minim</h4> Credibly incubate stand-alone opportunities after low-risk high-yield testing procedures. Monotonectally optimize collaborative applications for transparent platforms. Appropriately evisculate just in time collaboration and idea-sharing whereas interdependent technologies.</li>
    <li>[image align="left" size="small" title="Image with link to portfoliotheme.org" link="https://www.livemeshthemes.com" src="https://www.livemeshthemes.com/wp-content/uploads/2012/05/skydiving.jpg"]<h4>Stet clita Gubergren</h4>Compellingly initiate tactical e-business after adaptive catalysts for change. Professionally disintermediate cross-unit potentialities whereas top-line content.Enthusiastically myocardinate front-end catalysts for change without out-of-the-box data.</li>
    </ul>
    [/generic_slider]

    Hope this helps.

    in reply to: Want to remove the RSS icon in the header #226
    livemesh
    Keymaster

    Best way to do this would be to paste this css snippet in Custom CSS tab of theme options panel –

    #social-container li.rss-feed {
    display: none;
    } 

    Hope this helps.

    in reply to: Update the theme to 2.0 #221
    livemesh
    Keymaster

    You will need to just ftp the files directly to the server directory. WordPress does not allow you to upload the theme file directly through the WP Admin panel if you have the theme already installed. Pls follow the procedure described here for uploading new themes through ftp or cPanel.

    I generally rename the old enticing directory to enticing-backup or something before uploading the new files to directory enticing. This way you preserve the file changes done, if any. And, if something goes wrong or some files go missing, I have the old version to revert or refer to. Hope this helps. Meanwhile, ThemeForest is also working on a mechanism to auto-update the themes in the marketplace.

    in reply to: Blog Post Permalink Issue #218
    livemesh
    Keymaster

    Actually I think 550 should be option specified in the second option ‘Height of Logo Image’ of logo options screen shown below. Pls check.

    https://www.livemeshthemes.com/site-logo-options/

    in reply to: Blog Post Permalink Issue #212
    livemesh
    Keymaster

    This is the same issue as widget title pointing to home page. The logo is taking 550px height. The blog post title is actually not a link.

    in reply to: Sidebar Widget Header Issues #209
    livemesh
    Keymaster

    The culprit is having the logo height as 550px that is making that whole area of 550px height below logo (includes its height) have the same address as logo. Pls reduce it to its actual size through the options panel. Thanks

    in reply to: Blog Page Title #205
    livemesh
    Keymaster

    Probably, you missed closing the h2 tag with a slash(/) symbol. Otherwise, it is not possible for description to have h2 tag. Pls check.

    I emailed you the solution since we have some issues with posting HTML code here.

    in reply to: primary menu padding #193
    livemesh
    Keymaster

    Can you change the values of Top Margin and Right Margin under the Primary Menu Options tab in Enticing Options Panel and see if it meets your need? Pls see the options as shown in

    https://www.livemeshthemes.com/primary-menu-options/

    Basically, set a higher value for top margin and right margin so that the menu gets pushed down and left respectively to enable extra padding and to facilitate insertion of extra menu element (due to space created on the right when the menu is pushed left).

    in reply to: Blog Page Title #185
    livemesh
    Keymaster

    You might see some code jumbled up due to presence of HTML inside the post. I am just getting the code markup to work inside the software I am using for forum. Should be able to fix in next hour or two. Thanks

    in reply to: Blog Page Title #184
    livemesh
    Keymaster

    Thanks for posting this to forum. This is so much easier to track and manage for us. Now, coming back to your question – I am thinking probably you want to hide instead of changing it.

    If you want to hide it, pls use the following CSS in Custom CSS tab in Enticing Options Panel –

    body.blog #before-content-wrap.title-area {
    display:none;
    }

    If you are thinking of changing it, at present I do not have an option for it, although I see we must include an option to either hide it or change it in the options panel. Will do in the upcoming update. Till then, if you are comfortable, pls make the following code change –

    In the file {theme directory}/framework/functions/utility-functions.php, pls change the method mo_populate_tagline() at line number 237 –
    elseif (is_home()) {
    echo '<h2>' . get_bloginfo('name') . __(' Home', 'mo_theme') . '</h2>';
    }

    to the following code

    elseif (is_home()) {
    echo '<h2>My desired Home title</h2>';
    }

    Hope this works for you.

Viewing 15 posts - 811 through 825 (of 850 total)