Hi, I have a few problems here which I need help 1. I need only 1 H1 tags for my title per page, but there are multiples H1 here and how do I change the rest to h2/h3/h4 for the rest of the headings except only 1 H1 tag per page? 2. How to make the slider act as hyperlink to other webpage instead of clicking on the button itself and also removing the button? Btw this is my website: http://www.towkayboonpaintingservices.com/ Thanks for any help in advance!
Hello, Greetings from InkThemes! Regarding your first issue.. Please provide us some edited screenshot of the concerned area so that we can assist you accordingly. For your second issue.. Please follow the screenshot given below. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Hi Priya, Thanks for the reply. I had follow your steps for the second issue but when I add the </a>, it wont work. However, the link is workable but the slider navigation button and the slider wont work if i didnt add the </a>. For the first issue, I would like all the H1 tags to be removed and only left the page title as H1 (where you type in the page title when creating new page from wordpress dashboard). For example, I only want the <h1>Painting Services in Singapore</h1> as my only H1 for the page.
Hello, I would like to inform you regarding your second issue that I have checked this at our end and it works perfectly.. So you are suggested to edit that page once again as mentioned in my previous screenshot and if still will get the same issue, please send us your dashboard credentials at [email protected] along with this thread link so that we can figure out the issue and able to resolve that. And related to your first issue, I really afraid to say that still I am very confused with your requirement.. But still as far I understood perhaps you want to remove breadcrumb from the page, So if I am not wrong with your issue, you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .brd-crm { display: none !important; } Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com
Hi Priya, Thanks for the reply. I have solved the first issue and now I am left with 2 problems. First, is there a custom CSS to remove the slider buttons, adjust the height without cutting off the description and make the slider clickable to link to another page instead of using the button? Secondly, is it possible to remove the featured punchline and replace it with a normal wordpress editor page? So I can do paragraphing, sub-headings, add images and hyperlinks as the featured tagline doesnt allow me to do that. Thanks again for your assistance asap.
Hello To make slider image clickable, please edit "front-page.php" page as mentioned in above screenshot and paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard as well for once. Code: .nivoSlider a.nivo-imageLink { z-index: 999 !important; } To remove slider button, use CSS code given below. Code: .nivo-caption a.slide-button { display: none !important; } For your last issue i.e. to add images and hyperlinks.. So let me tell you that you can easily use HTML code in that text area as I have mentioned in screenshot given below, Hope you will find this helpful.. Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Hi Priya, Thank you for the reply. However, the slider direction navigation is not workable when i follow the steps. The moment I clicked on the navigation arrow, it would not slide to the other page. Instead, it directs me to the page of the slider clickable link. It seems that the navigation arrow had 'merge' with the slider and the images itself would not slide automatically too. Next, what code to add in to change the color of hyperlinks in my home page to blue and hyperlink in my default blog post back to the default color? This is the custom CSS I am using now .page-post-container-wrapper .col-md-16 a { color: blue !important; } Lastly, how do I insert an additional contact form plugin (contact 7 form) to the home page? I used the short code [contact-form-7 id="57" title="Contact form 1"] provided from the plugin and insert it in the featured tagline description, but it didn't show up. It works in other pages, posts, widget and footer section but not for the home page. These are the only problems I had right now and I really appreciated your assistance.
Hi, I am sorry but this is urgent! There is something wrong with the shortcodes.php file coding, now my website is showing this message Parse error: syntax error, unexpected 'id' (T_STRING), expecting ']' in /home/foodstha/public_html/towkayboonpaintingservices.com/wp-content/themes/woodpeckertheme/functions/shortcodes.php on line 160 Solved
Hello, Greetings from InkThemes! To change the color of hyperlinks on your homepage, you need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .featured-tagline-wrapper a { color: blue !important; } To add the contact form in the featured tagline description, you just need to follow the screenshot given below. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com