WebBuddy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP 5.4.1 broke somethingHi,
It seems that NC3 is the page title. Is there a setting in your theme that hides the ‘home page title’? Perhaps you can try to search for it.If not, then you may want to try this css codes:
#site_title { display: none;Hope it helps.
Forum: Fixing WordPress
In reply to: Continued …Hi,
You mentioned
” I added it in Visual mode, saved it, then viewed the site.”How about you add
<!--more-->in the text mode editor?Forum: Fixing WordPress
In reply to: Not able to login with correct credentialsThe only way I can think of is to reset the password, you may consider the various options listed below to reset your password depending on what you have on hand: – https://wordpress.org/support/article/resetting-your-password/
Forum: Fixing WordPress
In reply to: can’t change the column gaps betweenHi,
It would be best to contact the theme developer (bizberg theme) to get a faster and more accurate solution on this.Forum: Fixing WordPress
In reply to: Unable to access to WordPressIt looks like the revslider plugin is causing the issue. You need to disable this plugin now so that you can login to your wp admin area. You can login to cpanel and rename revslider plugin folder and your website might be back online. Hope this helps.
Forum: Fixing WordPress
In reply to: Can’t write or update any postTry using a different browser and see if this helps.
If not, I suspect that certain plugins is conflicting with your website and you might need to find it and deactivate it.
Forum: Fixing WordPress
In reply to: sub folder redirects to root domainHi Yaser,
I am seeing your sub folder website when I goes to – http://apoteam.ir/test
It seems that there is no redirecting.
Forum: Fixing WordPress
In reply to: How to remove the background of my home page.Hi,
First, you should check your theme settings to see if you can change the opacity setting of the home page picture.
If there is no setting for that, you can try to enter the following codes into the custom css section:.elementor-540 .elementor-element.elementor-element-4a7b1c3c > .elementor-background-overlay { opacity: 0; }Hope this helps.
Forum: Fixing WordPress
In reply to: HTML LINKS IN POSTSHi,
Can you share your web page (containing the link not showing) here so we can take a look and advise?
Forum: Fixing WordPress
In reply to: problem with classic editorDid you recently install or update any plugins? If so, try to deactivate it and see if you can get the classic editor to work again.
Forum: Fixing WordPress
In reply to: Jetpack doesnt activateI would suggest you post this issue over at jet pack forum to get a faster reply – https://wordpress.org/support/plugin/jetpack/
Hope someone there is able to help you.
Forum: Plugins
In reply to: [WooCommerce] Add to cart buttons missingHi Sina,
I am able to see the add to cart button in your product page as shown below:
Forum: Fixing WordPress
In reply to: Create a new website from scratch without affecting originalHi,
You do not need to have a different account. You just need to login to your web hosting cpanel and create another new directory under the domain name called ‘new’ etc. Then after that, install wordpress in the ‘new’ directory. You can check with your hosting provider if you need help on this, I am sure they will be able to assist.
Hope this helps!Forum: Fixing WordPress
In reply to: Fatal errorHi Jeff,
From what I see, this error could be related to the theme that you are using.I would suggest that you email the theme designer about this and asked if the latest version of the theme is able to resolve this issue. If the answer is yes, then you can go ahead to buy it then update your theme.
Hope this helps.Forum: Fixing WordPress
In reply to: Create a new website from scratch without affecting originalYou may also want to consider creating the new site under the same domain name as your current website to avoid any issue with different servers in future. last time when I was creating the new site under a different server, the migration gave me some headache as there are some configurations I need to do when I do the migration.
For example, if your website is abcbusiness.com, you can create a new directory and have wordpress installed in abcbusiness/new so this ensure you are using the same web hosting server and you do not need to purchase another domain name for now.
Just some of my thoughts, hope it helps.