cedcommerce
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Photos / Media Library – uploads failHello luluncat
There might be different reasons for your problem.You can refer to following thread which is related to similar problem as of yours.
https://wordpress.org/support/topic/http-error-when-uploading-images-17
Hope it will be helpfull for youHello Jakob,
We are really very sorry for telling you wrong information. (Misunderstanding)
This is indeed in FREE plugin 🙂
Thanks
CedCommerceForum: Fixing WordPress
In reply to: wp-admin is not working, error "redirected you too many times"Hello awsyousif
I can easily reach
http://jawharat-alataa.com/wp-login.php and as you said that
“on moving the website to another hosting and domain it worked”
i suggest you to address the problem to your host provider.Hello there,
you can try to use get_the_content() instead the_content(). If it does’t work please use loop in proper format
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
because the_content() only works in loop and also plz check $child_pages array to be sure.
Thanks Hope this info will help you.Forum: Fixing WordPress
In reply to: Concatenation Inside a Text InputHi,
There is a glitch in code you are using.Below line is absolutely correct:
$subject = ‘Download for ‘.$postName;
But this one is wrong:
Download for ‘.$postName.’
It must be like:
‘Download for ‘.$postName;Hope this will solve your problem.
Thanks
Forum: Plugins
In reply to: [WP Advanced PDF] no shortcodeHello Emilitingo and FOu,
We are happy to inform you that your issue regarding shortcode is fixed in our PRO version.
Please install latest version of this plugin and there you will informed where to get PRO version.
Thanks
CedCommerceHello Andy,
We are happy to inform you that your issue regarding “Custom Post types” is fixed in our PRO version.
Please install latest version of this plugin and there you will informed where to get PRO version.
Thanks
CedCommerceHello Jakob,
We are happy to inform you that your issue regarding “SSL” support is fixed in our PRO version.
Please install latest version of this plugin and there you will informed where to get PRO version.
Thanks
CedCommerceForum: Plugins
In reply to: [WP Advanced PDF] Error messages upon activationHello David,
Apology for inconvenience!
We have fixed this issue and launched new version (1.0.7).
Now we are only creating “uploads” folder if it does not exist and no disturbance with permission, it will be same as given by server. So no issues related with permission and security now.
Hope this time you will not get any issue while activating.
Thanks
CedCommerceForum: Fixing WordPress
In reply to: Text Widget Text ColorHello D. Stanley,
Add the following code in your style.css#bottom #bottom_4 h3 a { color: #757575; }Hope this will help you.
Forum: Fixing WordPress
In reply to: Issue with Navigation MenuHi mayank29gupta,
I think I you have 2 more menu registered in your theme.
When your are on the panel of edit menu, please first select a menu to edit at the top from dropdown and select it. After that do what you are doing.
Hope this will solve your purpose.
ThanksForum: Fixing WordPress
In reply to: WordPress dashboard > Appearance > Header and Background not workinghello there,
Did you check your site on all browsers. sometime cookies issue can cause this problem. Please check your site on other browsers too. If this does’t solve your issue you can try a fresh install of wordpress to your server as suggested by Tara.
ThanksForum: Fixing WordPress
In reply to: How to use echo get_post_meta() in if/else statementHi riseUp,
Put the second if condition within else and you reach to destination 😉if(get_post_meta( $postid, 'alabama', true)) { echo get_post_meta($postid, 'alabama', true); echo ", Alabama"; } elseif(get_post_meta( $postid, 'alaska', true)) { echo get_post_meta($postid, 'alaska', true); echo ", Alaska"; }Thanks
Forum: Plugins
In reply to: [WP Advanced PDF] Error messages upon activationHello David,
On activation of this plugin we have checked if “wp-content/uploads” not created then we have created it and makes its permission as 0777, so might be this causes the error message.
If you can then please do replace code of wp-advanced-pdf.php file on line number 407:
if (! file_exists ( WP_CONTENT_DIR . '/uploads' )) { @mkdir ( WP_CONTENT_DIR . '/uploads', 0777, true ); }If this does not work or you cannot do this then please contact us on support@cedcommerce.com so that our team can help you to resolve this issue
Thanks
CedCommerceForum: Fixing WordPress
In reply to: 2 signup page at the same time!Your welcome Masoud