whyfrp
Forum Replies Created
-
Forum: Plugins
In reply to: [Essential Real Estate] Changing the menuUnfortunately, this is not beyot help forum but i want to give you some shoot.
beyot > theme options > top bar > and here you can choose widget menu.
left and right widgetaccess widget, Appearance > widget
now add to the specific widget
done
WBR,
WhyFRPForum: Plugins
In reply to: [Essential Real Estate] Images alignmentlet assume ERE CSS was override CSS theme, if you have child theme, you can take control by override ERE CSS by adding !important, for an example:
child-theme/style.css
.ere-property {
position: absolute;
top: 5px !important;
padding: 5px 0 0 0 !important;
z-index: 10;
}Remember those value CSS above are an example, you can inspect using chrome (right click and Inspect), see which CSS was override and the values itself
Forum: Plugins
In reply to: [Essential Real Estate] Contact Form 7I prefer use locosto to translate those text into another interesting placeholder, like
write down your questions or something similar, because you won’t worry about php file will replace in the next update.Forum: Plugins
In reply to: [Essential Real Estate] Property Image not Showingit’s owl.carousel.min.css
hxxps://domain/wp-content/plugins/essential-real-estate/public/assets/packages/owl-carousel/assets/owl.carousel.min.css?ver=2.1.0
just copy entire code from above css to child theme css, it should work because ERE CSS was override by theme CSS
- This reply was modified 5 years, 6 months ago by whyfrp.
Forum: Plugins
In reply to: [Essential Real Estate] Property with many pictures is not loading.Please try to copy all owl.carousel.min.css, it should be here
hxxps://domain/wp-content/plugins/essential-real-estate/public/assets/packages/owl-carousel/assets/owl.carousel.min.cssto child theme css (style.css)
Hope this will solve your gallery
WBR,
WhyFRPForum: Plugins
In reply to: [Essential Real Estate] Gallery Thumbnails Not Showing On Property Edit PageERE CSS was override, simply copy the value from ERE CSS to child theme CSS
WBR,
WhyFRPForum: Plugins
In reply to: [Essential Real Estate] Custom Order or Arrangement of Property ListingNOPE, it should by the date or featured properties and or most viewed
WBR,
WhyFRPForum: Plugins
In reply to: [Essential Real Estate] Images alignmentyou can take screenshot and upload to any image hostingm share link here.
my assumption is ERE CSS was override by CSS theme itself. So, you have to override using custom css or choose another themes which compatible with real estate plugins.WBR,
WhyFRP