Make Social Icons Bigger

Discussion in 'RoadFighter WordPress Theme' started by solyom__, Jan 27, 2016.

Thread Status:
Not open for further replies.
  1. priya

    priya Guest

    Thanks a huge lot for your appreciation..:)

    For the first issue, I really don't understand why that code didn't work for you as I have checked this at our end and it works perfectly..

    Would you please send us your dashboard credentials at [email protected] so that we can figure out the issue and able to resolve that..

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  2. solyom__

    solyom__ New Member

    Joined:
    Jan 21, 2016
    Messages:
    25
    Likes Received:
    0
    Dear Priyanka,


    Sorry for my late Reply, I was busy with start up the company.
    I sent the login details today.

    Thank you for your support!

    Yours Sincerely
    Zoltan Nemeth
     
  3. priya

    priya Guest

    Thanks for the details Zoltan...

    We will get back to you soon...

    Your patience will be appreciated,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  4. solyom__

    solyom__ New Member

    Joined:
    Jan 21, 2016
    Messages:
    25
    Likes Received:
    0
    Dear Priyanka,


    In the theme description, it says: "The Road Fighter Theme supports five widgetized areas (two in the sidebar, three in the footer) and featured images(thumbnails for gallery posts and custom header images for posts and pages)."

    However your theme dosent support featured images.
    Actually, I noticed today, that our previous theme was support the featured images, however road fighter "kill" this option (make it invisible).

    Would you be able to tell me, how to activate this function?

    For E-commerce, I really need to use featured images for each product.

    I also sent you an email as well relation this.

    Thank you!
     
  5. priya

    priya Guest

    Hello, Zoltan..

    There is already built-in option in the theme from where you can set your feature image....

    Please follow the screenshot given below.

    feature_image.png

    Hope it will help you...

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. solyom__

    solyom__ New Member

    Joined:
    Jan 21, 2016
    Messages:
    25
    Likes Received:
    0
    Dear Priyanka,

    Thanks for your very fast feedback, but this not solve my problem.

    I am talking about the featured image option, which should comes up in each individual page and post toll bar on the right hand side.
    With that option, I can set featured image for each page,post and ecart product, however when I activate road fighter theme, this option is just disappear.


    I hope you understand what i mean.

    If the theme do not support it by default, is there any chance to make a custom work and solve this for me?

    The Ecart (woocomerce) provider, already provide documentation, in order to how to make the theme to support this, I was implement that code to function.php, but this function still disappear with your theme.

    I am in a hard position right now. I love your theme, however I have to have this function in order to set individual (featured / cover) images for each single product I wish to sell.

    Thank you for your time to read this!

    Yours Sincerely
    Zoltan Nemeth
     
  7. solyom__

    solyom__ New Member

    Joined:
    Jan 21, 2016
    Messages:
    25
    Likes Received:
    0
    last issue is solved.

    I implemented the following code and its works:

    .fullwidth pre {
    background: none!important;
    border: none!important;
    }

     
  8. priya

    priya Guest

    Hello,

    Actually, RoadFighter theme is not compatible with woocommerce plugin, so that's why you were facing that issue..

    So firstly you have to make your theme compatible with woocoomerce...

    If you want we can do it for you but for that, we need to do some alteration in source code of the theme and as I have checked your dashboard your editing option is disabled..

    So either you can follow the link given below to make the theme compatible by yourself or you can send us your FTP details at [email protected] and we will do it for you..

    http://www.inkthemes.com/woocommerce-theme-compatibility/

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  9. solyom__

    solyom__ New Member

    Joined:
    Jan 21, 2016
    Messages:
    25
    Likes Received:
    0
    Dear Priyanka,


    Thanks for your feedback.

    Just before we begin with this work, would you be able to tell me, how much would this custom work?

    Thank you

    Best Regards
    Zoltan
     
  10. priya

    priya Guest

    Let me tell you Zoltan this is very easy as you can simply achieve this by following all the steps carefully as mentioned in the link (which I have provided your above).

    And if you will feel any trouble during the process, please send us your details and we will do it for you..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  11. solyom__

    solyom__ New Member

    Joined:
    Jan 21, 2016
    Messages:
    25
    Likes Received:
    0
    Hi Priyanka,

    Thanks for all your previous support.

    I would like to ask two another questions.
    The Slider images on the main landing page, set to fix length from the left hand side. by this, in a larger screen the images not in center. how can I set the slider images to appear on the center on any device?

    My Second Question:
    How can I list images in the footer section. For Example SSL Cert logo, Partners Logo, etc..

    Thanks for your answer in advance!

    Best Regards
    Zoltan
     
  12. priya

    priya Guest

  13. solyom__

    solyom__ New Member

    Joined:
    Jan 21, 2016
    Messages:
    25
    Likes Received:
    0
    Dear Priyanka,

    Thanks for your help regarding the first issue.
    Its works! :)

    Regarding the second issue,

    I would place small icons/ images in the footer area. like my company or other companies logos. 4-5 logos in one row.

    Thanks for your answer in advance! :)
     
  14. priya

    priya Guest

    Hello,

    Please follow the screenshot given below.

    add_image_footer.png

    If you want to put your logo with the page link, you need to add <a href="page URL"> at starting of the code and </a> tag at end of the code, like..
    Code:
    <a href="http://www.inkthemes.com"><img src="http://images.locanto.in/1130847798/Experienced-Graphic-Designer-at-Magnet-Brains-Software-Bhopal_1.jpg"></a>
    
    After adding the code, please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .textwidget img {
        float: left;
        display: inline;
        width: 40%;
        padding-left: 13px;
    }
    Change the numeric value as per the requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  15. solyom__

    solyom__ New Member

    Joined:
    Jan 21, 2016
    Messages:
    25
    Likes Received:
    0
    Dear Priyanka!

    Thanks a lot again! The code is working as I assumed!

    Best Regards
    Zoltan
     
  16. priya

    priya Guest

    You're welcome, Zoltan..:)


    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page