mogeh
Forum Replies Created
-
Thanks and well done for your good works!
Hello Sakib and thanks for your interest.
A little background: I was initially using RankMaths and discovered that neither the Title nor the Description of pages set with the plugin was being used by Google in SERP. When I reached out to the team, I was told that it’s a new trend, that Google auto generates more than 70% of titles and descriptions for pages but i wasn’t convinced.
Fast forward: I decided to use your plugin, which is so far impressive.
After setting up and monitoring, i discovered that the description set in the plugin was being used but the title was being ignored.
I also observed that its a site-wide issue affecting even regular pages.
Could you please share a bit more details regarding the query strings and URL of the pages (example) you’re referring to?
My guess was that since i used the code in my initial question to alter the titles of certain parts of the site, i thought that could’ve been the problem.On the home page, below is what is set:
https://propertymarketplace.com.ng/
Find property for sale in Nigeria - Property marketplace
Find property for sale in Nigeria and sell your property in Nigeria, We make it easy to buy property and invest in Nigeria real estate market.
Below is what is returned:
Property Marketplace
Find property for sale in Nigeria and sell your property in Nigeria, We make it easy to buy property and invest in Nigeria real estate market.
Another page:
https://propertymarketplace.com.ng/buy-property-in-nigeria/
Buy property in Nigeria - Find house, flat, land for sale
Buy property in Nigeria. Browse Nigeria's largest property listings platform for real estate and property deals. House for sale, flat for sale, land for sale
What’s shown on SERP:
Buy Property in Nigeria
Buy property in Nigeria. Browse Nigeria's largest property listings platform for real estate and property deals. House for sale, flat for sale, land for?...
Thanks so much in advance and let me know if there’s any information from me that will help.
Hello William,
Guess you have been able to find a breakthrough!
The ERE plugin is very robust and flexible, you just have to give it some time to understand how the layout or bootstrap works since it was designed with the later.
If you’re using a non bootstrap theme, then there will be no need disabling the bootstrap files from the plugin since those files are needed by the plugin.
Another thing you can do is to override the existing plugin templates. This article from the plugin author will guide you.
One of the main issues that was breaking my layout were the following files: wrapper-start, wrapper-end. you can find them at plugins/essential-real-estate/public/templates/global. Since i use a bootstrap theme, the above files were attending what my theme had already added.
Generally, you have to do some overriding to get the desired result for your project.
If you believe the current update is breaking your entire site, you can download older versions of the plugin here and test to see if your problem will be solved. When you open the link, scroll to the bottom of the page to access older versions of the plugin.
My advise generally will be, if you’re able to fix the issue, you have to thoroughly test future updates on a development server before running it on the live website.
For the past week, the plugin authors have been releasing constant updates which i believe will get the plugin stable again.
For this plugin: Asset CleanUp: Page Speed Booster, it’s fantastic and can improve the overall performance of your site since it enables you to load scripts only on the pages needed. I’m ditching Autoptimize for it.
Wish you luck!
Warm regards.
Hello William,
Firstly, i would say ERE is a very good plugin but the author is not very communicative and helpful with issues like this. They have to clearly carry us along with the plugin development updates.
In fixing my issues, i discovered, they upgraded the bootstrap version from 3 to 4. At the time, my theme was already using version 4 but my theme was still breaking.
What solved my problem was disabling the bootstrap files used by the ERE plugin using this plugin Asset CleanUp: Page Speed Booster (get it from plugins dir), because i couldn’t dequeue or de-register any of the plugin files from functions.php
Doing the above solved my problem.
Warm regards.
Thanks so much.
warm regard.
Thanks so much and the last one on this:
I would appreciate to get the permalink instead and also merge the post-url label(url) with the message field?
like so:
Hello, I would like to inquire about the availability of your property: 5 bedrooms detached duplex
Thanks and warm regards
Thanks so much.
I appreciate your assistance.
Warm regards.
Thanks so much.
I missed it when going through the docs.
please, how can i also get the post permalink or URL
into the message field?From what i understand, the URL parameter data source is used in
parsing parameters through the URL.I appreciate.
I highly appreciate you.
It’s working.
Warm regards.
Thanks so much.
I have applied the code to the respective form but the taxonomy
values are not being returned in the select field.The only thing i changed in your code was replacing
taxonomy="category"
withtaxonomy="property-type"
[select categories include_blank] [cf7-recordset id="taxonomy_records" type="database" callback="format_hierarchy" query="SELECT terms.term_id as id,terms.name as name,term_taxonomy.parent as parent FROM {wpdb.terms} terms JOIN {wpdb.term_taxonomy} term_taxonomy ON (term_taxonomy.term_id=terms.term_id) WHERE 1=1 AND taxonomy="property-type" ORDER BY term_taxonomy.parent ASC"] <code style="display:none"><script>function format_hierarchy(records) { var hierarchical_records = {}, roots = [], formatted_records = []; records.forEach(function(item) {hierarchical_records[item.id] = item;}); Object.keys(hierarchical_records).forEach( function(id){ var item = hierarchical_records[id]; if(item.parent == 0) roots.push(item); else if(item.parent in hierarchical_records){ var p = hierarchical_records[item.parent]; if (!('children' in p)) { p.children = []; } p.children.push(item); } } ); function indentation(roots, n){ for(var i in roots){ roots[i]['formatted_name'] = '-'.repeat(n)+' '+roots[i]['name']; formatted_records.push(roots[i]); if('children' in roots[i]) indentation(roots[i]['children'], n+1); } }; indentation(roots, 0); return formatted_records; }</script></code> [cf7-link-field recordset="taxonomy_records" field="categories" value="name" text="formatted_name" keep-options]
I highly appreciate your time and effort.
Forum: Plugins
In reply to: [WC Fields Factory] How to display admin fields in product tabsThanks so much for your reply and kind consideration.
you can try viewing the screenshots again
For number 1, I decided to set a general title for the product tabs in the global settings of the plugin.
Regarding fixing the number 2 issue, I’m highly thankful for the
expected solution.I appreciate!
Forum: Plugins
In reply to: [WC Fields Factory] How to display admin fields in product tabsHello Sark,
Greetings and trust my message meets you well.
I once more appreciate you for your great plugin and support.1. The issue i had with the tabs title not displaying on the single products tabs has come up again after i thought it has been solved with your last update.
I also noticed that the option to enter a custom title for each tab group is no longer displaying if i choose to display the Admin custom fields group in the product tab area.
see the screenshot below:
https://prnt.sc/KOyFm6_QwrVg2.
Second issue
As you can see from the screenshot below:
https://prnt.sc/tqsQq7bGfrTx
I’m using the plugin to create product specifications, I want to know if there is a way to hide empty fields on the fronend?3. I also seek your advice if using the plugin in creating products specification won’t affect the performance?
Many thanks and appreciate your kind help.
Forum: Plugins
In reply to: [WC Fields Factory] How to display admin fields in product tabsThanks so much.
I applied your update and the problem was solved.Forum: Plugins
In reply to: [WC Fields Factory] How to display admin fields in product tabsThanks for your assistance.
After i changed the fields location back to
Before Add To Cart Button
, the tabs title now displays.
I believe a permanent solution will be found to the bug soon.
I’m currently working on my local machine.
Thanks a lot.
Forum: Plugins
In reply to: [WC Fields Factory] How to display admin fields in product tabsOkay. I did as you instructed in your response above and the
tab title now shows.But i also noticed that all the fields(products fields, variations fields, checkout fields and admin fields) are now showing in the same location, which is unusual.
I also noticed that if i choose that the admin fields should display in the products tabs, the content of the fields are displayed in two locations: above the products image and in the tabs content.
I have tested on the default twenty twenty-two theme and it’s the same there too.I guess there’s some conflict in the output code and will gladly await the fix.
I really appreciate you help and best wishes.