webenthusiast
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] How to remove Page Title from pagesYou will need to edit the theme. Go to theme editor and then edit content.php of your site’s theme. You will find <h1> tag that contains the whole code to display title. You might want to remove from <h1> to </h1>.
Backup the file first! Good luck!
Forum: Fixing WordPress
In reply to: Mailto link makes page go blankStrange! Link to check?
Forum: Plugins
In reply to: [Genesis Grid] Remove Featured Image from Full PostsEdit your post then in the right rail towards the bottom, you will see the image. Click Remove Featured image.
Forum: Themes and Templates
In reply to: [Customizr] How to eliminate header menu backgroundIf you are aware of CSS coding, use theme editor and edit style.css there. If this doesn’t help, provide the link in concern.
Forum: Plugins
In reply to: [Yoast SEO] How to create Descriptions in Meta for older PostsYou can set the template for each of the meta fields in the settings of the WP SEO plugin. Check this out:
https://yoast.com/articles/wordpress-seo/#wpseo-plugin-titlesForum: Plugins
In reply to: [Yoast SEO] show category/tag in product meta titleCheck whether your theme’s header.php file contains a call to wp_head().
Forum: Plugins
In reply to: [Disqus Comment System] Comment and Title links to https URLYour website URL to check the problem?
Forum: Networking WordPress
In reply to: Multisite or not?There are two options:
1. Install two WP instances. Problem: Your users may need to login twice!
2. Make your site multisite. Install WPMU. With this only one WP installation will allow you have multiple sites. Each site can have its own theme, layout, etc. Check out Creating a network.In your case, you are wanting to have subdirectory structure of the url https://sitename.com/subdomain
Good luck!
Forum: Plugins
In reply to: [No Spam] Registration FormBest way would be to backup your site and test it out and let us know if that worked for you ??
oh i see! I got you. However, before I had this information handy I had landed up on that old thread. So wanted to help users who land up on the old thread like i did. But I understand of what you mean here and will take care of it.
@wpyogi thanks for reminding about the guidelines. In this case, how should i direct solution seekers to the information?
Whoaa! I found an answer. You need to set Yes on settings pages of CCF.
Restrict Frontend JS and CSS to Form Pages Only: YES
Hello,
Any suggestions anyone please?
There are so many JS and css getting loaded so reducing unnecessary assets from the page is very important to optimize page load time.
Please help!
AdityaI don’t want to deactivate as I am using them for my site but at the same time dont want it to load its assets when the form is not actually included on the page.
#Taylor Lovett Thanks for this nice helpful plugin, could you help me resolve this issue too?
OK my solution, (if it may help someone else) to fix it, was to reload the akismet folder in plugins directory with latest akismet files. It’s fixed.