Page 3 of 12 FirstFirst 12345 ... LastLast
Results 21 to 30 of 112

Thread: ClassiAlerts Plugin - Send Daily, Weekly or Monthly Alerts from ClassiPress

  1. #21
    flyway's Avatar
    Join Date
    Sep 2012
    Location
    United States
    Posts
    23
    Thanks
    6
    Thanked 0 Times in 0 Posts
    I'm using the ACF plugin as well as this plugin and everything works fine.

    My question on ClassiAlerts - currently, it only displays on the search results page IF there is a product match.

    So for example, if you search for Widget and there is no widgets listed, it won't give you the option to enter your email address...

    How can I add ClassiAlerts to show on ALL search results, whether or not there is a match?

    Thanks!

  2. #22
    Marketplace Seller mohsinoffline's Avatar
    Join Date
    Dec 2011
    Location
    Algeria
    Posts
    1,575
    Thanks
    44
    Thanked 213 Times in 192 Posts
    Hi flyway,

    The option to enter the email address is added to the search page via an action hook, which does not execute when the search returns no results. It is possible to place the same action command on the "no results found" section in search.php and that should do the job. In simple terms, open search.php in your child theme folder and paste the following:

    PHP Code:
    <?php appthemes_before_loop(); ?>
    above the following line

    PHP Code:
    <p><?php _e('Sorry, no listings were found.''appthemes'); ?></p>
    Do you need content that helps to rank your website better on Google? Check out https://aicontently.com

    Create a website like Retailmenot with FlatterPro Theme , Check out the demo here Retailmenot





  3. The Following User Says Thank You to mohsinoffline For This Useful Post:

    ajamm (October 15th, 2012)

  4. #23
    Veteran ajamm's Avatar
    Join Date
    Nov 2011
    Location
    New Zealand
    Posts
    309
    Thanks
    26
    Thanked 32 Times in 29 Posts
    Hello Moshinoffline,

    Thankyou for this reply. You should add this to your plugin - it is an oversight to not be there... I havent purchased yet for 2 reasons... this error, and because I am not sure how configurable it is... can you provide a few screen shots of the admin options? Can we disable the automatic popup - thats too invasive for our site. Can we modify the messages without changing the plugin code?

  5. #24
    Marketplace Seller mohsinoffline's Avatar
    Join Date
    Dec 2011
    Location
    Algeria
    Posts
    1,575
    Thanks
    44
    Thanked 213 Times in 192 Posts
    Hi ajamm,

    Plugins rely on hooks provided by WordPress and the theme in use, if they don't offer a hook at a relevant place, there is no option but to modify the code slightly to integrate the plugin. It is already "in my plugin" but the "appthemes_before_loop" hook is absent from the search page template in ClassiPress when the search returns no result.

    The automatic popup can be disabled yes and all the messages can be changed from the plugin options page. I will post a screen shot of the options page soon.

    Regards,
    Mohsin
    Do you need content that helps to rank your website better on Google? Check out https://aicontently.com

    Create a website like Retailmenot with FlatterPro Theme , Check out the demo here Retailmenot





  6. The Following User Says Thank You to mohsinoffline For This Useful Post:

    ajamm (October 15th, 2012)

  7. #25
    Veteran ajamm's Avatar
    Join Date
    Nov 2011
    Location
    New Zealand
    Posts
    309
    Thanks
    26
    Thanked 32 Times in 29 Posts
    Would it perhaps be possible to build this into a widget? Thank-you for your answers - I'll keep an eye out for the screenshots.

  8. #26
    filipinoexchange's Avatar
    Join Date
    Oct 2012
    Location
    United States
    Posts
    12
    Thanks
    4
    Thanked 0 Times in 0 Posts
    Hi Moshinoffline!

    I'm impressed with your plugins, I ordered most of them. I paid via moneybookers so still waiting for your email. Looking forward to using your plugins. Thanks for your service to the appthemes community.

  9. #27
    Marketplace Seller mohsinoffline's Avatar
    Join Date
    Dec 2011
    Location
    Algeria
    Posts
    1,575
    Thanks
    44
    Thanked 213 Times in 192 Posts
    Hi Hi filipinoexchange,

    Thanks for your order! I see the payment made successfully via Moneybookers, but I would like to know if you were redirected back to Themebound.com straight after payment, which would have updated the order and sent you a confirmation email. I am processing the order next so hopefully you will have all the download links by the time you read this.

    Regards,
    Mohsin
    Do you need content that helps to rank your website better on Google? Check out https://aicontently.com

    Create a website like Retailmenot with FlatterPro Theme , Check out the demo here Retailmenot





  10. #28
    Veteran ajamm's Avatar
    Join Date
    Nov 2011
    Location
    New Zealand
    Posts
    309
    Thanks
    26
    Thanked 32 Times in 29 Posts
    Hello Moshin,

    How can we disable the capital letters in the call to action box (the call to action description)? Also where to change the colours for this box?
    Did this post help you? Did I save you time? Click Thanks!

  11. #29
    Veteran ajamm's Avatar
    Join Date
    Nov 2011
    Location
    New Zealand
    Posts
    309
    Thanks
    26
    Thanked 32 Times in 29 Posts
    Could you also remove the refereneces to 'Monkey Rewards'? I am guessing some code was snaffled from MailChimp
    Did this post help you? Did I save you time? Click Thanks!

  12. #30
    Veteran ajamm's Avatar
    Join Date
    Nov 2011
    Location
    New Zealand
    Posts
    309
    Thanks
    26
    Thanked 32 Times in 29 Posts
    Dont worry - I found it. Need to add below

    #classialerts_container p#cta_desc.note {
    margin: 0;
    text-transform: none;
    Did this post help you? Did I save you time? Click Thanks!

Page 3 of 12 FirstFirst 12345 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Weekly Ads Stats email reports plugin
    By ricardomax84 in forum ClassiPress General Discussion
    Replies: 5
    Last Post: March 16th, 2012, 07:41 AM
  2. Replies: 1
    Last Post: January 27th, 2012, 08:36 AM
  3. [SOLVED] Daily views not resetting - total and daily keep the same
    By amersvoort in forum Report ClassiPress Bugs
    Replies: 7
    Last Post: January 10th, 2012, 10:45 AM