mohamedkhafaja
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error installing pluginHi there,
This might happen due to restricting file and directory permissions. I would suggest to first check that the permission for directories subdirectories in your WordPress installation is set to “755”. This includes wp-content, plugins, wp-includes, etc. And the permissions for files are set to “644”. You can do this by following the steps below:- Access the site’s files using FTP
- Navigate to the WordPress root directory
- Right-click on the folder or file and select File Permissions
- Set the permissions to
755
for directories and644
for files
Forum: Installing WordPress
In reply to: Seeking advice to select a header rotation themeHey @satimis
I think you are better off using a slider plugin that would allow you to add a slider to the header. Look up the WordPress plugins repo. using the term “slider.” You should find a few plugins that fit your needs.
Cheers- This reply was modified 2 months, 1 week ago by mohamedkhafaja.
Hey @satimis
Thanks for clarifying!
I am unsure which magnification effect you are after, but I think that such an effect can be achieved using a plugin. Look up the WordPress plugin repo. using terms like “image magnifier” or “image zoom”.
You could also achieve such an effect using custom CSS. Here are the steps:- Go to Appearance > Customize > Additional CSS
- Paste the code below:
.video-thumbnail {
transition: transform 0.3s ease;
}
.video-thumbnail:hover {
transform: scale(1.5); /* Change this number to control the magnification scale */
cursor: pointer;
}- Go to the page that includes the images you want the magnifying effect to be applied to. Expand the Advanced section and assign the image the “.video-thumbnail” class in the Additional CSS class(es) field. Finally, save the page.
Hey there,
Could you please clarify what you mean by icons here?
Are you referring to:- Icon fonts (like Font Awesome icons or Dashicons)?
- Small images or graphics used as icons?
- SVG icons?
- Buttons or elements styled to look like icons?
Forum: Installing WordPress
In reply to: Seeking advice to select a header rotation themeHi there,
The latest default WordPress theme that supports header rotation is the Twenty Seventeen theme.
Check this guide to learn more about header media in the Twenty Seventeen theme:
https://www.ads-software.com/documentation/article/twenty-seventeen/#header-mediaYou don’t need to create a child theme to use the header media feature in Twenty Seventeen theme.
Hope this helps!- This reply was modified 2 months, 1 week ago by mohamedkhafaja.
It all depends on on how you built the custom post type and how you are rendering it on the front end. Are you using a plugin? or custom code?
Please provide more details.Forum: Fixing WordPress
In reply to: Menu Item Not Adding and Block Editor Pop-Up Dialogue Box IssueHey,
Would you mind sharing more details about the menu issue? How are you adding the items to the menu and what theme are you using?
For the post-saving issue, have you tried using a different browser or an incognito (private) window? I am asking because I am anticipating this is a browser caching issue.Since you mentioned that the issue is not present when logging in with your credentials on a different computer, I suspect this is a browser caching issue. I would suggest using an incognito (private) window on your computer and check if the issue is still happening.
If all works as expected, clear your browser cache.Forum: Fixing WordPress
In reply to: changing permalinkLooked up the plugin repository and found this plugin which allows you to change the author slug:
https://www.ads-software.com/plugins/edit-author-slug/
Tested it and it works as expected. Simply, install and activate the plugin, navigate to your user profile screen, and change the slug under the “Edit Author Slug” at the bottomForum: Fixing WordPress
In reply to: All Images Are BrokenIt seems this is an issue with GoDaddy hosting. Please check this thread for a fix >https://www.ads-software.com/support/topic/missing-media-after-update-to-6-5-3/page/2/?view=all#post-17747234