Sakar U Khatiwada
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Gravatars not Appearing beside PostsYou have to post inside post while loop in the single.php
Forum: Fixing WordPress
In reply to: Rstoring WordPress contentIf your question has been answered, we would love if you would mark this topic as resolved in the right hand sidebar. This helps our volunteers find the topics that still need attention and more people will get helped, possibly like you did.
Forum: Fixing WordPress
In reply to: How to control anchor scrolling?No you are puting the name in the anchor tag called player but you can also achieve it by puttin id player in the iframe.
its just you remove the line
<a name="player"></a>
and add id=”player” in the iframe tag
Forum: Fixing WordPress
In reply to: How can I create a quote page similar to this siteYou can always learn better from the docs https://contactform7.com/docs/ or this link is also better https://www.wpbeginner.com/wp-tutorials/how-to-style-contact-form-7-in-wordpress/
If your question has been answered, we would love if you would mark this topic as resolved in the right hand sidebar. This helps our volunteers find the topics that still need attention and more people will get helped, possibly like you did.
Forum: Fixing WordPress
In reply to: Client Request – Masking – DNS IssueShe has to point https://www.subsite.abcdef.com to your server and https://www.subsite.websitehostedwithme.com should have an domain alias with https://www.subsite.abcdef.com so the site could be open from both https://www.subsite.websitehostedwithme.com and https://www.subsite.abcdef.com
If you dont want both to open the site you can create separate user for https://www.subsite.abcdef.com and host it and tell her to point https://www.subsite.abcdef.com to your host drom their domain management
Forum: Fixing WordPress
In reply to: remove_meta_box issue!does it work if the last line is changed to
add_action('admin_menu','vpm_remove_meta_box');
I think the trigger is done in incorrect timing
Forum: Fixing WordPress
In reply to: Spam referral to Homepage without traffic sourceIs that theme pirated or something ? Or you bought or downloaded it ?
Forum: Hacks
In reply to: Related to add_menu_pageThe method you used is not according to the coding standards of the WordPress you have to create the normal page and to load the content of plugin in the page you have to use the shortcode of the plugin in page content for more details visit https://codex.www.ads-software.com/Shortcode_API
Forum: Fixing WordPress
In reply to: Ordering Current Post Taxonomy TermsI think you can list the categories using the defaul function called wp_list_categoeis and style them accordingly to get the result as you want https://codex.www.ads-software.com/Function_Reference/wp_list_categories
I think the better idea will be creating a categories and listing the poems so that they will be different posts belonging to same category and insert the social plugin in the category page.
Forum: Fixing WordPress
In reply to: How to control anchor scrolling?Or you can use this type of anchor tag
<iframe id="player"></iframe>
Forum: Fixing WordPress
In reply to: Hide categories from sidebar (Not widget)You can first comment the code that is displaying the categories in the first block. Then use the custom menus widget to display the categories that you want to display.
The better idea than hiding certain category from the categories widget will be creating a menu from Appearance > Menus > Create Menu and list categories you want to display in that menu. Then go to widgets add a Custom menu widget to sidebar and assign the menu you created to that custom menu
Forum: Fixing WordPress
In reply to: How can I create a quote page similar to this siteThey have used contact form 7 and design tweaks to create the form and inserted using the shortcode in slider.
Forum: Fixing WordPress
In reply to: Uber Menu Dynamic Terms: no results foundI think you have not correctly configure the dynamic terms for the custom taxonomies https://sevenspark.com/docs/ubermenu-3/advanced-menu-items/dynamic-terms
Forum: Fixing WordPress
In reply to: Menu and footer no longer displaying correctlyCan you please disable the plugin called autoptimize and check it i think the merging of the css is causing the problem