alichani
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change font-weight for selected text type?Hi @dusanb17,
you can use something like the following to change font-weight.classname { font-weight:300; }
I’m afraid I don’t understand what you mean by
post-text
so I can’t be more specific. If you can supply a site address and an example of the text you want to change we may be able to help you better.Forum: Fixing WordPress
In reply to: WordPress GUI Lay Out bugHi @regentix,
at first this looked to me like a CSS file not loading, but I then saw that none of the internal pages worked.I see that you are using W3 Total Cache. Have you purged the cache? I would suggest disabling the plugin until you get everything working again.
Check that WordPress Home URL and WordPress Site URL values are correct, (and use HTTPS not HTTP).
Also check that the .htaccess file references the correct locations, again using HTTPS.
Forum: Fixing WordPress
In reply to: When I click next I still see the same posts!Hi @confusedgirl08,
you may want to troubleshooting instructions on the Pagination Codex page.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.Forum: Fixing WordPress
In reply to: How to Fix LBRACE Error in CSS EditorHi @wanderlustconqueror,
The CSS seems to be correct, so I think there is something else before this that causes the error. Check that the code before the CSS you are entering is corectly closed/ended (eg missing}
or;
).
Also try the following:- Place your cursor at the very first character of the CSS you are pasting.
- Press Backspace on your keyboard once to delete any possible invisible character
Try to enter each
@font-face
code individually, to make sure each one is OK.Forum: Fixing WordPress
In reply to: downloaded plugin updatesHi @rexandmike1,
It might be better if you posted your question to the BoldGrid support forum, so the theme’s creators and users, who have more intimate knowledge of the code, can better assist you.
You may also need to contact the Woocommerce forum regarding the subcategories issues you are having.Forum: Fixing WordPress
In reply to: how to change the image thumbanil for website link?Hi @afaf-mg,
I assume you are talking about sharing to Facebook, Twitter etc.
You will need to add some headers to your site to set the image displayed on social networks, otherwise these sites get their thumbnails from any random image they can find in the page.I would suggest a plugin like Yoast SEO which will allow you to set the displayed image as well as provide other details about your pages to social networks.
Forum: Fixing WordPress
In reply to: How do I change the header colour?Hi @naomigreen,
the CSS below is what changes the colour for the social icons. Change the colour to what you need.#top-section .social-search ul li a { color: #c5beb9; } #top-section .social-search #site-search a { color: #c5beb9; }
And here is the code for the contact details
#top-section .address ul li i, #top-section .address ul li { border-color: #dcd6d2; color: #c5beb9; }
Again change the colours to anything you want.
Forum: Fixing WordPress
In reply to: RSS FeedWhen you use, HTTPS the other server, MailChimp in this case, downloads the SSL certificate and tries to verify its validity before communicating. This is what created the problem in your case. Using HTTP the other server doesn’t need the certificate to authenticate/encrypt the communication, it just starts the data exchange.
Forum: Fixing WordPress
In reply to: RSS FeedI am not that familiar with MailChimp but I will try and be helpful.
OK there seems to be an issue with the SSL certificate.The W3 feed validator returns the following error
Server returned [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
The SSL Labs test also returns an error
This server’s certificate chain is incomplete. Grade capped to B.
This site works only in browsers with SNI support.Did the SSL certificate or server configuration change? You may need to contact your host ( Bluehost I believe) to resolve this issue.
Temporary not guaranteed suggestion: You may be able to change the feed URL on MailChimp to the HTTP (instead of HTTPS) version and check for errors. This may solve the problem until you get the issue resolved
Forum: Fixing WordPress
In reply to: Images don’t show in image selectThe plugin doesn’t only disable plugins in one go. It also does a few communication and server environment tests, all from the comfort of the Admin Panel.
To quote the plugin’s pageThis plugin will perform a number of checks on your WordPress install to detect common configuration errors and known issues.
It currently checks your PHP and MySQL versions, some extensions which are needed or may improve WordPress, and that the www.ads-software.com services are accessible to you.
The debug section, which allows you to gather information about your WordPress and server configuration that you may easily share with support representatives for themes, plugins or on the official www.ads-software.com support forums.
Troubleshooting allows you to have a vanilla WordPress session, where all plugins are disabled, and a default theme is used, but only for your user.
Forum: Fixing WordPress
In reply to: portfolio not showing in safari after updateHi @blur1221,
since Avada is a premium theme, I suggest you ask your question in the theme’s official support at https://theme-fusion.com/avada-doc/getting-started/avada-theme-support/, so you can get help from the people who know the theme best.Forum: Fixing WordPress
In reply to: RSS FeedHi @scottbirm,
what exactly do you mean by your RSS feed failed? What feed are you referring to and how has it failed?I can see your site’s feed athttps://www.buryyourbones.com/feed/
Forum: Fixing WordPress
In reply to: Images don’t show in image selectHi @mateusvitor,
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.Hi @jeremybr0wn,
is there an error message when you try to update or upload? You can maybe check the server error log for possible clues.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.Forum: Fixing WordPress
In reply to: Recent Posts Extended Widget Blurry thumbnails@stellarowl12,
Here is what I see https://prntscr.com/i5c2bl.Keep in mind the following:
- The image is only 100x70px so if you zoom in it will appear “fuzzy”
- If the “scaling factor” is not a whole number (eg. image scaled sown 2.5 times) there will need to be some interpolation to arrive at the correct pixel dimensions
- This reply was modified 7 years, 1 month ago by alichani.