yogeshyadav20
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Compact Media Player displaying extra buttonsAfter removing that css it’s look like this
https://www.awesomescreenshot.com/image/14346660?key=15b3ae70d421225e00a6520b4f12b91c
Forum: Fixing WordPress
In reply to: Compact Media Player displaying extra buttonsSorry to here this
could you please remove this css from index line no.342
.mejs-button>button { background: transparent url(https://likeyoupodcast.com/wp-includes/js/mediaelement/mejs-controls.svg) !important; }
This will fixed your issue
Thanks
Hi @jillyspence
Follow this article, will be helpful in your issue.
https://kinsta.com/blog/502-bad-gateway/- This reply was modified 3 years, 5 months ago by yogeshyadav20.
- This reply was modified 3 years, 5 months ago by yogeshyadav20.
- This reply was modified 3 years, 5 months ago by yogeshyadav20.
Forum: Fixing WordPress
In reply to: remove linestry this css
.single-product .variations tr {
border: 0;
}`- This reply was modified 3 years, 5 months ago by yogeshyadav20.
Forum: Fixing WordPress
In reply to: Compact Media Player displaying extra buttonsHi @optosonic
Try this CSS
#main-container-secondline .mejs-playpause-button button:before { font-size: 0; } body #main-container-secondline .mejs-volume-button.mejs-mute button:before { content: none; }
Let me know if it’s fine and what you want
ThanksForum: Fixing WordPress
In reply to: Please, help me hide the headerForum: Fixing WordPress
In reply to: lockout after malwareHi @estherspee
If you are able to login and can access
wp-admin/options-permalink.php
then, delete your all.htaccess
file and regenerate this by saving permalink.Forum: Fixing WordPress
In reply to: Missing search icon in navigation barForum: Fixing WordPress
In reply to: not allowed to install plugins on my siteAdd this code in your wp-config.php and try again, hope this will be helpful
define('DISALLOW_FILE_EDIT', false); define('DISALLOW_FILE_MODS', false);
Thanks
Forum: Fixing WordPress
In reply to: Missing homepage images on desktop viewAre you able to access wp-admin/customize.php setting?
if yes then you put css in Additional CSS
Like this
https://www.awesomescreenshot.com/image/14182532?key=c44e504b7088fedfb8c44e3b008c286eForum: Fixing WordPress
In reply to: Missing homepage images on desktop view@media only screen and (min-width: 751px) .entry-image { opacity: unset; }
or you can remove this CSS from your
style.css
line no. 3411
https://www.awesomescreenshot.com/image/14144496
Please let me know if work
ThanksForum: Fixing WordPress
In reply to: Missing homepage images on desktop viewWhat is your site url?
Forum: Fixing WordPress
In reply to: Theme Not ChangingIf that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/
and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).- This reply was modified 3 years, 5 months ago by yogeshyadav20.
Forum: Fixing WordPress
In reply to: Theme Not ChangingAre you using any caching plugins or a CDN like cloudflare? If so, clear all those caches, as well as your browser’s cache.
Forum: Fixing WordPress
In reply to: Cannot change background color of twentythirteen themeCan you please share your site URL?
I would like to check, it’s working for me see the attachmenthttps://www.awesomescreenshot.com/image/14122669?key=a8a9979d0b7711b882c8bee0a1936a20