Santosh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All my in-page links to anchors go to my homepagecheck your .htacces file upadate I hope it will work.
please specify what problem you are facing with this plugin
Forum: Everything else WordPress
In reply to: My website is not showing up in googleit is showing on google results use this for serach on google site:tibetanbuddhism.co.nz 10 pages are listed on google
do you want this on your frontpage (home page). i am creating multi column home page for my website. it may help you. Here is the link it is in development not completed. https://www.collectionforlife.com/
Forum: Fixing WordPress
In reply to: Moving site Theme to new hostingI have done this for my websites last month I have written one blog post for the same read it will help you in migrating your websites.
here is the link How to transfer wordpress website to new host/Forum: Fixing WordPress
In reply to: Help! I can't access my wp-admin pageyou can change your theme because this type of problem may be caused if you have edited your theme files. try to update theme it works for me.
Forum: Themes and Templates
In reply to: Child theme referencing child filesI am also having same problem here is my code for child theme style sheet
span a {
background: url(<?php echo get_stylesheet_directory();?>/images/sprites-buttons.gif) no-repeat 0 -303px;
color: #fdfdfb;
display: inline-block;
font-family: ‘CarterOneRegular’;
font-size: 16px;
height: 38px;
line-height: 37px;
margin-left: 10px;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 0 #216b20;
width: 136px;
}this is not working for me please help me
Forum: Installing WordPress
In reply to: Install WordPress on my domainhttps://www.ginack.org this website is showing database connection error and other one is giving DNS server error please contact you hosting provider he can resolve this issue.
Forum: Requests and Feedback
In reply to: WordPress support and link on membre nameI was searching the same question. wordpress is smart enough to reward contributor’s
Forum: Themes and Templates
In reply to: Sub-Nav Bar for Mantra ThemeI created a child theme for mantra but it is not working if i ma adding new function to funtion.php or includes/theme-functions.php
i am adding this code for linking all Post Thumbnails on website to the Post Permalink,
add_filter( ‘post_thumbnail_html’, ‘my_post_image_html’, 10, 3 );function my_post_image_html( $html, $post_id, $post_image_id ) {
$html = ‘‘ . $html . ‘‘;
return $html;}