Hi, Can you please help me with the following issues: 1. I have a FAQ page and would like at the top of the page to have all the questions with links to the answers on the same page. How could I do that? 2. In the contact page template, how do I remove the "search" box, the "categories" box and the "archives" box? 3. On one page, I have a table that in the page editor looks centered with thick borders and on the published site it has thin borders and is left aligned.
Hello, 1. For your first issue, you can use anchor hyperlink tag in the FAQ page to link the questions to their respective solutions page. See the link for reference. http://www.w3schools.com/html/html_links.asp Follow the steps given below. a). Create your solution pages of the quetions from the Pages > Add New and copy their URL links. b). Create your FAQ page from the Pages > Add New and add your Questions with their solution link as shown in image given below. 2. For your second issue, Go to the Appearance > Widget panel and then drag and drop the text widget in the Primary widget area as shown in the image given below. This will automatically remove the "search" box, the "categories" box and the "archives" box. 3. For your third issue could you please share your website link.
Hi, 1. I want everything to be on one page, not have the FAQ questions linked to separate pages. I want the questions to be linked to their respective answers which are located on the same page. 2. I have fullwidth template for all my other pages. I want the contact page to be in fullwidth as well, but at the same time have the form that comes with the contact template. 3. flyingprince.com. Table is in the "referral" page.
Hi, 1. This issue is fixed. 2. I'm still having problems with making my contact page to be fullwidth and have the template of the contact page. 3. I'm still waiting for an answer to this problem.
Hello, 2) You can use "contactform7" plugin. Activate plugin, Ad form shortcode in the page editor and select "fullwidth-template" as a page attribute for that page. 3) Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: table { margin-left: auto; margin-right: auto; }
This is regarding the "Google Analytics" thread, but for some reason I can't post a reply there: I checked out the link and it says I should add the tracking code to every page on my website. Would adding it to just the header.php be enough or should I go ahead and add it to all my pages?
Hello, There is not need of adding Google analytics code in every page of the theme because theme sharing common header for all the pages.