alichani
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: remove post sidebarHi @pauloraw,
try adding the following CSS to your theme’s “additional CSS” in the customizerThis to remove sidebar from posts
.single-post #sidebar, .single-post #sidebar-alt { display: none; }and this to remove sidebar from the posts archive
.archive #sidebar, .archive #sidebar-alt { display: none; }Forum: Fixing WordPress
In reply to: Can’t disable the coming soon pageHi @raquelortuno,
I can’t see any Coming soon page on your site. Have you managed to fix the problem?
Also just a suggestion, but you may want to add some background to the Navigation bar as the white text doesn’t stand out from the background photo.Forum: Fixing WordPress
In reply to: Change logo when scroll downHi @dagnyzhu,
as far as I know this is not possible with only CSS. Even the original header transition from transparent to white i done through Javascript (2 classes are added).Using the CSS below you can change the background of the logo or the size but not the image file used.
.navbar-not-transparent .title-logo-wrapper img { /* width: 10px; */ /* height: 142px; */ background-color: #000; }I would suggest posting your question to the Hestia theme support forum, so the theme’s creators and users, who have more intimate knowledge of the code, can better assist you.
Forum: Fixing WordPress
In reply to: Please help: Cannot view site or login due to “fatal error”Forum: Fixing WordPress
In reply to: Older post button is not workingHi @jsmiech,
if you can install plugins, install Health Check. On the troubleshooting tab, you can click the button to disable all plugins and change the theme for you, while you’re still logged in, without affecting normal visitors to your site.
Then start enabling plugins, one by one, from the “Health Check” menu at the top until the problem appears again. Then you will know which plugin causes the problem.This should narrow down whether a plugin or your theme and customizations are causing the problems.
Forum: Fixing WordPress
In reply to: Can’t updateHi @thecaptainrilke,
This page lists 7 methods to reset your password.
Forum: Fixing WordPress
In reply to: Footer widget missingHi @feesplacegooglemailcom,
the TwentyTwelve theme doesn’t include a footer widget area, as far as I can see.
In order to create the footer you need, you will have to edit the theme. I would suggest creating a Child Theme so updates to the original theme will not revert any changes you made.Forum: Fixing WordPress
In reply to: Adjust site title size@stevecorwin,
try using the following CSS for the twentysixteen themeh1.site-title a { font-size: 66px; }Of course change the size to suit your needs. Also check that you are not seeing a cached version of the page. Clear browser and server caches if needed.
Forum: Fixing WordPress
In reply to: Where are these assets?@judynight,
there seem to be redundant spaces (one newline and 21 spaces) just before thetag in the header. Check the edits you did to header.php
Forum: Fixing WordPress
In reply to: Help with Casamia themeHi @cnwesley,
since Casamia is a premium theme, I suggest you ask your question in the theme’s official support forum at http://ancorathemes.ticksy.com/?envato_item_id=20992167, so you can get help from the people who know the theme best.Forum volunteers are not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
Forum: Fixing WordPress
In reply to: Adjust site title size@stevecorwin,
what is the URL of your site? We can’t help you if we can’t see your site and what theme you are using.Forum: Fixing WordPress
In reply to: Left aligned posts with no sidebarHi @autumnwhewell,
element positioning is theme dependent. Since Elixir is a premium theme, I suggest you ask your question in the theme’s official support forum at http://www.mojomarketplace.com/item/elixir-premium-wordpress-blog-theme/support, so you can get help from the people who know the theme best.Forum volunteers are not given access to commercial products, so they would not know why your commercial theme is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
Forum: Fixing WordPress
In reply to: Password reset is not allowed for this userHi @bostjank,
this may be caused by a theme/plugin conflict.If you can install plugins, install Health Check. On the troubleshooting tab, you can click the button to disable all plugins and change the theme for you, while you’re still logged in, without affecting normal visitors to your site.
Then start enabling plugins, one by one, from the “Health Check” menu at the top until the problem appears again. Then you will know which plugin causes the problem.You may also have to contact your host to see if they are blocking password resets in any way.
Forum: Fixing WordPress
In reply to: img scr adding phpHi @madebymt,
if I remember correctly the_post_thumbnail() returns the whole tag (including<img />). You will want to use get_the_post_thumbnail_url() to get only the URL for the thumbnail.- This reply was modified 8 years, 4 months ago by alichani.
Forum: Fixing WordPress
In reply to: Home Page (Yoast – Meta Description and SEO title)Hi @themakeupbook,
Google can take some time to recrawl your site and update its results. To test changes you may want to use the Structured Data Testing Tool and the Google Search Console.
If I have understood your problem incorrectly please feel free to clarify.