cedcommerce
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I change the theme on one pageHi wirelessguy13,
You have to make a template file in your active theme and have to assign that template to new page, you want to present differently.
For more help read this :
[keep support on this site]Thanks
Forum: Plugins
In reply to: [WP Advanced PDF] iframeHello marcelocpires,
We have checked the issue and found that now our plugin is not compatible with iframe content that’s why you are not able to get iframe content over PDF. We will work on it and launch new version, most probably we will use MPDF inspite of TCPDF library.
Thanks
CedCommerceForum: Fixing WordPress
In reply to: How to display relative post base on category in single post page?As you said earlier you are working on post-single page. Be sure that you are working on that page.
If you are getting post_id there is no reason of not getting post_category there. I checked the code and is working fine for me. The reason might be the post is not assigned to any category. Please check that.Thanks
Forum: Plugins
In reply to: [Wholesale Market] Send an e-mail to notify users of their new roleHi Boombalaya,
Thanks for appreciating plugin.
We are glad to receive such a wonderful feature from you. Hopefully our team will come up soon with new version of wholesale-market loaded with email feature included.
Thanks
CedCommerceForum: Plugins
In reply to: [Wholesale Market] Allowing administrators to see wholesale pricesHie Boombalaya,
Thanks for appreciating our work.
We get your problem and we are looking forward to create such setting soon.Till now you can achieve what you want by using the “Multiple Roles per User” (https://wordpress.org/plugins/multiple-roles-per-user/).
After installing this plugin, create a new user and assign it “Admin” and “Wholesale User” role both.
Hope this will solve your problem.
Thanks
CedCommerceForum: Fixing WordPress
In reply to: Cannot update my wordpressHi kalamkhan777,
You are using wp-3.3.2 and now its wp-4.5.3
I guess during this period of time, wp goes through drastic changes. That’s the reason you are getting updation error.Please Read carefully this article : https://codex.wordpress.org/Upgrading_WordPress
I would suggest you to update wp using ftp if you are failed to do that automatically through wordpress.
Please take complete backup of your wp-content. As it might contain some of your paid themes or plugins. Also take backup of your wp-config file, as this file contain infomation to connect wordpress to your database.
After that delete wp-admin,wp-content,wp-includes and file parallel to that.
If there is file with name “wp-config-sample” rename that to “wp-config”. Now replace each and every define parameter like “define(‘DB_NAME’, ‘wordpress_db’);” in new wp-config” from old wp-config”.If you follow that without any glitch, your wordpress will be updated and will operate on previous database.
Hope that will help you.
ThanksForum: Fixing WordPress
In reply to: How to display relative post base on category in single post page?Hi divya275,
I want to clear you one thing, whenever you use wordpress methos with prefix “get_” they return value not echo or render it. Its your responsibility to receive the response in variable and echo it after that.
Use the code below :$categories = get_the_category(); print_r($categories);Note : get_the_category() return array so you can’t echo the variable.
Hope this will help you to achieve your target.
Looking forward to hear from you.
ThanksForum: Reviews
In reply to: [Product Auto Share] Plugin Causing IssueHello Amash,
Thanks for using our plugin.
Actually we have used Facebook new api with composers because their old api is deprecated. Now this issue you are facing is arising in Facebook composers loading. It looks like you have enabled APC cache on your server thats causing this issue (you can checkout about this php bug on https://bugs.php.net/bug.php?id=52144), please let us know about your server configuration.
Following can be the solutions
1. If your php version is lower than 5.6 then please update it and install our plugin.2. You can try to disable the APC cache and then activate our plugin.
3. Sometimes restarting server may also work to solve this issue.
If the problem didn’t solve then you can contact us on http://support.cedcommerce.com/.
Thanks
CedCommerceForum: Plugins
In reply to: [Multisite Store Viewer] Exclude a site?Hello,
We added this new feature and launched version 1.0.6. Please update and enjoy!
Thanks
CedCommerceForum: Fixing WordPress
In reply to: How can I change the size of my Post titles?Hi gkcpa,
In your theme’s style.css file add following code.entry-title { font-size: 20px !important; }Hope it will work.
ThanksForum: Fixing WordPress
In reply to: Getting Maintenance Message no matter what I clickHi man.o.man,
Whenever you update plugin or theme, the site goes under Search Results
maintenance phase for that period of time. Its not a issue. This is functionality provided by wordpress.Are you able to see update option below plugin listing. If so, then only that plugin will update.
Can you please provide screenshot of your plugin listing page.
Hope you are not using any plugin to avoid plugin-updates.Thanks
Forum: Fixing WordPress
In reply to: Resizing Headlines for mobileHello goodluckalice
please try using this css code for heading
@media screen and (max-width: 768px)
#masthead .site-logo, #masthead .site-title {
margin-right: 0;
font-size: 18px;
}
Hope this will help you
ThanksForum: Fixing WordPress
In reply to: Email on Comment reply?Hi ajia.im,
There is no option by default in wordpress. However this can be achieved through plugins.
Plese do check these plugin. Hope they will resolve your purpose.
https://wordpress.org/plugins/comment-email-reply/
https://wordpress.org/plugins/send-email-only-on-reply-to-my-comment/Thanks
Forum: Fixing WordPress
In reply to: Unable to edit websiteHi nathunter,
As your site frontend is running absolutely fine, so its difficult to say anything by looking it.
If you are not been able to edit a page, theme is not the culprit I guess. According to me, visual composer is creating the issue. Please ask your query in that plugin support. It will help you more.Thanks
Forum: Plugins
In reply to: [Hide Price Until Login] No respond for Login Form ButtonHello smileg88,
Apology for the inconvenience.
We have fixed this small issue and updated new version. Please upgrade and try again. Also do reply whatever will be the response.
Thanks
CedCommerce