Codevian
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Dividing/Combining Title as H1 and H2Forum: Installing WordPress
In reply to: I don’t see any texts, buttons, etc. in the preview page.HI,
I think you have resolved your issue.
It’s elementor pro is throwing the jQuery issue.Thanks!
Forum: Fixing WordPress
In reply to: Post & Portfolio Content is Not Showing on DesktopHI,
I reviewed your pages again found that in Post & Portfolio jQuery is throwing error as below screenshot.
https://www.screenpresso.com/=PRyvdProbably you can contact the theme developer to resolve your issue.
Thanks!
Forum: Fixing WordPress
In reply to: Post & Portfolio Content is Not Showing on DesktopHi,
It seems the problem is with the
<div id="loader"></div>.
I checked one of your portfolio page and removed the loaded css using Inspect element.
After removing the loader css your portfolio page content is visible.
2nd point in browser console it’s also throwing some jQuery error.I have created small video for that Please check below link
Forum: Fixing WordPress
In reply to: home page cannot open, other page works good.Hi,
Please check below link. It’s similar to your issue.
Please check and let me know.Thanks!
Forum: Installing WordPress
In reply to: I don’t see any texts, buttons, etc. in the preview page.Probably issue is with your plugin. It’s throwing some jQuery error.
Check the below screenshot.
https://www.screenpresso.com/=gbyRbThanks!
Forum: Everything else WordPress
In reply to: Large images no longer displaying when clickedHi,
When I look at the HTML code of your site, it doesn’t seem to be a WordPress site.Thanks!
Forum: Fixing WordPress
In reply to: Error establishing a database connectionForum: Fixing WordPress
In reply to: The authorization header is missingI am also managing 4-5 site’s in various location’s but I haven’t faced this type of issue.
Let’s see other user’s are getting this issue or not.
If I will find any better solution I will inform you.
Thanks!
Forum: Fixing WordPress
In reply to: The authorization header is missingMay be you need to contact with your server admin or hosting provider they will help you more with this.
Thanks!
Forum: Fixing WordPress
In reply to: User permission error on admin loginI think it’s not user permission error It’s concept of user Roles and Capabilities.
When user will register in website default user role was assign as Subscriber.
If you wish to set specific access for user you have to Extend Roles Capabilities.You can check more details here => Roles and Capabilities
Probably you need to do some customization work to achieve your requirement.
Forum: Fixing WordPress
In reply to: The authorization header is missingHi,
Have you tried with this
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1in your .htaccess file? If not then try with this and let me know.Thanks!
- This reply was modified 5 years, 3 months ago by Codevian.
Forum: Fixing WordPress
In reply to: comment box and comments numbered, but none shownAs I understood you wish to show commented text. If you are familiar with coding then try check your theme’s comment template.
Or you can check this tutorial which may help you to resolve your issue.Adding comments to a WordPress theme template
Please check and let me know.
Thanks!Forum: Fixing WordPress
In reply to: Unable to remove margins on left and rightI think now it’s padding issue
check this screenshot => https://www.screenpresso.com/=v7jAe.You have play around with this css and it will resolve your issue.
Thanks!