Traffica Pro

Discussion in 'Traffica WordPress Theme' started by swinters, Jun 5, 2018.

  1. swinters

    swinters New Member

    Joined:
    Jun 4, 2018
    Messages:
    6
    Likes Received:
    0
    Good morning,

    I hope you are fine today. I just purchased the Traffica Pro and I have two questions....

    On the front/home page the Business logo is asking for an image which i do not want. In place of the logo I want it to say "Open Source Nevada". How may I accomplish that please?

    Also, I currently have four features showing and I have two more to show....I see the example code that is provided....are there any other example code that I can look at before I try to increase the number of features from four to six please....

    Thank you for all you do,
    Steve
     
  2. swinters

    swinters New Member

    Joined:
    Jun 4, 2018
    Messages:
    6
    Likes Received:
    0
    Ok, I got the logo taken care of....
    But the Add Feature Box did not work for me...Here is the code I used to attempt to add two more features...

    [add_feature_box featureimg = 'http://www.opensourcenevada.com/wp-content/uploads/2018/06/harddisc.jpg'
    featuretitle = 'Data Recovery'
    featuredesc = 'Hard drives have a finite lifetime and fail without warning.'
    featurelink = 'http://www.opensourcenevada.com/features/data-recovery/'
    featureback = 'Malware can corrupt files, disable computers and hold you hostage.'],
    [add_feature_box featureimg = 'http://www.opensourcenevada.com/wp-content/uploads/2018/06/Partsareparts.jpg'
    featuretitle = 'E-Recycling'
    featuredesc = 'We can remove your old equipment and dispose of it properly.'
    featurelink = 'http://www.opensourcenevada.com/features/e-recycling/'
    featureback = 'E-Recycling keeps hazardous chemicals out of our environment.'

    Any assistance is greatly appreciated...

    Thank you,

    Steve
     
  3. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greetings from InkThemes,

    I would like to tell you that - You are using the "," in between the string that's why it breaks the shortcode. So, you are requested not to use the comma in the string, You can use a hyphen "-" instead of a comma ","

    Please use the below-mentioned code to add feature boxes.

    Code:
    [add_feature_box featureimg = 'http://www.opensourcenevada.com/wp-content/uploads/2018/06/harddisc.jpg' featuretitle = 'Data Recovery' featuredesc = 'Hard drives have a finite lifetime and fail without warning.' featurelink = 'http://www.opensourcenevada.com/features/data-recovery/' featureback = 'Malware can corrupt files - disable computers and hold you hostage.'],
    [add_feature_box featureimg = 'http://www.opensourcenevada.com/wp-content/uploads/2018/06/Partsareparts.jpg'
    featuretitle = 'E-Recycling'
    featuredesc = 'We can remove your old equipment and dispose of it properly.'
    featurelink = 'http://www.opensourcenevada.com/features/e-recycling/'
    featureback = 'E-Recycling keeps hazardous chemicals out of our environment.']
    Hope this helps...!

    Regards,
    Akbar
    InkThemes.com
     
  4. swinters

    swinters New Member

    Joined:
    Jun 4, 2018
    Messages:
    6
    Likes Received:
    0
    Thank you very much, I really appreciate it...I replaced the comma with a hyphen
    saved the changes and then refreshed and it still has not worked....

    On the features I am trying to get two row of three each...…..
    Thank you, Steve
     
  5. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi Steve,

    Greetings from InkThemes,

    I have already replied you in this regard on your email thread.

    Please check your e-mail and let me know.

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page