WP CodeUs
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Proposals] Button not showingThe color is red because that is the Hex color you assigned…
Forum: Plugins
In reply to: [WP Proposals] HeaderHello @zandu,
Looking at the source code it looks like your active WordPress theme is adding it’s own padding. Below is some CSS you can add to override this for the custom post type ‘Proposal’.
.single-proposal #main {
padding-top: 0px !important;
margin-top: -60px !important;
}Forum: Plugins
In reply to: [WP Proposals] HeaderHello @zandu,
Unfortunately we’re not able to see the reference image you shared as it is giving us a 404 error ‘Invalid share key’.
Forum: Plugins
In reply to: [WP Proposals] Button not showingHello @zandu,
The proposal accent color can be found on the design settings of WP Proposals. The setting you will want to change is the ‘Featured Image Overlay Color’ as that also controls the accent color on the current version of WP Proposals.
Forum: Plugins
In reply to: [WP Proposals] HeaderHello @zandu,
Can you please explain what you’re needing assistance with a little more clearly? I am sorry but I do not understand.
Forum: Plugins
In reply to: [WP Proposals] Button not showingHello @zandu,
Looking at the source code of your referral link, it looks like you have assigned the proposal accent color to white. The accent color also colors the color of the approval button.
To fix this, either change the color of the proposal accent color, or you can customize the button with the following CSS:
.single-proposal .wpp-approval-form-holder #wpp-approved {
background-color: #333;
}Forum: Plugins
In reply to: [Advanced Sermons] Sermons not appearing on MobileHello @allisoncapps,
I recommend checking your cache settings or contact your hosting company to see if they have an server side cache that is caching an older version of your install.
Best regards,
Kevin WilgenbuschForum: Plugins
In reply to: [WP Proposals] Fields Multiplying every time I update proposalHello @janzconceptz,
This has been resolved and answered via your support ticket.
Best regards,
WP CodeusForum: Plugins
In reply to: [WP Proposals] Please add German languageHello @saschinger,
The current version of WP Proposals was created to get feedback from the community.
Since the launch we have been working extremely hard to redesign the entire plugin and finish WP Proposals Pro.
We’re aiming to launch both of these this summer still.
With these updates are also improvements to translatable text. Unfortunately, this is not an update we will be performing on the current version as all of our time is going into the new build.
Best regards,
WP CodeusForum: Plugins
In reply to: [WP Proposals] Meta Fields not showing upHello @nocoder3243,
In order for a section to be displayed, you must have at least 1 scope item created for that specific section.
If you do not create any items, the section will be hidden. This is to ensure only the data that needs to be displayed is displayed.
Best regards,
WP CodeusForum: Plugins
In reply to: [WP Proposals] HTML not working in emailHello @nocoder3243,
This is to due sanitization and security and can not be altered.
Best regards,
WP CodeusForum: Plugins
In reply to: [Classic Editor] Add support to disable Widget Block Editor 5.8@azaozz Clearly there is a large percentage of people who prefer to not deal with Gutenberg with this plugin having over 5 million downloads.
The new Widget Block Editor uses the same design and components as Gutenberg.
Other plugins that are similar have already introduced this option which you can view here: https://wordpress.org/plugins/disable-gutenberg/
I guess we will just need to switch for all our installs…
Forum: Plugins
In reply to: [Classic Editor] Add support to disable Widget Block Editor 5.8I am glad to hear I am not the only one who thinks this makes sense.
WordPress did include some filters to disable the Widget Block Editor with a few lines of code. I will include it to this thread incase someone is looking for them:
// Disables the block editor from managing widgets in the Gutenberg plugin. add_filter( 'gutenberg_use_widgets_block_editor', '__return_false' ); // Disables the block editor from managing widgets. add_filter( 'use_widgets_block_editor', '__return_false' );However, this is one extra step that is needed when building out new WordPress installs. A few minutes saved here and there add up fast haha
Forum: Plugins
In reply to: [WP Proposals] Email being sent via WordPressHello @nocoder3243,
You can customize the ‘From’ email in the general settings of WP Proposals.
If you’re using a 3rd party mail sender this may be overriding this setting and you may need to modify the from email from MailPoet.
Best regards,
WP CodeusForum: Plugins
In reply to: [WP Proposals] Integrate “real” wp_users