Search:

Page 1 of 3 1 2 3

Search: Search took 1.00 seconds.

  1. Replies
    44
    Views
    1,756

    [SOLVED] I checked if it has the option to exclude pages...

    I checked if it has the option to exclude pages from being cached, it doesn't have any. However, it can be done by modifying the theme files or via helper plugin.

    You may test this helper plugin...
  2. Replies
    8
    Views
    287

    I'll be making a follow up to see if they can...

    I'll be making a follow up to see if they can provide a new timeline of development.


    - Jomark
  3. Replies
    44
    Views
    1,756

    [SOLVED] I'll test the said plugin first to see what can...

    I'll test the said plugin first to see what can be done.



    - JOmark
  4. Replies
    44
    Views
    1,756

    [SOLVED] Download the zip file and upload it just like a...

    Download the zip file and upload it just like a plugin.

    To reiterate, backup your database and installation files just to be on the safe side.



    - JOmark
  5. Replies
    44
    Views
    1,756

    [SOLVED] There might be some settings in the plugin that...

    There might be some settings in the plugin that exclude certain pages on the theme to prevent conflict.

    However, it seems to be a common issue with the plugin blocking the reset password function...
  6. Replies
    6
    Views
    235

    I'll let you know once the snippet is provided...

    I'll let you know once the snippet is provided for by the devs.



    - Jomark.
  7. Replies
    12
    Views
    1,095

    [SOLVED] Now you can try the code below via Additional CSS...

    Now you can try the code below via Additional CSS (WP Admin>>Appearance>>Customize>>Additional CSS);



    .m-large-6 {
    width: 50%;
    display:none;
    }
  8. Replies
    1
    Views
    244

    [SOLVED] This will create a situation where a logged-in...

    This will create a situation where a logged-in user logs out and then can't find the login page when he tries to log back in again.

    I have no overall idea how you have things set up, so you might...
  9. Replies
    3
    Views
    289

    I will run it on my install to test then I will...

    I will run it on my install to test then I will get back to you.



    - Jomark
  10. Thread: Php8.0

    by jomarkosabel
    Replies
    1
    Views
    364

    I did not find any issues with it on my test site...

    I did not find any issues with it on my test site but I will check the threads for similar concerns.



    - Jomark
  11. Replies
    3
    Views
    560

    [SOLVED] It is possible to add but will require code...

    It is possible to add but will require code customization to implement. However, I can log a feature request ticket for it so the dev team can evaluate it for implementation.

    If it is a immediate...
  12. Replies
    5
    Views
    3,919

    [SOLVED] Add this to apparance / custom css: .widget...

    Add this to apparance / custom css:

    .widget .widget-title {color: #ffcc33;}
    .textwidget {color:#ff0000;}

    Change the colors to whatever you like. I tried it and it works, demo can be seen at...
  13. [SOLVED] I believe the simple plugin allows you to bump it...

    I believe the simple plugin allows you to bump it to the top with a click of a button. The manual route ... you would need to modify the date, the expiration, etc
  14. [SOLVED] Left unchecked, ads will remain live but marked...

    Left unchecked, ads will remain live but marked as expired. If enabled, ads will be taken offline (not deleted). Frequency can be set via the cron job option on the advanced tab.

    21743
  15. Replies
    4
    Views
    1,249

    I'll open a ticket, we'll see if or when this...

    I'll open a ticket, we'll see if or when this gets implemented.
  16. Replies
    4
    Views
    1,249

    Not without modifying a bunch of core files ...

    Not without modifying a bunch of core files ...
  17. Replies
    3
    Views
    382

    [SOLVED] You can modify the translation and write more...

    You can modify the translation and write more info in there.
  18. Replies
    2
    Views
    1,421

    [SOLVED] I submitted a ticket for devs to consider adding...

    I submitted a ticket for devs to consider adding the feature within the core.
  19. Replies
    15
    Views
    1,048

    Only on those marked as sold

    Only on those marked as sold
  20. Replies
    2
    Views
    348

    [SOLVED] Here it is ... put it inside WordPress Code...

    Here it is ... put it inside WordPress Code Snippets plugin.



    function disable_report_function() {
    remove_action( 'cp_listing_single_bar_actions', 'cp_report_listing_button', 45 );
    }...
  21. Replies
    5
    Views
    1,254

    [SOLVED] Yes, it is. No issues detected so far and unit...

    Yes, it is.
    No issues detected so far and unit tests pass well.
  22. Thread: searchbar

    by ovidiubica
    Replies
    8
    Views
    1,061

    [SOLVED] You can add a filter in functions.php or...

    You can add a filter in functions.php or WordPress Code Snippets plugin ...
  23. Thread: API Keys

    by ovidiubica
    Replies
    15
    Views
    1,038

    You don't have to pay unless your current traffic...

    You don't have to pay unless your current traffic quickly consumes the free share.
    With ClassiPress 4.1 there is support for some alternative Map providers. You can get the plugins from here.
  24. Replies
    5
    Views
    408

    I'll ask, see if there's something we can do...

    I'll ask, see if there's something we can do about this.
  25. Replies
    3
    Views
    372

    [SOLVED] Best way is to create your own child theme and...

    Best way is to create your own child theme and then copy parts/content-edit-profile.php file to the same folder in your child theme and remove the appthemes_media_manager code.
Results 1 to 25 of 53
Page 1 of 3 1 2 3