Search:

Page 1 of 20 1 2 3 4

Search: Search took 1.00 seconds.

  1. [SOLVED] The widget has a number of options, autoplay is...

    The widget has a number of options, autoplay is one of them.
    You'll find the widget within the Appearance - Widgets - Homepage - Top widget zone.
  2. Did not test it but this WordPress plugin...

    Did not test it but this WordPress plugin should do the trick.
  3. If you're not getting the full extent, you may...

    If you're not getting the full extent, you may need additional CSS enhancements which often lead to other display issues. You should hire a developer if you're not sure how to tweak CSS.


    ...
  4. Replies
    2
    Views
    1,144

    It depends on what form of monetization you want....

    It depends on what form of monetization you want. You can ask money for every ad posted, you can create payed memberships which bring in additional (payed) benefits. On top of these, you could also...
  5. [SOLVED] That's within ClassiPress - Settings - General -...

    That's within ClassiPress - Settings - General - Scroll down ...
  6. Replies
    2
    Views
    674

    [SOLVED] Make sure the listing page has all the required...

    Make sure the listing page has all the required widgets loaded.

    You can restore the default ones from ClassiPress - System Info - Default Widgets - Restore
  7. [SOLVED] This usually depends on the category chosen on ad...

    This usually depends on the category chosen on ad submission process ...
    A form is attached to one or more categories. If category has no form selected, default form takes place.

    Ideally, you...
  8. [SOLVED] Please install the Classic Widgets...

    Please install the Classic Widgets plugin from WordPress repository.
  9. Replies
    22
    Views
    1,955

    [SOLVED] Remove the leading dot within #main ...

    Remove the leading dot within #main



    jQuery('.#main.site-main #refine_widget').prependTo('#sidebar');
  10. See if this code plays well for your site.. ...

    See if this code plays well for your site..




    function remove_custom_excerpt_length() {
    remove_filter( 'excerpt_length', 'cp_ads_excerpt_length' );
    }...
  11. Replies
    1
    Views
    4,769

    You should try a more robust plugin from...

    You should try a more robust plugin from WordPress repository like CleanTalk
  12. Thread: Issues

    by ovidiubica
    Replies
    5
    Views
    857

    Sorry for the late reply. You should be able to...

    Sorry for the late reply. You should be able to post threads within ClassiPress forums.
    As for the issue, you need to install the Classic Widgets plugin from WordPress.
  13. I'll open a ticket, maybe devs figure out where...

    I'll open a ticket, maybe devs figure out where the conflict is coming from.
  14. Replies
    2
    Views
    1,602

    Please open your own thread when posting bug...

    Please open your own thread when posting bug reports.

    This may be do to missing mysql table for some reason. Are you able to access phpmyadmin or any other database panel on your webhosting?
    Can...
  15. Replies
    1
    Views
    824

    Perhaps the copy/paste path is corrupted with...

    Perhaps the copy/paste path is corrupted with other html characters from that documentation page ...
    Try using the child theme from the theme's examples folder and see if it works. Otherwise, you...
  16. Replies
    4
    Views
    873

    Most likely, you don't have the necessary...

    Most likely, you don't have the necessary mimetype in your web server.
    var _wpCustomHeaderSettings = {"mimeType":"video\/mp4","posterUrl":"","videoUrl":"https:\/\/1001ca ********

    Ask your webhost...
  17. Do it in smaller batches. You reach your hosting...

    Do it in smaller batches. You reach your hosting account limits when sending such a big request.
  18. Not possible, not without changing half of the...

    Not possible, not without changing half of the existing code anyway.
  19. Replies
    4
    Views
    2,030

    [SOLVED] This seems to fix itself once you save the widget...

    This seems to fix itself once you save the widget settings again.
  20. Replies
    2
    Views
    1,603

    [SOLVED] You can disallow posting in top parent categories.

    You can disallow posting in top parent categories.
  21. Answered here...

    Answered here. Let me know how that works.
  22. Replies
    2
    Views
    647

    [SOLVED] The best method would be to create your own child...

    The best method would be to create your own child theme and remove that code for those buttons.

    As for the banner display, see if this code works the way you need it. Thumbnail should already be...
  23. [SOLVED] Try this modified code instead ... //Stick...

    Try this modified code instead ...



    //Stick featured ads to the top on category and search pages
    class StickyAds {
    public function __construct() {
    add_filter('posts_orderby',...
  24. Replies
    15
    Views
    986

    [SOLVED] You need to get the custom field value first... ...

    You need to get the custom field value first...

    global $post;
    $cp_custom_link_value = get_post_meta( $post->ID, 'cp_custom_link', true );
    if ( ! empty( $cp_custom_link_value ) ) {...
  25. Replies
    5
    Views
    1,054

    Send me a copy of the plugin so I can have a...

    Send me a copy of the plugin so I can have a closer look at the functionality. --> obica@appthemes.com
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4