alichani
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help with SitemapHi @revopera,
the results you see are not generated by the site but by Google. When Google believes it will help users, it adds direct links to categories or actions for a given search result. What you can do to help Google’s bots understand your site better, is add structured data to your site.
What @sterndata suggested is to add Yoast SEO to create sitemaps that Google bots (and Bing bots) can read and understand. This way the search engines will know all your site’s pages and will add them to a queue to be indexed. After they are created you can submit them to Google Search Console.I hope this helped clear some things up.
- This reply was modified 7 years, 3 months ago by alichani.
Forum: Fixing WordPress
In reply to: Archive an existing site to a subdomainHi @modifiedcontent,
you can follow the guide below to move WordPress to a subdomain (or subfolder).
Moving WordPressYour domain will then be free for a new site.
Forum: Fixing WordPress
In reply to: New Posts Not showing, Can’t Change Theme, etc.What happens if you try to change the theme to twentyseventeen from the backend (assuming that’s the theme you want)? Are there any errors shown?
Forum: Fixing WordPress
In reply to: Ads Showing On My SiteHi @gideorlah,
is the site hosted on WordPress.com or is it self hosted?
If hosted on WordPress.com then please read the following page
https://en.support.wordpress.com/no-ads/If self hosted, this can be caused by a theme or a plugin that you are using. You can disable all plugins and switch to one of the default WordPress themes to troubleshoot.
Start activating plugins one by one until the ads reappear. Then you will know which plugin causes the ads to appear.- This reply was modified 7 years, 3 months ago by alichani.
Forum: Fixing WordPress
In reply to: Avatar shown in preview but not on blogHi @maillekeule,
can you confirm that avatars appear on individual articles and not on category pages? That is what I am seeing.
I believe this is the default behaviour.
One solution is to modify your theme’s style.css to change this behaviour. You can add something like.byline {display: inline;}
A better suggestion is to create a child theme and modify that, so any changes are not overwritten when the theme is updated.
Helpful links:
How to edit WP files
https://codex.www.ads-software.com/Editing_FilesHow to create a child theme
https://codex.www.ads-software.com/Child_ThemesI hope this helps.
Forum: Fixing WordPress
In reply to: New Posts Not showing, Can’t Change Theme, etc.It appears your site is being served through CloudFlare. Have you tried disabling CF to see if problems persist?
- This reply was modified 7 years, 3 months ago by alichani.
Forum: Fixing WordPress
In reply to: Excerpt start with category name?Hi @pellepedersen,
without digging into the code I can’t say for sure what’s going on. What I can see is that in “?bne opgaver” the excerpt repeats 3 times; 1 without category and 2 with category. Is the repetition on purpose or is this another “bug”?
Do you type in the excerpts yourself or are they generated automatically?
I can also see that the excerpts with added category in “?bne opgaver” have the “vc_custom_heading” class added. Not sure if this is relevant, just mentioning.Forum: Fixing WordPress
In reply to: ブログページ上に警告文がでているHi @blarun2019,
this message is caused by a plugin or a theme.
Please switch to one of the default themes and disable all plugins.
If the message is gone you can try enabling one plugin at a time to see which plugin produces the error.Forum: Fixing WordPress
In reply to: New Posts Not showing, Can’t Change Theme, etc.Hi @manapo,
your site appears OK to me with both posts you mentioned (Freedom from Grief? and Meditation: Questions and Answers). When I click on Meditation… I can see the four comments.Make sure your browser cache is empty. You can try another browser or try a “hard” refresh (Ctrl-F5 on most browsers).
Forum: Fixing WordPress
In reply to: Formatting PostsHi @tinyplum,
when I visit your site all of the menu links point to empty pages. Make sure the menu links point to the actual pages you want them to.Page appearance is the job of the template files. You can start your journey into themes at the following page
Forum: Fixing WordPress
In reply to: ERROR: The password field is empty.Hi @aabhnormal,
As @dipakcg noted you should contact GoDaddy and have them check what is going on with your PHP configuration.
The full warning message is
Warning: parse_str(): Input variables exceeded 0. To increase the limit change max_input_vars in php.ini. in /home/content/07/8118407/html/RMGT/wp-includes/formatting.php on line 4335
If you feel comfortable, you may want to take a look at your php.ini file. Change max_input_vars to 2000. This GoDaddy help page may help you.
Forum: Fixing WordPress
In reply to: style to be fixed for header and sidebarHi @mdivk
What I suggested in my previous post should work. Add the above code to your theme’s style.css (through FTP or the built in theme editor) and your sidebar will be 25% without affecting the header.
To add blank space to the right of the body you can add something like
.post-content-wrap { padding-right:5%; }
Forum: Fixing WordPress
In reply to: style to be fixed for header and sidebarHow about setting
.col-md-4.enigma-sidebar { width: 25%; }
otherwise you are setting all col-md-4 including header to 25% creating 4 columns in header