Lawzo – Our services area and icon problem

Home Forums Lawzo Theme Support Lawzo – Our services area and icon problem

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #116520
    dddd
    Participant
    • Topics: 40
    • Replies: 44
    • Total: 84
    Member since: December 15, 2016

    Hi,
    I’ve tried everything to get the OUR SERVICES section to work. Here’s the code I used:

    [ourservices_main]
    [ourservices icon=”car” title=”Auto Accidents” link=”http://www.dyerlawfirm.com/dlf/areas-of-practice-and-expertise/personal-injury/”] When a vehicle strikes or collides another vehicle, stationary object, pedestrian, or animal. [/ourservices]
    [ourservices icon=”motorcycle” title=”Motorcycle Accidents” link=”http://www.dyerlawfirm.com/dlf/areas-of-practice-and-expertise/personal-injury/”] Motorcyclists have the same rights as any other accident victim.
    [/ourservices]
    [ourservices icon=”crutches” title=”Personal Injury” link=”http://www.dyerlawfirm.com/dlf/areas-of-practice-and-expertise/personal-injury/” class=”last”] A legal term for an injury to the body, mind or emotions, as opposed to an injury to property.[/ourservices]
    [ourservices icon=”head-side” title=”Brain & Head Injuries” link=”http://www.dyerlawfirm.com/dlf/areas-of-practice-and-expertise/personal-injury/”] A disruption in the normal brain function that can be caused by a bump, blow, or jolt to the head, or penetrating head injury. [/ourservices]
    [ourservices icon=”fire” title=”Severe Burns” link=”http://www.dyerlawfirm.com/dlf/areas-of-practice-and-expertise/personal-injury/”] Damage to your body’s tissues caused by heat, chemicals, electricity, sunlight, or radiation.[/ourservices]
    [ourservices icon=”hard-hat” title=”Workplace Injuries” link=”http://www.dyerlawfirm.com/dlf/areas-of-practice-and-expertise/personal-injury/” class=”last”] Injuries that arise out of and in the course of gainful employment. [/ourservices]
    [ourservices icon=”dollar-sign” title=”Accounting Malpractice” link=”http://www.dyerlawfirm.com/dlf/areas-of-practice-and-expertise/business-litigation/”] Where an accountant commits an error, omission or deviation that causes a negative outcome or financial loss for a client. [/ourservices]
    [ourservices icon=”house” title=”Real Estate” link=”http://www.dyerlawfirm.com/dlf/areas-of-practice-and-expertise/business-litigation/”] Concerns income-producing real estate properties and projects. [/ourservices]
    [ourservices icon=”contract” title=”Contract Disputes” link=”http://www.dyerlawfirm.com/dlf/areas-of-practice-and-expertise/business-litigation/” class=”last”] When any party in a contract has a disagreement regarding any of the contract terms or definitions. [/ourservices]
    [ourservices icon=”lock” title=”Securities Fraud” link=”http://www.dyerlawfirm.com/dlf/areas-of-practice-and-expertise/business-litigation/”] Misrepresentation of information investors use to make decisions. [/ourservices]
    [ourservices icon=”trademark” title=”Trademark Infridgement” link=”http://www.dyerlawfirm.com/dlf/areas-of-practice-and-expertise/business-litigation/”] Unauthorized use of a trademark on competing or related goods and services.[/ourservices]
    [ourservices icon=”balance-scale” title=”Legal Malpractice” link=”http://www.dyerlawfirm.com/dlf/areas-of-practice-and-expertise/legal-malpractice/” class=”last”]Negligence, breach of fiduciary duty, or breach of contract by a lawyer during the provision of legal services that causes harm to a client. [/ourservices] [/ourservices_main]

    And here’s what it looks like:
    https://imgur.com/a/uv6xwLr

    Also, some of the Font-Awesome icons aren’t showing up.

    Website: dyerlawfirm.com/dlf

    Thanks,
    Diane

    #116522
    dddd
    Participant
    • Topics: 40
    • Replies: 44
    • Total: 84
    Member since: December 15, 2016

    Hi,
    The website isn’t acting right on a smartphone (dyerlawfirm.com/dlf). Here is the “Why Chose’ section and the boxes are not ‘displaying’ right as well as the footer sections.

    See image below:
    https://imgur.com/a/W192UqQ
    https://imgur.com/a/v83vxg5

    thanks,
    Diane

    #116563
    dddd
    Participant
    • Topics: 40
    • Replies: 44
    • Total: 84
    Member since: December 15, 2016

    Regarding the Our Services section: I was able to figure out that it had to do with the spacing in the code itself:

    EX:
    [ourservices_main][ourservices icon=”car” title=”Auto Accidents” link=”http://www.dyerlawfirm.com/dlf/areas-of-practice-and-expertise/personal-injury/”] When a vehicle strikes or collides another vehicle, stationary object, pedestrian, or animal. [/ourservices]NOSPACE[ourservices icon=”motorcycle” title=”Motorcycle Accidents” link=”http://www.dyerlawfirm.com/dlf/areas-of-practice-and-expertise/personal-injury/”] Motorcyclists have the same rights as any other accident victim.[/ourservices]NOSPACE[ourservices icon=”crutches” title=”Personal Injury” link=”http://www.dyerlawfirm.com/dlf/areas-of-practice-and-expertise/personal-injury/” class=”last”] A legal term for an injury to the body, mind or emotions, as opposed to an injury to property.[/ourservices]NOSPACE ETC

    Now the issue is that their not all lining up: See PERSONAL INJURY and SEVERE BURNS. I’ve checked and rechecked the code and can’t seem to find how to fix this. dyerlawfirm.com/dlf

    Thanks,
    Diane

    #116628
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Q. some of the Font-Awesome icons aren’t showing up?

    Ans: Kindly use this link in header.php just before closing head tag
    <script src="https://use.fontawesome.com/c4d7d70cd9.js"></script>

    @media screen and (max-width:479px) {
    .five_column, .cols-3 .widget-column-1, .cols-3 .widget-column-2, .cols-3 .widget-column-3  {width:100%;}
    }
    @media screen and (min-width:480px) and (max-width:767px){
    .five_column, .cols-3 .widget-column-1, .cols-3 .widget-column-2, .cols-3 .widget-column-3  {width:100%;}
    }
    
    @media screen and (max-width:1169px) and (min-width:768px) {
    .five_column, .cols-3 .widget-column-1, .cols-3 .widget-column-2, .cols-3 .widget-column-3  {width:100%;}
    }

    Regards,
    Dave

    #119096
    bryanlloydsbryanlloyds
    Participant
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: June 21, 2018

    Hi Diane,

    Was just wondering if you could assist point me in the direction of how I can modify the “Why choose Us” section. Something similar to what you’ve done with yours. That will be very helpful.

    Thanks in advance.

    #119183
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi bryanlloyds,

    Kindly show us your website URL?

    Regards,
    Dave

    #119187
    bryanlloydsbryanlloyds
    Participant
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: June 21, 2018

    Hi Dave,

    Yes the URL is http://www.josikaassociates.com.ng/wp

    Thanks in advance.

    Bryan

    #119193
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Bryan,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .ourservices br { display:none;}

    Regards,
    Dave

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.