Need assistance w several issues-Geocraft

Discussion in 'GeoCraft WordPress Theme' started by feliciarn, Mar 31, 2014.

  1. feliciarn

    feliciarn New Member

    Joined:
    Mar 26, 2014
    Messages:
    14
    Likes Received:
    0
    1. Can you look here http://dallydiz.com/listing/dresslers-upscale-dining/ and tell me how to fix this picture so that is it clear, not blurry?
    2. Can you view attached document titled "htmlvariable" to tell me what info goes in html variable fields? I deleted by mistake.
    3. Can you look at attched doc. entitled dllydz.docx and tell me why this page does not show when one goes to home page and clicks first link, which is titled "What is Dallydiz?"
    4. This page http://dallydiz.com/all-listing/ does not show categories at the right hand side of page. How to fix?
    [​IMG]
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1. Slider frame is of dimension (448 x 270)px. Either use images of this ratio or
    Paste this code in Custom CSS
    Geocraft settings > Theme Option > Styling Option > Custom CSS

    Code:
    .flexslider .slides img {
    width: auto;
    height: auto;
    } 
    It will adjust slider according to image size.

    2. Html variable name should be unique. You can enter any unique name in that field.

    3. Please check the link of page that you have created.

    4. Edit "All listing" page and select "Template listing" as a page attribute and update it.



    Thanks & Regards
    Gourav Shrivastava
     
  3. feliciarn

    feliciarn New Member

    Joined:
    Mar 26, 2014
    Messages:
    14
    Likes Received:
    0
    3. My question was-Can you look at attched doc. entitled dllydz.docx and tell me why this page does not show when one goes to home page and clicks first link, which is titled "What is Dallydiz?"

    3. Your answer was: Please check the link of page that you have created.

    I did check the link -can you view the attached doc to tell me what setting I need so that when I go to home page http://dallydiz.com/ and click first link "What is Dallydiz" that it will direct to the 2nd image on this doc, not the 1st image.
    ________________________________________________________________________

    How do I edit header and footer?
    _________________________________________________________________________

    How do I remove published date from listing?


    Thank you.
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1. The error is shown in the image is coming when page is not found on the server.

    Go to Appearance > Menus > Links
    and add your custom menu from there.

    2014-04-02_1211.png


    2. Follow the link given below
    http://www.inkthemes.com/how-to-use...-directory-a-complete-procedure/02/?no-dialog

    I hope it will help you.

    3. Go to single-listing.php present in your theme directory and remove the code given below

    Code:
      <tr>
                                    <td class="label date"><?php echo S_P_DATE; ?> </td>
                                    <td><?php the_time('F j, Y'); ?></td>
                                </tr>
    check image for reference
    2014-04-02_1218.png



    Thanks & Regards
    Gourav Shrivastava
     
  5. feliciarn

    feliciarn New Member

    Joined:
    Mar 26, 2014
    Messages:
    14
    Likes Received:
    0
    Hi, you did not respond to question........ How do I edit header and footer?

    Can you also explain process to remove reviews?

    Also, can you view attached document to explain process to remove "SEARCH" field from menu bar?

    Thank you.
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1. For editing header area

    Go to
    Geocraft Settings > Theme Options > General Settings > Custom Logo
    and upload your logo image from there.

    2. For editing footer area
    Go to the
    Appearance > Widgets
    Drag widgets and drop them in the first, second, third and fourth widget area, It will automatically display at your footer.


    3. Actually review is also a comment. Which you can deactivate separately from each listing.
    Just edit it and uncheck "Allow comment" option.

    Or

    To hide review from all listings.
    Paste this code in Custom CSS
    Geocraft Settings > Theme Option > Styling Option > Custom CSS

    Code:
     #gc_tab ul li:nth-child(2){
    display:none;
    }
    4.
    Go to
    Appearance > Menus
    Create a custom menu and only add the pages that you want to show in the navigation bar.


    Thanks & Regards
    Gourav Shrivastava
     
  7. feliciarn

    feliciarn New Member

    Joined:
    Mar 26, 2014
    Messages:
    14
    Likes Received:
    0
    Hi, can you view the attached doc to instruct me how to remove the item on the page "Rating?"

    Thank you, you have been super-helpful!

    So glad that I purchased this theme!
     

    Attached Files:

  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Geocraft Settings > Theme Option > Styling Option > Custom CSS

    Code:
     .depth_article .article_detail .article_rating {
    display: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  9. feliciarn

    feliciarn New Member

    Joined:
    Mar 26, 2014
    Messages:
    14
    Likes Received:
    0
    Thank you for reply.

    Can you view the attached doc to instruct how to remove the star outlines beneath the listings?
     

    Attached Files:

  10. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Geocraft Settings > Theme Option > Styling Option > Custom CSS

    Code:
     .jcarousel-skin-tango .star_rating{
    display:none;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  11. feliciarn

    feliciarn New Member

    Joined:
    Mar 26, 2014
    Messages:
    14
    Likes Received:
    0
    Thank you again!

    Can you view attached doc to instruct how to remove picture of star rating where the arrows are pointing in the "Related Listings" category?

    Also, is Adobe Illustrator the only program which will edit logo files?
     

    Attached Files:

  12. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this go to the geocrafttheme\library\controls\module_functions.php
    And remove code as shown in the image.

    starratting.png

    Thanks & Regards
    Nitesh Raghuwanshi
     
  13. feliciarn

    feliciarn New Member

    Joined:
    Mar 26, 2014
    Messages:
    14
    Likes Received:
    0
    Can you please tell me where I find this option to get to geocrafttheme\library\controls\module_functions.php

    Can you view attached doc "menu" to instruct on how to change background color on menu bar items?

    Can you view attached doc "footer" to instruct how to edit info in footer?

    Can you view attached doc "contact" to instruct how to fix "submit your message" button so that the whole word "message shows.?"

    Thanks!
     
  14. feliciarn

    feliciarn New Member

    Joined:
    Mar 26, 2014
    Messages:
    14
    Likes Received:
    0
    Can you please tell me where I find this option to get to geocrafttheme\library\controls\module_functions.php

    Can you view attached doc "menu" to instruct on how to change background color on menu bar items?

    Can you view attached doc "footer" to instruct how to edit info in footer?

    Can you view attached doc "contact" to instruct how to fix "submit your message" button so that the whole word "message shows?"

    Can you view the attached doc "contacthis" to instruct how to change text on the "Contact this business" button?

    Thanks!
     

    Attached Files:

  15. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) module_functions.php is an internal file you can edit through FTP. Or to edit internal files through your wp dashboard. You can use "wp-editor" plugin. After activating plugin go to the Appearance > Theme editor > library\controls\module_functions.php
    Download link
    http://wordpress.org/plugins/wp-editor/

    2) For menu background.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .menu_wrapper .top_arc {
    background: your color value;
    }
    .menu_wrapper .menu-container {
    background: your color value;
    }
    
    3) I think you are talking about widget area. Go to the Appearance > widgets and add widget of your choice in the first, second, third and fourth widget area.

    4) Submit button is displaying whole message at my side. I think your browser is set at lower zoom level. Please set it to default 100%.

    submit.png

    5) "Contact this business" is a button. You can edit it through geocrafttheme/images/ subscribe-title.php
    Edit image using photoshop or any other image editing tool.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  16. feliciarn

    feliciarn New Member

    Joined:
    Mar 26, 2014
    Messages:
    14
    Likes Received:
    0
    Hi, can you view attached doc "editftr" to instruct how to edit text in fields with arrows?

    Hi, can you view attached doc "nostar" to instruct how to remove "no review" text and star?
    Thank you.
     

    Attached Files:

  17. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) It's a widget area. You can change that area form widgets as i have suggested before." I think you are talking about widget area. Go to the Appearance > widgets and add widget of your choice in the first, second, third and fourth widget area."

    2) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .content_wrapper .star_rating {
    display: none;}
    .review_desc {
    display: none;}
    Thanks & Regards
    Nitesh Raghuwanshi
     
  18. feliciarn

    feliciarn New Member

    Joined:
    Mar 26, 2014
    Messages:
    14
    Likes Received:
    0
    I entered the code in Custom CSS

    .content_wrapper .star_rating {
    display: none;}
    .review_desc {
    display: none;}
    but you can see on attached doc "nostar" that rating is still showing. I have also entered code




    .depth_article .article_detail .article_rating { display: none;} #gc_tab ul li:nth-child(2){ display:none;} .jcarousel-skin-tango .star_rating{ display:none; }


    Can one of these styling options be causing a problem?
    Thanks!
     

    Attached Files:

  19. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
  20. feliciarn

    feliciarn New Member

    Joined:
    Mar 26, 2014
    Messages:
    14
    Likes Received:
    0
    Please visit http://dallydiz.com/listing/crossfit-704/ and scroll to the bottom of the page-You will see the star listing box-grayed out with the related listings. How can I remove this star/rating display?

    Thank you.
     

Share This Page