Help needed

Discussion in 'RoadFighter WordPress Theme' started by o1961o, Jan 7, 2014.

  1. o1961o

    o1961o New Member

    Joined:
    Dec 22, 2013
    Messages:
    2
    Likes Received:
    0
    Hi there
    Could you please help with the following issues:
    1. How to change the headers on the pages? After posting the code you suggested I have my headers white. Could you tell me please how I can upload different images for headers on supplementary pages?
    2. How do I upload a logo? I have an image, but my understanding is I need to copy and paste an URL for the image to upload. How do I do this?
    3. I would like to have sliding images, but I think I have the same issue as in question N2. What can I do?
    4. I would like to capture emails with AWeber. When trying to download this plugin as you previously suggested, I found the following message: ”Instead, we recommend uninstalling this plugin and simply pasting your AWeber form embed code into a sidebar text widget.” Could you please explain how it could be done?
    5. I would like AWeber form to appear on each page, at the right hand site.
    6. Testimonial Page: I would like to insert clickable images of my products next to the text of each testimonial. Clicking on the image should take the customer to this particular item on the Products page.
    7. I don’t want to allow any comments on any of my pages. How it can be done?
    8. I have white background on all the supplementary pages, how can I change that?
    9. On Products page I need to upload my products with images and descriptions as well as Buy button which is linked to Amazon for a check out. Could you please give me instructions on how to do this?
    Thanks a lot.

    Sinivalia.com
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Could you please share us your website link so that we can provide you the exact solution.

    2. Go to the Appearance > Theme Options > General Settings panel in your dashboard and
    upload your logo image from "Custom logo" section by clicking on "Upload Image" button below it.

    3. Go to the Appearance > Theme Options > Slider Settings panel in your dashboard and
    upload your slider images in their respective slider image section by clicking on "Upload Image" button below them.

    4. Firstly install that plugin from Plugins > Add New panel in your dashboard and activate it.
    After that go to the Appearance > Widgets panel in your dashboard and drag & drop the text widget in the Home Page Sidebar Widget Area
    and then paste aweber plugin shortcode in the content area of this text widget.

    5. Go to the Appearance > Widgets panel in your dashboard and drag & drop the text widget in the primary or secondary widget area and then paste aweber plugin shortcode in the content area of this text widget also.

    6. You can search any testimonial plugin on WordPress.org site for this issue.

    7. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #commentsbox {
    display: none;
    }
     
    This will remove comment form from pages.

    8. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body{
    background: teal;
    }
    .page_heading_container {
    background: teal;
    } 
    In place of "teal" you can put your color or color code.

    9. You can try column shortcode to create multiple columns in which you can add product image with the help of '<img src="your image address">' tag
    and use button shortcode '[btngreen url='Enter Amazon product URL']Buy[/btngreen]' to create buy button.
    Use Fullwidth page template for this page.
     

Share This Page