Kartik Shukla
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: store locator not workingHello!
I hope this message finds you good.
Based on quick revert it seems there is some error related to the Astra Addon plugin used. There might be some plugin conflict which might be causing this.
See if you would like to try by disabling plugins if that helps and activate plugin one by one to find what is causing this to happen.
Kindly share if you able to find something and we can plan next steps accordingly.
Thank you!Forum: Fixing WordPress
In reply to: Can’t update pluginsHello,
There can be a possibility of some theme or plugin conflict which may have created an impact that is not allowing you to update the plugins.
See if you can switch to the default theme and check if that helps or else I would suggest you try Health Check plugin once by installing, if the plugin helps you in finding the problem area.
Thank you!
Forum: Fixing WordPress
In reply to: Desktop menuHello,
Try this if it helps.
To remove an item from your menu: Go to Appearance → Customize → Menus. Choose your menu. Click on the menu item to expand the options. Click Remove
You can also check this topic if that helps
Forum: Everything else WordPress
In reply to: Embed Google mapsHello,
Looking at the reference site provided, it seems they have used the customization. You cannot directly import the map from their site but generate your own API key and plan a custom module for the Google Map on your site. You can also take some support from Plugin which can give you some help.
Thank you!
Hello,
Try this debugging method and see if you can find something useful. As this is custom code, the only way to find the issue is by debugging the code.
I hope this helps.
Thank you!
Forum: Fixing WordPress
In reply to: Fix spacing gap on subheadingHello,
It seems the page URL you provided is not accessible. It is giving me an error that the site can’t be reached.
It is possible to share a screenshot to get more visibility on the issue you are facing?
Thank you!
Forum: Fixing WordPress
In reply to: help with custom cssHello @debbiewaller
In the additional CSS where you have added the above CSS, maybe adding this CSS as well will add some space from top and bottom.
form.post-password-form { margin: 30px 0px 30px 0px; }
Try and see if this helps.
Thank you!
Forum: Fixing WordPress
In reply to: Font Color DarkHello,
I would suggest adding the font color to the body tag so that it will have black color to the fonts. Note it will just appear for the standard fonts, if there are anchor tags or links, there must be a separate CSS written for them.
Navigate to Appearance -> Customize section of your admin dashboard, scroll down to the bottom of the page and click Additional CSS. This will open an in-built tool that will allow you to add any CSS code.
body { color: #000000 !important; }
Hope this helps.
Thank you!
Forum: Fixing WordPress
In reply to: how to add css code on kadence themeForum: Fixing WordPress
In reply to: After update, the site does not load, but enters the admin panelHello,
Try to disable plugins and switch to the default theme once. See it helps in loading the site.
There must be some conflict after the recent update that happened.
Thank you!
Forum: Fixing WordPress
In reply to: An issue with the cacheHello,
Try to see if disabling the WP Rocket plugin solves the issue. Also if the plugin is needed explore some of the plugin settings and it may help you.
Thank you!
Forum: Fixing WordPress
In reply to: Images not loadingHello,
It seems there is some Javascript/jQuery error in your browser console. Do you recall using any Image Preloader or any effect which loads the image or anything like that?
There is some issue with that which is causing the image not to appear, rest it seems the image path is correct and it has the correct image which is loading when we copy the image path and open that in a new tab.
Hope this helps.
Thank you!
Forum: Fixing WordPress
In reply to: 3 critical issues on WP not sure how to fixHello Lori,
It seems either some plugin is overwriting the functions or maybe if there is any custom development happened or some code file is edited it may have caused this issue.
You may try to switch to the default theme and deactivate the plugins to see if that is causing the issue or else there may be a need to dig deeper at the code file.
Let me know if this helps.
Thank you!
Forum: Fixing WordPress
In reply to: missing linkHello,
You can follow the steps suggested by @noisysocks
i.e. WordPress Admin → Appearance → Menus.
The offers page seems to be a Category so you can remove that from Nav Menu and add a Custom link. If you have the Offers page created you can even use that.
Kindly try and see if this helps.
Thank you!
Forum: Fixing WordPress
In reply to: Python in WordPressHello,
I think Python WordPress integration can be done. Also if it is just using APIs, I would suggest using it via WordPress Rest API, so you can call the API and use them within WordPress.
Check this link if that helps.
Answering your 2nd Question, you can use your domain if you plan to build your site in some other framework of technology, you can’t re-use WordPress codings, but you may have to code them all again based on the technology you opt for, but domain can still be used.
Hope this helps.
Thank you!