cedcommerce
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to track clicks and notify the admin about them.Hi dchara01,
For this to happen your have to include a js script on the page containing that “specific link”. Whenever a user click on that link send a ajax request and do the rest of functionality you want.
Functions that will be helpful to you are : get_current_user_id() and wp_mail()
Read below links and do some google search to know the functionality of these functions:
https://developer.wordpress.org/reference/functions/get_current_user_id/
https://developer.wordpress.org/reference/functions/wp_mail/Hope this will help you.
ThanksForum: Fixing WordPress
In reply to: Upgraded to 4.6 now image thumbnails not workingHi hockeygal28
check that you have enabled https on your site for solving it you can follow this link https://wptavern.com/how-to-fix-images-not-loading-in-wordpress-4-4-while-using-ssl
ThanksForum: Fixing WordPress
In reply to: Page changes aren't being acceptedHi tdcarp,
Is that happening before?
I guess it must be because of some conflicting plugin. Try after uninstalling the plugins, starting from the latest you installed.Thanks
Forum: Fixing WordPress
In reply to: Illusive HoverHi soulluciani01,
you just need to paste the following css in your theme’s style.css..wpb_column .promo-box-content a:hover { // you can choose your color instead of red. color: red; }Thanks, Hope all will be good.
Forum: Plugins
In reply to: [WP Advanced PDF] #examplePopup1 in frontend sourceHello Joe,
We didn’t get your point in previous message. Now we got what you wanna explain and we will assure you that we will fix this in our next version.
Again thanks for such notification.
Thanks
CedCommerceForum: Plugins
In reply to: [WP Advanced PDF] #examplePopup1 in frontend sourceHello Joe Hana,
We didn’t found any markup when “Frontend” check-box is not selected from settings in admin panel, let us know where you have find this, we will definitely do the needful.
Thank you
Forum: Fixing WordPress
In reply to: Dynamically add a string to an URLHi Renodor,
There is no plugin available to do so. Its a quite simple task.
What you need can be easily done using jQuery. For that you need to take help of any developer.
Although I am explaining you a bit, just after page load get the value from the input field and append that to URL. Go through some google search. Hopefully you can make it on your own.
ThanksForum: Plugins
In reply to: [WP Advanced PDF] Exclude front page from PDF iconHello,
We have this feature in our pro version. You will get an option to enable shortcode and then you have to just put that shortcode to your desired post or page for which you want to export PDF and enjoy the look.
Thank you
CedCommerceForum: Fixing WordPress
In reply to: Trying to remove search barHi anthonydakay,
If you are trying to remove this section, then you have to edit your front-page template.
Otherwise you can use css to hide that section also. For this add below css to your theme’s style.csssection.no-results not-found{ display:none; }Hope this help you.
Hello Joe,
Thanks for mentioning, we will check this and other issues as well and then launch a next version soon.
Stay tuned!
Thanks
CedCommerceForum: Plugins
In reply to: [WP Advanced PDF] Not possible to print user-favorited posts?Hello jfvwork,
Unfortunately exporting PDF for a loop on frontend is not in current version of this plugin.
But you may do this in another way:
1. Goto admin panel -> post list page
2. Check favorite posts
3. From the bulk action dropdown select “Export”
4. Click Apply button.You will get all of them in single PDF with content.
Also we want to thank you for suggesting us about this new feature we will add this feature in our next version.
Thank you
CedCommerceForum: Plugins
In reply to: [WP Advanced PDF] Content runs off edge of pdfHello,
The link for which you are talking that content runs off edge is holding content which include styling like
<td style="width:93px;">
Hence due to custom styling your content is taking more than the actual content area.If you want to check then activate the wordpress twentyfifteen theme and you may see that the content displaying on frontend is overflowing from the main content area.
Our suggestion: Please use width in percentage like style=”width:20%”
Thank
CedCommerceForum: Plugins
In reply to: [WP Advanced PDF] Notice: Trying to get property of non-objectHello Joe Hana,
Thank you for informing us about this notice,
Issue is fixed, now you can enjoy our new version.Please tell us whether this works for you.
Thanks
CedCommerceForum: Plugins
In reply to: [WP Advanced PDF] Option to exclude ButtonHello Joe Hana,
Thank you for locating this kind of bug in our plugin,
now the issue is fixed.if ‘frontend’ option is selected from admin then only the div will appear.
Thanks
CedCommerceForum: Plugins
In reply to: [WP Advanced PDF] Quick Links in Pages Overview disappearHey Joe,
We really appreciate you for providing us the information about little bug in our plugin, we have now fixed that. You can enjoy with our new version (1.0.8) of this plugin.
Thanks
CedCommerce