livemesh

Forum Replies Created

Viewing 15 posts - 796 through 810 (of 850 total)
  • Author
    Posts
  • in reply to: Single Portoflio page shows 'Blog' before content #322
    livemesh
    Keymaster

    This is an issue which seems to have escaped everyone’s notice. Here is the solution for it and it should be fixed in the next update. For now, can you make the following change and see if this works for you?

    Modify the file {enticing theme directory}/framework/functions/utility-functions.php , pls make the following change to the function mo_populate_tagline() from line numbers 217 to 230

    function mo_populate_tagline() {
    
        /* Default tagline for blog */
        $tagline = mo_get_theme_option('mo_blog_tagline', __('Blog', 'mo_theme'));
        $portfolio_tagline = mo_get_theme_option('mo_portfolio_tagline', __('Portfolio', 'mo_theme'));
    
        if (is_attachment()) {
            echo '<h1>' . __('Media', 'mo_theme') . '</h1>';
        }
        elseif (is_home()) {
            echo '<h2>' . get_bloginfo('name') . __(' Home', 'mo_theme') . '</h2>';
        }
        elseif (is_singular('portfolio')) {
            echo '<h2 class="tagline">' . $portfolio_tagline . '</h2>';
        }
        elseif (is_single()) {
            echo '<h2 class="tagline">' . $tagline . '</h2>';
        }
    

    ……. rest of the function.
    Hope this helps. Essentially, I am putting a check for portfolio type when I output the title to be displayed on the top of the page. There will be a new option in next update to control this value. For now, you can tweak the code above to choose whatever you like (Portfolio is the default). Thanks

    in reply to: Contact Form Translation #313
    livemesh
    Keymaster

    I apologize for the delay in replying. The issue you are having is due to we failing to use WordPress translation function inside our custom shortcode. I have already made changes to take care of this in my update scheduled for this week. The update is presently being tested.

    For now, if you are comfortable, can you 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. Pls replace the English language strings like Name, Email, Comment with the corresponding strings in the language of your choice.

    <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>

    Hope this works for now. Pls let us know if you face further translation issues. Thanks for helping us uncover this defect.

    in reply to: Smaller Slider or Smaller Static Image #285
    livemesh
    Keymaster

    Reposting this from email conversation for everyone’s benefit –

    1) Do you have any plans to make a smaller homepage slider – in reference to height? What you have is nice — but, it’s just too big for us.

    – I have sent the code to make this happen for couple of people and the solution should be posted on the forum. I will provide this option in the options panel so that someone does not need to mess around with code. At present, my time is all occupied with making the theme responsive and I plan to release it along with a few other updates this week.

    3) What about giving us an option for a smaller static image in place of the homepage slider?
    -To have a static image, you can just disable the sliders from the options panel (https://www.livemeshthemes.com/general-options/) and then drag and drop the html content with the desired image to ‘Slider Area’ widget in the widgets sections. I can create such HTML content inside WordPress post edit window. That will help show the image instead of slider in the top portion of the page.

    2) What about making a smaller “mini” slider with static content on the right or left of the mini slider?
    – Having a mini slider is a good idea indeed. If you need this urgently, I can provide the same but if you can wait until next week it will be great. It is actually pretty simple enough – create a two column layout using column shortcodes with one column having the slider and the second one with some custom HTML content. If you see our home page, there is a slider inside the accordion which tries to demonstrate that sliders can be placed anywhere you want. You would put similar slider content inside the first column of this two column layout. Again, we can use the custom widget area ‘Slider Area’ to input this content.

    Hope this answers your questions.

    in reply to: Portfolio – show specific categories #284
    livemesh
    Keymaster

    Hope this is what you are looking for –

    [show_custom_post_types post_types=”portfolio” post_count=5 excerpt_count=70 show_meta=”false” hide_thumbnail=”false”]

    or simpler, as in home-page-6, you can use –

    [show_custom_post_types image_size=”medium” post_count=3 post_types=”portfolio” excerpt_count=150].

    Use column shortcodes like [one-half] to display in two columns if you find a single column to be too big for your needs.

    in reply to: Blog Shortcode issue #282
    livemesh
    Keymaster

    My apologies for not updating the page

    https://www.livemeshthemes.com/blog-shortcodes/

    Pls use excerpt_count instead of excerpt_char_count since it was renamed in last update to keep things consistent across all shortcodes.

    in reply to: Single Portoflio page shows 'Blog' before content #280
    livemesh
    Keymaster

    It should not show blog as tagline. If you look at the preview site, each of the portfolio pages have actually a custom page title. Whatever page title you provide when creating a portfolio page is what is shown on the top. Are you sure you chose the page template as Portfolio 2 Column or Portfolio 3 Column and not the Blog one when you created the page? You can see the example here –

    https://www.livemeshthemes.com/portfolio-2-columns-full-width/

    and all other examples of portfolio pages behave in a similar way.

    in reply to: Advertisement 125 Widget gives errors #279
    livemesh
    Keymaster

    Sure. Done. Thanks!

    in reply to: Advertisement 125 Widget gives errors #272
    livemesh
    Keymaster

    It is a bug that escaped us (probably since it is a warning). I think you are still able to specify the ads and display them. If not, can you pls make the following change to file /Applications/XAMPP/xamppfiles/htdocs/rocketplay/wp-content/themes/rocketplay/framework/widgets/mo-advertisement-125-widget.php by replacing the line numbers 153 to 161 with the below code?

                                   <p>
    <label for="<?php echo $this->get_field_id($ad_link_id); ?>"><?php _e('Advertisement Link ', 'mo_theme') . $i; ?></label>
    <input type="text" class="widefat" id="<?php echo $this->get_field_id($ad_link_id); ?>" name="<?php echo $this->get_field_name($ad_link_id); ?>" value="<?php echo $instance[$ad_link_id]; ?>" style="width:100%;" />
    </p>
    <p>
    <label for="<?php echo $this->get_field_id($image_link_id); ?>"><?php _e('Image Link ', 'mo_theme') . $i; ?></label>
    <input type="text" class="widefat" id="<?php echo $this->get_field_id($image_link_id); ?>" name="<?php echo $this->get_field_name($image_link_id); ?>" value="<?php echo $instance[$image_link_id]; ?>" />
    </p>

    I have this change taken care of in my update coming this week. Thanks

    BTW, I am just replacing the echo _('Advertisement Link ', 'mo_theme') with _e('Advertisement Link ', 'mo_theme') on line 154 and a similar change is being made on line 159 as well.

    in reply to: Problem with Tim Thumb #270
    livemesh
    Keymaster

    Pls email the login for the site and I can take a look. Also, have you tried WordPress as the thumbnail generation method for this site? Many have used the same with success. Thanks

    in reply to: Google+ Icon #269
    livemesh
    Keymaster

    Sorry about that. At present, Google+ is not supported fully. The option is there but actual implementation for it to show up on the top right corner of the page is not done yet ( at present, it is not an error but an omission if it does not show up). I am planning to release an update this week including the Google+ icon and thought will make you wait until then when I will have it ready for all. When you switch to the update that is coming, you should see the icon pop up. Will send out a message when the update has been released. Thanks.

    in reply to: Primary Menu will not save #262
    livemesh
    Keymaster

    Sorry for the delayed reply. I have been traveling. Is it possible to email us through our themeforest profile page a temporary user id and password for your installation? Will help take a look. We have had one user report this before but was resolved by reinstalling WP. There have been reports of such behavior in WP forums –

    http://wordpress.org/support/topic/custom-navigation-menu-not-savingappearing

    in reply to: Opening social URLs in a new window #260
    livemesh
    Keymaster

    You will need to modify the theme file to accomplish this. There is a method name mo_populate_social_icons() inside the file {enticing theme directory}\framework\functions\utility-functions.php which will need to be modifed to open these social URLs in new window by inserting target="_blank" into the anchor link. Hope this helps.

    in reply to: Replicating columns in Home Page #257
    livemesh
    Keymaster

    I hope you are referring to the styled boxes just below the slider. As long as you use the column shortcodes it should align right. Pls go through the following post and at the bottom you should find the directions on how to do it –

    https://www.livemeshthemes.com/support/forums/topic/logo-get-cut-and-incomplete-home-page-content/

    Also pls check out the links provided at the bottom of the post below for home page content –

    https://www.livemeshthemes.com/support/forums/topic/sample-example-xml-file/

    Hope this helps.

    in reply to: Contact Page #252
    livemesh
    Keymaster

    I would also consider using the following plugin if I would need lots of tweaks to the contact form –

    http://wordpress.org/extend/plugins/contact-form-7/

    in reply to: captcha #251
    livemesh
    Keymaster

    At present, there is no support for captcha in the contact form. I plan to add some form of “make sure the person is human” check in the contact form in next few days since it is required. If you think captcha is something that you must go for, pls consider using the following very popular plugin for forms for now until we upgrade the theme –

    http://wordpress.org/extend/plugins/contact-form-7/

Viewing 15 posts - 796 through 810 (of 850 total)