Sakar U Khatiwada
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to put aFacebook share Button on masonry Post Grid?I think you can discuss it in the theme support itself https://www.ads-software.com/support/theme/easymag for easier, faster and reliable answer
Forum: Fixing WordPress
In reply to: Embed flickr album turned single image in postI think you can get the faster and better answer if you post it on forum of the Plugin which you are using to embed flickr itself since it is causing the problem. and 4.2.4 is older version. Please keep yourself updated to maintain the compatibility of things you use ??
- This reply was modified 8 years, 6 months ago by Sakar U Khatiwada.
Forum: Localhost Installs
In reply to: Using MAMP to unhack my site.Its not for MAPM but it describes pretty much on how to deal with the site after it is hacked https://codex.www.ads-software.com/FAQ_My_site_was_hacked
Forum: Fixing WordPress
In reply to: WordPress appYou have to create a wordpress.com account and link the self hosted site to that account using Jetpack plugin. So you will use your wordpress.com account to post on self hosted wordpress site ?? . Here you can find the tutorial ?? https://wpism.com/wordpress-com-desktop-apps/#Using_Apps_with_Self-hosted_WordPress It is for desktop app for works fine with mobile app too
- This reply was modified 8 years, 6 months ago by Sakar U Khatiwada.
Forum: Fixing WordPress
In reply to: Ajax in custom page templateYou can call the ajax in the normal way in WordPress too but it has its convention for handling your ajax request you have to make request to wp-admin/admin-ajax.php and pass a parameter action to the hooks wp_ajax you can read in more detail in https://premium.wpmudev.org/blog/using-ajax-with-wordpress
Forum: Fixing WordPress
In reply to: Can’t add submenuIf your problem is solved please mark it resolved in the left hand side and help the Volunteer like us to help others who are in need ??
Forum: Everything else WordPress
In reply to: Webmastertools – hreflang errors on different TLD’sWhich theme are you using ? I think some themes or plugins are creating the pages.
For not indexing those pages you can add following code to robots.txt
User-agent: * Disallow: /dt_gallery/
Forum: Fixing WordPress
In reply to: Local links to custom menu linksYou can upload it via Media and copy the link and paste the link to the menu.
Forum: Everything else WordPress
In reply to: Maintaining & Supporting WP as a CMSDatabases are not usually needed to be changed since WordPress database is already sufficient enough and User Roles can be maintained using Plugins or Manually. Version control and Publishing is like other normal sites.
It is bit difficult for publishing and version controlling because many things in WordPress are from database and you may have to manually maintain database for changes. If you are new to WordPress follow the link
https://codex.www.ads-software.com/Getting_Started_with_WordPress
Forum: Networking WordPress
In reply to: .htacces password protection for wordpress multisiteSetEnvIfNoCase Host ^www\.something-1\.de$ SECURED=yes SetEnvIfNoCase Host ^www\.something-4\.de$ SECURED=yes AuthType Basic AuthName "My Protected Area" AuthUserFile /your/path/to/passwords Require valid-user Satisfy any Order allow,deny Allow from all Deny from env=SECURED
This should do the trick i guess
- This reply was modified 8 years, 6 months ago by Sakar U Khatiwada.
Forum: Fixing WordPress
In reply to: Can’t add submenuCan you post the menu structure of the primary menu using https://prnt.sc/ or something. The menu may have been moved just try to drag the menu to little right to make it the submenu.
Forum: Fixing WordPress
In reply to: WordPress Address and Site AddressYou have to move all the content of the /public_html/wp to /public_html and replace /wp/ in the .htaccess with / and change options home_url and site_url to yourdomain.com instead of yourdomain.com/wp in options table of the database
Forum: Fixing WordPress
In reply to: My AMP page not live after Installed AMP PluginPlease create a topic in the forum URL of the plugin since there are many AMP plugins go to support of the plugin that you are using.
And please donot post personal information on the forum
- This reply was modified 8 years, 6 months ago by Sakar U Khatiwada.
Forum: Fixing WordPress
In reply to: Change default link of featured imageI think this format is generated by the theme and not the WordPress function. In you theme your can find function like the_post_thumbnail() or get_the_post_thumbnail() where you can modify the link.
https://developer.www.ads-software.com/reference/functions/the_post_thumbnail/
- This reply was modified 8 years, 6 months ago by Sakar U Khatiwada.
Forum: Fixing WordPress
In reply to: Most recent forumpost Asgaros ForumYou have a widget that comes with the plugin Recent Forum Posts Widget I think that will do the trick and for the tings you mentioned you may have to customize it if there are hooks available ??
And yes posting it in the Plugin Forum will be faster and easier and better chances that you get your answers
- This reply was modified 8 years, 6 months ago by Sakar U Khatiwada. Reason: adding content