sitedesigndev
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Masonry Layout] Infinite scrolling problemRelated to infinite scroll.
My layout doesn’t have infinite scroll anymore, it is switched to pagination?
I would like to keep infinite scroll, is there a setting option to fix this?
Thank you sir!
installed new 2.11.3,
works like a charm.Forum: Plugins
In reply to: [Recent Posts Widget Extended] Background Request Blocked@mike Clayton
If you cant click the “whitelist this action” button because it is under your content builder, may I suggest pushing it to the top or pushing your content builder to the bottom with z-index CSS.
Use a browser such as Chrome and right-click on your page then click on inspect element. Then find the main container of either your content builder or wordfence notification and dynamically edit the z-index properties in CSS in the inspect element options to move one on top of the other.
This should allow you to click on the “whitelist this action” button.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Change Email subject to Form namebump
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Leads not going into Salesforcewere you on a development or live site?
Forum: Plugins
In reply to: [Widget Logic] Just on Homepageis_home()
you can view the logic commands here:
https://www.ads-software.com/plugins/widget-logic/other_notes/Forum: Plugins
In reply to: [Widget Logic] Urgent! Help with plugin infoIf I understand correctly you want to remove the dropdown sub categories and menus from the main nav on single posts and category pages.
All other pages you would like to have this dropdown menu?Is your primary nav menu being called by a custom menu widget in the appearance > widgets section?
If so, I suggest creating two different menus one with no sub-menus and one with. Then add these two menus with custom menu widgets.
Then you would add the appropriate logic to those widgets according to page or post type.Forum: Plugins
In reply to: [Widget Logic] Error Message – White Screen of Death due to Widget Logicin the database I found my widget logic conditional tags
under the table
wp_options
There is a line for ‘widget_logic’
hope this helps