Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    hmm the CSS/Font links WPAdverts is generating are always the same regardless of user being logged in or out.

    If you have some other plugins installed you can try disabling them one by one and see if and when the problem goes away.

    Also, if you could paste a link to a page where you are having this problem then it would be helpful in troubleshooting.

    Hi, today i notice that cant edit add page, WP admin shows error when i am trying to edit Add page (by adverts), email comes with: “Call to undefined function shortcode_adverts_add()” What i have to do? (i can preview it, and do other action but edit. There was moderation set on Add page, and plugin was updated few days ago)

    My site, if needed

    Thread Starter Wp-user865966

    (@vitago)

    @densdj What does this have to do with my issue?

    I am sorry, i was asking Greg

    Thread Starter Wp-user865966

    (@vitago)

    Don’t worry. Please open a seperate issue instead. This way when users search for topics in the future, it will be much more relevant.

    Plugin Author Greg Winiarski

    (@gwin)

    Hi densdj,
    you should be able to fix this issue by adding the code below in your theme functions.php file

    
    add_action( "init", function() {
      if( is_admin() && function_exists( "adverts_init_frontend" ) ) {
        adverts_init_frontend();
      }
    }, 100 );
    

    If you are having an issue not related to an existing issue or you are not sure if it is related, please post a new thread, it would make it easier to manage and search them, thanks.

    Thanks, it works (i created new thread, named “Error editing Add page” and copied this question in it)

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Error in font path’ is closed to new replies.