Please advise -- stars, category listing, slider address, grey area

Discussion in 'GeoCraft WordPress Theme' started by gosmartmobi, Mar 6, 2013.

  1. gosmartmobi

    gosmartmobi Member

    Joined:
    Nov 14, 2012
    Messages:
    39
    Likes Received:
    1
    Please help with items shown below.

    I) Removal of “Category listing information” (Note: I used another thread advice meant to remove Category and Publishing date. And only publishing date was removed.)

    2) Removal of tabs “description” and “review”. The leads capture dashboard is not activated. I do not intend to use

    3) Removal of search and the grey spacing that would remain.

    4) Removal of address line under home page slider. Advice under a thread -- Theme Options Custom CSS add code below did not work for me.

    .jcarousel-skin-tango .slider-item section{

    display:none;

    }

    5) Removal of star ratings under “Related Listings” -- I removed other stars from category listing area by placing the Theme Option Custom CSS code you recommend.

    6) Removal of “lead capture” on dashboard page

    -------------------------------------------

    I sent the following information, along with photos, to [email protected]

    Thread Link:

    Website:
    Wordpress Username:
    Wordpress Password:
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    1. Your first problem is solved.

    2. You can't remove the only "Description" and "Review". If we use the code then whole section will be removed.

    3. You can't remove the grey space, it need lots of customization in the theme to remove the space.

    4. It will not remove only the address, it will remove the whole content.

    5. Star ratings is removed.

    6. Lead Capture is removed.
     
  3. gosmartmobi

    gosmartmobi Member

    Joined:
    Nov 14, 2012
    Messages:
    39
    Likes Received:
    1
    Fixes created problems:

    I went into my CCS file and removed your code placement as shown below. Below that I explained the effect of this code on my website.
    jcarousel-skin-tango .slider-item section{
    display:none;
    }
    depth_article .article_detail .tbl_des {
    overflow: scroll;
    height: 219px;
    overflow-x:hidden;
    }
    .depth_article .article_detail .tbl_des {
    display: none;
    }
    .related_item .rating {
    display: none;
    }
    .sidebar #author-info ul li:last-child {
    display: none;
    }
    EFFECT
    1) Your code deleted entire data fields (category, publishing date, name, emal, website phone number, address, hours, social icons) Code removal restored all data fields. REQUEST: ONLY REMOVE CATEGORY AND PUBLISHING DATE)

    2) Home Page photo slider removed both business name and address REQUEST: RESTORE BUSINESS NAME/ADDRESS

    .3) When I removed your code the dashboard fix was eliminated. REQUEST: REMOVE "REVIEWS" AND "CAPTURE LEADS" FROM THE DASHBOARD.

    4) When I removed your code the fix for removing stars with related businesses was removed. REQUEST: REINSERT CODE THAT REMOVES STARS.

    5) Featured Businesses on my menu bar no longer displays premium highlighted businesses in each category. It now acts as "Home" and simply returns internet browser to front page. REQUEST: RESTORE BACK TO ORIGINAL. Probably means something was removed using editor.

    6) Regarding your comment on inability to remove "Description" and "Review' because it would remove abililty to enter a description -- UNTRUE I did this when I had my theme operating under a different domain. The Penn Township website also removed both tabs with no effect on ability to enter text description. Unfortunately, I do not remember what I did.

    Its a powder day in the US Rocky Mountains with more than 12 inches of new snow. Time to ski.

    Thanks,
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    All work done please check your website.
     

Share This Page