TSains
Forum Replies Created
-
Forum: Plugins
In reply to: [Agreement] Agreement with Bazar theme and does nothingHi,
Thanks for the quick response. I’m newbie to WP. Please help me further as I am unable to make the code work.
I am using the code as below:
[button_icon id=”agreement” href=”https://www.mwlimited.com/wp-content/uploads/2014/03/GX120_160_200_English.pdf” icon_path=”” icon=”download” sense=”ltr” target=”_blank”] Download [/button_icon]Please correct the code that I could copy and paste.
Hi,
I added the following to functions.php of my theme (mosecolumn).
add_shortcode( ‘member’, ‘member_check_shortcode’ );
function member_check_shortcode( $atts, $content = null ) {
if ( is_user_logged_in() && !is_null( $content ) && !is_feed() )
return do_shortcode($content);
return ‘<p>Please register to add content.</p>’;
}then I added the following to new page that I added to menu
[member][user-submitted-posts][/member]But when I click on the Submit post the content is displayed but with huge space on top and bottom. Please help.
Hi,
It works.
Thank you. Thank you. Thank you.
I can’t express my happiness in words.
God bless and thank you for your time spent on solving the problem.Tina
Hi,
Could you please update me on the progress?
or next step? as this is the only feature not working on my website.
and I am eager to get it working.Thanks
TinaHi,
I have made the above suggested changes.
and updated the plugins Email before download and Form 7now the error is : Failed to load PDF document.
Thanks
TinaHi,
I have made the above suggested changes.
Please check.Thanks
TinaHi,
I have been able to check the permissions of wp-content/uploads folder and the permissions are set to 755. However the permissions of the linked file were set to 644 but changing that to 755 also did not resolve the issue.
Thanks
TinaHi,
Thank you very much for having a look at my problem.
I am newbie to wordpress. Could you please guide me how to check the environment configurations? or if you could kindly email me on 415764 (at) gmail.com and I could give you the Admin login details?Thanks again
TinaHi,
Thank you very much for your reply.
The url is https://www.mwlimited.com/investment-opportunities/
and I want to provide .pdf files.
If you could email me on 415764 (at) gmail.com to enable me mail you the Admin login details.Thanks
TinaForum: Plugins
In reply to: [Email Before Download] not working when cURL activatedI have the same problem. Did you manage to resolve the issue?