simplerthansimplest
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Copy of ReceiptWhich plugin you are using to generate receipt?
Are you using WooCommerce?Forum: Fixing WordPress
In reply to: Fatal Error !Can you recall what changes you have done that have caused the issue. Then I can suggest you better solution.
I solution is to replace all files on wp-includes from new files.Thanks
Forum: Fixing WordPress
In reply to: Permalink Edit is missing when adding new postsLooking at the screenshot you provided, I want to suggest you to check what I mentioned in my earlier message by deactivating the YouTube video plugin and Caldera Form plugin.
I guess they might be the culprit behind your trouble.Looking forward to hear from you.
ThanksForum: Fixing WordPress
In reply to: Unable to access my site login or admin pageHi @stephanie700r,
Seems like you updated your WordPress and the issue arises because of that.
Try connect using FTP and replace the file which is throwing error.
If you still persist and you doubt on your theme, then put ‘_’ in front of your theme folder inside wp-content>>theme>>your_theme. Try reloading your site.
Hope that will work.
ThanksForum: Fixing WordPress
In reply to: Fatal Error !Hi @d-pixel,
have you recently updated your wordpress?
Please tell me the version of WordPress you have.Thanks
Forum: Fixing WordPress
In reply to: Page title in linkHi @lesliejen2win,
You better ask “Heatmap AdAptive” plugin author. He knows best what was done their while posting your link to Facebook.
Hope it will help.
ThanksForum: Fixing WordPress
In reply to: Custom WordPress woocommerce product shop page without checkoutHi @decappa,
Few questions in my mind:
1.Do you want to remove add to cart buttons for products on shop page?
2.Do you don’t want to show up checkout page? In this case you want shop page and checkout page as it is in normal WooCommerce flow.
Please come up with more details to can provide to better solution possible.Looking forward to hear from you.
ThanksForum: Fixing WordPress
In reply to: Populate a PDF formForum: Fixing WordPress
In reply to: Permalink Edit is missing when adding new postsNo nothing is missing here. Its just you delusion. Just type your post name and move cursor out of the text-field and click somewhere out, just say click inside the text-area below the post-title field. Magic !!! you are able to see the edit link… right?
Looking forward to hear from you.
ThanksForum: Fixing WordPress
In reply to: Problem with search of custom post typesI tried lot a things… and finally able to solve it.
No css solution is there. Actually there is, if you can wrap your script content in a HTML element.
No worries, skip that.
Just include a js script on frontend and you are good to go.jQuery(document).ready(function(){
jQuery(“.white-block-content.blog-item-content”).each(function(){
var textToShow = jQuery(this).find(‘a:first’).text();
jQuery(this).text(textToShow);
});
});When everything fails… jQuery hits π
Hope that will help you.
In case you need any further assistance please ask for it. Pleasure to help you.
ThanksForum: Fixing WordPress
In reply to: Populate a PDF formYes, of course there is a way to do so. But for that you have to come up with more information.
There is no plugin to do so, means you need a developer for that. I am ready to help.
ThanksForum: Fixing WordPress
In reply to: WORK PROCESSI visited your site. Seems like you have installed lot of plugins. Your site looks distorted also. One of your plugin have created the issue you are facing. If it was working fine before, please uninstall the plugin you installed later on.
In case you don’t remember, deactivate all plugin, because dashboard needs to run in any situation.
Thanks