sprasad82
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Removing Footer LinkHey ksmith61,
By footer you mean, just the copyright info right? At first inspection you can remove just the copyright info by addingdisplay:noneto the.site-infoclass in your stylesheet file. I would suggest you add to this to the very bottom of the stylesheet. if you want the whole white bar gone, add the same property to.site-footerclass. Hope this helps. Please let me know if it worked.Warm Regards,
Prasad.Edit: As Esmi correctly pointed out, please create a child theme or use a Custom CSS Plugin for these edits.
Forum: Themes and Templates
In reply to: [Parallax] Level 3 menu work as irregular functionalityHello Vel N,
On first inspection i found that the anchor tag inside list item for the level 2 is missing a class of dropdown-toggle and the ul following the tag should also contain a class of dropdown-menu. So, somewhere while the level 3 menu is created these classes should be added to the level 2 menu items for which level 3 menu exists. A little bit info on how you have customized the theme would be much helpful.
Hope this bit of info is helpful to you in anyway.Warm Regards,
Prasad.
Forum: Themes and Templates
In reply to: [Customizr] Sitemap@oxygen89: You are welcome sir.
Forum: Themes and Templates
In reply to: [Customizr] SitemapPlease help correct me if you I am wrong, you mean that should the link to the sitemap page be there in the sitemap page or not isn’t it? Well, it’s a matter of aesthetic and common sense, because putting a link to sitemap page in the sitemap page is redundant and might confuse the user, so webmasters thinks it only obvious to omit the sitemap link from the sitemap page.
Thanks.
Forum: Themes and Templates
In reply to: [Customizr] Sitemap@oxygen89. thanks for letting me know. I am not sure i understand your question, you mean to ask, using a plugin to generate a sitemap is good or creating a custom template where you update the links using a widget or something is better? is that what you are asking? Personally, I feel the solution that you have right now, i mean, using a plugin and a shortcode is quite elegant and easy. But there are many much better experts out here who might be able to advise you correctly. I am pretty much a novice enthusiast trying to learn.
Thanks.
Forum: Themes and Templates
In reply to: [Customizr] SitemapHello Oxgen,
Actually excluding the sitemap page from your sitemap is quite easy.Step 1: Log into your admin and go to pages.
Step 2: In your pages find the sitemap page, and if you rollover and look at the bottom left corner of your browser you’ll see the url for the page which will contain the post id for your sitemap page. Note the post id.
ex : http://domain.com/wp-admin/post.php?post=35Step 3: Go into your settings option, click and open WP Sitemap Page options.
Step 4: In the exclude pages input add the post id for your sitemap noted from step 2.
Step 5: Save the changes and view your sitemap page on the website and its gone.Hope this helps. Please let me know if you were able to remove it.
Warm Regards,
Prasad.
Forum: Themes and Templates
In reply to: [Customizr] Changing the color of all the linksCool, that’s what i was wondering too,adding the hover code to the last. but wanted to learn from an expert.The best thing to do would have been to create a child theme and tinkered with that. Thank you sir, I have learnt quite a few things from this discussion. Hope elc95736 checks in and helps himself.
Forum: Themes and Templates
In reply to: [Customizr] Changing the color of all the linksyes sir, definitely.
Forum: Themes and Templates
In reply to: [Customizr] Changing the color of all the linksNo deputy05 sir, elc95736 is working on the website i guess. i see the normal state is fixed. would love to see the hover state fixed too 🙂
Forum: Themes and Templates
In reply to: [Customizr] Changing the color of all the linksyes and the codes in line 377 are the ones rendering out finally. I think it would be better to first find the last instance of the code and change the color value in that. or may be add the code by deputy05 to the end of the stylesheet.i am learning a lot from here, thank you deputy05.
Forum: Themes and Templates
In reply to: [Customizr] Changing the color of all the linksif you notice the code posted by both me and deputy05 the property ‘color’ changes the font color. font-color is not a css property. did you try adding the code deputy05 provided in your custom CSS file?
Forum: Themes and Templates
In reply to: [Cleo] Disable FooterThanks esmi for pointing that out. Pardon me for that, my bad.
Forum: Themes and Templates
In reply to: [Customizr] Changing the color of all the linksyes it works for me too :). May be as deputy05 mentions remove the other css entries and have only the one deputy05 mentioned and yes clearing the cache might help too.
Forum: Themes and Templates
In reply to: [Customizr] Changing the color of all the linksHere’s the code to change for the button on the nav bar to work. just change the color to whatever you want.
div.navbar li.menu-item.button a { color: #09C; font-weight: bold; padding-left: 8px; padding-right: 5px; }If you would like further help please let me know.
Forum: Themes and Templates
In reply to: [Customizr] Changing the color of all the linksOn another note, you have some styling issues with the “start project” button right to the contact link in the main navigation. But i guess you must have noticed that by now :D. Just trying to help.