Mateo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: VAT changes layoutDid you try to use the code that i shared with you?
- This reply was modified 5 years, 3 months ago by Mateo.
Forum: Fixing WordPress
In reply to: VAT changes layoutHi @thanklessmoss !
Paste this code in to custom CSS, is located on Appearance > Customize > Add CSS.small.includes_tax { display: none; }This should put an end to your problem, but i also recommend that you go to the dedicated support of your ecommerce plugin, they could provide an alternative method to solve it.
Regards!!- This reply was modified 5 years, 3 months ago by Mateo.
Forum: Developing with WordPress
In reply to: Plants identifierHello @robbymoors !
My suggestion is this: first, in your WordPress site, create the page for each plant. Once you have done it, you must generate a QR for each page. I suggest using an online QR generator of your choice (this is an example of a QR generator). You just have to paste the url of a page and the generator will give you a QR. After that, you can download the QR image and print it. And yes, everyone who visits your farm should have a qr scanner (nowadays all smartphones have it).
I think this is the best way to do it, regards!Forum: Everything else WordPress
In reply to: Change URLIt shouldn’t cause any problems just changing the slug. Likewise, if a problem arises, which shouldn’t happen, let me know.
Regards!Forum: Everything else WordPress
In reply to: Change URLHey @richasachdevaa!
Change the url of a “Post” you mean change the slug? Could you explain in detail what you need?
Keep in touchForum: Fixing WordPress
In reply to: Product price showing twiceHi @gracebex!
can you share me your site url? So i can take a look.Forum: Fixing WordPress
In reply to: adjusting table widthsSorry @engenderedconvos
There was a problem in the code i shared with you, here it goes again!
.post-inner.thin figure.wp-block-table.is-style-stripes { margin-left: -150px; margin-right: -150px; width: 100%! important; min-width: 800px; } .post-inner.thin tbody { font-size: 16px; }Forum: Everything else WordPress
In reply to: Custom Search without disturbing parent themeHi again,
As soon as i had answered your question, i realized that i had misunderstood, so i continued investigating and found a possible solution to your problem.
You can create a custom post type, to keep away that content form post/pages. This plugin allows you to do that, but you can use which you prefer.
For searching, also you can use a search & filter plugin to include only your custom post type in search results. This is one, but how i said, you can use the plugin you prefer.
This should solve your issue, keep in touch!- This reply was modified 5 years, 3 months ago by Mateo.
Forum: Everything else WordPress
In reply to: Custom Search without disturbing parent themeHello @shrabu19!
This article might be helpful for your problem.
Let me know if it works for you.
Regards!!Forum: Fixing WordPress
In reply to: icon near search resultsHello @infomil!
Can you share me the link or an image that shows the problem?Forum: Fixing WordPress
In reply to: adjusting table widthsHi @engenderedconvos!
Try pasting this code in Appearance> Customize> Add CSS..post-inner.thin figure.wp-block-table.is-style-stripes { left margin: -150px; right margin: -150px; width: 100%! important; minimum width: 800px; } .post-inner.thin tbody { font size: 16px; }If you don’t like how it finally looks, just delete it.
Regards!!Forum: Developing with WordPress
In reply to: Pop-up notification of product purchaseYou’re welcome, let me know if you have any other issue!
Forum: Fixing WordPress
In reply to: Suggestions for a great chat pluginHey there!
Check out this plugin, it could be what you are looking for.
Regards!- This reply was modified 5 years, 3 months ago by Mateo.
Forum: Everything else WordPress
In reply to: Does the amount of pages affect WP performance?Hi @ylakdime !
The speed of a website depends on several factors. As more pages are added ,more slowly gonna run, but if you have a good host, thats not be a big problem.
Regards!Forum: Everything else WordPress
In reply to: page titleHello @savasanabeautybar !!
First of all, enter the customizer (located in Dashboard> Appearance> Customize) and see if there is an option that provides the theme to deactivate the page titles. Also check if when entering page editing, there is no option that you are overlooking.
If you didn’t find anything, try putting this code in Appearance> Customize> Add CSS, it should solve your problem.header.page-header.hidden-page-header { display: none; }Let me know if this has been helpful to you.
Regards!!