Bottom Feature Area when Blog Turned Off

Discussion in 'RoadFighter WordPress Theme' started by garbo, Aug 8, 2014.

  1. garbo

    garbo New Member

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    Two Questions Please:

    1. Regarding the home page bottom feature:

    After turning off the blog, the testimonial section moved from the right bottom to the left. What css code can I use to insert either a video or an image into the large white space on the right bottom?

    2. Regarding the first slider Description:

    When I leave that field blank in the slider settings, the default theme text reappears. What is the css code to eliminate the default text so that field can be left blank?

    The development site in question is: http://www.deanjonesreversemortgages.com/wp

    Thank you for your help.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    To solve problem 1 you need to edit front-page.php file.
    Go to the
    wp-content\themes\roadfightertheme\front-page.php
    and replace following code on line no. 542
    <div class=" grid_24 omega">
    in place of <div class=" grid_8 omega">

    To solve problem 2
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .flex-caption {
    display:none;
    }

    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. garbo

    garbo New Member

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    Neither one of the answers provided solved my issues.

    The original front page php file does not have the code you mentioned. I checked using notepad, as well as notepad ++ using the find feature. See the attached text file of the code in my front page php file.

    For issue number 2, the code provided removes ALL of the "Slider Headings" and ALL of the "Slider Descriptions" for all of the slides.

    I am only having an issue with the first slide, "slider description." If I want to leave the "slider description" blank on the first slider, this default text reappears:

    Premium WordPress Themes with Single Click Installation, Just a Click and your website is ready for use.Premium WordPress Themes.

    The other sliders work fine when I leave the "slider description" blank. It's just the first slider that has this glitch. I want to use the "Slider Headings" for all the slides, but not the "slider descriptions."

    Thank you.
     

    Attached Files:

  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please send us your WordPress dashboard login details also the link of this thread at [email protected]. so that, we can have a look over the issue in detail.

    Your website link:
    WordPress username:
    WordPress password:


    Thanks & Regards
    Pramod Patel
     
  5. garbo

    garbo New Member

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    Just sent an email with the requested information.

    Thank you.
     
  6. garbo

    garbo New Member

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    Hello;

    It's been several days since I sent the information requested. What is the status?

    I need to get a video on the home page as well as resolve the issue with the first slider.

    Thank you.
     
  7. PankajK

    PankajK Support Staff

    Joined:
    Aug 8, 2014
    Messages:
    93
    Likes Received:
    5
    We have Resolved your issues. We have added a default video url. Please replace it in front-page.php line no 335
    Replace your desired video iframe code.
    Thank You
    PankajK
     
  8. garbo

    garbo New Member

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    You removed the first slider heading and the first slider description. I only want to remove the first slider description. And I need to have the ability to edit it in the future as well. Whatever you did to remove the first slider heading and description is no longer accessible by me in the theme options. Please correct this so that I can access these features through theme options.
    Thank you.
     
  9. garbo

    garbo New Member

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    Did you install a plugin called WP Editor on my site?

    I cannot open any of the php files now. See attached screen shot.
     

    Attached Files:

  10. PankajK

    PankajK Support Staff

    Joined:
    Aug 8, 2014
    Messages:
    93
    Likes Received:
    5
    Hi garbo
    The same problem occured before installing the plugin that's why I installed wp editor to download your theme.
    You can contact your host to make this file editable.
     
  11. garbo

    garbo New Member

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    This is completely unacceptable. You need to undo what you have done and put the site back to the way it was. You still have not addressed the first slider issue, and now I have no idea how to use the plugin you installed. Plus, now you are telling me to go find help through my hosting company.

    I was able to view, edit and download the php files before you installed the plugin. I even sent you a copy of the code in one of my earlier messages. So for you to tell me that you installed the WP Editor plugin because the files weren't accessible is not true.

    Please reinstate the site immediately.
     
  12. PankajK

    PankajK Support Staff

    Joined:
    Aug 8, 2014
    Messages:
    93
    Likes Received:
    5
    Hi
    The issues have been fixed. You can edit all your files now.
    Thanks
     
  13. garbo

    garbo New Member

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    Thanks for reinstating the files.

    I still cannot edit the first slider heading in theme options. The heading text is in theme options but is not displaying. And, I do NOT want any text to display for the first slider description. As I mentioned previously, all the other slides work fine, it's just the first slider that there is an issue with.

    Thanks.
     
  14. PankajK

    PankajK Support Staff

    Joined:
    Aug 8, 2014
    Messages:
    93
    Likes Received:
    5
    Hi
    The slider heading issue has been fixed.
    Have fun :)
    PankajK
     

Share This Page