New Topic

uendi

Forum Replies Created

Viewing 25 posts - 76 through 100 (of 109 total)
  • Author
    Posts
  • in reply to: Customization (My Website) #932

    uendi
    Participant

    Hello StartupWP,

    1. Refer to your request screenshot for item no 5 dated 06 July 2013, http://prntscr.com/1f3siq, why is it different from PC ?

    2. I have inserted my own customize search icon, may I know how to make it clickable ?

    3. How to adjust the spacing gap between Contact Us and Privacy Policy to be a bit nearer http://prntscr.com/1f3t1v ?

    4. How to change the “Follow Us On” font-weight to normal, http://prntscr.com/1f3tf4 ?

    5. I have inserted a plugin, everything is OK, but there is one problem that I unable to solve it. I have set a code for box-shadow { 5px 9px 10px rgba(50, 50, 50,0.5); }, and from there, I can see the extra part which I want to get rid of, is it available to ? http://prntscr.com/1f3v5x

    Thanks.

    in reply to: Customization (My Website) #916

    uendi
    Participant

    Hello StartupWP,

    1. For footer menu, I would like to move the texts further down, please refer http://prntscr.com/1dvd7g ?

    2. How to move the facebook icon further down a little bit ?

    3. Apologised as I miss out one thing, that is how to make a border/box , please refer http://prntscr.com/1dvdqx ?

    4. I have noticed that the slider appeared on every page. Is it available to let the slider appear only on home page ?

    5. From my mobile, I can see the navigation menu bar of my site is black in color, the footer menu is transparent and the header is white which totally different from my setting. Is there any way
    can change it ?
    :
    Thank you.

    in reply to: Customization (My Website) #912

    uendi
    Participant

    Hello StartupWP,

    Thank you for your excellent guide.

    1.

    Firstly, I have inserted an image to Facebook Share Image URL, followed by Facebook Profile URL and finally the above code given yesterday. Refer to the site, I can see two facebook icon appears on the top right corner. My main purpose is to have the facebook icon in the right bottom corner of the footer menu. Please advise.

    2. Lets say I have an arrow.png and a magnify glass.png dowload to my computer. From there, may I know how to upload to my site, as from the StartupPro option, there is no option to do it. Don’t tell me I need to upload from FileZilla ?

    3. Sorry, where’s the exact page you’ve added this to? Not seeing it.

    It’s under Store page. You just click on it and you will see the table.

    Thank you.

    in reply to: Customization (My Website) #909

    uendi
    Participant

    Hello StartupWP,

    5. I have one more last question for today, I have inserted an Easy Table plugin and would like to have a big box surround the table with the title “All Categories”. I have added in this code :

    [tab]
    [tabgroup=”All Categories”]

    [/tab]
    [/tabgroup]

    However, it’s not working at all. Please refer http://prntscr.com/1dikw5.

    Thanks.

    in reply to: Customization (My Website) #908

    uendi
    Participant

    Hello StartupWP,

    Thank you so much.

    1. Footer Area. There is an item you have missed out, please refer http://prntscr.com/1dfyl8 ?

    By the way, how to alignment the inline further a little bit from “Privacy Policy” ?

    2. <div id=”followus”>
    . . . YOUR FACEBOOK/TWITTER CODE HERE . . .
    </div>
    © 2013 Uendi.com. All Rights Reserved.

    For this part, I not really understand as I need to add them to the Appearance => StartupPro Options, followed by wording area. After that, I add in the Facebook share image and also
    Facebook profile URL, but it appears on the top right corner ?

    And how to insert the text “Follow Us On” at the footer area (refer to the last request post) ?

    3. #menu-my-categories-menu li a:before {
    content: url(“http://uendi.com/wp-content/themes/startuppro/images/arrow-right.png") !important;
    font-size: 10px;
    padding: 0 10px 0 1px;
    }

    For this part, if I’m unable to download the image arrow I like from somewhere, this code cannot be added, right ?

    4. Refer to the last request post no item 5 (http://prntscr.1c5d56), I would like to have a search box with text ” Search …..” and search icon on it ?

    Thank you.

    in reply to: Customization (My Website) #903

    uendi
    Participant

    Hello StartupWP,

    1. Refer to the first same question dated 28 June 2013, this is the screenshot again http://prntscr.com/1d9irv ?

    2. How to adjust dotted line http://prntscr.com/1d9j3z ?

    3. For sidebar background color, I want the dark brown from right slowing spread to the left as it turns to light brown, refer to the example http://prntscr.com/1d9kaj ?

    4. I saw quite a number of sites have this type of arrow cursor http://prntscr.com/1d9khb, I search everywhere and including w3school site, I’m unable to get the code, is it available to get
    from you ?

    5. I remember I have asked you once regarding the search button code http://prntscr.com/1c5d56, are you able to help ?

    6. Is there any way to get a plugin for use to block the dangerous cookie like CouponDropDown ?

    Thank you.

    in reply to: Customization (My Website) #897

    uendi
    Participant

    Hello StartupWP,

    Thank you for your reply.

    1. My site is on live now.

    2. Jquery Mega Menu I have sent my enquiry to their forum and still waiting for the reply. If I don’t use this plugin, is it still available to set up this design without the image by
    using Css code? Besides, editing any header and functions code.

    Thanks

    in reply to: Customization (My Website) #893

    uendi
    Participant

    Hello StartupWP,

    Thank you for your help as at the meantime, I have not decided what styling do I need for the footer area yet.

    Today, I have a few questions :

    1. Is regarding of my footer menu, please refer to this http://prntscr.com/1bs11f ?

    2. Jquery Mega Menu. I am trying to set up the navigation dropdown menu by using this plugin. As I follow their instruction menu by adding a code to this functions.php and
    header.php, the code for :

    Functions.php
    <?php
    add any new or customised functions here
    if ( function_exists(‘register_sidebar’) ){
    register_sidebar(array(
    ‘name’ => ‘my_mega_menu’,
    ‘before_widget’ => ‘<div id=”my-mega-menu-widget”>’,
    ‘after_widget’ => ‘</div>’,
    ‘before_title’ => ”,
    ‘after_title’ => ”,
    ));
    }
    ?>

    Header.php
    <?php /* Widgetized sidebar */
    if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘my_mega_menu’) ) : ?><?php endif; ?>

    After adding in the code to this header.php and trying to save it, but it appears this sentence :

    Warning: Cannot modify header information – headers already sent by (output started at /home/uendic5/public_html/wp-content/themes/startuppro-child/functions.php:16) in
    /home/uendic5/public_html/wp-includes/pluggable.php on line 876

    May I know what it’s mean ?

    Thank you.

    in reply to: Customization (My Website) #887

    uendi
    Participant

    Hello StartupWP,

    Thank you so much for your help. From the Appearance => Widget, I can see “Footer Widget Area 2” is just on top of Side Widget Area.

    Now I am thinking to shift the Footer Widget Area 2 to place just below Footer Widget Area, so I move the code from the top to the bottom, but it is not moving at all when I refer to the Appearance => Widget again.

    Footer.php

    <?php $options = get_option(‘startup_options’); ?>
    <div class=”clear”></div>
    </div>
    <footer>
    <?php if ( has_nav_menu( ‘footer-menu’ ) ) : ?>
    <div id=”fmenu”><?php wp_nav_menu( array( ‘theme_location’ => ‘footer-menu’, ‘depth’ => ‘1’ ) ); ?></div>
    <?php endif; ?>
    <div id=”copyright”>
    <?php
    if ($options[‘copyright’]!=””) echo do_shortcode( $options[‘copyright’]); else echo sprintf( __( ‘%1$s %2$s %3$s. All Rights Reserved.’, ‘startup’ ), ‘©’, date(‘Y’), esc_html(get_bloginfo(‘name’)) );
    if ( $options[‘credit’] ){ echo ‘ ‘ . sprintf( __( ‘Proudly Built with %1$s and %2$s.’, ‘startup’ ), ‘StartupWP‘, ‘WordPress‘ ); }
    ?>
    </div>
    </footer>
    <div id=”footer-sidebar”>
    <?php if ( is_active_sidebar(‘footer-widget-area’) ) : ?>
    <div id=”fsidebar” class=”widget-area”>
    <ul class=”sid”>
    <?php dynamic_sidebar(‘footer-widget-area’); ?>

    <div class=”clear”></div>
    </div>
    <?php endif; ?>
    </div>
    </div>

    <div id=”footer-sidebar”>
    <?php if ( is_active_sidebar(‘footer-widget-area-2’) ) : ?>
    <div id=”fsidebar” class=”widget-area”>
    <ul class=”sid”>
    <?php dynamic_sidebar(‘footer-widget-area-2’); ?>

    <div class=”clear”></div>
    </div>
    <?php endif; ?>
    </div>

    <?php wp_footer(); ?>
    </body>
    </html>

    Thanks.

    in reply to: Customization (My Website) #885

    uendi
    Participant

    Hello StartupWP,

    Below all these are my customize code, functions.php and footer.php :

    1. Customize code

    /* Header */
    body { margin-top: 6%; }
    #branding { margin-bottom: 30px; }

    /* Menu Background */
    #wrapper nav #s { background: none repeat scroll 0 0 #FFFFFF; width: 180px; }
    nav li.current-menu-item a, nav li.current_page_item a { color: #FFFFFF; text-shadow: 1px 1px 1px #333333; border-radius: 5px !important; }
    nav { background: linear-gradient(#DBB84D 0%, #DBB84D 50%, #B88A00 100%) repeat scroll 0 0 transparent; }
    nav ul li a { border-right: 0 none; padding: 0 25px; }

    /* Sub Menu Dropdown Background */
    nav ul li:hover ul li a:hover, nav ul ul li:hover ul li a:hover, nav ul ul ul li:hover ul li a:hover { background: linear-gradient(#171717 0%, #171717 50%, #454545 100%) !important; border-right: 0 none; border-left: 0 none; border-top: 0 none; border-bottom: 0 none; }
    nav ul li:hover a { background: linear-gradient(#009DD5 0%, #009DD5 50%, #33D0FF 100%) repeat scroll 0 0 transparent; border-radius: 5px 5px 5px 5px; }
    nav ul li:hover ul li a, nav ul ul li:hover ul li a, nav ul ul ul li:hover ul li a { border: 0 none; opacity: 1; }
    nav ul li a:hover { border: 0px solid #000; box-shadow: none; }

    /* Page Title */
    .entry-title { display: none; }

    /* Page Edit */
    .post-edit-link { display: none; }

    /* Left Sidebar */
    .widget-title { border-bottom: 0 none; font-size: 15px; font-weight: bold; font-family: arial, tahoma, sans-serif; color: #584A1F; padding: 13px; margin: 5px 0; }
    .widget-container { padding: 5px 10px; width: 270px; margin: 1px -19px; min-height: 690px; box-shadow: 10px 10px 5px #888888, -8px -8px #F4F4F4, 0px 0px 5px 5px #B88A00; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
    .widget-container a { font-size: 13px; font-family: arial, tahoma, sans-serif; color: #584A1F; margin: 5px 0; padding: 5px; text-decoration: none; display: block; }
    .widget-area { line-height: 20px; }
    .widget-area a {line-height: 40px; }
    #menu-my-categories-menu li { list-style: none outside none; color: #584A1F; line-height: 10px; }
    #menu-my-categories-menu li a { border-top: 2px dotted #584A1F; display: inline-block; margin: 1px 0; padding: 2px 5px; width: 80%; line-height: 25px; }
    #menu-my-categories-menu li a:after { content: “>>”; padding: 10px; font-size: 10px; }
    #menu-my-categories-menu li li a:after { content: “>>”; padding: 0 0 0 13px; font-size: 10px; }
    #menu-my-categories-menu .sub-menu { display: none !important; }

    /* Contact Form 7 (Submit Button) */
    #content input[type=”submit”], #content input[type=”reset”], #container #searchsubmit, .button, #new-topic { background: none repeat 0 0 #AAAAAA; border: 0 none;
    box-shadow: none; }

    /* Contact Form 7 (Insert Color Asterisk) */
    .aster { color: #FF0000 }

    /* Footer Menu Background */
    footer { background: linear-gradient(#DBB84D 0%, #DBB84D 50%, #B88A00 100%) repeat scroll 0 0 transparent; height: 60px; padding: 1px 0 35px; border-radius: 5px 5px; }
    footer a, #copyright { color: #584A1F; text-shadow: none !important; font-size: 12px; }

    2. Functions.php

    <?php
    add_action( ‘widgets_init’, ‘startup_widgets_init_child’ );
    function startup_widgets_init_child() {
    register_sidebar( array (
    ‘name’ => __(‘Footer Widget Area 2’, ‘startup’ ),
    ‘id’ => ‘footer-widget-area-2’,
    ‘before_widget’ => ‘<li id=”%1$s” class=”widget-container %2$s”>’,
    ‘after_widget’ => ““,
    ‘before_title’ => ‘<h3 class=”widget-title”>’,
    ‘after_title’ => ‘</h3>’,
    ) );
    }
    ?>

    3. Footer.php

    <?php $options = get_option(‘startup_options’); ?>
    <div class=”clear”></div>
    </div>
    <footer>
    <div id=”footer-sidebar”>
    <?php if ( is_active_sidebar(‘footer-widget-area-2’) ) : ?>
    <div id=”fsidebar” class=”widget-area”>
    <ul class=”sid”>
    <?php dynamic_sidebar(‘footer-widget-area-2’); ?>

    <div class=”clear”></div>
    </div>
    <?php endif; ?>
    </div>
    <?php if ( has_nav_menu( ‘footer-menu’ ) ) : ?>
    <div id=”fmenu”><?php wp_nav_menu( array( ‘theme_location’ => ‘footer-menu’, ‘depth’ => ‘1’ ) ); ?></div>
    <?php endif; ?>
    <div id=”copyright”>
    <?php
    if ($options[‘copyright’]!=””) echo do_shortcode( $options[‘copyright’]); else echo sprintf( __( ‘%1$s %2$s %3$s. All Rights Reserved.’, ‘startup’ ), ‘©’, date(‘Y’), esc_html(get_bloginfo(‘name’)) );
    if ( $options[‘credit’] ){ echo ‘ ‘ . sprintf( __( ‘Proudly Built with %1$s and %2$s.’, ‘startup’ ), ‘StartupWP‘, ‘WordPress‘ ); }
    ?>
    </div>
    </footer>
    <div id=”footer-sidebar”>
    <?php if ( is_active_sidebar(‘footer-widget-area’) ) : ?>
    <div id=”fsidebar” class=”widget-area”>
    <ul class=”sid”>
    <?php dynamic_sidebar(‘footer-widget-area’); ?>

    <div class=”clear”></div>
    </div>
    <?php endif; ?>
    </div>
    </div>
    <?php wp_footer(); ?>
    </body>
    </html>

    Thanks.

    in reply to: Customization (My Website) #881

    uendi
    Participant

    Hello StartupWP,

    Really thank you very much for your advise. I have uploaded the given php (functions and footer) through FTP, but the new widget area still not appear. I can’t figure out why ?

    Thanks.

    in reply to: Customization (My Website) #875

    uendi
    Participant

    Hello StartupWP,

    Thank you for your advise.

    I have followed your guidance to create a new widget area for my theme. However, I have tried times for copying and editing functions.php and footer.php, there is no new widget area appear when
    I go to Appearance => widget.

    Please advise.

    Thanks.

    in reply to: Customization (My Website) #871

    uendi
    Participant

    Hello StartupWP,

    Refer to your previous reply post :

    – Now, copy over footer.php to the child theme, open it up and add wherever you want the widget area to appear:

    <div id=”footer-sidebar”>
    <?php if ( is_active_sidebar(‘footer-widget-area-2’) ) : ?>
    <div id=”fsidebar” class=”widget-area”>
    <ul class=”sid”>
    <?php dynamic_sidebar(‘footer-widget-area-2’); ?>

    <div class=”clear”></div>
    </div>
    <?php endif; ?>
    </div>

    Can I add them in just after :

    <div id=”footer-sidebar”>
    <?php if ( is_active_sidebar(‘footer-widget-area’) ) : ?>
    <div id=”fsidebar” class=”widget-area”>
    <ul class=”sid”>
    <?php dynamic_sidebar(‘footer-widget-area’); ?>

    <div class=”clear”></div>
    </div>
    <?php endif; ?>
    </div></div>

    Followed by :

    <?php wp_footer(); ?>
    </body>
    </html>

    Thanks.

    in reply to: Customization (My Website) #870

    uendi
    Participant

    Hello StartupWP,

    1. I have copied this function.php from the download theme which is in my computer. After that, I uploaded from the FTP to my child theme. I just want to double check with you first before I start
    my work.

    I have referred to the wordpress support forum and noticed that function.php is different from style.css file. So before copy to the child theme, I have to make some editing from the function.php
    http://prntscr.com/1az575, then copy the edit function.php to the child theme, is it right?

    So I just input the opening PHP tag, closing PHP tag and a little bit of PHP to create an edited copy for the child theme before uploading,

    2. This is the screenshot for the menu settings :

    a) Main menu (Upper portion) http://prntscr.com/1az7r8,
    b) Main menu (Bottom portion) http://prntscr.com/1az7wu, and
    c) Footer menu portion http://prntscr.com/1az8ax

    3. Can I know how to adjust the footer spacing between “Contact Us” text and Copyright ?

    Thanks.

    in reply to: Customization (My Website) #866

    uendi
    Participant

    Hello StartupWP,

    Thank you for your advise.

    1. Regarding of the creating new widget areas :

    I have copied function.php from parent theme to child theme by using FireZilla. After copying, I tried to open it, but cannot as it shows:

    Warning: require_once(wp-updates-theme.php) [function.require-once]: failed to open stream: No such file or directory in /home/uendic5/public_html/wp-content/themes/startuppro-
    child/functions.php on line 521

    Fatal error: require_once() [function.require]: Failed opening required ‘wp-updates-theme.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/uendic5/public_html/wp-
    content/themes/startuppro-child/functions.php on line 521

    So what must I do now ?

    2. Edit your menu under Appearance > Menus. Make sure to either delete out “Privacy Policy” from the menu or uncheck the box “Automatically Add New Top-level Pages”.

    I have gone to edit the “Privacy Policy” text by deleting from Appearance => Menus and also uncheck the box. However, it still appears on the menu bar. As I notice that once I create a
    “Privacy Policy” page and click publish, it will automatically appear on the menu bar without any other setting on it. Please advise.

    Thank you.

    in reply to: Customization (My Website) #860

    uendi
    Participant

    Hello StartupWP,

    Thank you for your advise.

    1. May be I know why I am stuck with this plugin “JQuery Mega Menu Widget”, I saw a video http://www.youtube.com/watch?v=HsOHSgP9_VA, from Appearance => Menu, I can see the
    StartupPro version don’t have this additional option, please refer these screenshot below :

    http://prntscr.com/1arfbm
    http://prntscr.com/1arfh7
    http://prntscr.com/1arfs5
    http://prntscr.com/1arg7c

    Is it available to add in any plugin ?

    2. From my site, I would like to hide the “Privacy Policy” text from the navigation menu bar ?

    Thanks.

    in reply to: Customization (My Website) #857

    uendi
    Participant

    Hello StartupWP,

    1. I would like to have my footer area :
    a) Background : black colour,
    b) Height : (some px but I don’t know yet),
    c) and “Contact Us” (refer to my site) : without underline.

    I set the css code like #footer {….. , .footer {….. , #my-footer-menu {…. , #footer-widget-area {…, and so on, but is not working at al.

    2. If I want to insert “facebook icon” at the footer area which either just above “Contact Us” text or right hand footer area, may I know what ccs code I need to add in ?

    3. If I want to create one or two more footer widget area, is it available for startupPro version and how to do it ?

    4. I have added in a plug “JQuery Mega Menu Widget” , I go to Appearance => menu, and => widget and set everything that I want. From the supporting forum, I still can’t get the thing I want.
    I want to click or hover on the “Store” text under menu bar, then a drop down list like http://prntscr.com/1apkhe or http://prntscr.com/1apg2p appear ?

    One more thing, is do I need to create anything on the page, like what you mention, create a page called All Category and set it to Grid Template…?

    Thank you.

    in reply to: Customization (My Website) #854

    uendi
    Participant

    Hello StartupWP,

    I am trying to set a footer area for my site. However, I do not know whether I am setting correctly or not. I did this step by step :

    1. I go to Appearance => menu => create a menu named “footer menu”.
    2. Followed by Appearance => widget => drag custom menu to footer widget area.
    3. Finally go to Appearance => StartupPro Options to set css style.

    When I go to my site, everything no changes at all.

    Please advise.

    Thanks.

    in reply to: Customization (My Website) #845

    uendi
    Participant

    Hello StartupWP,

    1. #menu-my-list-of-categories .sub-menu {
    display: none !important;
    }
    #menu-my-list-of-categories li:hover .sub-menu {
    display: block !important;
    }
    OR
    #menu-my-list-of-categories .sub-menu {
    display: none !important;
    }
    #menu-my-list-of-categories li:active .sub-menu {
    display: inline !important;
    }
    OR
    #menu-my-list-of-categories .sub-menu {
    display: none !important;
    }
    #menu-my-list-of-categories li:active .sub-menu {
    display: block !important;
    }
    }

    Regarding of the above item code given, as I can say “Very thank you”. However, I still cannot get the code I want. By the way, I saw a site:-

    http://stackoverflow.com/questions/8232176/jquery-show-submenu-if-parent-have-been-clicked, and there are two Javascript that is what I looking for ” I want to show the submenu
    only when submenu parent is clicked.
    “, is it possible to convert them http://prntscr.com/1aecj6 to CSS code for me ?

    2. I would like to create a big box in a page, http://prntscr.com/1aeqgf , please advise ?

    Thank you.

    in reply to: Customization (My Website) #842

    uendi
    Participant

    Hello StartupWp,

    Refer to my previous question of item no 4:-

    I would like to draw a big border between the text “All Categories” (eg. http://prntscr.com/1a0d8x ) ? And this given code is pasted on the StartupPro Option ? Then the page with the border, what do I need to insert ?

    Sorry for the misunderstanding given.

    Thanks.

    in reply to: Customization (My Website) #841

    uendi
    Participant

    Hello StartupWP,

    Thank you for your advise.

    As for the item no :-

    2. #menu-my-list-of-categories li:hover .sub-menu {
    display: inline !important;
    }

    After I add in, I find that it’s very weird, what I want is, when the mouse cursor click on it (Computers) text, then the “software” text will appear…

    3b. <span class=”aster”>*</span>

    I do not know where to insert this code, as you mentioned-above, to edit my form from Contact Form 7 Option, is it edit from http://prntscr.com/19x7p9 ?

    4. html {
    border: 10px solid #000000;
    }
    Or:

    #container {
    border: 4px solid #000000;
    }

    I intend to create a border to one of the page, so this code is pasted on that page or under Appearance = StartupPro Option ?

    Thanks.

    in reply to: Customization (My Website) #837

    uendi
    Participant

    Hello StartupWP,

    I would like to add in one more question, that is:

    4. How to create a big border around the whole page ? As for those supporting forum, I not really understand as is it necessary to style in the page.php file ?

    Thanks

    in reply to: Customization (My Website) #836

    uendi
    Participant

    Hello StartupWP,

    Thank you so much for your advise.

    Question :-

    1. How to adjust the space between the arrow icon and the word “Software” ? http://prntscr.com/19vfwe

    (I have added in the adjustment of padding and margin for it, but is not working properly).

    2. Please refer to the screenshot ” http://prntscr.com/19vg3h “, you can see there is a text “Computers” shown, if I want the sub-menu text “Software” to appear under “Computers” after clicking
    on it , http://prntscr.com/19vgor . Please advise.

    3. Now, it’s regarding of Contact Form 7, do you have any idea of how :-

    a) To change the background color of the “Submit” box ?

    b) To add in the red color of * sign beside the word “Name” and “Email” ?

    Thanks.

    in reply to: Customization (My Website) #829

    uendi
    Participant

    Hello StartupWP,

    Thank you for your advise.

    My further question :

    1. 3. For bullets, try: #menu-my-list-of-categories li {
    list-style: disc outside none;
    }

    I would like to add in “arrow” icon, so from the given code, where can I insert ?

    2. I have installed a tablepress plugin. No matter how I insert any Css code, it is not working at all. So as for this supporting side, I will need to request from tablepress, is it right ?

    Thanks.

    in reply to: Newbie #821

    uendi
    Participant

    Refer to the yesterday reply email from you, I still don’t have the code for :

    To remove the black line from grey sub-menu bar ?

    To change the grey sub-menu bar with border-radius (four corners) ?

    To change the (border-top and bottom-right corner) “Home” highlighted grey menu bar with border-radius (2 corners) ? http://prntscr.com/18ut1o

    Thanks.

Viewing 25 posts - 76 through 100 (of 109 total)