_Y_Power
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Handcraft Expo] installing a widget for horizontal menubarHey @ellensword19,
it seems you are experiencing some odd issue, perhaps system related: did you have the chance to visit it with a different browser/system?
Forum: Themes and Templates
In reply to: [Handcraft Expo] installing a widget for horizontal menubarno worries: I guess everyone’s lame when it comes to learning/using new things… ??
I’m not sure why you can’t visit the link I provided but I would try with a different browser and/or system.
Keep us updated.Cheers!
Forum: Themes and Templates
In reply to: [Handcraft Expo] installing a widget for horizontal menubarHi @ellensword19 and thank you for using Handcraft Expo!
The new WordPress block editor (codename: Gutenberg) is now (from WP version 5.*) already installed and activated by default. You might want to visit the official Gutenberg demo to explore its features and interfaces. Please let me know if you have issues with it.
Cheers!
Forum: Fixing WordPress
In reply to: Background Video not playing when first on siteCool, @bfarrell4036! ??
Then please mark this topic as solved and open another topic in case you’ll have other problems.Forum: Fixing WordPress
In reply to: Background Video not playing when first on siteI believe you should just add it to your tag.
Try changing your $video variable to:
var $video = ‘<video class=”bigvideo-player” loop autoplay muted preload=”auto”><source src=”‘ + videoSrc + ‘” type=”video/mp4″></video>’;
- This reply was modified 6 years, 5 months ago by _Y_Power.
Forum: Fixing WordPress
In reply to: Background Video not playing when first on siteHey @bfarrell4036,
you might want to have a look at this article: I think you should mute the video. Chrome has been putting the policy in place since a while and I think most of the other browser are following or going to follow it…
- This reply was modified 6 years, 5 months ago by _Y_Power. Reason: added user handle
Forum: Fixing WordPress
In reply to: Can’t Add to MenuHey @pasqualerose,
it seems to me you are trying to add an admin page to the public menu and I’m not really understanding why you’d want to do that: can’t you just add the page you created as a regular menu item? Or am I missing something…?
If the error message appears after saving and you have the word admin in your post’s title, you might want to have a look at you .htaccess file. If it says something like:
RewriteCond %{REQUEST_URI} admin [NC,OR]
I’d suggest you to try changing it to something like
RewriteCond %{REQUEST_URI} wp-admin [NC,OR]
- This reply was modified 6 years, 5 months ago by _Y_Power. Reason: added answer to OP's latter explanation
Forum: Fixing WordPress
In reply to: WordPress seems to having some problemHi @puru1996,
if you are experiencing something that looks like this page, you are just using the new Gutenberg editor ??
If that is not the case, I’d suggest you to try deactivate all the plugins to make sure the problem persists.
Forum: Fixing WordPress
In reply to: WordPress Content not showing EDIT this onlyHi @sarhad12,
I believe it might depend from your theme settings but I couldn’t understand which one you are using.
If you are using a premium (paid) theme, I’d suggest you to contact the developer directly. From the WordPress forum guidelines:For support of commercial themes or plugins, go to the official support channel.
In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations. Doing this will provide the developer with the income they need to make WordPress awesome.
Forum volunteers are also not given access to commercial products, so they would not know why a commercial theme or plugin is not working properly.
Ultimately, the vendors are responsible for supporting their commercial product.
If instead the theme is a free one and available in the official themes directory, could you please specify which one is it?
- This reply was modified 6 years, 6 months ago by _Y_Power. Reason: corrected user handle
Forum: Fixing WordPress
In reply to: Post Grid displaying inncorectly on MOBILEHi @babylongypsies,
I’d suggest you to ask your question directly on your theme’s support forum.
Forum: Fixing WordPress
In reply to: Regarding Text EditorHi @vprashantsharma,
your issue might depend from several factors but I’d suggest you to try to deactivate all your plugins first to assess if the problem persists.
Forum: Fixing WordPress
In reply to: Moving a websiteI see, @paulharrison: did you also tried to deactivate all your other plugins as well? It is often the solution to many problems…
Forum: Fixing WordPress
In reply to: Moving a websiteHi @paulharrison,
in case you did not try it before, I’d suggest you to take a look at the available plugins for the task.
Let me know if that could help you.
Forum: Fixing WordPress
In reply to: Inserting different images in codeyou might want to have a look at the available plugins.
Forum: Fixing WordPress
In reply to: Dropdown Categories Menu for Tags not working anymoredid you try the code I posted?
I did not check the code but I did understand it and I just tried to troubleshoot a bit, assuming it was working previously: I would still suggest you to at least try to flush the permalink structure as suggested in the link.