Page 11 of 12 FirstFirst ... 9101112 LastLast
Results 101 to 110 of 112

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

  1. #101
    chilli's Avatar
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    24
    Thanks
    3
    Thanked 1 Time in 1 Post
    Thanks for your reply ajamm. I still can't find the right code. This is all I can find in the classialerts_style.css:

    #classialerts_container p#cta_desc.note #category_subscribe {
    float:right;
    margin-left:10px;
    margin-top:20px;
    font-size:14px;
    text-transform:none;
    padding:3px 10px;
    }

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

    ajamm is right, please locate this in classialerts_style.css

    Code:
    #classialerts_container  p#cta_desc.note {
        margin:0;}
    and then add your own CSS to it, the current styling is inherited from the default ClassiPress theme so any styling you add in it will overwrite the inherited styling, ajamm has provided a good example.

    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





  3. #103
    chilli's Avatar
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    24
    Thanks
    3
    Thanked 1 Time in 1 Post
    Hi Moshin

    The issue is that I don't know the first thing about php, and I'm guessing I still have this wrong, because now the plugin isn't working.
    The colours worked, so all good there (thanks ajamm), but when you click the alerts button, it doesn't work now. What do I have wrong here?:


    #classialerts_container p#cta_desc.note #category_subscribe {
    float:right;
    margin-left:10px;
    margin-top:20px;
    font-size:14px;
    text-transform:none;
    padding:3px 10px;
    }
    #classialerts_container p#cta_desc.note {
    margin:0;
    text-transform: none;
    background-color: #00A0E3;
    border: 2px solid #6C7FBB;
    font-size: 12px;
    color: #FCFCFD;
    }

    .shadowblock ul.refine{position:relative;}

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

    Can you please share the URL of your site (you can PM me if you don't want it showing in public) so I can take a quick look?

    If you only edited the CSS file, it is unlikely to break the alert button.

    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





  5. #105
    Amateur zop1997's Avatar
    Join Date
    Sep 2010
    Location
    United States
    Posts
    14
    Thanks
    1
    Thanked 1 Time in 1 Post

    Add alert when search results are not found

    I noticed that the alert box is not displayed after a search that find "no results".
    It would be nice to have a box there to allow users to subscribe to receive alerts when new ads that match that search are listed.
    How can we can a box to "no results found" page.
    Thanks!

  6. #106
    Veteran ajamm's Avatar
    Join Date
    Nov 2011
    Location
    New Zealand
    Posts
    309
    Thanks
    26
    Thanked 32 Times in 29 Posts
    Hello zop1997

    Try this, top of page... right in this forum

    http://forums.appthemes.com/classial...-31477/page-3/
    Did this post help you? Did I save you time? Click Thanks!

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

    Thanks for locating the solution! I have linked directly to the post below:

    http://forums.appthemes.com/classial...77/#post191502

    I did hear from AppThemes that there will be a hook added to the "no results" page in the next release.

    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





  8. #108
    seoagent's Avatar
    Join Date
    Jul 2012
    Location
    Edmonton, AB, Canada
    Posts
    660
    Thanks
    136
    Thanked 86 Times in 74 Posts

    Lightbulb

    Quote Originally Posted by zop1997 View Post
    I noticed that the alert box is not displayed after a search that find "no results".
    It would be nice to have a box there to allow users to subscribe to receive alerts when new ads that match that search are listed.
    How can we can a box to "no results found" page.
    Thanks!
    This is achieved by using CP hooks. I have mine set up this way. Read up on CP hooks in documentation. Then insert
    PHP Code:
    <?php do_action('classialerts_ui'); ?>
    before, between, or after your CP hooks in your specific php file you want to affect. Then test and modify as required using css and div tags. Or you can solicit in the CP Marketplace for someone to do this work for you. Estimated cost: $50-$60 US.
    When in doubt: Read, Ask, Do. G+

  9. #109
    Senior Member marcellino's Avatar
    Join Date
    Oct 2011
    Location
    Romania
    Posts
    150
    Thanks
    16
    Thanked 5 Times in 4 Posts
    I am asking if your plugin works with a child theme, this one:http://demo.classipro.com/cutest2/ad...y/accessories/.
    Ultimate slide featured, the same question.

  10. #110
    Marketplace Seller mohsinoffline's Avatar
    Join Date
    Dec 2011
    Location
    Algeria
    Posts
    1,575
    Thanks
    44
    Thanked 213 Times in 192 Posts
    Apart from any styling quirks, they should work as normal.

    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





Page 11 of 12 FirstFirst ... 9101112 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, 08:41 AM
  2. Replies: 1
    Last Post: January 27th, 2012, 09: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, 11:45 AM