WebBuddy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: adjusting line height in pages?May I know what is the CSS you entered?
Forum: Fixing WordPress
In reply to: adjusting line height in pages?Hi,
Did you add the css in your theme customization (additional css) section?
Forum: Fixing WordPress
In reply to: How to change header size and alignmentYou can go into your css.style file and find the following codes:
.navbar-nav .nav-item .nav-link { font-size: 16px; line-height: 32px; font-weight: 500; color: #0c0d0d; padding: 6px 25px; }Amend the codes accordingly for the navigation menu bar. Hope this helps!
Forum: Fixing WordPress
In reply to: How to change header size and alignmentYou may want to provide a screenshot or your website url so the community can help you.
Forum: Fixing WordPress
In reply to: Page disappeared no reasonHi,
I would suggest you contact your hosting so they can check your server if there is unauthorized access. Hope you are able to get back your content.Forum: Fixing WordPress
In reply to: Please help with parse error – can’t access my dashboard!!I’m guessing if you upgrade your PHP version, it may solve this issue but your best bet is to check with the plugin developer and see how to fix it.
Hope you can find a solution soon!Forum: Fixing WordPress
In reply to: Update WordPress feature no more availableIn that case, you may want to check with your hosting provider, godaddy and check what is the exact issue.
It would be good if you can update us here if you have found out the root of the cause later.
Hope this helps!Forum: Fixing WordPress
In reply to: Update WordPress feature no more availableMay I know what version of PHP are you using? My guess could be wordpress detected your php version is not compatible with the latest wordpress version and hence, didn’t show the update is available notification.
Forum: Fixing WordPress
In reply to: This page isn’t workingThere are still two ways you can try before you do a new install:
First is to enter the following two lines into your config.php (at the bottom):
define(‘WP_HOME’,’https://library.uniben.edu’);
define(‘WP_SITEURL’,’https://library.uniben.edu’);If it still doesn’t help, then rename your .htaccess file (backup first) so that the server will create a new .htaccess file, this new .htaccess file may solve this issue.
Hope this helps.
Forum: Fixing WordPress
In reply to: This page isn’t workingFirst, try to contact your web host to see if they can help.
Second, if your host can’t, most probably it is due to the plugins that has issues with the redirect. Try to rename your plugins folder to something else like plugins-old and see if this issue persists, if this solves the issue, then one of your plugins is causing this error.
Hope you are able to resolve this issue soon!
Forum: Fixing WordPress
In reply to: unwanted google adIf you mean the ads inside your right sidebar, you would need to go to appearance >> widgets and remove the widget that contains the ads code. This will clear the ads on the right of your sidebar. Hope this helps!
Forum: Plugins
In reply to: [Shipping Insurance WooCommerce Addon] Offer Customer Option to Add InsuranceHi,
Thank you for the plugin.Currently the plugin adds 1% more on top of the shipping fee but if I were to add 1% on top of the cart value instead, may I know how can I do that?
I would appreciate which line of code I need to amend and I can amend the codes myself.
Thank you very much!
Forum: Themes and Templates
In reply to: [Storefront] Website logo not showing on Mobile…Sorry I found out that there are some css codes hiding the logo on mobile.. Please ignore this thread, thank you.
Forum: Plugins
In reply to: [Download Monitor] How to disable (0 downloads)Thank you, this helps!
Forum: Developing with WordPress
In reply to: How to add featured image to posts listing page?Thank you very much, Steven! Your post helps! I have found the index.php inside my theme folder to edit.