danielbora123
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirection from non www prefix to www not workingHello,
I don’t think that is problem. You should try Yoast plugin free version for redirection. I used that its working fine for you
Thank You
Forum: Fixing WordPress
In reply to: Plugins folder deletedHello,
The problem is there is no plugins folder so there is no place plugin install and the you didn’t given the permission to create directory.Solution of this problem will be create the plugins folder manually in wp-content at your server or you can give the permission(all read write)
Well in my knowledge there is no plugin which have this functionality. You can always build your own.
Hi,
The thing is image which getting separated with paragraph in mobile because the div section just image first and next div section contain paragraph. If you want them come together you have to add them together and then give width and display flex. These things is bit tricky but you can achieve it.
It can’t be achieve by css codes. You have to render the html structure.
Hope this will be helpful.
Forum: Fixing WordPress
In reply to: strange characters showing up on all of my postsHi,
Can you be more specific it will be helpful a lot(like images or anything) to find the bugs.
Thank You
- This reply was modified 4 years ago by danielbora123.
Forum: Everything else WordPress
In reply to: Where To Go After InstallHi,
You can add pages form Pages->Add new pages.Where as you are facing problem in setting up the theme you can always try to reach you theme support. They can help you better.
Thank you
Forum: Installing WordPress
In reply to: Two WordPress installs vs. Moving WordPress install locationForum: Everything else WordPress
In reply to: Undefined Constant Warning IssueHi,
That’s interesting did you have any plugins which includes functionality of “menucat” if yes this error coming form there.
Secondly I think you passed wrong argument to the function wp_count_terms() you can check it here.
I hope this will be helpful for you.
Thank YouForum: Fixing WordPress
In reply to: Logo is covering the entire page.Hi,
I seen your site, their’s been a mess there. First of all i will recommend you to remove the pictures of logos you have uploaded.Then try to upload the logo form Appearance->Customize->Site Identity
I think that would work if not let me know.
Forum: Fixing WordPress
In reply to: Stop WordPress adding auto Paragraphs.Hi,
To better understand the problem please provide the link of your site.
Thank You
Forum: Everything else WordPress
In reply to: Two Issues With Images and TextHi,
For first letter being capital big because the the option of drop-cap wordpress should be enabled.
For others issue it would be better if you give site link.
Thank You
Forum: Fixing WordPress
In reply to: WordPress mobile site brokenHi,
I looked to you website sorry to tell you that not images but there’s error in contact form to.I think there is been issue in migration, you can manually change the images and also try to build the contact from.
Try it if that works.
Forum: Everything else WordPress
In reply to: Header problem with mobileHi,
I seen your website, the problem is in media query margin is 1000px is given. If you can change that to none then it will work fine.Either way is to paste this code to your style sheet
@media screen and (max-width: 720px) .search-box { margin: 0px; }
Hope that will work if not let me know.
Thank YouForum: Fixing WordPress
In reply to: Hi i want to hide or remove last name from entire wordpress web siteHi,
It can be done but for the most obvious question what kind of website you are using. This can achieved by custom plugin.
Hi,
If your live site is working then your local site should work fine. This issue may be caused by the plugins. Try to disable plugins empty the folder of plugins.
See if that works