LDDConsulting
Forum Replies Created
-
Forum: Plugins
In reply to: [LDD Directory Lite] Reviews Add-on causes issues on themeCould you please tell me which version of the review extension were you using?
Forum: Plugins
In reply to: [LDD Directory Lite] Menu not alignedYou can add
.single single-directory_listings .directory-lite {
width: 80% !important;
padding-left: 10px;
}
to your theme css file- This reply was modified 8 years, 3 months ago by LDDConsulting.
Forum: Plugins
In reply to: [LDD Directory Lite] Reviews Add-on causes issues on themeCould you please which functionality was broken with review plugin, or if you could please send a screenshot of the issue.
Forum: Plugins
In reply to: [LDD Directory Lite] Beta version not workingIt may have created another directory page, could you please check in your pages list?
Forum: Plugins
In reply to: [LDD Directory Lite] Menu not alignedYou can override template files in your theme. this should be safe, we can remove extra title and footer comment by changing files in theme. it seems like your theme is binding some hooks with post as well as template file. did you try both option under Template Overriding https://www.screencast.com/t/QnayH0MQ
Forum: Plugins
In reply to: [LDD Directory Lite] Add a new field…Thanks 🙂
Forum: Plugins
In reply to: [LDD Directory Lite] Theme menu conflictThis is the issue with the theme, they are using .navbar class for animation, .navbar is bootstrap class and normally we dont use bootstrap classes in custom jQuery. we can replace $( ‘.navbar’ ) with $( ‘.header .navbar’ ) in theme assets/js/custom.js on line 579
Forum: Plugins
In reply to: [LDD Directory Lite] Theme menu conflictThanks for bringing this forward, I will install the theme to check the issue, will updated you soon.
Forum: Plugins
In reply to: [LDD Directory Lite] Menu not alignedFor review section you can add
.review_submission_form{margin-left:30px !important}to your css fileForum: Plugins
In reply to: [LDD Directory Lite] Menu not alignedYou can check your theme for “lddlite_templates” folder. if this folder is there than template files can be updated there.
The menu header is LDD directory plugin header and will be on all directory pages, unless over written in template. https://www.screencast.com/t/ihLb6OSGsDForum: Plugins
In reply to: [LDD Directory Lite] Menu not alignedAre you overriding template files in the theme?
Forum: Plugins
In reply to: [LDD Directory Lite] Change IconsThese are font awesome icons
Forum: Plugins
In reply to: [LDD Directory Lite] Plugin causing problems with Beaver Builder 2.0Thanks for bringing this issue forward.
I have done lot of testing on our plugin to see conflict with Beaver Builder. in the end it was font awesome link that was causing the issue with duplicate icon, I have updated the plugin, please update on your site. hope that will fix duplicate icon issue.I could not produce any issue while saving anything in the editor, could you please show me a specific area where I can see this issue?Forum: Plugins
In reply to: [LDD Directory Lite] Listing Owner defaults to first alphabetical namePages updated, you should be able to download it now.
Forum: Plugins
In reply to: [LDD Directory Lite] beta 2.0 “fgfgf”I found it in single2.php file. I have removed it. updated beta 2.2 is available now with some more fixes